Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABORTED - Enum constant in enum class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionStatus
- AbstractBytesObjectInput - Class in org.infinispan.marshall.core
-
Array backed
ObjectInputimplementation. - AbstractBytesObjectInput(byte[], int) - Constructor for class org.infinispan.marshall.core.AbstractBytesObjectInput
- AbstractCacheBackedSet<K,
V, - Class in org.infinispan.cache.implE> -
Entry or key set backed by a cache.
- AbstractCacheBackedSet(CacheImpl<K, V>, Object, long) - Constructor for class org.infinispan.cache.impl.AbstractCacheBackedSet
- AbstractCacheControlCommand - Class in org.infinispan.commands.topology
-
Abstract class that is the basis for the Cache, Rebalance and Topology commands.
- AbstractCacheEventFilterConverter<K,
V, - Class in org.infinispan.notifications.cachelistener.filterC> -
This is a base class that should be used when implementing a CacheEventFilterConverter that provides default implementations for the
CacheEventFilter.accept(Object, Object, org.infinispan.metadata.Metadata, Object, org.infinispan.metadata.Metadata, EventType)andConverter.convert(Object, Object, org.infinispan.metadata.Metadata)methods so they just call theCacheEventFilterConverter.filterAndConvert(Object, Object, org.infinispan.metadata.Metadata, Object, org.infinispan.metadata.Metadata, EventType)method and then do the right thing. - AbstractCacheEventFilterConverter() - Constructor for class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
- AbstractCacheStream<Original,
T, - Class in org.infinispan.stream.implS, S2> -
Abstract stream that provides all of the common functionality required for all types of Streams including the various primitive types.
- AbstractCacheStream(Address, boolean, InvocationContext, long, int, Executor, ComponentRegistry, Function<? super Original, ?>, ClusterPublisherManager<?, ?>) - Constructor for class org.infinispan.stream.impl.AbstractCacheStream
- AbstractCacheStream(AbstractCacheStream<Original, T, S, S2>) - Constructor for class org.infinispan.stream.impl.AbstractCacheStream
- AbstractCacheTransaction - Class in org.infinispan.transaction.impl
-
Base class for local and remote transaction.
- AbstractCacheTransaction(GlobalTransaction, int, long) - Constructor for class org.infinispan.transaction.impl.AbstractCacheTransaction
- AbstractCloseableIteratorCollection<O,
K, - Class in org.infinispan.commands.readV> -
Abstract collection that uses an underlying Cache instance to do various operations.
- AbstractCloseableIteratorCollection(Cache<K, V>) - Constructor for class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- AbstractClusteringDependentLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- AbstractClusterStats - Class in org.infinispan.stats.impl
- 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
- AbstractComponentRegistry - Class in org.infinispan.factories
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractConsistentHash - Class in org.infinispan.distribution.ch.impl
- AbstractConsistentHash(int, List<Address>, float[]) - Constructor for class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- AbstractConsistentHash(int, List<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- AbstractConsistentHash(ScopedPersistentState) - Constructor for class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- AbstractConsistentHashFactory<CH> - Class in org.infinispan.distribution.ch.impl
- AbstractConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory
- AbstractCustomFailurePolicy<K,
V> - Class in org.infinispan.xsite -
Support class for
CustomFailurePolicy. - AbstractCustomFailurePolicy() - Constructor for class org.infinispan.xsite.AbstractCustomFailurePolicy
- AbstractDataCommand - Class in org.infinispan.commands.read
- AbstractDataCommand() - Constructor for class org.infinispan.commands.read.AbstractDataCommand
- AbstractDataCommand(Object, int, long) - 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, int, long, CommandInvocationId) - Constructor for class org.infinispan.commands.write.AbstractDataWriteCommand
- AbstractDelegatingAdvancedCache<K,
V> - Class in org.infinispan.cache.impl -
Similar to
AbstractDelegatingCache, but forAdvancedCache. - AbstractDelegatingAdvancedCache(AdvancedCache<K, V>) - Constructor for class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- AbstractDelegatingCache<K,
V> - Class in org.infinispan.cache.impl -
This is a convenient base class for implementing a cache delegate.
- AbstractDelegatingCache(Cache<K, V>) - Constructor for class org.infinispan.cache.impl.AbstractDelegatingCache
- AbstractDelegatingCacheStream<R> - Class in org.infinispan.util
-
Delegate that forwards all the of the method calls to the underlying cache stream.
- AbstractDelegatingCacheStream(CacheStream<R>) - Constructor for class org.infinispan.util.AbstractDelegatingCacheStream
- AbstractDelegatingEmbeddedCacheManager - Class in org.infinispan.manager.impl
-
This is a convenient base class for implementing a cache manager delegate.
- AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager) - Constructor for class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- AbstractDelegatingHandler - Class in org.infinispan.remoting.inboundhandler
-
Class to be extended to allow some control over the
PerCacheInboundInvocationHandlerin tests. - AbstractDelegatingHandler(PerCacheInboundInvocationHandler) - Constructor for class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
- AbstractDelegatingInternalDataContainer<K,
V> - Class in org.infinispan.container.impl -
Delegating data container that delegates all calls to the container returned from
AbstractDelegatingInternalDataContainer.delegate() - AbstractDelegatingInternalDataContainer() - Constructor for class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- AbstractDelegatingTransport - Class in org.infinispan.remoting.transport
-
Designed to be overwrite.
- AbstractDelegatingTransport(Transport) - Constructor for class org.infinispan.remoting.transport.AbstractDelegatingTransport
- AbstractEnlistmentAdapter - Class in org.infinispan.transaction.impl
-
Base class for both Sync and XAResource enlistment adapters.
- AbstractEnlistmentAdapter() - Constructor for class org.infinispan.transaction.impl.AbstractEnlistmentAdapter
- AbstractEnlistmentAdapter(CacheTransaction) - Constructor for class org.infinispan.transaction.impl.AbstractEnlistmentAdapter
- AbstractFlagAffectedCommand - Class in org.infinispan.commands
-
Base class for those commands that can carry flags.
- AbstractFlagAffectedCommand() - Constructor for class org.infinispan.commands.AbstractFlagAffectedCommand
- AbstractInternalCacheEntry - Class in org.infinispan.container.entries
-
An abstract internal cache entry that is typically stored in the data container
- AbstractInternalCacheEntry(Object, Object, PrivateMetadata) - Constructor for class org.infinispan.container.entries.AbstractInternalCacheEntry
- AbstractInternalDataContainer<K,
V> - Class in org.infinispan.container.impl -
Abstract class implemenation for a segmented data container.
- AbstractInternalDataContainer() - Constructor for class org.infinispan.container.impl.AbstractInternalDataContainer
- AbstractInternalDataContainer.EntryIterator - Class in org.infinispan.container.impl
- AbstractInternalProtoStreamMarshaller - Class in org.infinispan.marshall.protostream.impl
-
An abstract ProtoStream based
MarshallerandStreamAwareMarshallerimplementation that is the basis of the Persistence and Global marshallers. - AbstractInternalProtoStreamMarshaller(Log) - Constructor for class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- AbstractInvocationBuilder() - Constructor for class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- AbstractInvocationContext - Class in org.infinispan.context.impl
-
Common features of transaction and invocation contexts
- AbstractInvocationContext(Address) - Constructor for class org.infinispan.context.impl.AbstractInvocationContext
- AbstractInvocationContextFactory - Class in org.infinispan.context.impl
-
Base class for InvocationContextFactory implementations.
- AbstractInvocationContextFactory() - Constructor for class org.infinispan.context.impl.AbstractInvocationContextFactory
- AbstractIracLocalSiteInterceptor - Class in org.infinispan.interceptors.impl
-
A
DDAsyncInterceptorwith common code for all the IRAC related interceptors. - AbstractIracLocalSiteInterceptor() - Constructor for class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- AbstractJGroupsChannelConfigurator - Class in org.infinispan.remoting.transport.jgroups
- AbstractJGroupsChannelConfigurator() - Constructor for class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
- AbstractKeyValueFilterConverter<K,
V, - Class in org.infinispan.filterC> -
This is a base class that should be used when implementing a KeyValueFilterConverter that provides default implementations for the
KeyValueFilter.accept(Object, Object, org.infinispan.metadata.Metadata)andConverter.convert(Object, Object, org.infinispan.metadata.Metadata)methods so they just call theKeyValueFilterConverter.filterAndConvert(Object, Object, org.infinispan.metadata.Metadata)method and then do the right thing. - AbstractKeyValueFilterConverter() - Constructor for class org.infinispan.filter.AbstractKeyValueFilterConverter
- AbstractListenerImpl<T,
L> - Class in org.infinispan.notifications.impl -
Functionality common to both
CacheManagerNotifierImplandCacheNotifierImpl - AbstractListenerImpl() - Constructor for class org.infinispan.notifications.impl.AbstractListenerImpl
- AbstractListenerImpl.AbstractInvocationBuilder - Class in org.infinispan.notifications.impl
- AbstractListenerImpl.ListenerInvocationImpl<A> - Class in org.infinispan.notifications.impl
-
Class that encapsulates a valid invocation for a given registered listener - containing a reference to the method to be invoked as well as the target object.
- AbstractLocalCacheStream<T,
S, - Class in org.infinispan.stream.impl.localS2> -
Implements the base operations required for a local stream.
- AbstractLocalCacheStream(AbstractLocalCacheStream.StreamSupplier<T, S>, boolean, ComponentRegistry) - Constructor for class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- AbstractLocalCacheStream.StreamSupplier<T,
S> - Interface in org.infinispan.stream.impl.local - AbstractLocalCommand - Class in org.infinispan.commands.read
-
Abstract class
- AbstractLocalCommand() - Constructor for class org.infinispan.commands.read.AbstractLocalCommand
- 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
- AbstractMixedSiteStatus<E> - Class in org.infinispan.xsite.status
-
Abstract class to create mixed
SiteStatus. - AbstractMixedSiteStatus(Collection<E>, Collection<E>) - Constructor for class org.infinispan.xsite.status.AbstractMixedSiteStatus
- AbstractModuleConfigurationBuilder - Class in org.infinispan.configuration.cache
-
AbstractModuleConfigurationBuilder.
- AbstractModuleConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- AbstractNamedCacheComponentFactory - Class in org.infinispan.factories
-
A component factory for creating components scoped per-cache.
- AbstractNamedCacheComponentFactory() - Constructor for class org.infinispan.factories.AbstractNamedCacheComponentFactory
- AbstractPassivationManager - Class in org.infinispan.eviction.impl
-
A passivation manager
- AbstractPassivationManager() - Constructor for class org.infinispan.eviction.impl.AbstractPassivationManager
- AbstractPersistenceConfigurationChildBuilder - Class in org.infinispan.configuration.cache
-
AbstractPersistenceConfigurationChildBuilder.
- AbstractPersistenceConfigurationChildBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- AbstractRequest<T> - Class in org.infinispan.remoting.transport
-
A remote invocation request.
- AbstractRequest(long, ResponseCollector<T>, RequestRepository) - Constructor for class org.infinispan.remoting.transport.AbstractRequest
- AbstractSegmentedAdvancedLoadWriteStore<K,
V> - Class in org.infinispan.persistence.support -
Abstract segment loader writer that implements all the single key non segmented methods by invoking the segmented equivalent by passing in the segment returned from invoking
AbstractSegmentedAdvancedLoadWriteStore.getKeyMapper(). - AbstractSegmentedAdvancedLoadWriteStore() - Constructor for class org.infinispan.persistence.support.AbstractSegmentedAdvancedLoadWriteStore
- AbstractSegmentedStoreConfiguration<T> - Class in org.infinispan.configuration.cache
-
Abstract store configuration that should be extended when the store configuration supports being segmented.
- AbstractSegmentedStoreConfiguration(Enum<?>, AttributeSet, AsyncStoreConfiguration) - Constructor for class org.infinispan.configuration.cache.AbstractSegmentedStoreConfiguration
- AbstractSiteStatusBuilder<E> - Class in org.infinispan.xsite.status
-
A
SiteStatusbuilder based on its online and offline members. - AbstractSiteStatusBuilder() - Constructor for class org.infinispan.xsite.status.AbstractSiteStatusBuilder
- AbstractStoreConfiguration<T> - Class in org.infinispan.configuration.cache
- AbstractStoreConfiguration(Enum<?>, AttributeSet, AsyncStoreConfiguration, ConfigurationElement<?>...) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfiguration
- AbstractStoreConfigurationBuilder<T,
S> - Class in org.infinispan.configuration.cache - AbstractStoreConfigurationBuilder(PersistenceConfigurationBuilder, AttributeSet) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- AbstractStoreConfigurationBuilder(PersistenceConfigurationBuilder, AttributeSet, AttributeSet) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- AbstractStoreConfigurationChildBuilder<S> - Class in org.infinispan.configuration.cache
- AbstractStoreConfigurationChildBuilder(StoreConfigurationBuilder<? extends AbstractStoreConfiguration, ? extends StoreConfigurationBuilder<?, ?>>) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- AbstractStoreSerializer - Class in org.infinispan.configuration.serializing
-
AbstractStoreSerializer.
- AbstractStoreSerializer() - Constructor for class org.infinispan.configuration.serializing.AbstractStoreSerializer
- AbstractThreadPoolExecutorFactory<T> - Class in org.infinispan.factories.threads
-
Abstract
ThreadPoolExecutorFactorythat contains commons variables for configuring a thread pool - AbstractThreadPoolExecutorFactory(int, int, int, long) - Constructor for class org.infinispan.factories.threads.AbstractThreadPoolExecutorFactory
- AbstractTopologyAffectedCommand - Class in org.infinispan.commands
-
Base class for commands that carry topology id.
- AbstractTopologyAffectedCommand() - Constructor for class org.infinispan.commands.AbstractTopologyAffectedCommand
- AbstractTransactionBoundaryCommand - Class in org.infinispan.commands.tx
-
An abstract transaction boundary command that holds a reference to a
GlobalTransaction - AbstractTransactionBoundaryCommand(ByteString) - Constructor for class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- AbstractTransportConfigurationChildBuilder - Class in org.infinispan.configuration.cache
- AbstractTransportConfigurationChildBuilder(TransactionConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- AbstractTxInvocationContext<T> - Class in org.infinispan.context.impl
-
Support class for
TxInvocationContext. - AbstractTxInvocationContext(T, Address) - Constructor for class org.infinispan.context.impl.AbstractTxInvocationContext
- AbstractTxLockingInterceptor - Class in org.infinispan.interceptors.locking
-
Base class for transaction based locking interceptors.
- AbstractTxLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
- AbstractVisitor - Class in org.infinispan.commands
-
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
- AbstractVisitor() - Constructor for class org.infinispan.commands.AbstractVisitor
- AbstractWriteKeyCommand<K,
V> - Class in org.infinispan.commands.functional - AbstractWriteKeyCommand() - Constructor for class org.infinispan.commands.functional.AbstractWriteKeyCommand
- AbstractWriteKeyCommand(Object, ValueMatcher, int, CommandInvocationId, Params, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.AbstractWriteKeyCommand
- AbstractWriteManyCommand<K,
V> - Class in org.infinispan.commands.functional - AbstractWriteManyCommand() - Constructor for class org.infinispan.commands.functional.AbstractWriteManyCommand
- AbstractWriteManyCommand(CommandInvocationId, Params, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.AbstractWriteManyCommand
- AbstractWriteManyCommand(AbstractWriteManyCommand<K, V>) - Constructor for class org.infinispan.commands.functional.AbstractWriteManyCommand
- accept(long) - Method in class org.infinispan.reactive.publisher.impl.InnerPublisherSubscription
-
This method is invoked every time a new request is sent to the underlying publisher.
- accept(Iterable<InternalCacheEntry<Object, Object>>) - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- accept(Object, Object, Metadata) - Method in class org.infinispan.filter.AcceptAllKeyValueFilter
- accept(Object, Throwable) - Method in class org.infinispan.interceptors.impl.QueueAsyncInvocationStage
- accept(Supplier<PrimitiveIterator.OfInt>) - Method in interface org.infinispan.BaseCacheStream.SegmentCompletionListener
-
Invoked each time a given number of segments have completed and the terminal operation has consumed all entries in the given segment
- accept(K, V, Metadata) - Method in class org.infinispan.filter.AbstractKeyValueFilterConverter
- accept(K, V, Metadata) - Method in class org.infinispan.filter.CompositeKeyValueFilter
- accept(K, V, Metadata) - Method in interface org.infinispan.filter.KeyValueFilter
- accept(K, V, Metadata) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter
- accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
- accept(K, V, Metadata, V, Metadata, EventType) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilter
-
Whether or not this event should be raised to the listener it is attached to.
- accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.CompositeCacheEventFilter
- accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter
- accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
- accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.PostCacheEventFilter
- accept(IntSet, Throwable) - Method in class org.infinispan.xsite.irac.IracResponseCollector
- accept(InvocationContext, C, Object) - Method in interface org.infinispan.interceptors.InvocationSuccessAction
-
Process the result from a successful invocation stage and possibly throw an exception.
- accept(InvocationContext, C, Object, Throwable) - Method in interface org.infinispan.interceptors.InvocationFinallyAction
-
Process the result or the exception from an invocation stage and possibly throw an exception.
- accept(ScopedState, Object, Metadata, Object, Metadata, EventType) - Method in class org.infinispan.globalstate.ScopeFilter
- accept(EmbeddedCacheManager, Cache<K, V>) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable
- accept(LogAppender.WriteOperation) - Method in class org.infinispan.persistence.sifs.LogAppender
- accept(ValidResponse, Throwable) - Method in class org.infinispan.remoting.transport.impl.XSiteResponseImpl
- accept(T, Throwable) - Method in interface org.infinispan.telemetry.InfinispanSpan
- accept(T, U, V) - Method in interface org.infinispan.util.function.TriConsumer
-
Performs this operation on the given arguments.
- AcceptAllKeyValueFilter - Class in org.infinispan.filter
-
A key value filter that accepts all entries found.
- AcceptAllKeyValueFilter.Externalizer - Class in org.infinispan.filter
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.control.LockControlCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.EntrySetCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.GetAllCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.GetCacheEntryCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.GetKeyValueCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.KeySetCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.SizeCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.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.ClearCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.ComputeCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- 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.IracPutKeyValueCommand
- 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.RemoveExpiredCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.ReplaceCommand
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.expiration.impl.TouchCommand
- accumulate(Container, Item) - Method in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- accumulate(BiConsumer<E, E>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- ACCURATE_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ACCURATE_SIZE - Static variable in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- accurateSize() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
-
Whether cache sizes should be computed
- accurateSize(boolean) - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Enables accurate size computation for numberOfEntries statistics.
- ack(CommandAckCollector) - Method in class org.infinispan.commands.write.BackupAckCommand
- ack(CommandAckCollector) - Method in class org.infinispan.commands.write.BackupMultiKeyAckCommand
- ack(CommandAckCollector) - Method in class org.infinispan.commands.write.ExceptionAckCommand
- acquire(Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
-
It tries to acquire this lock.
- acquire(Object, Object, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
- acquire(Object, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
- acquire(Object, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
- ACQUIRE_TIMEOUT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ACQUIRED - Enum constant in enum class org.infinispan.util.concurrent.locks.LockState
-
The lock owner left the queue and it is available to acquire the lock.
- acquireExclusiveTopologyLock() - Method in interface org.infinispan.statetransfer.StateTransferLock
- acquireExclusiveTopologyLock() - Method in class org.infinispan.statetransfer.StateTransferLockImpl
- acquireSharedTopologyLock() - Method in interface org.infinispan.statetransfer.StateTransferLock
- acquireSharedTopologyLock() - Method in class org.infinispan.statetransfer.StateTransferLockImpl
- Action - Interface in org.infinispan.remoting.inboundhandler.action
-
An action represents a step in
PerCacheInboundInvocationHandler. - ActionListener - Interface in org.infinispan.remoting.inboundhandler.action
-
A listener that is invoked when an
Actionis completed. - ActionSequencer - Class in org.infinispan.util.concurrent
-
Orders multiple actions/tasks based on a key.
- ActionSequencer(Executor, boolean, TimeService) - Constructor for class org.infinispan.util.concurrent.ActionSequencer
- ActionState - Class in org.infinispan.remoting.inboundhandler.action
-
The state used by an
Action. - ActionState(ReplicableCommand, int) - Constructor for class org.infinispan.remoting.inboundhandler.action.ActionState
- ActionStatus - Enum Class in org.infinispan.remoting.inboundhandler.action
-
The status for an
Action. - activateAsync(Object, int) - Method in interface org.infinispan.eviction.impl.ActivationManager
-
Activates an entry, effectively removing it from the underlying persistence store.
- activateAsync(Object, int) - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
- activateAsync(Object, int) - Method in class org.infinispan.eviction.impl.ActivationManagerStub
- activation - Variable in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- activationManager - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- ActivationManager - Interface in org.infinispan.eviction.impl
-
Controls activation of cache entries that have been passivated.
- ActivationManagerImpl - Class in org.infinispan.eviction.impl
-
Concrete implementation of activation logic manager.
- ActivationManagerImpl() - Constructor for class org.infinispan.eviction.impl.ActivationManagerImpl
- ActivationManagerStub - Class in org.infinispan.eviction.impl
- ActivationManagerStub() - Constructor for class org.infinispan.eviction.impl.ActivationManagerStub
- actual - Variable in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- actual() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- add() - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- add(E) - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
-
Adding new cache entries via a set is not allowed.
- add(E) - Method in class org.infinispan.InternalCacheSet
- add(Permission) - Method in class org.infinispan.security.CachePermissionCollection
- add(List<XidImpl>) - Method in class org.infinispan.transaction.xa.recovery.PreparedTxIterator
- add(Map.Entry<K, V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
- add(CacheEntry<K, V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
- add(IracTombstoneInfo) - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- add(Listeners.ReadWriteListeners.ReadWriteListener<K, V>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
- add(Listeners.ReadWriteListeners.ReadWriteListener<K, V>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners
-
Add a read-write listener, and return an
AutoCloseableinstance that can be used to remove the listener registration. - add(Listeners.WriteListeners.WriteListener<K, V>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
- add(Listeners.WriteListeners.WriteListener<K, V>) - Method in interface org.infinispan.functional.Listeners.WriteListeners
-
Add a write-only listener, and return an
AutoCloseableinstance that can be used to remove the listener registration. - add(MetaParam) - Method in class org.infinispan.functional.impl.MetaParams
- add(MetaParam<?>) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Builder
- add(Param<?>) - Method in class org.infinispan.functional.impl.Params
- add(IracManagerKeyInfo, IracMetadata) - Method in class org.infinispan.commands.irac.IracStateResponseCommand
- add(R) - Method in class org.infinispan.util.CollectionMapper
- add(R) - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- addAdvancedExternalizer(int, AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.since 10.0,
AdvancedExternalizer's will be removed in a future release. Please utilise ProtoStream annotations on Java objects instead by configuring aSerializationContextInitializerviaSerializationConfigurationBuilder.addContextInitializer(SerializationContextInitializer), or specifying a custom marshaller for user types viaSerializationConfigurationBuilder.marshaller(Marshaller). - addAdvancedExternalizer(AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.since 10.0,
AdvancedExternalizer's will be removed in a future release. Please utilise ProtoStream annotations on Java objects instead by configuring aSerializationContextInitializerviaSerializationConfigurationBuilder.addContextInitializer(SerializationContextInitializer), or specifying a custom marshaller for user types viaSerializationConfigurationBuilder.marshaller(Marshaller). - addAdvancedExternalizer(AdvancedExternalizer<T>...) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.since 10.0,
AdvancedExternalizer's will be removed in a future release. Please utilise ProtoStream annotations on Java objects instead by configuring aSerializationContextInitializerviaSerializationConfigurationBuilder.addContextInitializer(SerializationContextInitializer), or specifying a custom marshaller for user types viaSerializationConfigurationBuilder.marshaller(Marshaller). - addAffectedKey(Object) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- addAffectedKey(Object) - Method in interface org.infinispan.context.impl.TxInvocationContext
- addAffectedKey(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- addAll(Collection<? extends E>) - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
-
Adding new cache entries via a set is not allowed.
- addAll(Collection<? extends E>) - Method in class org.infinispan.InternalCacheSet
- addAll(Collection<? extends Map.Entry<K, V>>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
- addAll(Collection<? extends CacheEntry<K, V>>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
- addAll(Collection<? extends R>) - Method in class org.infinispan.util.CollectionMapper
- addAll(Collection<? extends R>) - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- addAll(Params) - Method in class org.infinispan.functional.impl.Params
- addAll(Param<?>...) - Method in class org.infinispan.functional.impl.Params
-
Adds all parameters and returns a new parameter collection.
- addAllAffectedKeys(Collection<?>) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- addAllAffectedKeys(Collection<?>) - Method in interface org.infinispan.context.impl.TxInvocationContext
-
Registers a new participant with the transaction.
- addAllAffectedKeys(Collection<?>) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- addBackup() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- addBackupLockForKey(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- addBackupLockForKey(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
- addBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- addBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory
- addBoundedThreadPool(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- addCacheDependency(String, String) - Method in class org.infinispan.manager.DefaultCacheManager
- addCacheDependency(String, String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Add a dependency between two caches.
- addCacheDependency(String, String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- addCacheDependency(EmbeddedCacheManager, String, String) - Static method in class org.infinispan.security.actions.SecurityActions
- AddCacheDependencyAction - Class in org.infinispan.security.actions
-
AddCacheDependencyAction.
- AddCacheDependencyAction(EmbeddedCacheManager, String, String) - Constructor for class org.infinispan.security.actions.AddCacheDependencyAction
- addCachedThreadPool(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- AddCacheManagerListenerAction - Class in org.infinispan.security.actions
-
CacheManagerAddListenerAction.
- AddCacheManagerListenerAction(EmbeddedCacheManager, Object) - Constructor for class org.infinispan.security.actions.AddCacheManagerListenerAction
- AddCacheManagerListenerAsyncAction - Class in org.infinispan.security.actions
-
CacheManagerAddListenerAction.
- AddCacheManagerListenerAsyncAction(EmbeddedCacheManager, Object) - Constructor for class org.infinispan.security.actions.AddCacheManagerListenerAsyncAction
- addCacheName(String, SiteStatus) - Method in class org.infinispan.xsite.status.ContainerSiteStatusBuilder
-
Adds the cache with the
SiteStatusconnection to the site. - addCallback(InvocationContext, C, InvocationCallback<C>) - Method in class org.infinispan.interceptors.impl.SimpleAsyncInvocationStage
- addCallback(InvocationContext, C, InvocationCallback<C>) - Method in class org.infinispan.interceptors.InvocationStage
-
After the current stage completes, invoke
functionand return its result. - addCallback(InvocationContext, C, InvocationCallback<C>) - Method in class org.infinispan.interceptors.SyncInvocationStage
- addCallback(InvocationContext, VisitableCommand, InvocationCallback) - Method in class org.infinispan.interceptors.ExceptionSyncInvocationStage
- addCallback(InvocationContext, VisitableCommand, InvocationCallback) - Method in class org.infinispan.interceptors.impl.QueueAsyncInvocationStage
- addChannelListener(ChannelListener) - Method in class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
- addChannelListener(ChannelListener) - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
- addClass(String) - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
-
Helper method that allows for registration of a class to the
ClassAllowList. - addClass(String) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.Helper method that allows for registration of a class to the
ClassAllowList. - addClasses(Class...) - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
-
Helper method that allows for registration of classes to the
ClassAllowList. - addClasses(Class...) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.Helper method that allows for registration of classes to the
ClassAllowList. - addClasses(String...) - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
-
Helper method that allows for registration of classes to the
ClassAllowList. - addClusterLoader() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
- addContextInitializer(SerializationContextRegistry.MarshallerType, SerializationContextInitializer) - Method in interface org.infinispan.marshall.protostream.impl.SerializationContextRegistry
- addContextInitializer(SerializationContextRegistry.MarshallerType, SerializationContextInitializer) - Method in class org.infinispan.marshall.protostream.impl.SerializationContextRegistryImpl
- addContextInitializer(SerializationContextInitializer) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- addContextInitializers(List<SerializationContextInitializer>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- addContextInitializers(SerializationContextInitializer...) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- addDataRead(boolean, long, Ownership) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- addDependency(T, T) - Method in class org.infinispan.util.DependencyGraph
-
Add a dependency between two elements
- addDynamicDependency(String, String) - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Add a dynamic dependency between two components.
- addDynamicDependency(String, String) - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- addEvents(Object, Address, UUID, Collection<ClusterEvent<K, V>>, boolean) - Method in interface org.infinispan.notifications.cachelistener.cluster.ClusterEventManager
-
Adds additional cluster events that need to be sent remotely for an event originating locally.
- addEvents(Object, Address, UUID, Collection<ClusterEvent<K, V>>, boolean) - Method in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl
- addEvents(Object, Address, UUID, Collection<ClusterEvent<K, V>>, boolean) - Method in class org.infinispan.notifications.cachelistener.cluster.impl.ClusterEventManagerStub
- addEventToSite(ByteString, XSiteEvent) - Method in class org.infinispan.xsite.events.XSiteEventSender
- addEvictions(long) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- addException(Address, Exception) - Method in class org.infinispan.remoting.transport.impl.FilterMapResponseCollector
- addException(Address, Exception) - Method in class org.infinispan.remoting.transport.impl.MapResponseCollector
- addException(Address, Exception) - Method in class org.infinispan.remoting.transport.impl.VoidResponseCollector
- addException(Address, Exception) - Method in class org.infinispan.remoting.transport.ValidResponseCollector
-
Process an exception from a target.
- addExpire(Object, IracMetadata) - Method in class org.infinispan.xsite.commands.remote.IracPutManyRequest
- addFailure(String, Throwable) - Method in exception class org.infinispan.xsite.BackupFailureException
- addFilteredListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- addFilteredListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.EncoderCache
- addFilteredListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.FilteringListenable
-
Registers a listener limiting the cache-entry specific events only to annotations that are passed in as parameter.
- addFilteredListener(ListenerHolder, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.DataConversionAwareListenable
- addFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- addFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.CacheImpl
- addFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.DecoratedCache
- addFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.EncoderCache
- addFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- addFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- addFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.FilteringListenable
-
Asynchronous version of
FilteringListenable.addFilteredListener(Object, CacheEventFilter, CacheEventConverter, Set) - addFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- addFilteredListenerAsync(ListenerHolder, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- addFilteredListenerAsync(ListenerHolder, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.DataConversionAwareListenable
- addFlags(long) - Method in interface org.infinispan.commands.FlagAffectedCommand
-
Add a set of flags to the command.
- addGrouper(Grouper<?>) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Add a grouper
- addIndexedEntities(Class<?>...) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- addIndexedEntities(Class<?>...) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- addIndexedEntities(Class<?>...) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- addIndexedEntities(Class<?>...) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- addIndexedEntities(Class<?>...) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- addIndexedEntities(Class<?>...) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- addIndexedEntities(String...) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- addIndexedEntities(String...) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- addIndexedEntities(String...) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- addIndexedEntities(String...) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- addIndexedEntities(String...) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- addIndexedEntities(String...) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- addIndexedEntity(Class<?>) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- addIndexedEntity(Class<?>) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- addIndexedEntity(Class<?>) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- addIndexedEntity(Class<?>) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- addIndexedEntity(Class<?>) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- addIndexedEntity(Class<?>) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- addIndexedEntity(String) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- addIndexedEntity(String) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- addIndexedEntity(String) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- addIndexedEntity(String) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- addIndexedEntity(String) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- addIndexedEntity(String) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- addInterceptor(AsyncInterceptor, int) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Inserts the given interceptor at the specified position in the chain (0 based indexing).
- addInterceptor(AsyncInterceptor, int) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- addInterceptor(AsyncInterceptor, int) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- addInterceptorAfter(AsyncInterceptor, Class<? extends AsyncInterceptor>) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Adds a new interceptor in list after an interceptor of a given type.
- addInterceptorAfter(AsyncInterceptor, Class<? extends AsyncInterceptor>) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- addInterceptorAfter(AsyncInterceptor, Class<? extends AsyncInterceptor>) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- addInterceptorBefore(AsyncInterceptor, Class<? extends AsyncInterceptor>) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Adds a new interceptor in list before an interceptor of a given type.
- addInterceptorBefore(AsyncInterceptor, Class<? extends AsyncInterceptor>) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- addInterceptorBefore(AsyncInterceptor, Class<? extends AsyncInterceptor>) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- addIntermediateOperation(Queue<IntermediateOperation>, IntermediateOperation<T, S, ?, ?>) - Method in class org.infinispan.stream.impl.AbstractCacheStream
- addIntermediateOperation(IntermediateOperation<T, S, T, S>) - Method in class org.infinispan.stream.impl.AbstractCacheStream
- addIntermediateOperationMap(IntermediateOperation<T, S, ?, ?>) - Method in class org.infinispan.stream.impl.AbstractCacheStream
- addInternalListener(InternalExpirationManager.ExpirationConsumer<K, V>) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
- addInternalListener(InternalExpirationManager.ExpirationConsumer<K, V>) - Method in interface org.infinispan.expiration.impl.InternalExpirationManager
-
Adds an
InternalExpirationManager.ExpirationConsumerto be invoked when an entry is expired. - addInUseBackupSite(String) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0. To be removed without replacement.
- addIracMetadata(int, IracMetadata) - Method in class org.infinispan.commands.tx.CommitCommand
- addJGroupsStack(EmbeddedJGroupsChannelConfigurator, String) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- addJGroupsStack(FileJGroupsChannelConfigurator) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- addKeyTransformer(Class<?>, Class<?>) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- addKeyTransformer(Class<?>, Class<?>) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- addKeyTransformer(Class<?>, Class<?>) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- addKeyTransformer(Class<?>, Class<?>) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- addKeyTransformer(Class<?>, Class<?>) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
Registers a transformer for a key class.
- addKeyTransformer(Class<?>, Class<?>) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- addListener(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- addListener(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- addListener(Object) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- addListener(Object) - Method in interface org.infinispan.notifications.Listenable
-
Adds a listener to the component.
- addListener(Object, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareListenable
-
Adds a listener along with a class loader to use for the invocation
- addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.cache.impl.EncoderCache
- addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in interface org.infinispan.notifications.FilteringListenable
-
Registers a listener that will be notified on events that pass the filter condition.
- addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareFilteringListenable
-
Adds a listener with the provided filter and converter and using a given classloader when invoked.
- addListener(EmbeddedCacheManager, Object) - Static method in class org.infinispan.security.actions.SecurityActions
- addListener(ListenerHolder, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, ClassLoader) - Method in interface org.infinispan.notifications.DataConversionAwareListenable
- addListener(ActionListener) - Method in interface org.infinispan.remoting.inboundhandler.action.Action
-
Adds a listener to be invoked when this action is ready or canceled.
- addListener(ActionListener) - Method in class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
- addListener(ActionListener) - Method in interface org.infinispan.remoting.inboundhandler.action.ReadyAction
-
It adds a listener that is invoked when this action is ready.
- addListener(CacheTransaction.TransactionCompletedListener) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- addListener(CacheTransaction.TransactionCompletedListener) - Method in interface org.infinispan.transaction.xa.CacheTransaction
- addListener(KeyAwareLockListener) - Method in interface org.infinispan.util.concurrent.locks.KeyAwareLockPromise
-
It adds the listener to this
LockPromise. - addListener(LockListener) - Method in interface org.infinispan.util.concurrent.locks.LockPromise
-
Adds a
LockListenerto be invoked when the lock is available. - addListener(PendingLockListener) - Method in interface org.infinispan.util.concurrent.locks.PendingLockPromise
-
Adds a listener to this promise.
- addListenerAsync(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- addListenerAsync(Object) - Method in class org.infinispan.cache.impl.CacheImpl
- addListenerAsync(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
- addListenerAsync(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- addListenerAsync(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- addListenerAsync(Object) - Method in class org.infinispan.manager.DefaultCacheManager
- addListenerAsync(Object) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- addListenerAsync(Object) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- addListenerAsync(Object) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- addListenerAsync(Object) - Method in interface org.infinispan.notifications.Listenable
-
Asynchronous version of
Listenable.addListener(Object) - addListenerAsync(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- addListenerAsync(Object) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
- addListenerAsync(Object) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- addListenerAsync(Object) - Method in class org.infinispan.util.logging.events.impl.EventLoggerNotifierImpl
- addListenerAsync(Object, ClassLoader) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- addListenerAsync(Object, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareListenable
-
Asynchronous version of
ClassLoaderAwareListenable.addListener(Object, ClassLoader) - addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.cache.impl.CacheImpl
- addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.cache.impl.DecoratedCache
- addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.cache.impl.EncoderCache
- addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in interface org.infinispan.notifications.FilteringListenable
-
Asynchronous version of
FilteringListenable.addListener(Object, CacheEventFilter, CacheEventConverter) - addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, ClassLoader) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
-
Adds the listener using the provided filter converter and class loader.
- addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareFilteringListenable
- addListenerAsync(EmbeddedCacheManager, Object) - Static method in class org.infinispan.security.actions.SecurityActions
- addListenerAsync(ListenerHolder, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, ClassLoader) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- addListenerAsync(ListenerHolder, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, ClassLoader) - Method in interface org.infinispan.notifications.DataConversionAwareListenable
- addLockedKey(Object) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- addLockedKey(Object) - Method in class org.infinispan.context.impl.ClearInvocationContext
- addLockedKey(Object) - Method in class org.infinispan.context.impl.ImmutableContext
- addLockedKey(Object) - Method in class org.infinispan.context.impl.NonTxInvocationContext
- addLockedKey(Object) - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- addLockedKey(Object) - Method in interface org.infinispan.context.InvocationContext
-
Tracks the given key as locked by this invocation context.
- addLockedKeys(Collection<?>) - Method in interface org.infinispan.context.InvocationContext
- addLoggerListenerAsync(EmbeddedCacheManager, Object) - Static method in class org.infinispan.security.actions.SecurityActions
- AddLoggerListenerAsyncAction - Class in org.infinispan.security.actions
-
Add logger listener action.
- AddLoggerListenerAsyncAction(EmbeddedCacheManager, Object) - Constructor for class org.infinispan.security.actions.AddLoggerListenerAsyncAction
- addLogsToBuilder(StringBuilder) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- addMany(MetaParam...) - Method in class org.infinispan.functional.impl.MetaParams
- addMarshalledEntry(Object, MarshallableEntry<Object, Object>) - Method in class org.infinispan.persistence.support.BatchModification
- addMarshaller(SerializationContextRegistry.MarshallerType, BaseMarshaller) - Method in interface org.infinispan.marshall.protostream.impl.SerializationContextRegistry
- addMarshaller(SerializationContextRegistry.MarshallerType, BaseMarshaller) - Method in class org.infinispan.marshall.protostream.impl.SerializationContextRegistryImpl
- addMember(Address, boolean) - Method in class org.infinispan.xsite.status.CacheSiteStatusBuilder
-
Adds a member with an online/offline connection to the server based on the
onlineparameter. - addMergePolicyFactory(EntryMergePolicyFactory) - Method in class org.infinispan.conflict.EntryMergePolicyFactoryRegistry
- addModification(WriteCommand) - Method in class org.infinispan.transaction.impl.LocalTransaction
- addModule(Class<T>) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- addModule(Class<T>) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- addOwner(int, Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- addOwner(Address) - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
-
Adds
owneras a node where this transaction information is maintained. - addOwners(int, Collection<Address>) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- addParserListener(ConfigurationParserListener) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- addPartialCommit1PCTransaction(GlobalTransaction, Collection<Address>, Collection<Object>, List<WriteCommand>) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- addPartialCommit1PCTransaction(GlobalTransaction, Collection<Address>, Collection<Object>, List<WriteCommand>) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
-
Adds a partially committed transaction.
- addPartialCommit1PCTransaction(GlobalTransaction, Collection<Address>, Collection<Object>, List<WriteCommand>) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- addPartialCommit2PCTransaction(GlobalTransaction, Collection<Address>, Collection<Object>, Map<Object, IncrementableEntryVersion>) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- addPartialCommit2PCTransaction(GlobalTransaction, Collection<Address>, Collection<Object>, Map<Object, IncrementableEntryVersion>) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
-
Adds a partially committed transaction.
- addPartialCommit2PCTransaction(GlobalTransaction, Collection<Address>, Collection<Object>, Map<Object, IncrementableEntryVersion>) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- addPartialRollbackTransaction(GlobalTransaction, Collection<Address>, Collection<Object>) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- addPartialRollbackTransaction(GlobalTransaction, Collection<Address>, Collection<Object>) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
-
Adds a partially aborted transaction.
- addPartialRollbackTransaction(GlobalTransaction, Collection<Address>, Collection<Object>) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- addPersistenceInterceptors(AsyncInterceptorChain, Configuration, List<StoreConfiguration>) - Method in class org.infinispan.factories.InterceptorChainFactory
-
Adds all the interceptors related to persistence to the stack.
- addPersistentAddressMapping(Address, PersistentUUID) - Method in interface org.infinispan.topology.PersistentUUIDManager
-
Adds a mapping between an
Addressand aPersistentUUID - addPersistentAddressMapping(Address, PersistentUUID) - Method in class org.infinispan.topology.PersistentUUIDManagerImpl
- addPrimaryOwner(int, Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- addPrimaryOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- addProperty(String, Object) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- 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 interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
Defines a single property.
- addProperty(String, String) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
-
Add key/value property pair to this executor factory configuration
- addProperty(String, String) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- addProperty(String, String) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
Add key/value property pair to this executor factory configuration
- addProtoFile(SerializationContextRegistry.MarshallerType, FileDescriptorSource) - Method in interface org.infinispan.marshall.protostream.impl.SerializationContextRegistry
- addProtoFile(SerializationContextRegistry.MarshallerType, FileDescriptorSource) - Method in class org.infinispan.marshall.protostream.impl.SerializationContextRegistryImpl
- addRegexp(String) - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
-
Helper method that allows for registration of a regexp to the
ClassAllowList. - addRegexp(String) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.Helper method that allows for registration of a regexp to the
ClassAllowList. - addRegexps(String...) - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
-
Helper method that allows for registration of regexps to the
ClassAllowList. - addRegexps(String...) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.Helper method that allows for registration of regexps to the
ClassAllowList. - addRemoteSite(String, String, String, String) - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.RemoteSites
- addRemovalListener(Consumer<Iterable<InternalCacheEntry<K, V>>>) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- addRemovalListener(Consumer<Iterable<InternalCacheEntry<K, V>>>) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- addRemovalListener(Consumer<Iterable<InternalCacheEntry<K, V>>>) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Adds a listener that is invoked whenever
InternalDataContainer.removeSegments(IntSet)is invoked providing a way for the listener to see what actual entries were removed from the container. - addRemovalListener(Consumer<Iterable<InternalCacheEntry<WrappedBytes, WrappedBytes>>>) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- addRemove(Object, IracMetadata) - Method in class org.infinispan.xsite.commands.remote.IracPutManyRequest
- addRequest(Request<?>) - Method in class org.infinispan.remoting.transport.impl.RequestRepository
- addRequestor(Object, Address) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
- addRequestor(Object, Address) - Method in interface org.infinispan.distribution.L1Manager
-
Records a request that will be cached in another nodes L1
- addResponse(long, Address, Response) - Method in class org.infinispan.remoting.transport.impl.RequestRepository
- addResponse(Address, Response) - Method in class org.infinispan.interceptors.distribution.RemoteGetSingleKeyCollector
- addResponse(Address, Response) - Method in class org.infinispan.remoting.transport.impl.PassthroughMapResponseCollector
- addResponse(Address, Response) - Method in class org.infinispan.remoting.transport.impl.PassthroughSingleResponseCollector
- addResponse(Address, Response) - Method in interface org.infinispan.remoting.transport.ResponseCollector
-
Called when a response is received, or when a target node becomes unavailable.
- addResponse(Address, Response) - Method in class org.infinispan.remoting.transport.ValidResponseCollector
- addResponse(Address, Response) - Method in class org.infinispan.remoting.transport.ValidSingleResponseCollector
- addResponse(Address, Response) - Method in class org.infinispan.xsite.response.AutoStateTransferResponseCollector
- address - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsAddress
- address - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- Address - Interface in org.infinispan.remoting.transport
-
A destination for an Infinispan command or operation.
- ADDRESS_COUNT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- addressToPersistentUUID() - Method in interface org.infinispan.topology.PersistentUUIDManager
-
Provides a remapping operator which translates addresses to persistentuuids
- addressToPersistentUUID() - Method in class org.infinispan.topology.PersistentUUIDManagerImpl
- addRole(Role) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- addRole(Role) - Method in class org.infinispan.security.mappers.ClusterPermissionMapper
- addRole(Role) - Method in interface org.infinispan.security.MutableRolePermissionMapper
-
Adds a new role
- addScheduledThreadPool(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- addSegments(IntSet) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- addSegments(IntSet) - Method in class org.infinispan.container.impl.DefaultDataContainer
- addSegments(IntSet) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- addSegments(IntSet) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Sets what segments this data container should be using.
- addSegments(IntSet) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- addSegments(IntSet) - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- addSegments(IntSet) - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- addSegments(IntSet) - Method in class org.infinispan.persistence.file.SingleFileStore
- addSegments(IntSet) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Notifies any underlying segmented stores that the segments provided are owned by this cache and to start/configure any underlying resources required to handle requests for entries on the given segments.
- addSegments(IntSet) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- addSegments(IntSet) - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- addSegments(IntSet) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- addSegments(IntSet) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Invoked when a node becomes an owner of the given segments.
- addSegments(IntSet) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Invoked when a node becomes an owner of the given segments.
- addSegments(IntSet) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- addSegments(IntSet) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- addSegments(IntSet) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- addSegments(IntSet) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- addShutdownHook() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- addShutdownHook() - Method in class org.infinispan.factories.GlobalComponentRegistry
- addSingleFileStore() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.since 13.0. To be removed in 16.0 has been replaced by
PersistenceConfigurationBuilder.addSoftIndexFileStore() - addSoftIndexFileStore() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Adds a soft index file cache store.
- addStack(String) - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- addStackFile(String) - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- addStorageFormatFilteredListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- addStorageFormatFilteredListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.EncoderCache
- addStorageFormatFilteredListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.FilteringListenable
-
Same as
FilteringListenable.addFilteredListener(Object, CacheEventFilter, CacheEventConverter, Set), but assumes the filter and/or the converter will be done in the same data format as it's stored in the cache. - addStorageFormatFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- addStorageFormatFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.CacheImpl
- addStorageFormatFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.DecoratedCache
- addStorageFormatFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.EncoderCache
- addStorageFormatFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- addStorageFormatFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- addStorageFormatFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.FilteringListenable
- addStorageFormatFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- addStore(Class<T>) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Adds a cache loader that uses the specified builder class to build its configuration.
- addStore(StoreConfiguration) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Adds a new store to the cache.
- addStore(StoreConfiguration) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- addStore(StoreConfiguration) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- addStore(StoreConfigurationBuilder<?, ?>) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Adds a cache loader that uses the specified builder instance to build its configuration.
- addStoreListener(PersistenceManager.StoreChangeListener) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Add a
PersistenceManager.StoreChangeListenerto be notified when a store is added or removed dynamically. - addStoreListener(PersistenceManager.StoreChangeListener) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- addStoreListener(PersistenceManager.StoreChangeListener) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- addTargetNotFound(Address) - Method in class org.infinispan.remoting.transport.impl.FilterMapResponseCollector
- addTargetNotFound(Address) - Method in class org.infinispan.remoting.transport.impl.VoidResponseCollector
- addTargetNotFound(Address) - Method in class org.infinispan.remoting.transport.ValidResponseCollector
-
Process a target leaving the cluster or stopping the cache.
- addTargets(Address, UUID, Collection<ClusterEvent<K, V>>, boolean) - Method in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl.UnicastEventContext
- addThreadFactory(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- addTransfer(InboundTransferTask, IntSet) - Method in class org.infinispan.statetransfer.StateConsumerImpl
- addTransfer(OutboundTransferTask) - Method in class org.infinispan.statetransfer.StateProviderImpl
- addUpdate(Object, Object, Metadata, IracMetadata) - Method in class org.infinispan.xsite.commands.remote.IracPutManyRequest
- addValidResponse(Address, ValidResponse) - Method in class org.infinispan.remoting.transport.impl.FilterMapResponseCollector
- addValidResponse(Address, ValidResponse) - Method in class org.infinispan.remoting.transport.impl.MapResponseCollector
- addValidResponse(Address, ValidResponse) - Method in class org.infinispan.remoting.transport.impl.VoidResponseCollector
- addValidResponse(Address, ValidResponse) - Method in class org.infinispan.remoting.transport.ValidResponseCollector
-
Process a valid response from a target.
- addVersionIfNeeded(MetadataAwareCommand) - Method in class org.infinispan.interceptors.impl.VersionInterceptor
- addVersionRead(Object, EntryVersion) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- addVersionRead(Object, EntryVersion) - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
Sets the version read for this key.
- addVersionRead(TxInvocationContext<?>, CacheEntry<?, ?>, Object, VersionGenerator, Log) - Static method in class org.infinispan.transaction.impl.WriteSkewHelper
- ADMIN - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Allows performing "administrative" operations on a cache
- administration() - Method in interface org.infinispan.manager.CacheContainer
-
Provides access to administrative methods which affect the underlying cache container, such as cache creation and removal.
- administration() - Method in class org.infinispan.manager.DefaultCacheManager
- administration() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Provides an
EmbeddedCacheManagerAdminwhose methods affect the entire cluster as opposed to a single node. - administration() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- adminRoleDescription() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- adminRoleDescription() - Method in interface org.infinispan.util.logging.events.Messages
- adminRoleDescription$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- ADVANCED_EXTERNALIZER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- ADVANCED_EXTERNALIZERS - Enum constant in enum class org.infinispan.configuration.parsing.Element
- ADVANCED_EXTERNALIZERS - Static variable in class org.infinispan.configuration.global.SerializationConfiguration
- AdvancedCache<K,
V> - Interface in org.infinispan -
An advanced interface that exposes additional methods not available on
Cache. - AdvancedCacheExpirationWriter<K,
V> - Interface in org.infinispan.persistence.spi -
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced by
NonBlockingStore - AdvancedCacheExpirationWriter.ExpirationPurgeListener<K,
V> - Interface in org.infinispan.persistence.spi -
Deprecated.Callback to be notified when an entry is removed by the
AdvancedCacheExpirationWriter.purge(Executor, ExpirationPurgeListener)method. - AdvancedCacheLoader<K,
V> - Interface in org.infinispan.persistence.spi -
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced by
NonBlockingStore - AdvancedCacheWriter<K,
V> - Interface in org.infinispan.persistence.spi -
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced by
NonBlockingStore - AdvancedCacheWriter.PurgeListener<K> - Interface in org.infinispan.persistence.spi
-
Deprecated.Callback to be notified when an entry is removed by the
AdvancedCacheWriter.purge(java.util.concurrent.Executor, org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener)method. - advancedExternalizerDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
- advancedExternalizerDeprecated() - Method in interface org.infinispan.util.logging.Log
- advancedExternalizerDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
- advancedExternalizers() - Method in class org.infinispan.configuration.global.SerializationConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.since 10.0,
AdvancedExternalizer's will be removed in a future release. - advancedLoader() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- AdvancedLoadWriteStore<K,
V> - Interface in org.infinispan.persistence.spi -
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced by
NonBlockingStore - advancedWriter() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- advanceExternalizerTypeClassesUndefined(String) - Method in class org.infinispan.util.logging.Log_$logger
- advanceExternalizerTypeClassesUndefined(String) - Method in interface org.infinispan.util.logging.Log
- advanceExternalizerTypeClassesUndefined$str() - Method in class org.infinispan.util.logging.Log_$logger
- affectedKeys - Variable in class org.infinispan.transaction.impl.AbstractCacheTransaction
-
Holds all the locked keys that were acquired by the transaction allover the cluster.
- AffinityPartitioner - Class in org.infinispan.distribution.ch.impl
-
Key partitioner that maps keys to segments using information contained in
AffinityTaggedKey. - AffinityPartitioner() - Constructor for class org.infinispan.distribution.ch.impl.AffinityPartitioner
- AffinityTaggedKey - Interface in org.infinispan.distribution.ch
- AFTER - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- AFTER - Enum constant in enum class org.infinispan.container.versioning.InequalVersionComparisonResult
-
Denotes a version that was created temporally after another version.
- AFTER_FAILURES - Static variable in class org.infinispan.configuration.cache.TakeOfflineConfiguration
- afterCompletion(int) - Method in class org.infinispan.transaction.synchronization.SynchronizationAdapter
- afterCompletion(LocalTransaction, int) - Method in class org.infinispan.transaction.impl.TransactionTable
- afterCreation(Protocol) - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- afterFailures() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
- afterFailures(int) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
-
The number of consecutive failed request operations after which this site should be taken offline.
- afterHandle(CacheRpcCommand, DeliverOrder, boolean) - Method in class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
-
Invoked after the command is handled.
- afterInvoke() - Method in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- AggregateBackupResponse - Class in org.infinispan.remoting.transport
- AggregateBackupResponse(BackupResponse, BackupResponse) - Constructor for class org.infinispan.remoting.transport.AggregateBackupResponse
- AliasCache<K,
V> - Class in org.infinispan.cache.impl - AliasCache(AdvancedCache<K, V>, String) - Constructor for class org.infinispan.cache.impl.AliasCache
- aliases() - Method in class org.infinispan.configuration.cache.Configuration
- aliases(String...) - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.BackupForBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- aliases(String...) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- aliases(String...) - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- ALIASES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ALIASES - Static variable in class org.infinispan.configuration.cache.Configuration
- 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 - Enum constant in enum class org.infinispan.functional.Param.ExecutionMode
-
Command is executed on its owners, in transactional mode in the context, too, but there it is not persisted.
- ALL - Enum constant in enum class org.infinispan.manager.ClusterExecutionPolicy
-
The command can be executed on any node in the cluster
- ALL - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Aggregate permission which implies all the others
- ALL_READ - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Aggregate permission which implies all read permissions
- ALL_WRITE - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Aggregate permission which implies all write permissions
- allBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
Returns the list of all sites where this cache might back up its data.
- allBackupsStream() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- allMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- allMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- allMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- allMatch(IntPredicate) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- allMatch(IntPredicate) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- allMatch(IntPredicate) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- allMatch(LongPredicate) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- allMatch(LongPredicate) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- allMatch(LongPredicate) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- allMatch(Predicate<? super E>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- allMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- allMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- allMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- allMatch(Predicate<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- allMatch(Predicate<? super T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that returns whether all elements of this traversable match the provided predicate.
- allMatch(SerializableDoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.allMatch(DoublePredicate)except that the DoublePredicate must also implementSerializable - allMatch(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.allMatch(IntPredicate)except that the IntPredicate must also implementSerializable - allMatch(SerializableLongPredicate) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.allMatch(LongPredicate)except that the LongPredicate must also implement Serializable. - allMatch(SerializablePredicate<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.allMatch(Predicate)except that the Predicate must also implementSerializable - allNodeSubmission() - Method in interface org.infinispan.manager.ClusterExecutor
-
When a command is submitted it will submit this command to all of the available nodes that pass the provided filter.
- allocate(long) - Method in interface org.infinispan.container.offheap.OffHeapMemoryAllocator
-
Allocates a new chunk of memory sized to the given length.
- allocate(long) - Method in class org.infinispan.container.offheap.UnpooledOffHeapMemoryAllocator
- allocator - Variable in class org.infinispan.container.offheap.OffHeapDataContainer
- allocator - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- ALLOW - Enum constant in enum class org.infinispan.security.AuditResponse
- ALLOW_DUPLICATE_DOMAINS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ALLOW_LIST - Enum constant in enum class org.infinispan.configuration.parsing.Element
- ALLOW_READ_WRITES - Enum constant in enum class org.infinispan.partitionhandling.PartitionHandling
-
Allow entries on each partition to diverge, with conflicts resolved during merge.
- ALLOW_READS - Enum constant in enum class org.infinispan.partitionhandling.PartitionHandling
-
Allows reads for a given key if it exists in this partition, but only allows writes if this partition contains all owners of a segment.
- ALLOWED_DUPLICATES - Static variable in class org.infinispan.configuration.parsing.CacheParser
- allowedSegments - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareCollection
- allowedSegments - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
- allowedSegments - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- allowInvocations() - Method in enum class org.infinispan.lifecycle.ComponentStatus
- allowList() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- allowList() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- AllowListConfiguration - Class in org.infinispan.configuration.global
- AllowListConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures the
EmbeddedCacheManagerClassAllowList. - AllOwnersLostException - Exception Class in org.infinispan.statetransfer
-
Signals that all owners of a key have been lost.
- allSubmissionExecutor(Predicate<? super Address>, EmbeddedCacheManager, Transport, long, TimeUnit, BlockingManager, ScheduledExecutorService) - Static method in class org.infinispan.manager.impl.ClusterExecutors
- ALREADY_HAS_LOCK - Enum constant in enum class org.infinispan.context.Flag
-
Flag to designate that this operation was performed on behalf of another that already has the lock for the given key.
- ALREADY_HAS_LOCK - Static variable in class org.infinispan.context.impl.FlagBitSets
- ALREADY_OFFLINE - Enum constant in enum class org.infinispan.xsite.status.TakeSiteOfflineResponse
- ALREADY_ONLINE - Enum constant in enum class org.infinispan.xsite.status.BringSiteOnlineResponse
- ALWAYS_REMOVE - Enum constant in enum class org.infinispan.xsite.spi.XSiteMergePolicy
-
Always remove the key if there is a conflict.
- ALWAYS_TRUE_LOGIC - Static variable in class org.infinispan.transaction.impl.WriteSkewHelper
- AlwaysRemoveXSiteEntryMergePolicy<K,
V> - Class in org.infinispan.xsite.spi -
A
XSiteEntryMergePolicythat removes the key if a conflict is detected. - alwaysTruePredicate() - Static method in class org.infinispan.stream.StreamMarshalling
-
Predicate taht always returns true irrespective of the value provided
- ambiguousConfigurationFiles(String) - Method in class org.infinispan.util.logging.Log_$logger
- ambiguousConfigurationFiles(String) - Method in interface org.infinispan.util.logging.Log
- ambiguousConfigurationFiles$str() - Method in class org.infinispan.util.logging.Log_$logger
- amend(Integer, Long) - Method in class org.infinispan.xsite.OfflineStatus
- amendChannel(JChannel) - Method in class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
- amendConfiguration(String, Integer, Long) - Method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- amendConfiguration(String, Integer, Long) - Method in class org.infinispan.xsite.status.NoOpTakeOfflineManager
- amendConfiguration(String, Integer, Long) - Method in interface org.infinispan.xsite.status.TakeOfflineManager
-
It changes the
TakeOfflineConfigurationfor sitesiteName. - amendTakeOffline(String, int, long) - Method in class org.infinispan.xsite.XSiteAdminOperations
- and() - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- andExceptionally(InvocationContext, C, InvocationExceptionFunction<C>) - Method in class org.infinispan.interceptors.InvocationStage
-
After the current stage completes exceptionally, invoke
functionand return its result. - andExceptionally(InvocationContext, C, InvocationExceptionFunction<C>) - Method in class org.infinispan.interceptors.SyncInvocationStage
- andExceptionally(InvocationContext, VisitableCommand, InvocationExceptionFunction) - Method in class org.infinispan.interceptors.ExceptionSyncInvocationStage
- andExceptionallyMakeStage(InvocationContext, C, InvocationExceptionFunction<C>) - Method in class org.infinispan.interceptors.InvocationStage
-
After the current stage completes exceptionally, invoke
functionand return its result. - andExceptionallyMakeStage(InvocationContext, C, InvocationExceptionFunction<C>) - Method in class org.infinispan.interceptors.SyncInvocationStage
- andFinally(InvocationContext, C, InvocationFinallyAction<C>) - Method in class org.infinispan.interceptors.InvocationStage
-
After the current stage completes, invoke
action. - andFinally(InvocationContext, C, InvocationFinallyAction<C>) - Method in class org.infinispan.interceptors.SyncInvocationStage
- andFinally(InvocationContext, VisitableCommand, InvocationFinallyAction) - Method in class org.infinispan.interceptors.ExceptionSyncInvocationStage
- andFinallyMakeStage(InvocationContext, C, InvocationFinallyAction<C>) - Method in class org.infinispan.interceptors.InvocationStage
-
After the current stage completes, invoke
action. - andFinallyMakeStage(InvocationContext, C, InvocationFinallyAction<C>) - Method in class org.infinispan.interceptors.SyncInvocationStage
- andHandle(InvocationContext, C, InvocationFinallyFunction<C>) - Method in class org.infinispan.interceptors.InvocationStage
-
After the current stage completes, invoke
functionand return its result. - andHandle(InvocationContext, C, InvocationFinallyFunction<C>) - Method in class org.infinispan.interceptors.SyncInvocationStage
- andHandle(InvocationContext, VisitableCommand, InvocationFinallyFunction) - Method in class org.infinispan.interceptors.ExceptionSyncInvocationStage
- andHandleMakeStage(InvocationContext, C, InvocationFinallyFunction<C>) - Method in class org.infinispan.interceptors.InvocationStage
-
After the current stage completes, invoke
functionand return its result. - andHandleMakeStage(InvocationContext, C, InvocationFinallyFunction<C>) - Method in class org.infinispan.interceptors.SyncInvocationStage
- annotation - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- annotation - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- anonymizeSecureCache(AdvancedCache<K, V>) - Static method in class org.infinispan.security.actions.SecurityActions
- anyMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- anyMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- anyMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- anyMatch(IntPredicate) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- anyMatch(IntPredicate) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- anyMatch(IntPredicate) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- anyMatch(LongPredicate) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- anyMatch(LongPredicate) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- anyMatch(LongPredicate) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- anyMatch(Predicate<? super E>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- anyMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- anyMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- anyMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- anyMatch(Predicate<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- anyMatch(Predicate<? super T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that returns whether any elements of this traversable match the provided predicate.
- anyMatch(SerializableDoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.anyMatch(DoublePredicate)except that the DoublePredicate must also implementSerializable - anyMatch(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.anyMatch(IntPredicate)except that the IntPredicate must also implementSerializable - anyMatch(SerializableLongPredicate) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.anyMatch(LongPredicate)except that the LongPredicate must also implement Serializable. - anyMatch(SerializablePredicate<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.anyMatch(Predicate)except that the Predicate must also implementSerializable - AnyScopeComponentFactory - Class in org.infinispan.factories
- AnyScopeComponentFactory() - Constructor for class org.infinispan.factories.AnyScopeComponentFactory
- append(WriteCommand) - Method in class org.infinispan.transaction.impl.ModificationList
-
Appends the
WriteCommandto this list. - APPEND - Enum constant in enum class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.StackCombine
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.ImmortalCacheValue
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.MortalCacheEntry
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.MortalCacheValue
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.TransientCacheEntry
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.TransientCacheValue
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- appendFieldsToString(StringBuilder) - Method in class org.infinispan.container.entries.TransientMortalCacheValue
- appendInterceptor(AsyncInterceptor, boolean) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Appends at the end.
- appendInterceptor(AsyncInterceptor, boolean) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- appendInterceptor(AsyncInterceptor, boolean) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- applicationRoleDescription() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- applicationRoleDescription() - Method in interface org.infinispan.util.logging.events.Messages
- applicationRoleDescription$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- apply(Object) - Method in class org.infinispan.cache.impl.FunctionMapper
- apply(Object) - Method in class org.infinispan.remoting.LocalInvocation
- apply(Object, Object) - Method in class org.infinispan.cache.impl.BiFunctionMapper
- apply(K) - Method in class org.infinispan.cache.impl.EncoderKeyMapper
- apply(ByteBuffer) - Method in interface org.infinispan.remoting.transport.raft.RaftStateMachine
-
Applies the data from the RAFT protocol.
- apply(InvocationContext, C, Object) - Method in interface org.infinispan.interceptors.InvocationSuccessFunction
-
Process the result from a successful invocation stage and either return a simple value, return a new
InvocationStage, or throw an exception. - apply(InvocationContext, C, Object, Throwable) - Method in interface org.infinispan.interceptors.InvocationCallback
-
Process the result or the exception from an invocation stage and either return a simple value, return a new
InvocationStage, or throw an exception. - apply(InvocationContext, C, Object, Throwable) - Method in interface org.infinispan.interceptors.InvocationExceptionFunction
- apply(InvocationContext, C, Object, Throwable) - Method in interface org.infinispan.interceptors.InvocationFinallyAction
- apply(InvocationContext, C, Object, Throwable) - Method in interface org.infinispan.interceptors.InvocationSuccessAction
- apply(InvocationContext, C, Object, Throwable) - Method in interface org.infinispan.interceptors.InvocationSuccessFunction
- apply(InvocationContext, C, Throwable) - Method in interface org.infinispan.interceptors.InvocationExceptionFunction
-
Process the result from a successful invocation stage and either return a simple value, return a new
InvocationStage, or throw an exception. - apply(InvocationContext, ReadOnlyManyCommand, Object) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadOnlyManyHelper
- apply(InvocationContext, VisitableCommand, Object) - Method in class org.infinispan.interceptors.impl.MultiSubCommandInvoker
- apply(InvocationContext, VisitableCommand, Object, Throwable) - Method in class org.infinispan.interceptors.impl.QueueAsyncInvocationStage
- apply(EntryView.ReadWriteEntryView<K, V>) - Method in class org.infinispan.commands.functional.functions.MergeFunction
- apply(EntryView.ReadWriteEntryView<K, V>) - Method in interface org.infinispan.commands.functional.Mutation
-
Mutate the view
- apply(EmbeddedCacheManager) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable
- apply(EmbeddedCacheManager) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable
- apply(SegmentPublisherSupplier.Notification<CacheEntry<K, V>>) - Method in interface org.infinispan.notifications.cachelistener.QueueingSegmentListener
-
This should be invoked on a notification before actually processing the data.
- apply(Publisher<Object>) - Method in class org.infinispan.stream.impl.CacheIntermediatePublisher
- apply(Publisher<Object>) - Method in class org.infinispan.stream.impl.CacheStreamIntermediateReducer
- apply(T) - Method in class org.infinispan.cache.impl.EncoderEntryMapper
- apply(V) - Method in class org.infinispan.cache.impl.EncoderValueMapper
- applyAsInt(Object) - Method in interface org.infinispan.distribution.ch.KeyPartitioner
- applyListener(Caffeine<K, InternalCacheEntry<K, V>>, AbstractInternalDataContainer.DefaultEvictionListener) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- applyLocalResult(MergingCompletableFuture, Object) - Method in interface org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadManyCommandHelper
- applyLocalResult(MergingCompletableFuture, Object) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadOnlyManyHelper
- applyState(Address, int, Collection<StateChunk>) - Method in interface org.infinispan.statetransfer.StateConsumer
- applyState(Address, int, Collection<StateChunk>) - Method in class org.infinispan.statetransfer.StateConsumerImpl
- applyState(XSiteState[]) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateConsumer
-
It applies state from other site.
- applyState(XSiteState[]) - Method in class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl
- applyTo(BlockHound.Builder) - Method in class org.infinispan.util.CoreBlockHoundIntegration
- applyVersion(Metadata, Metadata) - Static method in class org.infinispan.metadata.Metadatas
-
Applies version in source metadata to target metadata, if no version in target metadata.
- approximateSize(Predicate<? super StoreConfiguration>, IntSet) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Returns an approximate count of how many entries are persisted in the given segments.
- approximateSize(Predicate<? super StoreConfiguration>, IntSet) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- approximateSize(Predicate<? super StoreConfiguration>, IntSet) - Method in class org.infinispan.persistence.manager.TracedPersistenceManager
- approximateSize(Predicate<? super StoreConfiguration>, IntSet) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- approximateSize(IntSet) - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- approximateSize(IntSet) - Method in class org.infinispan.persistence.file.SingleFileStore
- approximateSize(IntSet) - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- approximateSize(IntSet) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Returns an estimation of the amount of entries that map to the given segments in the store.
- approximateSize(IntSet) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- approximateSize(IntSet) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- AsDoubleIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs as double operation on a
IntStream - AsDoubleLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs as double operation on a
LongStream - asDoubleStream() - Method in interface org.infinispan.IntCacheStream
- asDoubleStream() - Method in interface org.infinispan.LongCacheStream
- asDoubleStream() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- asDoubleStream() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- asDoubleStream() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- asDoubleStream() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- asDoubleStream() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- asDoubleStream() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- asExecutor(String) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Returns an executor that will run the given tasks on a blocking thread as required.
- asExecutor(String) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- asIterator(Traversable<T>) - Static method in class org.infinispan.functional.impl.Traversables
- AsLongIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs as long operation on a
IntStream - asLongStream() - Method in interface org.infinispan.IntCacheStream
- asLongStream() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- asLongStream() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- asLongStream() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- asPrepareResponse(Object) - Static method in class org.infinispan.remoting.responses.PrepareResponse
- asScheduler() - Method in interface org.infinispan.util.concurrent.NonBlockingManager
-
Returns a scheduler to be used with RxJava
Flowable.observeOn(Scheduler)method or similar. - asScheduler() - Method in class org.infinispan.util.concurrent.NonBlockingManagerImpl
- assertTopologyStable(String) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Asserts the cache with the given name has a stable topology installed.
- assertTopologyStable(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- assignOwner(int, int, int, int[]) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Builder
- asThreadPoolConfigurationBuilder() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- asThreadPoolConfigurationBuilder() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- asThreadPoolConfigurationBuilder() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- asThreadPoolConfigurationBuilder() - Method in interface org.infinispan.configuration.global.ThreadPoolBuilderAdapter
- async - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- async() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
Configuration for the async cache loader.
- async() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
Configuration for the async cache store.
- async() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- async() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
Configuration for the async cache loader.
- async() - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
Configuration for the async cache store.
- ASYNC - Enum constant in enum class org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
- ASYNC - Enum constant in enum class org.infinispan.configuration.parsing.CacheParser.Mode
- ASYNC - Enum constant in enum class org.infinispan.configuration.parsing.Element
- ASYNC - Enum constant in enum class org.infinispan.expiration.TouchMode
-
Send touch commands to other owners, but do not wait for their confirmation.
- ASYNC - Enum constant in enum class org.infinispan.functional.Param.ReplicationMode
-
Invoking node does not know when the owners are updated nor if the command fails.
- ASYNC - Enum constant in enum class org.infinispan.persistence.manager.PersistenceManager.AccessMode
-
The operation is performed only in a
CacheWriterorCacheLoaderthat has async write behind. - ASYNC_EXECUTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ASYNC_NOTIFICATION_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
- asyncAfterCompletion(int) - Method in class org.infinispan.transaction.synchronization.SynchronizationAdapter
- asyncBackOff() - Method in interface org.infinispan.util.ExponentialBackOff
-
It returns a
CompletionStagewhich is completed a certain amount of time before retries the request. - asyncBackOff() - Method in class org.infinispan.util.ExponentialBackOffImpl
- asyncBackupsStream() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- asyncBeforeCompletion() - Method in class org.infinispan.transaction.synchronization.SynchronizationAdapter
- asyncCommit(XidImpl, boolean) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- asyncEnd(XidImpl, int) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- asyncExecutor(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- asyncGetStateTransferMode(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- ASYNCHRONOUS - Enum constant in enum class org.infinispan.remoting.rpc.ResponseMode
- Asynchronous operations - Search tag in interface org.infinispan.Cache
- Section
- AsyncInterceptor - Interface in org.infinispan.interceptors
-
Interface for sequential interceptors.
- AsyncInterceptorChain - Interface in org.infinispan.interceptors
-
Interceptor chain using
AsyncInterceptors. - AsyncInterceptorChainImpl - Class in org.infinispan.interceptors.impl
-
Knows how to build and manage a chain of interceptors.
- AsyncInterceptorChainImpl() - Constructor for class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- asyncInvokeNext(InvocationContext, VisitableCommand, Collection<? extends CompletionStage<?>>) - Method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Suspend invocation until all
delayscomplete, then if successful invoke the next interceptor. - asyncInvokeNext(InvocationContext, VisitableCommand, CompletionStage<?>) - Method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Suspend the invocation until
delaycompletes, then if successful invoke the next interceptor. - asyncInvokeNext(InvocationContext, VisitableCommand, InvocationStage) - Method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Suspend the invocation until
invocationStagecompletes, then if successful invoke the next interceptor. - AsyncNonBlockingStore<K,
V> - Class in org.infinispan.persistence.async -
A delegating NonBlockingStore implementation that batches write operations and runs the resulting batches on the delegate store in a non overlapping manner.
- AsyncNonBlockingStore(NonBlockingStore<K, V>) - Constructor for class org.infinispan.persistence.async.AsyncNonBlockingStore
- asyncPrepare(XidImpl) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- asyncProcessor - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl
- AsyncProviderState - Class in org.infinispan.xsite.statetransfer
-
A
XSiteStateProviderStatefor asynchronous cross-site replication state transfer (IRAC). - asyncRollback(XidImpl) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- asyncSetStateTransferMode(String, String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- AsyncStoreConfiguration - Class in org.infinispan.configuration.cache
-
Configuration for the async cache store.
- AsyncStoreConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.AsyncStoreConfiguration
- AsyncStoreConfigurationBuilder<S> - Class in org.infinispan.configuration.cache
-
Configuration for the async cache store.
- asyncThreadPool() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used.
- asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- asyncThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Configuration for the asynchronous operations thread pool
- asyncThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- asyncThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- asyncThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used.
- asyncThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- asyncValue(CompletionStage<?>) - Static method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Suspend the invocation until
valueFuturecompletes, then return its result without running the remaining interceptors. - AT_LEAST_ONCE - Enum constant in enum class org.infinispan.reactive.publisher.impl.DeliveryGuarantee
-
The in between guarantee that provides a view of all data, but may return duplicates during a toplogy change.
- AT_MOST_ONCE - Enum constant in enum class org.infinispan.reactive.publisher.impl.DeliveryGuarantee
-
The least strict guarantee that ensures that data is never read more than once, but may be missed.
- Attribute - Enum Class in org.infinispan.configuration.parsing
-
Enumerates the attributes used in Infinispan
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
-
Deprecated.
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.Configuration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.CustomStoreConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.GlobalStateConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.GlobalStorageConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.JGroupsConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.PrincipalRoleMapperConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.RolePermissionMapperConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.StackConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.StackFileConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- attributeDefinitionSet() - Static method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- attributeDeprecated(String, String, int, int) - Method in class org.infinispan.util.logging.Log_$logger
- attributeDeprecated(String, String, int, int) - Method in interface org.infinispan.util.logging.Log
- attributeDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
- attributeDeprecatedUseOther(Enum<?>, Enum<?>, Enum<?>) - Method in class org.infinispan.util.logging.Log_$logger
- attributeDeprecatedUseOther(Enum<?>, Enum<?>, Enum<?>) - Method in interface org.infinispan.util.logging.Log
- attributeDeprecatedUseOther$str() - Method in class org.infinispan.util.logging.Log_$logger
- AttributeMetadata(String, String, boolean, boolean, String, boolean, Function<?, ?>, BiConsumer<?, ?>) - Constructor for class org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
- AttributeMetadata(String, String, boolean, boolean, String, boolean, Function<?, ?>, BiConsumer<?, ?>, boolean) - Constructor for class org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
- attributeNotAllowedInInvalidationMode(String) - Method in class org.infinispan.util.logging.Log_$logger
- attributeNotAllowedInInvalidationMode(String) - Method in interface org.infinispan.util.logging.Log
- attributeNotAllowedInInvalidationMode$str() - Method in class org.infinispan.util.logging.Log_$logger
- attributeRemoved(String, Location) - Method in class org.infinispan.util.logging.Log_$logger
- attributeRemoved(String, Location) - Method in interface org.infinispan.util.logging.Log
- attributeRemoved(ConfigurationReader, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- attributeRemoved(ConfigurationReader, int, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- attributeRemoved$str() - Method in class org.infinispan.util.logging.Log_$logger
- attributeRemovedUseOther(String, String, Location) - Method in class org.infinispan.util.logging.Log_$logger
- attributeRemovedUseOther(String, String, Location) - Method in interface org.infinispan.util.logging.Log
- attributeRemovedUseOther$str() - Method in class org.infinispan.util.logging.Log_$logger
- attributes - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- attributes - Variable in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- attributes() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
- attributes() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- attributes() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
-
Deprecated.
- attributes() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- attributes() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- attributes() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.AllowListConfiguration
- attributes() - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
- attributes() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- attributes() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- attributes() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- attributes() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- attributes() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- attributes() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- attributes() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.GlobalStorageConfiguration
- attributes() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.GlobalTracingConfiguration
- attributes() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- attributes() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfiguration
- attributes() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfiguration
- attributes() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- attributes() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.ShutdownConfiguration
- attributes() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- attributes() - Method in class org.infinispan.configuration.global.StackConfiguration
- attributes() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- attributes() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.TransportConfiguration
- attributes() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- attributes() - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.
- attributes() - Method in class org.infinispan.configuration.internal.PrivateGlobalConfiguration
- attributes() - Method in class org.infinispan.configuration.internal.PrivateGlobalConfigurationBuilder
- attributes() - Method in class org.infinispan.metrics.config.MicrometerMeterRegisterConfigurationBuilder
- attributes() - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
- attributes() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- attributes() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in class org.infinispan.security.audit.LoggingAuditLogger
- audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in class org.infinispan.security.audit.NullAuditLogger
- audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in interface org.infinispan.security.AuditLogger
- AUDIT_LOGGER - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- AUDIT_LOGGER - Static variable in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- AuditContext - Enum Class in org.infinispan.security
-
AuditContext.
- auditLogger() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- auditLogger(AuditLogger) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
The instance of an
AuditLoggerto be used to track operations performed on caches and cachemanagers. - AuditLogger - Interface in org.infinispan.security
-
AuditLogger.
- auditMessage(AuditResponse, Principal, AuthorizationPermission, AuditContext, String) - Method in class org.infinispan.security.impl.AuditMessages_$logger
- auditMessage(AuditResponse, Principal, AuthorizationPermission, AuditContext, String) - Method in interface org.infinispan.security.impl.AuditMessages
- auditMessage$str() - Method in class org.infinispan.security.impl.AuditMessages_$logger
- AuditMessages - Interface in org.infinispan.security.impl
-
AuditMessages.
- AuditMessages_$logger - Class in org.infinispan.security.impl
-
Warning this class consists of generated code.
- AuditMessages_$logger(Logger) - Constructor for class org.infinispan.security.impl.AuditMessages_$logger
- AuditResponse - Enum Class in org.infinispan.security
- authorization() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- authorization() - Method in class org.infinispan.configuration.cache.SecurityConfiguration
- authorization() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- authorization() - Method in interface org.infinispan.configuration.cache.SecurityConfigurationChildBuilder
- authorization() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- authorization() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- authorization() - Method in interface org.infinispan.configuration.global.GlobalSecurityConfigurationChildBuilder
-
Defines global roles as groups of permissions
- AUTHORIZATION - Enum constant in enum class org.infinispan.configuration.parsing.Element
- AuthorizationConfiguration - Class in org.infinispan.configuration.cache
-
AuthorizationConfiguration.
- AuthorizationConfigurationBuilder - Class in org.infinispan.configuration.cache
-
AuthorizationConfigurationBuilder.
- AuthorizationConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- AuthorizationManager - Interface in org.infinispan.security
-
The AuthorizationManager is a cache-scoped component which verifies that the
Subjectassociated with the current thread, or explicitly specified, has the requested permissions. - AuthorizationManagerFactory - Class in org.infinispan.factories
- AuthorizationManagerFactory() - Constructor for class org.infinispan.factories.AuthorizationManagerFactory
- AuthorizationManagerImpl - Class in org.infinispan.security.impl
-
AuthorizationManagerImpl.
- AuthorizationManagerImpl() - Constructor for class org.infinispan.security.impl.AuthorizationManagerImpl
- AuthorizationMapperContext - Interface in org.infinispan.security
- AuthorizationMapperContextImpl - Class in org.infinispan.security.impl
-
PrincipalRoleMapperContextImpl.
- AuthorizationMapperContextImpl(EmbeddedCacheManager) - Constructor for class org.infinispan.security.impl.AuthorizationMapperContextImpl
- AuthorizationPermission - Enum Class in org.infinispan.security
-
AuthorizationPermission.
- AuthorizationPermission$___Marshaller_e4a67ef18a1f2ebc30b0d1e396f24e2098535911da768fa734361c9903b14240 - Class in org.infinispan.security
- AuthorizationPermission$___Marshaller_e4a67ef18a1f2ebc30b0d1e396f24e2098535911da768fa734361c9903b14240() - Constructor for class org.infinispan.security.AuthorizationPermission$___Marshaller_e4a67ef18a1f2ebc30b0d1e396f24e2098535911da768fa734361c9903b14240
- Authorizer - Class in org.infinispan.security.impl
-
Authorizer.
- Authorizer(GlobalSecurityConfiguration, AuditContext, String, Map<CacheSubjectPair, SubjectACL>) - Constructor for class org.infinispan.security.impl.Authorizer
- AUTO - Enum constant in enum class org.infinispan.configuration.cache.IndexingMode
-
All the changes to the cache will be immediately applied to the indexes.
- AUTO - Enum constant in enum class org.infinispan.configuration.cache.IndexStartupMode
-
With this configuration Infinispan will try to run the right action to align cache data and indexes.
- AUTO_COMMIT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- AUTO_COMMIT - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- 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.
- AutoStateTransferResponse - Class in org.infinispan.xsite.response
-
A
Responseimplementation for commandXSiteAutoTransferStatusCommand. - AutoStateTransferResponse(boolean, XSiteStateTransferMode) - Constructor for class org.infinispan.xsite.response.AutoStateTransferResponse
- AutoStateTransferResponseCollector - Class in org.infinispan.xsite.response
-
A
ResponseCollectorthat mergesAutoStateTransferResponse. - AutoStateTransferResponseCollector(boolean, XSiteStateTransferMode, boolean) - Constructor for class org.infinispan.xsite.response.AutoStateTransferResponseCollector
- autoXSiteStateTransferModeNotAvailableInSync() - Method in class org.infinispan.util.logging.Log_$logger
- autoXSiteStateTransferModeNotAvailableInSync() - Method in interface org.infinispan.util.logging.Log
- autoXSiteStateTransferModeNotAvailableInSync$str() - Method in class org.infinispan.util.logging.Log_$logger
- AVAILABILITY_INTERVAL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- AVAILABILITY_INTERVAL - Static variable in class org.infinispan.configuration.cache.PersistenceConfiguration
- AvailabilityException - Exception Class in org.infinispan.partitionhandling
-
Thrown when a partition happened and the key that an operation tries to access is not available.
- AvailabilityException() - Constructor for exception class org.infinispan.partitionhandling.AvailabilityException
- AvailabilityException(String) - Constructor for exception class org.infinispan.partitionhandling.AvailabilityException
- AvailabilityException(String, Throwable) - Constructor for exception class org.infinispan.partitionhandling.AvailabilityException
- AvailabilityException(Throwable) - Constructor for exception class org.infinispan.partitionhandling.AvailabilityException
- availabilityInterval() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- availabilityInterval(int) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- AvailabilityMode - Enum Class in org.infinispan.partitionhandling
- AvailabilityMode.Externalizer - Class in org.infinispan.partitionhandling
- AvailabilityStrategy - Interface in org.infinispan.partitionhandling.impl
-
Implementations decide what to do when the cache membership changes, either because new nodes joined, nodes left, or there was a merge.
- AvailabilityStrategyContext - Interface in org.infinispan.partitionhandling.impl
-
Contains information about the current state of the cache.
- available() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- AVAILABLE - Enum constant in enum class org.infinispan.partitionhandling.AvailabilityMode
-
Regular operation mode
- AvailablePartitionHandlingManager - Class in org.infinispan.partitionhandling.impl
-
PartitionHandlingManagerimplementation when the cluster is always available. - average() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- average() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- average() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- average() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- average() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- average() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- average() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- average() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- average() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- await() - Method in class org.infinispan.util.concurrent.ReclosableLatch
- await(long, TimeUnit) - Method in class org.infinispan.util.concurrent.ReclosableLatch
- AWAIT_INITIAL_TRANSFER - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- AWAIT_INITIAL_TRANSFER - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
- awaitInitialTransfer() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
If
true, this will cause the first call to methodCacheManager.getCache()on the joiner node to block and wait until the joining is complete and the cache has finished receiving state from neighboring caches (if fetchInMemoryState is enabled). - awaitInitialTransfer(boolean) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
If
true, this will cause the first call to methodCacheManager.getCache()on the joiner node to block and wait until the joining is complete and the cache has finished receiving state from neighboring caches (if fetchInMemoryState is enabled). - awaitInitialTransferOnlyForDistOrRepl() - Method in class org.infinispan.util.logging.Log_$logger
- awaitInitialTransferOnlyForDistOrRepl() - Method in interface org.infinispan.util.logging.Log
- awaitInitialTransferOnlyForDistOrRepl$str() - Method in class org.infinispan.util.logging.Log_$logger
- 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
- AZURE(Properties) - Static method in class org.infinispan.remoting.transport.jgroups.BuiltinJGroupsChannelConfigurator
B
- backgroundTaskFinished(Callable<T>) - Method in class org.infinispan.executors.SemaphoreCompletionService
-
Signal that a task that called
SemaphoreCompletionService.continueTaskInBackground()has finished and optionally execute another task on the just-freed thread. - backup() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- backup() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- BACKUP - Enum constant in enum class org.infinispan.configuration.parsing.Element
- BACKUP - Enum constant in enum class org.infinispan.distribution.Ownership
-
this node is the backup owner.
- BACKUP_FAILURE_POLICY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- BACKUP_FOR - Enum constant in enum class org.infinispan.configuration.parsing.Element
- BACKUP_WRITE - Enum constant in enum class org.infinispan.context.Flag
-
Signals that a
WriteCommandwas sent from the primary as a backup operation. - BACKUP_WRITE - Static variable in class org.infinispan.context.impl.FlagBitSets
- backupAck(long, Address, int, int) - Method in class org.infinispan.util.concurrent.CommandAckCollector
-
Acknowledges a
PutMapCommandcompletion in the backup owner. - BackupAckCommand - Class in org.infinispan.commands.write
-
A command that represents an acknowledge sent by a backup owner to the originator.
- BackupAckCommand() - Constructor for class org.infinispan.commands.write.BackupAckCommand
- BackupAckCommand(ByteString) - Constructor for class org.infinispan.commands.write.BackupAckCommand
- BackupAckCommand(ByteString, long, int) - Constructor for class org.infinispan.commands.write.BackupAckCommand
- backupClear(ClearCommand) - Method in interface org.infinispan.xsite.BackupSender
- backupClear(ClearCommand) - Method in class org.infinispan.xsite.BackupSenderImpl
- backupClear(ClearCommand) - Method in class org.infinispan.xsite.NoOpBackupSender
- backupCommit(CommitCommand, Transaction) - Method in interface org.infinispan.xsite.BackupSender
- backupCommit(CommitCommand, Transaction) - Method in class org.infinispan.xsite.BackupSenderImpl
- backupCommit(CommitCommand, Transaction) - Method in class org.infinispan.xsite.NoOpBackupSender
- BackupConfiguration - Class in org.infinispan.configuration.cache
- BackupConfiguration(AttributeSet, TakeOfflineConfiguration, XSiteStateTransferConfiguration) - Constructor for class org.infinispan.configuration.cache.BackupConfiguration
- BackupConfiguration.BackupStrategy - Enum Class in org.infinispan.configuration.cache
- BackupConfigurationBuilder - Class in org.infinispan.configuration.cache
- BackupConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.BackupConfigurationBuilder
- BackupFailureException - Exception Class in org.infinispan.xsite
-
Exception to be used to signal failures to backup to remote sites.
- BackupFailureException() - Constructor for exception class org.infinispan.xsite.BackupFailureException
- BackupFailureException(String) - Constructor for exception class org.infinispan.xsite.BackupFailureException
- backupFailurePolicy() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- backupFailurePolicy(BackupFailurePolicy) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
Configures the policy for handling failed requests.
- BackupFailurePolicy - Enum Class in org.infinispan.configuration.cache
-
Defines the possible behaviour in case of failure during x-site.
- backupFor() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- backupFor() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- BackupForBuilder - Class in org.infinispan.configuration.cache
- BackupForBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.BackupForBuilder
- BackupForConfiguration - Class in org.infinispan.configuration.cache
-
Defines the remote caches for which this cache acts as a backup.
- BackupForConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.BackupForConfiguration
- backupForMissingParameters() - Method in class org.infinispan.util.logging.Log_$logger
- backupForMissingParameters() - Method in interface org.infinispan.util.logging.Log
- backupForMissingParameters$str() - Method in class org.infinispan.util.logging.Log_$logger
- backupForNullCache() - Method in class org.infinispan.util.logging.Log_$logger
- backupForNullCache() - Method in interface org.infinispan.util.logging.Log
- backupForNullCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- backupFrom(CommandsFactory, ReadWriteKeyCommand) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, ReadWriteKeyValueCommand) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, ReadWriteManyCommand<K, V, R>, Collection<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, ReadWriteManyEntriesCommand<K, V, T, R>, Collection<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, WriteOnlyKeyCommand) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, WriteOnlyKeyValueCommand) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, WriteOnlyManyCommand<K, V>, Collection<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, WriteOnlyManyEntriesCommand<K, V, T>, Collection<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, ComputeCommand) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, ComputeIfAbsentCommand) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, IracPutKeyValueCommand) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, PutKeyValueCommand) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, PutMapCommand, Collection<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, RemoveCommand) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupFrom(CommandsFactory, ReplaceCommand) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- backupMissingSite() - Method in class org.infinispan.util.logging.Log_$logger
- backupMissingSite() - Method in interface org.infinispan.util.logging.Log
- backupMissingSite$str() - Method in class org.infinispan.util.logging.Log_$logger
- BackupMultiKeyAckCommand - Class in org.infinispan.commands.write
-
A command that represents an acknowledge sent by a backup owner to the originator.
- BackupMultiKeyAckCommand() - Constructor for class org.infinispan.commands.write.BackupMultiKeyAckCommand
- BackupMultiKeyAckCommand(ByteString) - Constructor for class org.infinispan.commands.write.BackupMultiKeyAckCommand
- BackupMultiKeyAckCommand(ByteString, long, int, int) - Constructor for class org.infinispan.commands.write.BackupMultiKeyAckCommand
- BackupNoopCommand - Class in org.infinispan.commands.triangle
-
A command that tell a backup owner to ignore a sequence id after the primary failed to send a regular write command.
- BackupNoopCommand() - Constructor for class org.infinispan.commands.triangle.BackupNoopCommand
- BackupNoopCommand(ByteString) - Constructor for class org.infinispan.commands.triangle.BackupNoopCommand
- backupPrepare(PrepareCommand, AbstractCacheTransaction, Transaction) - Method in interface org.infinispan.xsite.BackupSender
-
Prepares a transaction on the remote site.
- backupPrepare(PrepareCommand, AbstractCacheTransaction, Transaction) - Method in class org.infinispan.xsite.BackupSenderImpl
- backupPrepare(PrepareCommand, AbstractCacheTransaction, Transaction) - Method in class org.infinispan.xsite.NoOpBackupSender
- BackupReceiver - Interface in org.infinispan.xsite
-
Component present on a backup site that manages the backup information and logic.
- backupRemotely(XSiteBackup, XSiteRequest<O>) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- backupRemotely(XSiteBackup, XSiteRequest<O>) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- backupRemotely(XSiteBackup, XSiteRequest<O>) - Method in interface org.infinispan.remoting.transport.Transport
-
Sends a cross-site request to a remote site.
- BackupResponse - Interface in org.infinispan.remoting.transport
-
Represents a response from a backup replication call.
- backupRollback(RollbackCommand, Transaction) - Method in interface org.infinispan.xsite.BackupSender
- backupRollback(RollbackCommand, Transaction) - Method in class org.infinispan.xsite.BackupSenderImpl
- backupRollback(RollbackCommand, Transaction) - Method in class org.infinispan.xsite.NoOpBackupSender
- backups() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- BACKUPS - Enum constant in enum class org.infinispan.configuration.parsing.Element
- backupSender - Variable in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
- BackupSender - Interface in org.infinispan.xsite
-
Component responsible with sending backup data to remote sites.
- BackupSenderImpl - Class in org.infinispan.xsite
- BackupSenderImpl() - Constructor for class org.infinispan.xsite.BackupSenderImpl
- backupWrite(WriteCommand, WriteCommand) - Method in interface org.infinispan.xsite.BackupSender
- backupWrite(WriteCommand, WriteCommand) - Method in class org.infinispan.xsite.BackupSenderImpl
- backupWrite(WriteCommand, WriteCommand) - Method in class org.infinispan.xsite.NoOpBackupSender
- BackupWriteCommand - Class in org.infinispan.commands.triangle
-
A write operation sent from the primary owner to the backup owners.
- BaseAsyncInterceptor - Class in org.infinispan.interceptors
-
Base class for an interceptor in the new asynchronous invocation chain.
- BaseAsyncInterceptor() - Constructor for class org.infinispan.interceptors.BaseAsyncInterceptor
- BaseBackupInterceptor - Class in org.infinispan.interceptors.xsite
- BaseBackupInterceptor() - Constructor for class org.infinispan.interceptors.xsite.BaseBackupInterceptor
- BaseBlockingRunnable - Class in org.infinispan.remoting.inboundhandler
-
Common logic to handle
CacheRpcCommand. - BaseBlockingRunnable(BasePerCacheInboundInvocationHandler, CacheRpcCommand, Reply, boolean) - Constructor for class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- BaseCacheEntryListenerInvocation(EncoderRegistry, ListenerInvocation<Event<K, V>>, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, ?>, Class<? extends Annotation>, boolean, boolean, UUID, boolean, Listener.Observation, Set<Class<? extends Annotation>>, DataConversion, DataConversion, boolean) - Constructor for class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- BaseCacheStream<T,
S> - Interface in org.infinispan -
Interface that defines the base methods of all streams returned from a
Cache. - BaseCacheStream.SegmentCompletionListener - Interface in org.infinispan
-
Functional interface that is used as a callback when segments are completed.
- BaseClusteredReadCommand - Class in org.infinispan.commands.remote
- BaseClusteredReadCommand(ByteString, long) - Constructor for class org.infinispan.commands.remote.BaseClusteredReadCommand
- BaseCustomAsyncInterceptor - Class in org.infinispan.interceptors
-
Anyone using the
AsyncInterceptorChain.addInterceptor(AsyncInterceptor, int)method (or any of its overloaded forms) or registering custom interceptors via XML should extend this base class when creating their own custom interceptors. - BaseCustomAsyncInterceptor() - Constructor for class org.infinispan.interceptors.BaseCustomAsyncInterceptor
- 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
- BaseDistributionInterceptor.ReadManyCommandHelper<C> - Interface in org.infinispan.interceptors.distribution
- BaseDistributionInterceptor.ReadOnlyManyHelper - Class in org.infinispan.interceptors.distribution
- BaseEventLog - Class in org.infinispan.util.logging.events.impl
- BaseEventLog(Instant, EventLogLevel, EventLogCategory, String) - Constructor for class org.infinispan.util.logging.events.impl.BaseEventLog
- BaseEventLog(Instant, EventLogLevel, EventLogCategory, String, String, String, String, String) - Constructor for class org.infinispan.util.logging.events.impl.BaseEventLog
- BaseMemoryAdditionalMetrics - Class in org.infinispan.metrics.impl
- BaseMemoryAdditionalMetrics() - Constructor for class org.infinispan.metrics.impl.BaseMemoryAdditionalMetrics
- BaseOperatingSystemAdditionalMetrics - Class in org.infinispan.metrics.impl
- BaseOperatingSystemAdditionalMetrics() - Constructor for class org.infinispan.metrics.impl.BaseOperatingSystemAdditionalMetrics
- BasePerCacheInboundInvocationHandler - Class in org.infinispan.remoting.inboundhandler
-
Implementation with the default handling methods and utilities methods.
- BasePerCacheInboundInvocationHandler() - Constructor for class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
- BaseRpcCommand - Class in org.infinispan.commands.remote
- BaseRpcCommand(ByteString) - Constructor for class org.infinispan.commands.remote.BaseRpcCommand
- BaseRpcInterceptor - Class in org.infinispan.interceptors.impl
-
Acts as a base for all RPC calls
- BaseRpcInterceptor() - Constructor for class org.infinispan.interceptors.impl.BaseRpcInterceptor
- BaseStateTransferInterceptor - Class in org.infinispan.interceptors.impl
-
A base class for a state transfer interceptor.
- BaseStateTransferInterceptor() - Constructor for class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- BaseStateTransferInterceptor.LostDataVisitor - Class in org.infinispan.interceptors.impl
- BaseXSiteStateProviderState<T> - Class in org.infinispan.xsite.statetransfer
-
Common code for
AsyncProviderStateandSyncProviderStateimplementation. - BaseXSiteStateProviderState(XSiteBackup, XSiteStateTransferConfiguration) - Constructor for class org.infinispan.xsite.statetransfer.BaseXSiteStateProviderState
- basicComponentRegistry - Variable in class org.infinispan.factories.AbstractNamedCacheComponentFactory
- BasicComponentRegistry - Interface in org.infinispan.factories.impl
-
Basic dependency injection container.
- BasicComponentRegistryImpl - Class in org.infinispan.factories.impl
- BasicComponentRegistryImpl(ModuleRepository, boolean, BasicComponentRegistry) - Constructor for class org.infinispan.factories.impl.BasicComponentRegistryImpl
- BasicEventLogger - Class in org.infinispan.util.logging.events.impl
-
BasicEventLogger.
- BasicEventLogger(EventLoggerNotifier, TimeService) - Constructor for class org.infinispan.util.logging.events.impl.BasicEventLogger
- batch(int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>) - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- batch(int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Writes and removes the entries provided by the Publishers into the store.
- batch(int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- batch(int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- BATCH - Enum constant in enum class org.infinispan.configuration.parsing.CacheParser.TransactionMode
- batchContainer - Variable in class org.infinispan.cache.impl.CacheImpl
- batchContainer - Variable in class org.infinispan.cache.impl.InvocationHelper
- BatchContainer - Class in org.infinispan.batch
-
A container for holding thread locals for batching, to be used with the
BatchingCache.startBatch()andBatchingCache.endBatch(boolean)calls. - BatchContainer() - Constructor for class org.infinispan.batch.BatchContainer
- BatchingClusterEventManagerImpl<K,
V> - Class in org.infinispan.notifications.cachelistener.cluster.impl - BatchingClusterEventManagerImpl() - Constructor for class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl
- BatchingClusterEventManagerImpl.UnicastEventContext<K,
V> - Class in org.infinispan.notifications.cachelistener.cluster.impl - BatchingInterceptor - Class in org.infinispan.interceptors.impl
-
Interceptor that captures batched calls and attaches contexts.
- BatchingInterceptor() - Constructor for class org.infinispan.interceptors.impl.BatchingInterceptor
- BatchModeTransactionManager - Class in org.infinispan.transaction.tm
-
Not really a transaction manager in the truest sense of the word.
- BatchModification - Class in org.infinispan.persistence.support
-
A simple wrapper class, necessary for Transactional stores, which allows MarshalledEntries and Object keys to be passed to a store implementation in order.
- BatchModification(Set<Object>) - Constructor for class org.infinispan.persistence.support.BatchModification
- becomeCoordinator(String) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- becomeCoordinator(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
-
Makes this node the coordinator for the state transfer to the site name.
- becomeCoordinator(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- BEFORE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- BEFORE - Enum constant in enum class org.infinispan.container.versioning.InequalVersionComparisonResult
-
Denotes a version that was created temporally before another version.
- beforeCompletion() - Method in class org.infinispan.transaction.synchronization.SynchronizationAdapter
- beforeCompletion(LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- beforeHandle(CacheRpcCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
-
Invoked before the command is handled by the real
PerCacheInboundInvocationHandler. - beforeInvalidation(IntSet, IntSet) - Method in interface org.infinispan.statetransfer.StateConsumerImpl.KeyInvalidationListener
- beforeInvoke() - Method in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- beforeInvoke() - Method in class org.infinispan.remoting.inboundhandler.DefaultTopologyRunnable
- begin() - Method in class org.infinispan.transaction.tm.EmbeddedUserTransaction
- BIAS_ACQUISITION - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- BIAS_LIFESPAN - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- BiasRevocationResponse - Class in org.infinispan.remoting.responses
- BiasRevocationResponse(Object, Address[]) - Constructor for class org.infinispan.remoting.responses.BiasRevocationResponse
- BiasRevocationResponse.Externalizer - Class in org.infinispan.remoting.responses
- BiFunctionMapper - Class in org.infinispan.cache.impl
-
A Bifuncion wrapper that uses the cache's underlying DataConversion objects to perform its operations.
- BiFunctionMapper(BiFunction, DataConversion, DataConversion) - Constructor for class org.infinispan.cache.impl.BiFunctionMapper
- BiFunctionMapper.Externalizer - Class in org.infinispan.cache.impl
- BINARY - Enum constant in enum class org.infinispan.configuration.cache.StorageType
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0, with no replacement. Use
StorageType.HEAPand the cache'sEncodingConfigurationto define aMediaTypethat is byte[] or primitive based. - BINARY - Enum constant in enum class org.infinispan.configuration.parsing.Element
- binaryParam() - Method in interface org.infinispan.filter.ParamKeyValueFilterConverterFactory
- bindTo(MeterRegistry) - Method in class org.infinispan.metrics.impl.BaseMemoryAdditionalMetrics
- bindTo(MeterRegistry) - Method in class org.infinispan.metrics.impl.BaseOperatingSystemAdditionalMetrics
- Bits - Class in org.infinispan.container.offheap
-
Utility method for inserting and retrieving values from to/from a byte[]
- Bits() - Constructor for class org.infinispan.container.offheap.Bits
- bitsToUse() - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- bitsToUse() - Method in class org.infinispan.distribution.ch.impl.RESPHashFunctionPartitioner
- blocking(CompletionStage<T>) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Block on a request and return its result.
- blocking(CompletionStage<T>) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- BLOCKING_BOUNDED_QUEUE_THREAD_POOL - Enum constant in enum class org.infinispan.configuration.parsing.Element
- BLOCKING_EXECUTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- BLOCKING_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
- blockingExecutor - Variable in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
- blockingExecutor(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- blockingManager - Variable in class org.infinispan.cache.impl.InvocationHelper
- blockingManager - Variable in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- blockingManager - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- BlockingManager - Interface in org.infinispan.util.concurrent
-
Manager utility for blocking operations that runs tasks on the blocking executor and returns a
CompletionStageorPublisherthat continues on the non-blocking executor, similar tostage.handleAsync(callback, blockingExecutor).whenCompleteAsync(NOOP, nonBlockingExecutor). - BlockingManager.BlockingExecutor - Interface in org.infinispan.util.concurrent
-
Executor interface that submits task to a blocking pool that returns a stage that is guaranteed to run any chained stages on a non-blocking thread if the stage is not yet complete.
- BlockingManager.ScheduledBlockingCompletableStage<V> - Interface in org.infinispan.util.concurrent
- BlockingManagerImpl - Class in org.infinispan.util.concurrent
- BlockingManagerImpl() - Constructor for class org.infinispan.util.concurrent.BlockingManagerImpl
- blockingPublisher(Publisher<V>) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Provided a publisher that is known to block when subscribed to.
- blockingPublisher(Publisher<V>) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- blockingPublisherToVoidStage(Publisher<V>, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Subscribes to the provided blocking publisher using the the blocking executor, ignoring all elements and returning a
CompletionStagewith a value of null which completes on a non-blocking thread. - blockingPublisherToVoidStage(Publisher<V>, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- BlockingRunnable - Interface in org.infinispan.util.concurrent
-
A special Runnable that is only sent to a thread when it is ready to be executed without blocking the thread
- BlockingTaskAwareExecutorService - Interface in org.infinispan.util.concurrent
-
Executor service that is aware of
BlockingRunnableand 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
- BlockingThreadFactory - Class in org.infinispan.factories.threads
- BlockingThreadFactory(int, String, String, String) - Constructor for class org.infinispan.factories.threads.BlockingThreadFactory
- BlockingThreadFactory(String, String, int, String, String, String) - Constructor for class org.infinispan.factories.threads.BlockingThreadFactory
- blockingThreadPool() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- blockingThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Configuration for the blocking thread pool
- blockingThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- blockingThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- blockingThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- blockingThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- bootstrapComponents() - Method in class org.infinispan.factories.ComponentRegistry
-
This is a good place to register components that don't have any dependency.
- BOTH - Enum constant in enum class org.infinispan.notifications.Listener.Observation
-
Observation level used to be notified of an operation before and after it occurs
- BOTH - Enum constant in enum class org.infinispan.persistence.manager.PersistenceManager.AccessMode
-
The operation is performed in all
CacheWriterorCacheLoader - boundedDataContainer(int, long, EntrySizeCalculator<? super K, ? super V>) - Static method in class org.infinispan.container.impl.DefaultDataContainer
- boundedDataContainer(int, long, EvictionType) - Static method in class org.infinispan.container.impl.DefaultDataContainer
- BoundedOffHeapDataContainer - Class in org.infinispan.container.offheap
- BoundedOffHeapDataContainer(long, EvictionType) - Constructor for class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- BoundedSegmentedDataContainer<K,
V> - Class in org.infinispan.container.impl -
Bounded implementation of segmented data container.
- BoundedSegmentedDataContainer(int, long, EntrySizeCalculator<? super K, ? super InternalCacheEntry<K, V>>) - Constructor for class org.infinispan.container.impl.BoundedSegmentedDataContainer
- BoundedSegmentedDataContainer(int, long, EvictionType) - Constructor for class org.infinispan.container.impl.BoundedSegmentedDataContainer
- BoundedThreadPoolConfigurationBuilder - Class in org.infinispan.configuration.global
- boundedThreadPools() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- boxed() - Method in interface org.infinispan.DoubleCacheStream
- boxed() - Method in interface org.infinispan.IntCacheStream
- boxed() - Method in interface org.infinispan.LongCacheStream
- boxed() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- boxed() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- boxed() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- boxed() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- boxed() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- boxed() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- boxed() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- boxed() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- boxed() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- BoxedDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
-
Performs boxed operation on a
DoubleStream - BoxedIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs boxed operation on a
IntStream - BoxedLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs boxed operation on a
LongStream - bringAllCachesOnline(String) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
- bringOnline() - Method in class org.infinispan.xsite.OfflineStatus
- bringSiteOnline(String) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
- bringSiteOnline(String) - Method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- bringSiteOnline(String) - Method in class org.infinispan.xsite.status.NoOpTakeOfflineManager
- bringSiteOnline(String) - Method in interface org.infinispan.xsite.status.TakeOfflineManager
-
It changes the site
siteNameto online. - bringSiteOnline(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- BringSiteOnlineResponse - Enum Class in org.infinispan.xsite.status
-
The return value of
TakeOfflineManager.bringSiteOnline(String). - broadcastShutdownCache(String) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- BROUGHT_ONLINE - Enum constant in enum class org.infinispan.xsite.status.BringSiteOnlineResponse
- build() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- build() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- build() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- build() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- build() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- build() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- build() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- build() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- build() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- build() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- build() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- build() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- build() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Builds a
GlobalConfigurationobject using the settings applied to this builder - build() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- build() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Builder
- build() - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- build() - Method in class org.infinispan.metadata.impl.PrivateMetadata.Builder
- build() - Method in interface org.infinispan.metadata.Metadata.Builder
-
Build a metadata instance.
- build() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- build() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.DelegatingCacheInvocationBuilder
- build() - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl.DefaultBuilder
- build() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- build() - Method in class org.infinispan.remoting.transport.raft.RaftChannelConfiguration.Builder
- build() - Method in class org.infinispan.telemetry.InfinispanSpanAttributes.Builder
- build() - Method in class org.infinispan.xsite.status.AbstractSiteStatusBuilder
- build(boolean) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- build(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- buildBackupMultiKeyAckCommand(long, int, int) - Method in interface org.infinispan.commands.CommandsFactory
- buildBackupMultiKeyAckCommand(long, int, int) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildBackupNoopCommand() - Method in interface org.infinispan.commands.CommandsFactory
- buildBackupNoopCommand() - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildCancelPublisherCommand(String) - Method in interface org.infinispan.commands.CommandsFactory
- buildCancelPublisherCommand(String) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildCheckTransactionRpcCommand(Collection<GlobalTransaction>) - Method in interface org.infinispan.commands.CommandsFactory
- buildCheckTransactionRpcCommand(Collection<GlobalTransaction>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildClearCommand(long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a ClearCommand
- buildClearCommand(long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildClusteredGetAllCommand(List<?>, long, GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a ClusteredGetAllCommand, which is a remote lookup command
- buildClusteredGetAllCommand(List<?>, long, GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildClusteredGetCommand(Object, Integer, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a ClusteredGetCommand, which is a remote lookup command
- buildClusteredGetCommand(Object, Integer, long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildCommitCommand(GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a CommitCommand
- buildCommitCommand(GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildCompleteTransactionCommand(XidImpl, boolean) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a CompleteTransactionCommand command.
- buildCompleteTransactionCommand(XidImpl, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildComputeCommand(Object, BiFunction, boolean, int, Metadata, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a ComputeCommand
- buildComputeCommand(Object, BiFunction, boolean, int, Metadata, long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildComputeIfAbsentCommand(Object, Function, int, Metadata, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a ComputeIfAbsentCommand
- buildComputeIfAbsentCommand(Object, Function, int, Metadata, long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildConflictResolutionStartCommand(int, IntSet) - Method in interface org.infinispan.commands.CommandsFactory
- buildConflictResolutionStartCommand(int, IntSet) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildEntryReductionPublisherCommand(boolean, DeliveryGuarantee, IntSet, Set<K>, Set<K>, long, Function<? super Publisher<CacheEntry<K, V>>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in interface org.infinispan.commands.CommandsFactory
- buildEntryReductionPublisherCommand(boolean, DeliveryGuarantee, IntSet, Set<K>, Set<K>, long, Function<? super Publisher<CacheEntry<K, V>>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildEntrySetCommand(long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a EntrySetCommand
- buildEntrySetCommand(long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- builder - Variable in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- builder - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- builder - Variable in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.BackupForBuilder
- builder - Variable in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- builder - Variable in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.HashConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- builder - Variable in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- builder - Variable in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- builder() - Method in class org.infinispan.container.entries.RemoteMetadata
- builder() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- builder() - Method in class org.infinispan.metadata.EmbeddedMetadata
- builder() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
- builder() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
- builder() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
- builder() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- builder() - Method in class org.infinispan.metadata.impl.L1Metadata
- builder() - Method in class org.infinispan.metadata.impl.PrivateMetadata
- builder() - Method in interface org.infinispan.metadata.Metadata
-
Returns an instance of
Metadata.Builderwhich can be used to build new instances ofMetadatainstance which are full copies of thisMetadata. - Builder() - Constructor for class org.infinispan.functional.impl.MetaParamsInternalMetadata.Builder
- Builder() - Constructor for class org.infinispan.metadata.EmbeddedMetadata.Builder
- Builder() - Constructor for class org.infinispan.metadata.impl.PrivateMetadata.Builder
- Builder() - Constructor for class org.infinispan.remoting.transport.raft.RaftChannelConfiguration.Builder
- Builder(int, int, List<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- Builder(int, int, List<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Builder
- Builder(Iterator<? extends T>) - Constructor for class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
- Builder(CloseableIterator<? extends T>) - Constructor for class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
- Builder(DefaultConsistentHash) - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- Builder(DefaultConsistentHashFactory.Builder) - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- Builder(DefaultConsistentHash, List<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- Builder(SpanCategory) - Constructor for class org.infinispan.telemetry.InfinispanSpanAttributes.Builder
- buildEvictCommand(Object, int, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds an EvictCommand
- buildEvictCommand(Object, int, long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildExceptionAckCommand(long, Throwable, int) - Method in interface org.infinispan.commands.CommandsFactory
- buildExceptionAckCommand(long, Throwable, int) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildGetAllCommand(Collection<?>, long, boolean) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a GetAllCommand
- buildGetAllCommand(Collection<?>, long, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildGetCacheEntryCommand(Object, int, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a GetCacheEntryCommand
- buildGetCacheEntryCommand(Object, int, long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildGetInDoubtTransactionsCommand() - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a
GetInDoubtTransactionsCommand. - 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, int, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a GetKeyValueCommand
- buildGetKeyValueCommand(Object, int, long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildInitialPublisherCommand(String, DeliveryGuarantee, int, IntSet, Set<K>, Set<K>, long, boolean, boolean, Function<? super Publisher<I>, ? extends Publisher<R>>) - Method in interface org.infinispan.commands.CommandsFactory
- buildInitialPublisherCommand(String, DeliveryGuarantee, int, IntSet, Set<K>, Set<K>, long, boolean, boolean, Function<? super Publisher<I>, ? extends Publisher<R>>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildInvalidateCommand(long, Object...) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds an InvalidateCommand
- buildInvalidateCommand(long, Object...) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildInvalidateFromL1Command(long, Collection<Object>) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds an InvalidateFromL1Command
- buildInvalidateFromL1Command(long, Collection<Object>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildInvalidateFromL1Command(Address, long, Collection<Object>) - Method in interface org.infinispan.commands.CommandsFactory
- buildInvalidateFromL1Command(Address, long, Collection<Object>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracCleanupKeyCommand(Collection<IracManagerKeyInfo>) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracCleanupKeyCommand(Collection<IracManagerKeyInfo>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracClearKeysCommand() - Method in interface org.infinispan.commands.CommandsFactory
- buildIracClearKeysCommand() - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracMetadataRequestCommand(int, IracEntryVersion) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracMetadataRequestCommand(int, IracEntryVersion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracPutKeyValueCommand(Object, int, Object, Metadata, PrivateMetadata) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracPutKeyValueCommand(Object, int, Object, Metadata, PrivateMetadata) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracPutManyCommand(int) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracPutManyCommand(int) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracRequestStateCommand(IntSet) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracRequestStateCommand(IntSet) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracStateResponseCommand(int) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracStateResponseCommand(int) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracTombstoneCheckRequest(List<Object>) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracTombstoneCheckRequest(List<Object>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracTombstoneCleanupCommand(int) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracTombstoneCleanupCommand(int) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracTombstonePrimaryCheckCommand(Collection<IracTombstoneInfo>) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracTombstonePrimaryCheckCommand(Collection<IracTombstoneInfo>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracTombstoneRemoteSiteCheckCommand(List<Object>) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracTombstoneRemoteSiteCheckCommand(List<Object>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracTombstoneStateResponseCommand(Collection<IracTombstoneInfo>) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracTombstoneStateResponseCommand(Collection<IracTombstoneInfo>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracTouchCommand(Object) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracTouchCommand(Object) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildIracUpdateVersionCommand(Map<Integer, IracEntryVersion>) - Method in interface org.infinispan.commands.CommandsFactory
- buildIracUpdateVersionCommand(Map<Integer, IracEntryVersion>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildKeyReductionPublisherCommand(boolean, DeliveryGuarantee, IntSet, Set<K>, Set<K>, long, Function<? super Publisher<K>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in interface org.infinispan.commands.CommandsFactory
- buildKeyReductionPublisherCommand(boolean, DeliveryGuarantee, IntSet, Set<K>, Set<K>, long, Function<? super Publisher<K>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildKeySetCommand(long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a KeySetCommand
- buildKeySetCommand(long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildLockControlCommand(Object, long, GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
-
Same as
CommandsFactory.buildLockControlCommand(Collection, long, GlobalTransaction)but for locking a single key vs a collection of keys. - buildLockControlCommand(Object, long, GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildLockControlCommand(Collection<?>, long) - Method in interface org.infinispan.commands.CommandsFactory
- buildLockControlCommand(Collection<?>, long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildLockControlCommand(Collection<?>, long, GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a LockControlCommand to control explicit remote locking
- buildLockControlCommand(Collection<?>, long, GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildMultiClusterEventCommand(Map<UUID, Collection<ClusterEvent<K, V>>>) - Method in interface org.infinispan.commands.CommandsFactory
- buildMultiClusterEventCommand(Map<UUID, Collection<ClusterEvent<K, V>>>) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildMultiEntriesFunctionalBackupWriteCommand() - Method in interface org.infinispan.commands.CommandsFactory
- buildMultiEntriesFunctionalBackupWriteCommand() - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildMultiKeyFunctionalBackupWriteCommand() - Method in interface org.infinispan.commands.CommandsFactory
- buildMultiKeyFunctionalBackupWriteCommand() - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildNextPublisherCommand(String) - Method in interface org.infinispan.commands.CommandsFactory
- buildNextPublisherCommand(String) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildPrepareCommand(GlobalTransaction, List<WriteCommand>, boolean) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a PrepareCommand
- buildPrepareCommand(GlobalTransaction, List<WriteCommand>, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildPutKeyValueCommand(Object, Object, int, Metadata, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a PutKeyValueCommand
- buildPutKeyValueCommand(Object, Object, int, Metadata, long, boolean) - Method in interface org.infinispan.commands.CommandsFactory
- buildPutKeyValueCommand(Object, Object, int, Metadata, long, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildPutMapBackupWriteCommand() - Method in interface org.infinispan.commands.CommandsFactory
- buildPutMapBackupWriteCommand() - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildPutMapCommand(Map<?, ?>, Metadata, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a PutMapCommand
- buildPutMapCommand(Map<?, ?>, Metadata, long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildReadOnlyKeyCommand(Object, Function<EntryView.ReadEntryView<K, V>, R>, int, Params, DataConversion, DataConversion) - Method in interface org.infinispan.commands.CommandsFactory
- buildReadOnlyKeyCommand(Object, Function<EntryView.ReadEntryView<K, V>, R>, int, Params, DataConversion, DataConversion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildReadOnlyManyCommand(Collection<?>, Function<EntryView.ReadEntryView<K, V>, R>, Params, DataConversion, DataConversion) - Method in interface org.infinispan.commands.CommandsFactory
- buildReadOnlyManyCommand(Collection<?>, Function<EntryView.ReadEntryView<K, V>, R>, Params, DataConversion, DataConversion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildReadWriteKeyCommand(Object, Function<EntryView.ReadWriteEntryView<K, V>, R>, int, Params, DataConversion, DataConversion) - Method in interface org.infinispan.commands.CommandsFactory
- buildReadWriteKeyCommand(Object, Function<EntryView.ReadWriteEntryView<K, V>, R>, int, Params, DataConversion, DataConversion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildReadWriteKeyValueCommand(Object, Object, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>, int, Params, DataConversion, DataConversion) - Method in interface org.infinispan.commands.CommandsFactory
- buildReadWriteKeyValueCommand(Object, Object, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>, int, Params, DataConversion, DataConversion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildReadWriteManyCommand(Collection<?>, Function<EntryView.ReadWriteEntryView<K, V>, R>, Params, DataConversion, DataConversion) - Method in interface org.infinispan.commands.CommandsFactory
- buildReadWriteManyCommand(Collection<?>, Function<EntryView.ReadWriteEntryView<K, V>, R>, Params, DataConversion, DataConversion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildReadWriteManyEntriesCommand(Map<?, ?>, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>, Params, DataConversion, DataConversion) - Method in interface org.infinispan.commands.CommandsFactory
- buildReadWriteManyEntriesCommand(Map<?, ?>, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>, Params, DataConversion, DataConversion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildRemoveCommand(Object, Object, int, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a RemoveCommand
- buildRemoveCommand(Object, Object, int, long, boolean) - Method in interface org.infinispan.commands.CommandsFactory
- buildRemoveCommand(Object, Object, int, long, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildRemoveExpiredCommand(Object, Object, int, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds an expired remove command that is used to remove only a specific entry when it expires via maxIdle
- buildRemoveExpiredCommand(Object, Object, int, long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildRemoveExpiredCommand(Object, Object, int, Long, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds an expired remove command that is used to remove only a specific entry when it expires via lifespan
- buildRemoveExpiredCommand(Object, Object, int, Long, long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildReplaceCommand(Object, Object, Object, int, Metadata, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a ReplaceCommand
- buildReplaceCommand(Object, Object, Object, int, Metadata, long, boolean) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a ReplaceCommand
- buildReplaceCommand(Object, Object, Object, int, Metadata, long, boolean) - 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
- buildSingleKeyBackupWriteCommand() - Method in interface org.infinispan.commands.CommandsFactory
- buildSingleKeyBackupWriteCommand() - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildSingleKeyFunctionalBackupWriteCommand() - Method in interface org.infinispan.commands.CommandsFactory
- buildSingleKeyFunctionalBackupWriteCommand() - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildSingleRpcCommand(ReplicableCommand) - Method in interface org.infinispan.commands.CommandsFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 use
CommandsFactory.buildSingleRpcCommand(VisitableCommand)instead. - buildSingleRpcCommand(VisitableCommand) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a SingleRpcCommand "envelope" containing a single ReplicableCommand
- buildSingleRpcCommand(VisitableCommand) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildSingleXSiteRpcCommand(VisitableCommand) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds SingleRpcCommand used to perform
VisitableCommandon the backup site, - buildSingleXSiteRpcCommand(VisitableCommand) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildSizeCommand(IntSet, long) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a SizeCommand
- buildSizeCommand(IntSet, long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildStateResponseCommand(int, Collection<StateChunk>, boolean) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a StateResponseCommand used for pushing cache entries to another node.
- buildStateResponseCommand(int, Collection<StateChunk>, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildStateTransferCancelCommand(int, IntSet) - Method in interface org.infinispan.commands.CommandsFactory
- buildStateTransferCancelCommand(int, IntSet) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildStateTransferGetListenersCommand(int) - Method in interface org.infinispan.commands.CommandsFactory
- buildStateTransferGetListenersCommand(int) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildStateTransferGetTransactionsCommand(int, IntSet) - Method in interface org.infinispan.commands.CommandsFactory
- buildStateTransferGetTransactionsCommand(int, IntSet) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildStateTransferStartCommand(int, IntSet) - Method in interface org.infinispan.commands.CommandsFactory
- buildStateTransferStartCommand(int, IntSet) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildStream(IntSet, Set<?>, boolean) - Method in interface org.infinispan.stream.impl.local.AbstractLocalCacheStream.StreamSupplier
- buildStream(IntSet, Set<?>, boolean) - Method in class org.infinispan.stream.impl.local.EntryStreamSupplier
- buildStream(IntSet, Set<?>, boolean) - Method in class org.infinispan.stream.impl.local.KeyStreamSupplier
- buildStream(IntSet, Set<?>, boolean) - Method in class org.infinispan.stream.impl.local.PersistenceEntryStreamSupplier
- buildStream(IntSet, Set<?>, boolean) - Method in class org.infinispan.stream.impl.local.PersistenceKeyStreamSupplier
- buildTouchCommand(Object, int, boolean, long) - Method in interface org.infinispan.commands.CommandsFactory
- buildTouchCommand(Object, int, boolean, long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildTxCompletionNotificationCommand(long) - Method in interface org.infinispan.commands.CommandsFactory
- buildTxCompletionNotificationCommand(long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildTxCompletionNotificationCommand(XidImpl, GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a
TxCompletionNotificationCommand. - buildTxCompletionNotificationCommand(XidImpl, GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildTxReadOnlyKeyCommand(Object, Function<EntryView.ReadEntryView<K, V>, R>, List<Mutation<K, V, ?>>, int, Params, DataConversion, DataConversion) - Method in interface org.infinispan.commands.CommandsFactory
- buildTxReadOnlyKeyCommand(Object, Function<EntryView.ReadEntryView<K, V>, R>, List<Mutation<K, V, ?>>, int, Params, DataConversion, DataConversion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildTxReadOnlyManyCommand(Collection<?>, List<List<Mutation<K, V, ?>>>, Params, DataConversion, DataConversion) - Method in interface org.infinispan.commands.CommandsFactory
- buildTxReadOnlyManyCommand(Collection<?>, List<List<Mutation<K, V, ?>>>, Params, DataConversion, DataConversion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildVersionedCommitCommand(GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a VersionedCommitCommand
- buildVersionedCommitCommand(GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildVersionedPrepareCommand(GlobalTransaction, List<WriteCommand>, boolean) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a VersionedPrepareCommand
- buildVersionedPrepareCommand(GlobalTransaction, List<WriteCommand>, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildWriteOnlyKeyCommand(Object, Consumer<EntryView.WriteEntryView<K, V>>, int, Params, DataConversion, DataConversion) - Method in interface org.infinispan.commands.CommandsFactory
- buildWriteOnlyKeyCommand(Object, Consumer<EntryView.WriteEntryView<K, V>>, int, Params, DataConversion, DataConversion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildWriteOnlyKeyValueCommand(Object, Object, BiConsumer<T, EntryView.WriteEntryView<K, V>>, int, Params, DataConversion, DataConversion) - Method in interface org.infinispan.commands.CommandsFactory
- buildWriteOnlyKeyValueCommand(Object, Object, BiConsumer<T, EntryView.WriteEntryView<K, V>>, int, Params, DataConversion, DataConversion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildWriteOnlyManyCommand(Collection<?>, Consumer<EntryView.WriteEntryView<K, V>>, Params, DataConversion, DataConversion) - Method in interface org.infinispan.commands.CommandsFactory
- buildWriteOnlyManyCommand(Collection<?>, Consumer<EntryView.WriteEntryView<K, V>>, Params, DataConversion, DataConversion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildWriteOnlyManyEntriesCommand(Map<?, ?>, BiConsumer<T, EntryView.WriteEntryView<K, V>>, Params, DataConversion, DataConversion) - Method in interface org.infinispan.commands.CommandsFactory
- buildWriteOnlyManyEntriesCommand(Map<?, ?>, BiConsumer<T, EntryView.WriteEntryView<K, V>>, Params, DataConversion, DataConversion) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteAmendOfflineStatusCommand(String, Integer, Long) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteAmendOfflineStatusCommand(String, Integer, Long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteAutoTransferStatusCommand(String) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteAutoTransferStatusCommand(String) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteBringOnlineCommand(String) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteBringOnlineCommand(String) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteOfflineStatusCommand(String) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteOfflineStatusCommand(String) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteSetStateTransferModeCommand(String, XSiteStateTransferMode) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteSetStateTransferModeCommand(String, XSiteStateTransferMode) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteStatePushCommand(XSiteState[]) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds XSiteStatePushCommand used to transfer a single chunk of data between sites.
- buildXSiteStatePushCommand(XSiteState[]) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteStatePushRequest(XSiteState[], long) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteStatePushRequest(XSiteState[], long) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteStateTransferCancelSendCommand(String) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteStateTransferCancelSendCommand(String) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteStateTransferClearStatusCommand() - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteStateTransferClearStatusCommand() - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteStateTransferControlRequest(boolean) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteStateTransferControlRequest(boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteStateTransferFinishReceiveCommand(String) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteStateTransferFinishReceiveCommand(String) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteStateTransferFinishSendCommand(String, boolean) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteStateTransferFinishSendCommand(String, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteStateTransferRestartSendingCommand(String, int) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteStateTransferRestartSendingCommand(String, int) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteStateTransferStartReceiveCommand(String) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteStateTransferStartReceiveCommand(String) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteStateTransferStartSendCommand(String, int) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteStateTransferStartSendCommand(String, int) - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteStateTransferStatusRequestCommand() - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteStateTransferStatusRequestCommand() - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteStatusCommand() - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteStatusCommand() - Method in class org.infinispan.commands.CommandsFactoryImpl
- buildXSiteTakeOfflineCommand(String) - Method in interface org.infinispan.commands.CommandsFactory
- buildXSiteTakeOfflineCommand(String) - Method in class org.infinispan.commands.CommandsFactoryImpl
- builtIn() - Method in class org.infinispan.configuration.global.StackFileConfiguration
- BuiltinJGroupsChannelConfigurator - Class in org.infinispan.remoting.transport.jgroups
- BULK_READ - Enum constant in enum class org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store supports bulk read operations.
- BULK_READ - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Allows bulk-read operations (e.g.
- BULK_WRITE - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Allows bulk-write operations (e.g.
- bulkUpdate(Publisher<MarshallableEntry<? extends K, ? extends V>>) - Method in interface org.infinispan.persistence.spi.CacheWriter
-
Deprecated.Persist all provided entries to the store in chunks, with the size of each chunk determined by the store implementation.
- bulkUpdate(Publisher<MarshallableEntry<? extends K, ? extends V>>) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- ByteString - Class in org.infinispan.util
-
A simple class which encapsulates a byte[] representation of a String using a predefined encoding (currently UTF-8).
- ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a - Class in org.infinispan.util
-
WARNING: Generated code! Do not edit!
- ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a() - Constructor for class org.infinispan.util.ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a
C
- cache - Variable in class org.infinispan.cache.impl.AbstractCacheBackedSet
- cache - Variable in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- cache - Variable in class org.infinispan.cache.impl.AbstractDelegatingCache
- cache - Variable in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- cache - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
- cache - Variable in class org.infinispan.interceptors.BaseCustomAsyncInterceptor
- cache - Variable in class org.infinispan.persistence.manager.PreloadManager
- cache - Variable in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- cache - Variable in class org.infinispan.reactive.publisher.impl.PartitionAwareClusterPublisherManager
- cache - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- cache - Variable in class org.infinispan.xsite.AbstractCustomFailurePolicy
- cache() - Method in interface org.infinispan.functional.FunctionalMap
- cache() - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- cache() - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- cache() - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- cache() - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- cache() - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- cache() - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- cache() - Method in class org.infinispan.functional.impl.FunctionalMapImpl
- Cache<K,
V> - Interface in org.infinispan -
The central interface of Infinispan.
- CACHE - Enum constant in enum class org.infinispan.configuration.parsing.ParserScope
-
The cache scope
- CACHE - Enum constant in enum class org.infinispan.security.AuditContext
- CACHE_CONTAINER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- CACHE_CONTAINER - Enum constant in enum class org.infinispan.configuration.parsing.ParserScope
-
The cache-container scope
- CACHE_DELIMITER - Static variable in class org.infinispan.xsite.GlobalXSiteAdminOperations
- CACHE_DEPENDENCY_GRAPH - Static variable in class org.infinispan.factories.KnownComponentNames
- CACHE_ENTRY_ACTIVATED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- CACHE_ENTRY_CREATED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- CACHE_ENTRY_EVICTED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- CACHE_ENTRY_EXPIRED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- CACHE_ENTRY_INVALIDATED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- CACHE_ENTRY_LOADED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- CACHE_ENTRY_MODIFIED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- CACHE_ENTRY_PASSIVATED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- CACHE_ENTRY_REMOVED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- CACHE_ENTRY_VISITED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- CACHE_MANAGER_TAG_NAME - Static variable in interface org.infinispan.metrics.Constants
- CACHE_MODE_LOCAL - Enum constant in enum class org.infinispan.context.Flag
-
Forces LOCAL mode operation, even if the cache is configured to use a clustered mode like replication, invalidation or distribution.
- CACHE_MODE_LOCAL - Static variable in class org.infinispan.context.impl.FlagBitSets
- CACHE_NAME - Static variable in class org.infinispan.factories.KnownComponentNames
- CACHE_SCOPE - Static variable in class org.infinispan.globalstate.impl.GlobalConfigurationManagerImpl
- CACHE_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CACHE_SIZE - Static variable in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- CACHE_STARTED - Enum constant in enum class org.infinispan.notifications.cachemanagerlistener.event.Event.Type
- CACHE_STOP_TIMEOUT - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- CACHE_STOPPED - Enum constant in enum class org.infinispan.notifications.cachemanagerlistener.event.Event.Type
- CACHE_STOPPED_TOPOLOGY_ID - Static variable in class org.infinispan.transaction.impl.TransactionTable
- CACHE_SYNC - Static variable in class org.infinispan.configuration.cache.ClusteringConfiguration
- CACHE_TAG_NAME - Static variable in interface org.infinispan.metrics.Constants
- CACHE_TEMPLATE - Enum constant in enum class org.infinispan.configuration.parsing.ParserScope
-
The cache template scope
- CACHE_TIMEOUT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CACHE_TIMEOUT - Static variable in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- CACHE_TYPE - Static variable in class org.infinispan.configuration.cache.ClusteringConfiguration
- cacheAvailabilityModeChange(AvailabilityMode, int) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- cacheAvailabilityModeChange(AvailabilityMode, int) - Method in interface org.infinispan.util.logging.events.Messages
- cacheAvailabilityModeChange$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- CacheAvailabilityUpdateCommand - Class in org.infinispan.commands.topology
-
Change the availability of a cache.
- CacheAvailabilityUpdateCommand() - Constructor for class org.infinispan.commands.topology.CacheAvailabilityUpdateCommand
- CacheAvailabilityUpdateCommand(String, AvailabilityMode) - Constructor for class org.infinispan.commands.topology.CacheAvailabilityUpdateCommand
- CacheAware<K,
V> - Interface in org.infinispan.stream -
Interface that describes how a cache can be injected into another object.
- CacheBackedEntrySet<K,
V> - Class in org.infinispan.cache.impl -
Entry set backed by a cache.
- CacheBackedEntrySet(CacheImpl<K, V>, Object, long) - Constructor for class org.infinispan.cache.impl.CacheBackedEntrySet
- CacheBackedKeySet<K,
V> - Class in org.infinispan.cache.impl -
Key set backed by a cache.
- CacheBackedKeySet(CacheImpl<K, V>, Object, long) - Constructor for class org.infinispan.cache.impl.CacheBackedKeySet
- cacheBackupsDataToSameSite(String) - Method in class org.infinispan.util.logging.Log_$logger
- cacheBackupsDataToSameSite(String) - Method in interface org.infinispan.util.logging.Log
- cacheBackupsDataToSameSite$str() - Method in class org.infinispan.util.logging.Log_$logger
- CacheBiConsumers - Class in org.infinispan.stream.impl
- CacheBiConsumers.Externalizer - Class in org.infinispan.stream.impl
- CacheCollection<E> - Interface in org.infinispan
-
A collection type that returns special Cache based streams that have additional options to tweak behavior.
- CacheCollectors - Class in org.infinispan.stream
-
Helper class designed to be used to create a serializable Collector for use with
CacheStream.collect(Collector)from a supplier of a collector. - cacheComponents() - Method in class org.infinispan.factories.ComponentRegistry
-
Invoked last after all services are wired
- cacheConfiguration - Variable in class org.infinispan.interceptors.BaseAsyncInterceptor
- CacheConfigurationMBean - Class in org.infinispan.cache.impl
-
CacheConfigurationMBeanImpl.
- CacheConfigurationMBean() - Constructor for class org.infinispan.cache.impl.CacheConfigurationMBean
- cacheContainer() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- CacheContainer - Interface in org.infinispan.manager
- CacheContainerConfigurationBuilder - Class in org.infinispan.configuration.global
- CacheContainerStats - Interface in org.infinispan.stats
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1.3. This mixes statistics across unrelated caches so the reported numbers don't have too much relevance. Please use
StatsorClusterCacheStatsinstead. - CacheContainerStatsImpl - Class in org.infinispan.stats.impl
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1.3. This mixes statistics across unrelated caches so the reported numbers don't have too much relevance. Please use
StatsorClusterCacheStatsinstead. - CacheContainerStatsImpl(EmbeddedCacheManager) - Constructor for class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- cacheContainsKeyAsync(AdvancedCache<K, ?>, K) - Static method in class org.infinispan.security.actions.SecurityActions
- CacheContainsKeyAsyncAction<K> - Class in org.infinispan.security.actions
- CacheContainsKeyAsyncAction(AdvancedCache<?, ?>, K) - Constructor for class org.infinispan.security.actions.CacheContainsKeyAsyncAction
- CACHED_THREAD_POOL - Enum constant in enum class org.infinispan.configuration.parsing.Element
- CACHED_VALUES - Static variable in enum class org.infinispan.functional.Param.ReplicationMode
- cachedByteString(String) - Static method in class org.infinispan.xsite.XSiteNamedCache
- cachedByteString(ByteString) - Static method in class org.infinispan.xsite.XSiteNamedCache
- cachedString(String) - Static method in class org.infinispan.xsite.XSiteNamedCache
- CachedThreadPoolConfigurationBuilder - Class in org.infinispan.configuration.global
- cachedThreadPools() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- CacheEntriesEvicted - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when cache entries are evicted.
- CacheEntriesEvictedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
This event subtype is passed in to any method annotated with
CacheEntriesEvicted. - CacheEntry<K,
V> - Interface in org.infinispan.container.entries -
An entry that is stored in the data container
- CacheEntryActivated - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is activated.
- CacheEntryActivatedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
This event subtype is passed in to any method annotated with
CacheEntryActivated. - CacheEntryChange() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
- CacheEntryCreated - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is created.
- CacheEntryCreatedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
This event subtype is passed in to any method annotated with
CacheEntryCreated. - CacheEntryEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.
- CacheEntryExpired - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is expired
- CacheEntryExpiredEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
This event subtype is passed in to any method annotated with
CacheEntryExpired. - CacheEntryGroupPredicate<K> - Class in org.infinispan.distribution.group.impl
-
Tests if a
CacheEntrybelongs to a group. - CacheEntryGroupPredicate(String) - Constructor for class org.infinispan.distribution.group.impl.CacheEntryGroupPredicate
- CacheEntryInvalidated - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is invalidated.
- CacheEntryInvalidatedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
Notifies a listener of an invalidation event.
- CacheEntryListenerInvocation<K,
V> - Interface in org.infinispan.notifications.cachelistener -
Additional listener methods specific to caches.
- CacheEntryLoaded - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is loaded from a
CacheLoader. - CacheEntryLoadedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
This event subtype is passed in to any method annotated with
CacheEntryLoaded. - CacheEntryModified - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry has been modified.
- CacheEntryModifiedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
This event subtype is passed in to any method annotated with
CacheEntryModified - CacheEntryPassivated - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when cache entries are passivated.
- CacheEntryPassivatedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
This event subtype is passed in to any method annotated with
CacheEntryPassivated. - CacheEntryRemoved - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
- CacheEntryRemovedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
This event subtype is passed in to any method annotated with
CacheEntryRemoved. - cacheEntrySet() - Method in interface org.infinispan.AdvancedCache
-
Identical to
Cache.entrySet()but is typed to return CacheEntries instead of Entries. - cacheEntrySet() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- cacheEntrySet() - Method in class org.infinispan.cache.impl.CacheImpl
- cacheEntrySet() - Method in class org.infinispan.cache.impl.DecoratedCache
- cacheEntrySet() - Method in class org.infinispan.cache.impl.EncoderCache
- cacheEntrySet() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- cacheEntrySet() - Method in class org.infinispan.security.impl.SecureCacheImpl
- CacheEntrySet() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
- CacheEntrySizeCalculator<K,
V> - Class in org.infinispan.container.entries -
Implementation of a size calculator that calculates only the size of the value assuming it is an InternalCacheEntry.
- CacheEntrySizeCalculator(EntrySizeCalculator<? super K, ? super V>) - Constructor for class org.infinispan.container.entries.CacheEntrySizeCalculator
- CacheEntryVisited - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is visited.
- CacheEntryVisitedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
This event subtype is passed in to any method annotated with
CacheEntryVisited. - CacheEventConverter<K,
V, - Interface in org.infinispan.notifications.cachelistener.filterC> -
A converter that can be used to convert the value given for an event.
- CacheEventConverterAsConverter<K,
V, - Class in org.infinispan.notifications.cachelistener.filterC> -
Converter that is implemented by using the provided CacheEventConverter.
- CacheEventConverterAsConverter(CacheEventConverter<K, V, C>) - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter
- CacheEventConverterAsConverter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
- CacheEventConverterFactory - Interface in org.infinispan.notifications.cachelistener.filter
-
Factory that can produce CacheEventConverters
- CacheEventFilter<K,
V> - Interface in org.infinispan.notifications.cachelistener.filter -
A filter that can be used to tell if an event should be raised or not.
- CacheEventFilterAsKeyValueFilter<K,
V> - Class in org.infinispan.notifications.cachelistener.filter -
KeyValueFilter that is implemented by using the provided CacheEventFilter.
- CacheEventFilterAsKeyValueFilter(CacheEventFilter<K, V>) - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter
- CacheEventFilterAsKeyValueFilter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
- CacheEventFilterConverter<K,
V, - Interface in org.infinispan.notifications.cachelistener.filterC> -
This interface is an optimization that can be used when an event filter and converter are most efficiently used as the same object composing the filtering and conversion in the same method invocation.
- CacheEventFilterConverterAsKeyValueFilterConverter<K,
V, - Class in org.infinispan.notifications.cachelistener.filterC> - CacheEventFilterConverterAsKeyValueFilterConverter(CacheEventFilterConverter<K, V, C>) - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter
- CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
- CacheEventFilterConverterFactory - Interface in org.infinispan.notifications.cachelistener.filter
-
Factory that can produce
CacheEventFilterConverterinstances. - CacheEventFilterFactory - Interface in org.infinispan.notifications.cachelistener.filter
-
Factory that can produce CacheEventFilters
- cacheExists(String) - Method in class org.infinispan.manager.DefaultCacheManager
- cacheExists(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
A cache is considered to exist if it has been created and started via one of the
EmbeddedCacheManager.getCache()methods and has not yet been removed viaCacheContainerAdmin.removeCache(String). - cacheExists(String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- cacheExists(String) - Method in class org.infinispan.util.logging.Log_$logger
- cacheExists(String) - Method in interface org.infinispan.util.logging.Log
- cacheExists$str() - Method in class org.infinispan.util.logging.Log_$logger
- CacheFilters - Class in org.infinispan.filter
-
Static factory class that contains utility methods that can be used for performing proper transformations from
KeyValueFilter,ConverterandKeyValueFilterConverterto appropriate distributed stream instances. - CacheFilters.CacheFiltersExternalizer - Class in org.infinispan.filter
- CacheFiltersExternalizer() - Constructor for class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
- CacheHealth - Interface in org.infinispan.health
-
Cache health information.
- CacheHealthImpl - Class in org.infinispan.health.impl
- CacheHealthImpl(ComponentRegistry) - Constructor for class org.infinispan.health.impl.CacheHealthImpl
- CacheImpl<K,
V> - Class in org.infinispan.cache.impl - CacheImpl(String) - Constructor for class org.infinispan.cache.impl.CacheImpl
- CacheIntermediatePublisher<R> - Class in org.infinispan.stream.impl
-
Function that is used to encapsulate multiple intermediate operations and perform them lazily when the function is applied.
- CacheIntermediatePublisher(Iterable<IntermediateOperation<?, ?, ?, ?>>) - Constructor for class org.infinispan.stream.impl.CacheIntermediatePublisher
- CacheIntermediatePublisher.ReducerExternalizer - Class in org.infinispan.stream.impl
- CacheInvocationBuilder() - Constructor for class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- cacheIsStopping(String) - Method in class org.infinispan.util.logging.Log_$logger
- cacheIsStopping(String) - Method in interface org.infinispan.util.logging.Log
- cacheIsStopping$str() - Method in class org.infinispan.util.logging.Log_$logger
- cacheIsTerminated(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- cacheIsTerminated(String, String) - Method in interface org.infinispan.util.logging.Log
- cacheIsTerminated$str() - Method in class org.infinispan.util.logging.Log_$logger
- CacheJmxRegistration - Class in org.infinispan.jmx
-
If
Configuration.statistics()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
- CacheJoinCommand - Class in org.infinispan.commands.topology
-
A node is requesting to join the cluster.
- CacheJoinCommand() - Constructor for class org.infinispan.commands.topology.CacheJoinCommand
- CacheJoinCommand(String, Address, CacheJoinInfo, int) - Constructor for class org.infinispan.commands.topology.CacheJoinCommand
- CacheJoinException - Exception Class in org.infinispan.topology
-
Thrown when a cache fails to join a cluster
- CacheJoinException() - Constructor for exception class org.infinispan.topology.CacheJoinException
- CacheJoinException(String) - Constructor for exception class org.infinispan.topology.CacheJoinException
- CacheJoinException(String, Throwable) - Constructor for exception class org.infinispan.topology.CacheJoinException
- CacheJoinException(Throwable) - Constructor for exception class org.infinispan.topology.CacheJoinException
- 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, int, int, long, CacheMode, float, PersistentUUID, Optional<Integer>) - Constructor for class org.infinispan.topology.CacheJoinInfo
- CacheJoinInfo.Externalizer - Class in org.infinispan.topology
- CacheLeaveCommand - Class in org.infinispan.commands.topology
-
A node is signaling that it wants to leave the cluster.
- CacheLeaveCommand() - Constructor for class org.infinispan.commands.topology.CacheLeaveCommand
- CacheLeaveCommand(String, Address, int) - Constructor for class org.infinispan.commands.topology.CacheLeaveCommand
- CacheLoader<K,
V> - Interface in org.infinispan.persistence.spi -
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced by
NonBlockingStore - CacheLoaderInterceptor<K,
V> - Class in org.infinispan.interceptors.impl - CacheLoaderInterceptor() - Constructor for class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- cacheLoads - Variable in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- cacheManager - Variable in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- CACHEMANAGER - Enum constant in enum class org.infinispan.security.AuditContext
- CacheManagerInfo - Class in org.infinispan.manager
- CacheManagerInfo(DefaultCacheManager, ConfigurationManager, InternalCacheRegistry, LocalTopologyManager) - Constructor for class org.infinispan.manager.CacheManagerInfo
- cacheManagerIsStopping() - Method in class org.infinispan.util.logging.Log_$logger
- cacheManagerIsStopping() - Method in interface org.infinispan.util.logging.Log
- cacheManagerIsStopping$str() - Method in class org.infinispan.util.logging.Log_$logger
- 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
- CacheManagerMetricsRegistration - Class in org.infinispan.metrics.impl
-
Creates and registers metrics for all components from a cache manager's global component registry.
- CacheManagerMetricsRegistration() - Constructor for class org.infinispan.metrics.impl.CacheManagerMetricsRegistration
- cacheManagerName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- cacheManagerName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- cacheManagerName(String) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- cacheManagerNotifier - Variable in class org.infinispan.cache.impl.CacheImpl
- CacheManagerNotifier - Interface in org.infinispan.notifications.cachemanagerlistener
-
Notifications for the cache manager
- CacheManagerNotifierImpl - Class in org.infinispan.notifications.cachemanagerlistener
-
Global, shared notifications on the cache manager.
- CacheManagerNotifierImpl() - Constructor for class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- CacheManagerNotifierImpl.DefaultBuilder - Class in org.infinispan.notifications.cachemanagerlistener
- cacheManagerStarted(GlobalComponentRegistry) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
- cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
- cacheManagerStopped(GlobalComponentRegistry) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
- cacheManagerStopping(GlobalComponentRegistry) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
- cacheMembersUpdated(Collection<Address>, int) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- cacheMembersUpdated(Collection<Address>, int) - Method in interface org.infinispan.util.logging.events.Messages
- cacheMembersUpdated$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- CacheMetricsRegistration - Class in org.infinispan.metrics.impl
-
Creates and registers metrics for all components from a cache's component registry.
- CacheMetricsRegistration() - Constructor for class org.infinispan.metrics.impl.CacheMetricsRegistration
- CacheMgmtInterceptor - Class in org.infinispan.interceptors.impl
-
Captures cache management statistics.
- CacheMgmtInterceptor() - Constructor for class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- cacheMisses - Variable in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- CacheMixedSiteStatus - Class in org.infinispan.xsite.status
-
A mixed
SiteStatus. - CacheMixedSiteStatus(List<Address>, List<Address>) - Constructor for class org.infinispan.xsite.status.CacheMixedSiteStatus
- cacheMode() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
Cache mode.
- cacheMode() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- cacheMode(CacheMode) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
Cache mode.
- CacheMode - Enum Class in org.infinispan.configuration.cache
-
Cache replication mode.
- cacheModeString() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
- cacheName - Variable in class org.infinispan.commands.remote.BaseRpcCommand
- cacheName - Variable in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- cacheName - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
- cacheName - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- cacheName - Variable in class org.infinispan.statetransfer.StateProviderImpl
- cacheName - Variable in class org.infinispan.statetransfer.StateTransferManagerImpl
- cacheName - Variable in class org.infinispan.transaction.xa.XaTransactionTable
- cacheName - Variable in class org.infinispan.xsite.commands.remote.XSiteCacheRequest
- cacheName() - Method in class org.infinispan.telemetry.InfinispanSpanAttributes
- cacheName() - Method in interface org.infinispan.xsite.XSiteCacheMapper.LocalCacheInfo
- cacheName() - Method in interface org.infinispan.xsite.XSiteCacheMapper.RemoteCacheInfo
- CacheNotFoundResponse - Class in org.infinispan.remoting.responses
-
A response that signals the named cache is not running on the target node.
- CacheNotFoundResponse.Externalizer - Class in org.infinispan.remoting.responses
- cacheNotifier - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
- cacheNotifier - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- CacheNotifier<K,
V> - Interface in org.infinispan.notifications.cachelistener -
Public interface with all allowed notifications.
- CacheNotifierImpl<K,
V> - Class in org.infinispan.notifications.cachelistener -
Helper class that handles all notifications to registered listeners.
- CacheNotifierImpl() - Constructor for class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- CacheNotifierImpl.BaseCacheEntryListenerInvocation<K,
V> - Class in org.infinispan.notifications.cachelistener - CacheNotifierImpl.CacheInvocationBuilder - Class in org.infinispan.notifications.cachelistener
- CacheNotifierImpl.ClusteredListenerInvocation<K,
V> - Class in org.infinispan.notifications.cachelistener -
This class is to be used with cluster listener invocations only when they have included current state.
- CacheNotifierImpl.DelegatingCacheInvocationBuilder - Class in org.infinispan.notifications.cachelistener
- CacheParser - Class in org.infinispan.configuration.parsing
-
This class implements the parser for Infinispan/AS7/EAP/JDG schema files
- CacheParser() - Constructor for class org.infinispan.configuration.parsing.CacheParser
- CacheParser.Mode - Enum Class in org.infinispan.configuration.parsing
- CacheParser.TransactionMode - Enum Class in org.infinispan.configuration.parsing
- CachePermission - Class in org.infinispan.security
-
CachePermission.
- CachePermission(String) - Constructor for class org.infinispan.security.CachePermission
- CachePermission(AuthorizationPermission) - Constructor for class org.infinispan.security.CachePermission
- CachePermissionCollection - Class in org.infinispan.security
-
CachePermissionCollection.
- CachePermissionCollection() - Constructor for class org.infinispan.security.CachePermissionCollection
- cacheRebalancePhaseChange(CacheTopology.Phase, int) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- cacheRebalancePhaseChange(CacheTopology.Phase, int) - Method in interface org.infinispan.util.logging.events.Messages
- cacheRebalancePhaseChange$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- cacheRebalanceStart(Collection<Address>, CacheTopology.Phase, int) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- cacheRebalanceStart(Collection<Address>, CacheTopology.Phase, int) - Method in interface org.infinispan.util.logging.events.Messages
- cacheRebalanceStart$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- cacheRecoveredAfterMerge(String, CacheTopology, AvailabilityMode) - Method in class org.infinispan.util.logging.Log_$logger
- cacheRecoveredAfterMerge(String, CacheTopology, AvailabilityMode) - Method in interface org.infinispan.util.logging.Log
- cacheRecoveredAfterMerge(Collection<Address>, int) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- cacheRecoveredAfterMerge(Collection<Address>, int) - Method in interface org.infinispan.util.logging.events.Messages
- cacheRecoveredAfterMerge$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- cacheRecoveredAfterMerge$str() - Method in class org.infinispan.util.logging.Log_$logger
- cacheRef - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
- CacheRoleImpl - Class in org.infinispan.security.impl
-
CacheRoleImpl.
- CacheRoleImpl(String, String, boolean, boolean, Set<AuthorizationPermission>) - Constructor for class org.infinispan.security.impl.CacheRoleImpl
- CacheRoleImpl(String, String, boolean, boolean, AuthorizationPermission...) - Constructor for class org.infinispan.security.impl.CacheRoleImpl
- CacheRoleImpl$___Marshaller_8ebe2292503551beeebd9f0cc1e432a19521b4115fff99f8859a58acb74d6d74 - Class in org.infinispan.security.impl
-
WARNING: Generated code! Do not edit!
- CacheRoleImpl$___Marshaller_8ebe2292503551beeebd9f0cc1e432a19521b4115fff99f8859a58acb74d6d74() - Constructor for class org.infinispan.security.impl.CacheRoleImpl$___Marshaller_8ebe2292503551beeebd9f0cc1e432a19521b4115fff99f8859a58acb74d6d74
- CacheRpcCommand - Interface in org.infinispan.commands.remote
-
The
RpcManageronly replicates commands wrapped in aCacheRpcCommand. - 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
- CACHES - Enum constant in enum class org.infinispan.configuration.parsing.Element
- CacheSet<E> - Interface in org.infinispan
-
A set that also must implement the various
CacheCollectionmethods for streams. - CacheSetMapper<E,
R> - Class in org.infinispan.util -
A
CacheSetthat allows for a different set to be mapped as a different instance wtih values replaced on request. - CacheSetMapper(CacheSet<E>, Function<? super E, ? extends R>) - Constructor for class org.infinispan.util.CacheSetMapper
- cacheShutdown(String) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Initiates a cluster-wide cache shutdown for the specified cache
- cacheShutdown(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- CacheShutdownCommand - Class in org.infinispan.commands.topology
-
Tell members to shutdown cache.
- CacheShutdownCommand() - Constructor for class org.infinispan.commands.topology.CacheShutdownCommand
- CacheShutdownCommand(String) - Constructor for class org.infinispan.commands.topology.CacheShutdownCommand
- CacheShutdownRequestCommand - Class in org.infinispan.commands.topology
-
A member is requesting a cache shutdown.
- CacheShutdownRequestCommand() - Constructor for class org.infinispan.commands.topology.CacheShutdownRequestCommand
- CacheShutdownRequestCommand(String) - Constructor for class org.infinispan.commands.topology.CacheShutdownRequestCommand
- CacheSiteStatusBuilder - Class in org.infinispan.xsite.status
-
A per-cache
SiteStatusbuilder. - CacheSiteStatusBuilder() - Constructor for class org.infinispan.xsite.status.CacheSiteStatusBuilder
- CacheSpanAttribute - Class in org.infinispan.telemetry.impl
- CacheSpanAttribute(String, Configuration) - Constructor for class org.infinispan.telemetry.impl.CacheSpanAttribute
- cacheStarted(ComponentRegistry, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
- CacheStarted - Annotation Interface in org.infinispan.notifications.cachemanagerlistener.annotation
-
This annotation should be used on methods that need to be notified when a cache is started.
- CacheStartedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
This event is passed in to any method annotated with
CacheStarted. - cacheStarting(ComponentRegistry, Configuration, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
- CacheState - Class in org.infinispan.globalstate.impl
-
Cache State information stored in a cluster-wide cache
- CacheState(String, String, EnumSet<CacheContainerAdmin.AdminFlag>) - Constructor for class org.infinispan.globalstate.impl.CacheState
- CacheState.Externalizer - Class in org.infinispan.globalstate.impl
- CacheStatusRequestCommand - Class in org.infinispan.commands.topology
-
The coordinator is requesting information about the running caches.
- CacheStatusRequestCommand() - Constructor for class org.infinispan.commands.topology.CacheStatusRequestCommand
- CacheStatusRequestCommand(int) - Constructor for class org.infinispan.commands.topology.CacheStatusRequestCommand
- CacheStatusResponse - Class in org.infinispan.topology
- CacheStatusResponse(CacheJoinInfo, CacheTopology, CacheTopology, AvailabilityMode, List<Address>) - Constructor for class org.infinispan.topology.CacheStatusResponse
- CacheStatusResponse.Externalizer - Class in org.infinispan.topology
- cacheStopped(ComponentRegistry, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
- cacheStopped(CacheStoppedEvent) - Method in class org.infinispan.xsite.XSiteCacheMapper
- CacheStopped - Annotation Interface in org.infinispan.notifications.cachemanagerlistener.annotation
-
This annotation should be used on methods that need to be notified when a cache is stopped.
- CacheStoppedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
This event is passed in to any method annotated with
CacheStopped. - cacheStopping(ComponentRegistry, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
- cacheStopTimeout() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish.
- cacheStopTimeout(long) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish.
- cacheStopTimeout(long) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish.
- cacheStopTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish.
- cacheStream() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- cacheStream() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- cacheStream() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- CacheStream<R> - Interface in org.infinispan
- CacheStreamIntermediateReducer<R> - Class in org.infinispan.stream.impl
-
Reducer implementation for Distributed Publisher that converts between CacheStream operations to an appropriate Reducer
- CacheStreamIntermediateReducer.ReducerExternalizer - Class in org.infinispan.stream.impl
- CacheSubjectPair - Class in org.infinispan.security.impl
-
CachePrincipalPair.
- cacheSync(boolean) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- cacheTopology - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- CacheTopology - Class in org.infinispan.topology
-
The status of a cache from a distribution/state transfer point of view.
- CacheTopology(int, int, boolean, ConsistentHash, ConsistentHash, ConsistentHash, CacheTopology.Phase, List<Address>, List<PersistentUUID>) - Constructor for class org.infinispan.topology.CacheTopology
- CacheTopology(int, int, boolean, ConsistentHash, ConsistentHash, CacheTopology.Phase, List<Address>, List<PersistentUUID>) - Constructor for class org.infinispan.topology.CacheTopology
- CacheTopology(int, int, ConsistentHash, ConsistentHash, ConsistentHash, CacheTopology.Phase, List<Address>, List<PersistentUUID>) - Constructor for class org.infinispan.topology.CacheTopology
- CacheTopology(int, int, ConsistentHash, ConsistentHash, CacheTopology.Phase, List<Address>, List<PersistentUUID>) - Constructor for class org.infinispan.topology.CacheTopology
- CacheTopology.Externalizer - Class in org.infinispan.topology
- CacheTopology.Phase - Enum Class in org.infinispan.topology
-
Phase of the rebalance process.
- CacheTopologyHandler - Interface in org.infinispan.topology
-
The link between
LocalTopologyManagerandStateTransferManager. - CacheTopologyUtil - Enum Class in org.infinispan.util
-
Utility methods related to
CacheTopology. - CacheTransaction - Interface in org.infinispan.transaction.xa
-
Defines the state a infinispan transaction should have.
- CacheTransaction.TransactionCompletedListener - Interface in org.infinispan.transaction.xa
- cacheType() - Method in enum class org.infinispan.configuration.cache.CacheMode
- cacheType(CacheType) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- CacheType - Enum Class in org.infinispan.configuration.cache
-
Cache replication mode.
- CacheUnreachableException - Exception Class in org.infinispan.remoting
-
Signals a backup site was unreachable.
- CacheUnreachableException(String) - Constructor for exception class org.infinispan.remoting.CacheUnreachableException
- CacheUnreachableException(UnreachableException) - Constructor for exception class org.infinispan.remoting.CacheUnreachableException
- CacheWriter<K,
V> - Interface in org.infinispan.persistence.spi -
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced by
NonBlockingStore - CacheWriterInterceptor - Class in org.infinispan.interceptors.impl
-
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.impl.CacheWriterInterceptor
- calculateConflictHash(ConsistentHash, Set<ConsistentHash>, List<Address>) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
- calculateConflictHash(ConsistentHash, Set<ConsistentHash>, List<Address>) - Method in class org.infinispan.topology.ClusterCacheStatus
- calculateRequiredMinimumNumberOfNodes(AdvancedCache<?, ?>, ComponentRegistry) - Static method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- calculateSize(Object, Object) - Method in class org.infinispan.container.entries.PrimitiveEntrySizeCalculator
- calculateSize(K, InternalCacheEntry<K, V>) - Method in class org.infinispan.container.entries.CacheEntrySizeCalculator
- calculateSize(K, V) - Method in class org.infinispan.marshall.core.WrappedByteArraySizeCalculator
- calculateSize(K, V, Metadata) - Method in interface org.infinispan.container.impl.KeyValueMetadataSizeCalculator
-
Method used to calculate how much memory in size the key, value and metadata use.
- calculateSize(K, V, Metadata, PrivateMetadata) - Method in class org.infinispan.container.entries.CacheEntrySizeCalculator
- calculateSize(K, V, Metadata, PrivateMetadata) - Method in interface org.infinispan.container.impl.KeyValueMetadataSizeCalculator
-
Method used to calculate how much memory in size the key, value and metadata use.
- calculateSize(WrappedBytes, WrappedBytes, Metadata) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Method used to calculate how much memory in size the key, value and metadata use.
- calculateSize(WrappedBytes, WrappedBytes, Metadata, PrivateMetadata) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Method used to calculate how much memory in size the key, value, metadata and internal metadata use.
- calculateSize(WrappedBytes, WrappedBytes, Metadata, PrivateMetadata) - Method in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
- CALIBRATE_BY_DELETES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CALIBRATE_BY_DELETES - Static variable in class org.infinispan.configuration.cache.IndexMergeConfiguration
- calibrateByDeletes() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- calibrateByDeletes(boolean) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- call() - Method in class org.infinispan.remoting.LocalInvocation
- call() - Method in class org.infinispan.remoting.transport.AbstractRequest
- callAsync() - Method in class org.infinispan.remoting.LocalInvocation
- CallInterceptor - Class in org.infinispan.interceptors.impl
-
Always at the end of the chain, directly in front of the cache.
- CallInterceptor() - Constructor for class org.infinispan.interceptors.impl.CallInterceptor
- canApply(Set<Class<? extends Annotation>>, Class<? extends Annotation>) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- canBlock() - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
- canBlock() - Method in class org.infinispan.commands.remote.SingleRpcCommand
- canBlock() - Method in interface org.infinispan.commands.ReplicableCommand
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 - All commands will be required to be non blocking!
- canBlock() - Method in class org.infinispan.commands.triangle.BackupWriteCommand
- canBlock() - Method in class org.infinispan.manager.impl.ReplicableManagerFunctionCommand
- canBlock() - Method in class org.infinispan.manager.impl.ReplicableRunnableCommand
- canBlock() - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
- cancel() - Method in class org.infinispan.statetransfer.InboundTransferTask
-
Cancels all the segments and marks them as finished, sends a cancel command, then completes the task.
- cancel() - Method in class org.infinispan.statetransfer.OutboundTransferTask
-
Cancel the whole task.
- cancel(boolean) - Method in class org.infinispan.remoting.transport.AbstractRequest
- cancel(Exception) - Method in class org.infinispan.remoting.transport.AbstractRequest
- cancel(Exception) - Method in interface org.infinispan.remoting.transport.impl.Request
-
Complete the request with an exception and release its resources.
- cancel(LockState) - Method in interface org.infinispan.util.concurrent.locks.ExtendedLockPromise
-
It cancels the
LockPromiseif possible. - cancelConflictResolution() - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- cancelConflictResolution() - Method in interface org.infinispan.conflict.impl.InternalConflictManager
- CANCELED - Enum constant in enum class org.infinispan.remoting.inboundhandler.action.ActionStatus
-
The action is completed unsuccessfully.
- cancelledConflictResolution(String, CacheTopology) - Method in class org.infinispan.util.logging.Log_$logger
- cancelledConflictResolution(String, CacheTopology) - Method in interface org.infinispan.util.logging.Log
- cancelledConflictResolution$str() - Method in class org.infinispan.util.logging.Log_$logger
- cancelOutboundTransfer(Address, int, IntSet) - Method in interface org.infinispan.statetransfer.StateProvider
-
Cancel sending of cache entries that belong to the given set of segments.
- cancelOutboundTransfer(Address, int, IntSet) - Method in class org.infinispan.statetransfer.StateProviderImpl
- CancelPublisherCommand - Class in org.infinispan.reactive.publisher.impl.commands.batch
- CancelPublisherCommand(ByteString) - Constructor for class org.infinispan.reactive.publisher.impl.commands.batch.CancelPublisherCommand
- CancelPublisherCommand(ByteString, String) - Constructor for class org.infinispan.reactive.publisher.impl.commands.batch.CancelPublisherCommand
- cancelPushState(String) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
- cancelPushState(String) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- cancelPushState(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
-
It cancels a running state transfer.
- cancelPushState(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- cancelPushState(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- cancelPushStateAllCaches(String) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
- cancelQueuedTasks() - Method in class org.infinispan.executors.SemaphoreCompletionService
-
When stopping, cancel any queued tasks.
- cancelReceive(String) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- cancelReceive(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
-
Sets the cluster to normal state.
- cancelReceive(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- cancelReceiveState(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- cancelRequests() - Method in interface org.infinispan.conflict.impl.StateReceiver
-
Cancels all ongoing replica requests.
- cancelRequests() - Method in class org.infinispan.conflict.impl.StateReceiverImpl
- cancelSegments(IntSet) - Method in class org.infinispan.statetransfer.InboundTransferTask
-
Cancels a set of segments and marks them as finished.
- cancelStateTransfer() - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- cancelStateTransfer(String) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateProvider
- cancelStateTransfer(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
-
It cancels the state transfer for the remote site.
- cancelStateTransfer(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
- cancelTransfer() - Method in class org.infinispan.xsite.statetransfer.BaseXSiteStateProviderState
- cancelTransfer() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProviderState
-
Cancels any running state transfer.
- cancelTransfers(IntSet) - Method in class org.infinispan.statetransfer.StateConsumerImpl
-
Cancel transfers for segments we no longer own.
- cancelVersionRequests() - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- cancelVersionRequests() - Method in interface org.infinispan.conflict.impl.InternalConflictManager
- canDoAutomaticStateTransfer() - Method in class org.infinispan.xsite.response.AutoStateTransferResponse
- 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
- canExpireMaxIdle() - Method in interface org.infinispan.container.entries.InternalCacheEntry
- canExpireMaxIdle() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- canExpireMaxIdle() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- canExpireMaxIdle() - Method in class org.infinispan.container.entries.TransientCacheEntry
- canExpireMaxIdle() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- canLoad(Object, int) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- canLoad(Object, int) - Method in class org.infinispan.interceptors.impl.ClusteredCacheLoaderInterceptor
- cannotAddStore(String) - Method in class org.infinispan.util.logging.Log_$logger
- cannotAddStore(String) - Method in interface org.infinispan.util.logging.Log
- cannotAddStore$str() - Method in class org.infinispan.util.logging.Log_$logger
- cannotChangeMaxCount() - Method in class org.infinispan.util.logging.Log_$logger
- cannotChangeMaxCount() - Method in interface org.infinispan.util.logging.Log
- cannotChangeMaxCount$str() - Method in class org.infinispan.util.logging.Log_$logger
- cannotChangeMaxSize() - Method in class org.infinispan.util.logging.Log_$logger
- cannotChangeMaxSize() - Method in interface org.infinispan.util.logging.Log
- cannotChangeMaxSize$str() - Method in class org.infinispan.util.logging.Log_$logger
- cannotClearData(IOException) - Method in class org.infinispan.persistence.sifs.Log_$logger
- cannotClearData(IOException) - Method in interface org.infinispan.persistence.sifs.Log
- cannotClearData$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- cannotCloseDeleteFile(int, IOException) - Method in class org.infinispan.persistence.sifs.Log_$logger
- cannotCloseDeleteFile(int, IOException) - Method in interface org.infinispan.persistence.sifs.Log
- cannotCloseDeleteFile$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- cannotCloseFile(IOException) - Method in class org.infinispan.persistence.sifs.Log_$logger
- cannotCloseFile(IOException) - Method in interface org.infinispan.persistence.sifs.Log
- cannotCloseFile$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- cannotConvertContent(Object, MediaType, MediaType, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- cannotConvertContent(Object, MediaType, MediaType, Throwable) - Method in interface org.infinispan.util.logging.Log
- cannotConvertContent$str() - Method in class org.infinispan.util.logging.Log_$logger
- cannotFindTranscoder(MediaType, MediaType) - Method in class org.infinispan.util.logging.Log_$logger
- cannotFindTranscoder(MediaType, MediaType) - Method in interface org.infinispan.util.logging.Log
- cannotFindTranscoder$str() - Method in class org.infinispan.util.logging.Log_$logger
- cannotLoadKeyFromIndex(Object, Exception) - Method in class org.infinispan.persistence.sifs.Log_$logger
- cannotLoadKeyFromIndex(Object, Exception) - Method in interface org.infinispan.persistence.sifs.Log
- cannotLoadKeyFromIndex$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- cannotMarshall(Class<?>, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- cannotMarshall(Class<?>, Throwable) - Method in interface org.infinispan.util.logging.Log
- cannotMarshall$str() - Method in class org.infinispan.util.logging.Log_$logger
- cannotObtainFailedCache(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- cannotObtainFailedCache(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- cannotObtainFailedCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- cannotOpenIndex(String, IOException) - Method in class org.infinispan.persistence.sifs.Log_$logger
- cannotOpenIndex(String, IOException) - Method in interface org.infinispan.persistence.sifs.Log
- cannotOpenIndex$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- cannotProvideBothSizeAndCount() - Method in class org.infinispan.util.logging.Log_$logger
- cannotProvideBothSizeAndCount() - Method in interface org.infinispan.util.logging.Log
- cannotProvideBothSizeAndCount$str() - Method in class org.infinispan.util.logging.Log_$logger
- cannotRenamePersistentFile(String, File, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- cannotRenamePersistentFile(String, File, Throwable) - Method in interface org.infinispan.util.logging.Log
- cannotRenamePersistentFile$str() - Method in class org.infinispan.util.logging.Log_$logger
- cannotRespondToCommit(GlobalTransaction, String) - Method in class org.infinispan.util.logging.Log_$logger
- cannotRespondToCommit(GlobalTransaction, String) - Method in interface org.infinispan.util.logging.Log
- cannotRespondToCommit$str() - Method in class org.infinispan.util.logging.Log_$logger
- cannotRespondToRollback(GlobalTransaction, String) - Method in class org.infinispan.util.logging.Log_$logger
- cannotRespondToRollback(GlobalTransaction, String) - Method in interface org.infinispan.util.logging.Log
- cannotRespondToRollback$str() - Method in class org.infinispan.util.logging.Log_$logger
- cannotTruncateIndex(IOException) - Method in class org.infinispan.persistence.sifs.Log_$logger
- cannotTruncateIndex(IOException) - Method in interface org.infinispan.persistence.sifs.Log
- cannotTruncateIndex$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- cannotUpdateInternalCache(String) - Method in class org.infinispan.util.logging.Log_$logger
- cannotUpdateInternalCache(String) - Method in interface org.infinispan.util.logging.Log
- cannotUpdateInternalCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- cannotUseDeprecatedAndReplacement(String) - Method in class org.infinispan.util.logging.Log_$logger
- cannotUseDeprecatedAndReplacement(String) - Method in interface org.infinispan.util.logging.Log
- cannotUseDeprecatedAndReplacement$str() - Method in class org.infinispan.util.logging.Log_$logger
- canRead(DataCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- canReadKey(Object) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- canRollbackTransactionAfterOriginatorLeave(GlobalTransaction) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- canRollbackTransactionAfterOriginatorLeave(GlobalTransaction) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
-
It checks if the transaction can be aborted when the originator leaves the cluster.
- canRollbackTransactionAfterOriginatorLeave(GlobalTransaction) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- canStoreReferences() - Method in enum class org.infinispan.configuration.cache.StorageType
- capacity() - Method in interface org.infinispan.container.DataContainer
-
Returns the capacity of the underlying container.
- capacity() - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- capacity() - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- capacity() - Method in class org.infinispan.container.impl.DefaultDataContainer
- capacity() - Method in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- CAPACITY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
-
Deprecated, for removal: This API element is subject to removal in a future version.
- CAPACITY_FACTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CAPACITY_FACTOR - Static variable in class org.infinispan.configuration.cache.HashConfiguration
- capacityFactor() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
Controls the proportion of entries that will reside on the local node, compared to the other nodes in the cluster.
- capacityFactor(float) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
Controls the proportion of entries that will reside on the local node, compared to the other nodes in the cluster.
- capacityFactors - Variable in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- capacityFactors - Variable in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- CASE_PRINCIPAL_TRANSFORMER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- CaseNameRewriter - Class in org.infinispan.security.mappers
-
A rewriter which can convert a name to uppercase or lowercase
- CaseNameRewriter() - Constructor for class org.infinispan.security.mappers.CaseNameRewriter
- CaseNameRewriter(boolean) - Constructor for class org.infinispan.security.mappers.CaseNameRewriter
- Casting - Class in org.infinispan.util
- Casting() - Constructor for class org.infinispan.util.Casting
- categories() - Method in class org.infinispan.configuration.cache.TracingConfiguration
- CATEGORIES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CATEGORIES - Static variable in class org.infinispan.configuration.cache.TracingConfiguration
- category - Variable in class org.infinispan.util.logging.events.impl.BaseEventLog
- category() - Method in class org.infinispan.telemetry.InfinispanSpanAttributes
- cdl - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- cdl - Variable in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- cdl - Variable in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- cf - Variable in class org.infinispan.interceptors.impl.ClusteringInterceptor
- CHANGED - Enum constant in enum class org.infinispan.container.entries.ReadCommittedEntry.Flags
- changeListener - Variable in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- channel - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- CHANNEL_CONFIGURATOR - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- CHANNEL_LOOKUP - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- channelClosed(JChannel) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- channelConfigurator(EmbeddedJGroupsChannelConfigurator) - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- channelConnected(JChannel) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- channelDisconnected(JChannel) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- channelListeners - Variable in class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
- channelName() - Method in interface org.infinispan.remoting.transport.raft.RaftChannel
- characteristics() - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- characteristics() - Method in class org.infinispan.persistence.file.SingleFileStore
- characteristics() - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- characteristics() - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Returns a set of characteristics for this store and its elements.
- characteristics() - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- characteristics() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- characteristics() - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
- check(ActionState) - Method in interface org.infinispan.remoting.inboundhandler.action.Action
-
It checks this action.
- check(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.TriangleOrderAction
- checkAndTrackExpiration(Object) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- checkAndTrackExpiration(Object) - Method in interface org.infinispan.xsite.irac.IracManager
-
Checks if the given key is expired on all other sites.
- checkAndTrackExpiration(Object) - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- checkBulkRead() - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- checkBulkRead() - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
- checkBulkRead() - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- checkCapacityFactors(List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory
- checkClear() - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- checkClear() - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
- checkClear() - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- checkCrossSiteAvailable() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- checkCrossSiteAvailable() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- checkCrossSiteAvailable() - Method in interface org.infinispan.remoting.transport.Transport
-
Checks if this
Transportis able to perform cross-site requests. - checkExpiration(InternalCacheEntry<K, V>, long) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- checkExpiredMaxIdle(InternalCacheEntry<?, ?>, int, long) - Method in class org.infinispan.expiration.impl.ClusterExpirationManager
- checkExpiredMaxIdle(InternalCacheEntry<?, ?>, int, long) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
-
Response is whether the value should be treated as expired.
- checkForReadyTasks() - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- checkForReadyTasks() - Method in class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
- checkForReadyTasks() - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
- checkForReadyTasks() - Method in interface org.infinispan.remoting.inboundhandler.PerCacheInboundInvocationHandler
-
Checks if any pending tasks are now ready to be ran and will run in them in a separate thread.
- checkForReadyTasks() - Method in interface org.infinispan.util.concurrent.BlockingTaskAwareExecutorService
-
It checks for tasks ready to be processed in this
ExecutorService. - checkForReadyTasks() - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
- checkIfRolledBack() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- checkPendingTransactionsForKey(TxInvocationContext<?>, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager
- checkPendingTransactionsForKey(TxInvocationContext<?>, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.NoOpPendingLockManager
- checkPendingTransactionsForKey(TxInvocationContext<?>, Object, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.PendingLockManager
-
Check for any transaction with older topology id to complete that may have the lock for any key in
keysacquired. - checkPendingTransactionsForKeys(TxInvocationContext<?>, Collection<Object>, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager
- checkPendingTransactionsForKeys(TxInvocationContext<?>, Collection<Object>, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.NoOpPendingLockManager
- checkPendingTransactionsForKeys(TxInvocationContext<?>, Collection<Object>, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.PendingLockManager
-
Check for any transaction with older topology id to complete that may have the lock for any key in
keysacquired. - checkPermission(Subject, AuthorizationPermission) - Method in interface org.infinispan.security.AuthorizationManager
-
Verifies that the
Subjecthas the requested permission. - checkPermission(Subject, AuthorizationPermission) - Method in class org.infinispan.security.impl.AuthorizationManagerImpl
- checkPermission(Subject, AuthorizationPermission) - Method in class org.infinispan.security.impl.Authorizer
- checkPermission(Subject, AuthorizationPermission) - Method in class org.infinispan.security.impl.PermissiveAuthorizationManager
- checkPermission(Subject, AuthorizationPermission, String) - Method in interface org.infinispan.security.AuthorizationManager
-
Verifies that the
Subjecthas the requested permission and role. - checkPermission(Subject, AuthorizationPermission, String) - Method in class org.infinispan.security.impl.AuthorizationManagerImpl
- checkPermission(Subject, AuthorizationPermission, String) - Method in class org.infinispan.security.impl.PermissiveAuthorizationManager
- checkPermission(Subject, AuthorizationPermission, String, AuditContext) - Method in class org.infinispan.security.impl.Authorizer
- checkPermission(Subject, AuthorizationPermission, AuditContext) - Method in class org.infinispan.security.impl.Authorizer
- checkPermission(AuthorizationConfiguration, Subject, String, AuditContext, String, AuthorizationPermission) - Method in class org.infinispan.security.impl.Authorizer
- checkPermission(AuthorizationConfiguration, Subject, AuthorizationPermission, String) - Method in class org.infinispan.security.impl.Authorizer
- checkPermission(AuthorizationConfiguration, AuthorizationPermission) - Method in class org.infinispan.security.impl.Authorizer
- checkPermission(EmbeddedCacheManager, AuthorizationPermission) - Static method in class org.infinispan.security.actions.SecurityActions
- checkPermission(AuthorizationPermission) - Method in interface org.infinispan.security.AuthorizationManager
-
Verifies that the
Subjectassociated with the current thread has the requested permission. - checkPermission(AuthorizationPermission) - Method in class org.infinispan.security.impl.AuthorizationManagerImpl
- checkPermission(AuthorizationPermission) - Method in class org.infinispan.security.impl.Authorizer
- checkPermission(AuthorizationPermission) - Method in class org.infinispan.security.impl.PermissiveAuthorizationManager
- checkPermission(AuthorizationPermission, String) - Method in interface org.infinispan.security.AuthorizationManager
-
Verifies that the
Subjectassociated with the current thread has the requested permission and role. - checkPermission(AuthorizationPermission, String) - Method in class org.infinispan.security.impl.AuthorizationManagerImpl
- checkPermission(AuthorizationPermission, String) - Method in class org.infinispan.security.impl.Authorizer
- checkPermission(AuthorizationPermission, String) - Method in class org.infinispan.security.impl.PermissiveAuthorizationManager
- checkRead(Object, long) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- checkRead(Object, long) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
- checkRead(Object, long) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- checkSameHashAndSegments(AbstractConsistentHash) - Method in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- checkSite(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- checkStaleTombstone(Collection<? extends IracTombstoneInfo>) - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- checkStaleTombstone(Collection<? extends IracTombstoneInfo>) - Method in interface org.infinispan.container.versioning.irac.IracTombstoneManager
-
It receives a
CollectionofIracTombstoneInfoand sendsIracTombstoneCleanupCommandfor the tombstone no longer valid. - checkStaleTombstone(Collection<? extends IracTombstoneInfo>) - Method in class org.infinispan.container.versioning.irac.NoOpIracTombstoneManager
- checkTopology(TopologyAffectedCommand, LocalizedCacheTopology) - Static method in enum class org.infinispan.util.CacheTopologyUtil
-
Check if the current
LocalizedCacheTopologyis valid for theTopologyAffectedCommand. - checkTotalOrderSupported() - Method in interface org.infinispan.remoting.transport.Transport
-
Deprecated, for removal: This API element is subject to removal in a future version.Total order support dropped
- CheckTransactionRpcCommand - Class in org.infinispan.commands.remote
- CheckTransactionRpcCommand() - Constructor for class org.infinispan.commands.remote.CheckTransactionRpcCommand
- CheckTransactionRpcCommand(ByteString) - Constructor for class org.infinispan.commands.remote.CheckTransactionRpcCommand
- CheckTransactionRpcCommand(ByteString, Collection<GlobalTransaction>) - Constructor for class org.infinispan.commands.remote.CheckTransactionRpcCommand
- checkTwoPhaseCommit(Configuration) - Method in class org.infinispan.interceptors.xsite.OptimisticBackupInterceptor
- checkTxCommandResponses(Map<Address, Response>, TransactionBoundaryCommand, TxInvocationContext<LocalTransaction>, Collection<Address>, PrepareResponse) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- checkWrite(Object) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- checkWrite(Object) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
- checkWrite(Object) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- CHUNK_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
- CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- chunkSize - Variable in class org.infinispan.statetransfer.StateProviderImpl
- chunkSize() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
The state will be transferred in batches of
chunkSizecache entries. - chunkSize() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- chunkSize(int) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
The state will be transferred in batches of
chunkSizecache entries. - chunkSize(int) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
If > 0, the state will be transferred in batches of
chunkSizecache entries. - CLASS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CLASS - Enum constant in enum class org.infinispan.configuration.parsing.Element
- CLASS - Static variable in class org.infinispan.configuration.global.PrincipalRoleMapperConfiguration
- CLASS - Static variable in class org.infinispan.configuration.global.RolePermissionMapperConfiguration
- CLASS_LOADER - Static variable in class org.infinispan.factories.KnownComponentNames
- ClassExternalizer - Class in org.infinispan.marshall.exts
- ClassExternalizer(ClassLoader) - Constructor for class org.infinispan.marshall.exts.ClassExternalizer
- classLoader - Variable in class org.infinispan.factories.GlobalComponentRegistry
- classLoader - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- 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
- ClassLoaderAwareFilteringListenable<K,
V> - Interface in org.infinispan.notifications -
Interface that enhances
FilteringListenablewith the possibility of specifying theClassLoaderwhich should be set as the context class loader for the invoked listener method - ClassLoaderAwareListenable - Interface in org.infinispan.notifications
-
Interface that enhances
Listenablewith the possibility of specifying theClassLoaderwhich should be set as the context class loader for the invoked listener method - ClassToExternalizerMap - Class in org.infinispan.marshall.core.impl
-
An efficient identity object map whose keys are
Classobjects and whose values areAdvancedExternalizerinstances. - ClassToExternalizerMap() - Constructor for class org.infinispan.marshall.core.impl.ClassToExternalizerMap
-
Construct a new instance with an initial capacity of 64 and a load factor of
0.5. - ClassToExternalizerMap(float) - Constructor for class org.infinispan.marshall.core.impl.ClassToExternalizerMap
-
Construct a new instance with the given load factor and an initial capacity of 64.
- ClassToExternalizerMap(int) - Constructor for class org.infinispan.marshall.core.impl.ClassToExternalizerMap
-
Construct a new instance with the given initial capacity and a load factor of
0.5. - ClassToExternalizerMap(int, float) - Constructor for class org.infinispan.marshall.core.impl.ClassToExternalizerMap
-
Construct a new instance with the given initial capacity and load factor.
- ClassToExternalizerMap.IdToExternalizerMap - Interface in org.infinispan.marshall.core.impl
- cleanup() - Static method in class org.infinispan.transaction.lookup.EmbeddedTransactionManagerLookup
- cleanUp() - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- cleanUp() - Method in class org.infinispan.container.impl.DefaultDataContainer
- cleanUp() - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Method used to cleanup any pending data, such as evictions
- CLEANUP_TASK_FREQUENCY - Static variable in class org.infinispan.configuration.cache.L1Configuration
- cleanupBackupLocks() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- cleanupBackupLocks() - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
It cleans up the backup locks for this transaction.
- cleanupLeaverTransactions(List<Address>) - Method in class org.infinispan.transaction.impl.TransactionTable
- cleanupLeaverTransactions(List<Address>) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
-
First moves the prepared transactions originated on the leavers into the recovery cache and then cleans up the transactions that are not yet prepared.
- cleanupTaskFrequency() - Method in class org.infinispan.configuration.cache.L1Configuration
-
Determines how often a cleanup thread runs to clean up an internal log of requestors for a specific key
- cleanupTaskFrequency(long) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
How often the L1 requestors map is cleaned up of stale items
- cleanupTaskFrequency(long, TimeUnit) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
How often the L1 requestors map is cleaned up of stale items
- clear() - Method in interface org.infinispan.Cache
-
Removes all mappings from the cache.
- clear() - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- clear() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- clear() - Method in class org.infinispan.cache.impl.CacheImpl
- clear() - Method in class org.infinispan.cache.impl.DecoratedCache
- clear() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- clear() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
- clear() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
- clear() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
- clear() - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- clear() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- clear() - Method in interface org.infinispan.container.DataContainer
-
Removes all entries in the container
- clear() - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- clear() - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- clear() - Method in class org.infinispan.container.impl.DefaultDataContainer
- clear() - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- clear() - Method in class org.infinispan.container.impl.L1SegmentedDataContainer
- clear() - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- clear() - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- clear() - Method in class org.infinispan.InternalCacheSet
- clear() - Method in class org.infinispan.marshall.core.impl.ClassToExternalizerMap
- clear() - Method in interface org.infinispan.marshall.core.impl.ClassToExternalizerMap.IdToExternalizerMap
- clear() - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- clear() - Method in class org.infinispan.persistence.file.SingleFileStore
- clear() - Method in class org.infinispan.persistence.sifs.FileProvider
- clear() - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- clear() - Method in class org.infinispan.persistence.sifs.TemporaryTable
- clear() - Method in interface org.infinispan.persistence.spi.AdvancedCacheWriter
-
Deprecated.Removes all the data from the storage.
- clear() - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Clears all entries from the store.
- clear() - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- clear() - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- clear() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- clear() - Method in class org.infinispan.security.impl.SecureCacheImpl
- clear() - Method in class org.infinispan.util.CollectionMapper
- clear() - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- clear(IntSet) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- clear(IntSet) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- clear(IntSet) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- clear(IntSet) - Method in class org.infinispan.container.impl.DefaultDataContainer
- clear(IntSet) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Removes entries from the container whose key maps to one of the provided segments
- clear(IntSet) - Method in class org.infinispan.container.impl.L1SegmentedDataContainer
-
Removes all entries that map to the given segments
- clear(IntSet) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Removes all the data that maps to the given segments from the storage.
- clear(IntSet) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- Clear - Class in org.infinispan.persistence.modifications
- Clear() - Constructor for class org.infinispan.persistence.modifications.Clear
- CLEAR - Enum constant in enum class org.infinispan.persistence.modifications.Modification.Type
- clearAll() - Method in class org.infinispan.util.DependencyGraph
- clearAllStores(Predicate<? super StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Invokes
AdvancedCacheWriter.clear()on all the stores that aloes it. - clearAllStores(Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- clearAllStores(Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.TracedPersistenceManager
- clearAllStores(Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- clearAndPause() - Method in class org.infinispan.persistence.sifs.LogAppender
-
Clears all the log entries returning a stage when the completion is done.
- clearAsync() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- clearAsync() - Method in class org.infinispan.cache.impl.CacheImpl
- clearAsync() - Method in class org.infinispan.cache.impl.DecoratedCache
- clearAsync() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- clearAsync() - Method in class org.infinispan.security.impl.SecureCacheImpl
- ClearCacheEntry<K,
V> - Class in org.infinispan.container.entries -
Used in
ClearInvocationContextto process theClearCommand. - clearClusterStatus() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- clearClusterStatus() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
-
Clears the completed state transfer status in all the cluster.
- clearClusterStatus() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- ClearCommand - Class in org.infinispan.commands.write
- ClearCommand() - Constructor for class org.infinispan.commands.write.ClearCommand
- ClearCommand(long) - Constructor for class org.infinispan.commands.write.ClearCommand
- clearDisallowedWhilePartitioned() - Method in class org.infinispan.util.logging.Log_$logger
- clearDisallowedWhilePartitioned() - Method in interface org.infinispan.util.logging.Log
- clearDisallowedWhilePartitioned$str() - Method in class org.infinispan.util.logging.Log_$logger
- clearError(Throwable) - Method in class org.infinispan.persistence.sifs.Log_$logger
- clearError(Throwable) - Method in interface org.infinispan.persistence.sifs.Log
- clearError$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- clearGroupers() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Clear the groupers
- ClearInvocationContext - Class in org.infinispan.context.impl
-
Implementation of
InvocationContextused by theClearCommand. - ClearInvocationContext(Address) - Constructor for class org.infinispan.context.impl.ClearInvocationContext
- clearKeys() - Method in interface org.infinispan.xsite.BackupReceiver
-
Clears the cache.
- clearKeys() - Method in class org.infinispan.xsite.ClusteredCacheBackupReceiver
- clearLockedKeys() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- clearLockedKeys() - Method in class org.infinispan.context.impl.ClearInvocationContext
- clearLockedKeys() - Method in class org.infinispan.context.impl.ImmutableContext
- clearLockedKeys() - Method in class org.infinispan.context.impl.NonTxInvocationContext
- clearLockedKeys() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- clearLockedKeys() - Method in interface org.infinispan.context.InvocationContext
- clearLockedKeys() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- clearLockedKeys() - Method in interface org.infinispan.transaction.xa.CacheTransaction
- clearLookedUpEntries() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- clearLookedUpEntries() - Method in interface org.infinispan.transaction.xa.CacheTransaction
- clearModules() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- clearModules() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- clearOperation() - Method in class org.infinispan.cache.impl.CacheImpl
- clearProperties() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Clears the transport properties
- clearPushStateStatus() - Method in class org.infinispan.xsite.XSiteAdminOperations
- clearRemoteLocksAcquired() - Method in class org.infinispan.transaction.impl.LocalTransaction
- clearStatus() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- clearStatus() - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- clearStatus() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
-
Clears the completed state transfer status.
- clearStatus() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- clearStores() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Removes any configured stores from this builder.
- clone() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- clone() - Method in interface org.infinispan.container.entries.CacheEntry
- clone() - Method in class org.infinispan.container.entries.ClearCacheEntry
- clone() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- clone() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
- clone() - Method in class org.infinispan.container.entries.ImmortalCacheValue
- clone() - Method in interface org.infinispan.container.entries.InternalCacheEntry
- clone() - Method in class org.infinispan.container.entries.MortalCacheEntry
- clone() - Method in class org.infinispan.container.entries.MortalCacheValue
- clone() - Method in interface org.infinispan.container.entries.MVCCEntry
- clone() - Method in class org.infinispan.container.entries.NullCacheEntry
- clone() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- clone() - Method in class org.infinispan.container.entries.RepeatableReadEntry
- clone() - Method in class org.infinispan.container.entries.TransientCacheEntry
- clone() - Method in class org.infinispan.container.entries.TransientCacheValue
- clone() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- clone() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
- clone() - Method in class org.infinispan.container.entries.VersionedRepeatableReadEntry
- clone() - Method in class org.infinispan.context.impl.AbstractInvocationContext
- clone() - Method in class org.infinispan.context.impl.ClearInvocationContext
- clone() - Method in class org.infinispan.context.impl.ImmutableContext
- clone() - Method in class org.infinispan.context.impl.NonTxInvocationContext
- clone() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- clone() - Method in interface org.infinispan.context.InvocationContext
-
Clones the invocation context.
- clone() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- clone() - Method in class org.infinispan.transaction.xa.GlobalTransaction
- cloneWithExpiration(MarshallableEntry<K, V>, long, long) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
-
Clone the provided MarshallableEntry if needed to apply lifespan expiration.
- cloneWithExpiration(MarshallableEntry, long, long) - Method in class org.infinispan.marshall.persistence.impl.MarshalledEntryFactoryImpl
- close() - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- close() - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- close() - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- close() - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- close() - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- close() - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- close() - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- close() - Method in class org.infinispan.functional.impl.FunctionalMapImpl
- close() - Method in class org.infinispan.manager.DefaultCacheManager
- close() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- close() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- close() - Method in class org.infinispan.persistence.sifs.FileProvider.Handle
- close() - Method in class org.infinispan.persistence.sifs.FileProvider.Log
- close() - Method in class org.infinispan.stream.impl.AbstractCacheStream
- close() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- close() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- close() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- close() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- close() - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- close() - Method in class org.infinispan.stream.impl.LockedStreamImpl
- close() - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
- close() - Method in class org.infinispan.telemetry.impl.DisabledInfinispanSpan
- close() - Method in interface org.infinispan.telemetry.SafeAutoClosable
- close() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- close() - Method in class org.infinispan.util.CloseableSuppliedIterator
- close() - Method in class org.infinispan.util.concurrent.ReclosableLatch
- close() - Method in interface org.infinispan.util.function.CloseableSupplier
- close() - Method in class org.infinispan.util.LazyConcatIterator
- close() - Method in class org.infinispan.xsite.events.XSiteEventSender
- close(DatagramSocket) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- close(ServerSocket) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- close(Socket) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- Closeables - Class in org.infinispan.util
-
This class is used solely for the purpose of converting classes only in core to corresponding closeable variants.
- CloseableSuppliedIterator<E> - Class in org.infinispan.util
- CloseableSuppliedIterator(CloseableSupplier<? extends E>) - Constructor for class org.infinispan.util.CloseableSuppliedIterator
- CloseableSupplier<T> - Interface in org.infinispan.util.function
- closeChannel - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- closePublisher(String) - Method in class org.infinispan.reactive.publisher.impl.PublisherHandler
-
Closes the publisher that maps to the given request id
- closeRunnable - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- Cluster() - Constructor for class org.infinispan.distribution.topologyaware.TopologyInfo.Cluster
- CLUSTER - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CLUSTER - Enum constant in enum class org.infinispan.telemetry.SpanCategory
-
Span category for cluster operations causally related by client interactions.
- CLUSTER - Enum constant in enum class org.infinispan.util.logging.events.EventLogCategory
- CLUSTER - Static variable in interface org.infinispan.util.logging.Log
- CLUSTER_LOADER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- CLUSTER_NAME - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- CLUSTER_PERMISSION_MAPPER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- CLUSTER_PERMISSION_MAPPER_CACHE - Static variable in class org.infinispan.security.mappers.ClusterPermissionMapper
- CLUSTER_RECOVERY_ATTEMPTS - Static variable in class org.infinispan.topology.ClusterTopologyManagerImpl
- CLUSTER_ROLE_MAPPER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- CLUSTER_ROLE_MAPPER_CACHE - Static variable in class org.infinispan.security.mappers.ClusterRoleMapper
- CLUSTER_STORE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- ClusterCacheNotifier<K,
V> - Interface in org.infinispan.notifications.cachelistener.cluster -
This interface describes methods required for a cluster listener to be able to be bootstrapped and properly notified when a new event has been raised from the cluster.
- ClusterCacheStats - Interface in org.infinispan.stats
-
Similar to
Statsbut cluster wide. - ClusterCacheStatsImpl - Class in org.infinispan.stats.impl
- ClusterCacheStatsImpl() - Constructor for class org.infinispan.stats.impl.ClusterCacheStatsImpl
- ClusterCacheStatsImpl.DistributedCacheStatsCallableExternalizer - Class in org.infinispan.stats.impl
- ClusterCacheStatus - Class in org.infinispan.topology
-
Keeps track of a cache's status: members, current/pending consistent hashes, and rebalance status
- ClusterCacheStatus(EmbeddedCacheManager, GlobalComponentRegistry, String, AvailabilityStrategy, RebalanceType, ClusterTopologyManagerImpl, Transport, PersistentUUIDManager, EventLogManager, Optional<ScopedPersistentState>, boolean) - Constructor for class org.infinispan.topology.ClusterCacheStatus
- clusterCommitType(FlagAffectedCommand, InvocationContext, int, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- ClusterContainerStats - Interface in org.infinispan.stats
-
Cluster wide container statistics.
- ClusterContainerStatsImpl - Class in org.infinispan.stats.impl
- ClusterContainerStatsImpl() - Constructor for class org.infinispan.stats.impl.ClusterContainerStatsImpl
- clustered - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- clustered - Variable in class org.infinispan.transaction.impl.TransactionTable
- clustered() - Element in annotation interface org.infinispan.notifications.Listener
-
Defines whether the annotated listener is clustered or not.
- ClusteredCacheBackupReceiver - Class in org.infinispan.xsite
-
BackupReceiverimplementation for clustered caches. - ClusteredCacheBackupReceiver() - Constructor for class org.infinispan.xsite.ClusteredCacheBackupReceiver
- ClusteredCacheLoaderInterceptor<K,
V> - Class in org.infinispan.interceptors.impl -
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.impl.ClusteredCacheLoaderInterceptor
- clusteredDefault() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- clusteredDefault() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
Helper method that gets you a default constructed GlobalConfiguration, preconfigured to use the default clustering stack.
- ClusteredGetAllCommand<K,
V> - Class in org.infinispan.commands.remote -
Issues a remote getAll call.
- ClusteredGetAllCommand(ByteString) - Constructor for class org.infinispan.commands.remote.ClusteredGetAllCommand
- ClusteredGetAllCommand(ByteString, List<?>, long, GlobalTransaction) - Constructor for class org.infinispan.commands.remote.ClusteredGetAllCommand
- ClusteredGetAllFuture(int) - Constructor for class org.infinispan.interceptors.impl.ClusteringInterceptor.ClusteredGetAllFuture
- ClusteredGetCommand - Class in org.infinispan.commands.remote
-
Issues a remote get call.
- ClusteredGetCommand(Object, ByteString, Integer, long) - Constructor for class org.infinispan.commands.remote.ClusteredGetCommand
- ClusteredGetCommand(ByteString) - Constructor for class org.infinispan.commands.remote.ClusteredGetCommand
- ClusteredGetResponseValidityFilter - Class in org.infinispan.remoting.responses
-
A filter that tests the validity of
ClusteredGetCommands. - ClusteredGetResponseValidityFilter(Collection<Address>, Address) - Constructor for class org.infinispan.remoting.responses.ClusteredGetResponseValidityFilter
- ClusteredListenerInvocation(EncoderRegistry, ListenerInvocation<Event<K, V>>, QueueingSegmentListener<K, V, CacheEntryEvent<K, V>>, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, ?>, Class<? extends Annotation>, boolean, UUID, boolean, Listener.Observation, Set<Class<? extends Annotation>>, DataConversion, DataConversion, boolean) - Constructor for class org.infinispan.notifications.cachelistener.CacheNotifierImpl.ClusteredListenerInvocation
- Clustered Listeners - Search tag in annotation interface org.infinispan.notifications.Listener
- Section
- clusteredTransactionalStoreMustBeShared(String) - Method in class org.infinispan.util.logging.Log_$logger
- clusteredTransactionalStoreMustBeShared(String) - Method in interface org.infinispan.util.logging.Log
- clusteredTransactionalStoreMustBeShared$str() - Method in class org.infinispan.util.logging.Log_$logger
- ClusteredTransactionOriginatorChecker - Class in org.infinispan.transaction.impl
-
A
TransactionOriginatorCheckerimplementation for clustered caches. - ClusteredTransactionOriginatorChecker() - Constructor for class org.infinispan.transaction.impl.ClusteredTransactionOriginatorChecker
- ClusterEvent<K,
V> - Class in org.infinispan.notifications.cachelistener.cluster -
This is an event designed for use with cluster listeners solely.
- ClusterEvent.Externalizer - Class in org.infinispan.notifications.cachelistener.cluster
- ClusterEventManager<K,
V> - Interface in org.infinispan.notifications.cachelistener.cluster - ClusterEventManagerFactory - Class in org.infinispan.notifications.cachelistener.cluster
-
Constructs the data container.
- ClusterEventManagerFactory() - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterEventManagerFactory
- ClusterEventManagerStub<K,
V> - Class in org.infinispan.notifications.cachelistener.cluster.impl - ClusterEventManagerStub() - Constructor for class org.infinispan.notifications.cachelistener.cluster.impl.ClusterEventManagerStub
- ClusterExecutionPolicy - Enum Class in org.infinispan.manager
-
ClusterExecutionPolicy controls how which nodes commands submitted via
ClusterExecutor. - ClusterExecutor - Interface in org.infinispan.manager
-
A cluster executor that can be used to invoke a given command across the cluster.
- ClusterExecutors - Class in org.infinispan.manager.impl
-
Static factory methods to construct a ClusterExecutor
- ClusterExpirationManager<K,
V> - Class in org.infinispan.expiration.impl -
Allows for cluster based expirations to occur.
- ClusterExpirationManager() - Constructor for class org.infinispan.expiration.impl.ClusterExpirationManager
- ClusterHealth - Interface in org.infinispan.health
-
Cluster health information.
- clustering() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- clustering() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- clustering() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- clustering() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- clustering() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- clustering() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- clustering() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- clustering() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- 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
- CLUSTERING - Enum constant in enum class org.infinispan.configuration.parsing.Element
- 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.interceptors.xsite.BaseBackupInterceptor
- 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.Commit - Enum Class in org.infinispan.interceptors.locking
- ClusteringDependentLogic.DistributionLogic - Class in org.infinispan.interceptors.locking
-
This logic is used in distributed mode caches.
- ClusteringDependentLogic.InvalidationLogic - Class in org.infinispan.interceptors.locking
-
This logic is used in invalidation mode caches.
- ClusteringDependentLogic.LocalLogic - Class in org.infinispan.interceptors.locking
-
This logic is used in local mode caches.
- ClusteringDependentLogic.ReplicationLogic - Class in org.infinispan.interceptors.locking
-
This logic is used in replicated mode caches.
- ClusteringDependentLogicFactory - Class in org.infinispan.factories
- ClusteringDependentLogicFactory() - Constructor for class org.infinispan.factories.ClusteringDependentLogicFactory
- ClusteringInterceptor - Class in org.infinispan.interceptors.impl
-
Base class for distribution interceptors.
- ClusteringInterceptor() - Constructor for class org.infinispan.interceptors.impl.ClusteringInterceptor
- ClusteringInterceptor.ClusteredGetAllFuture - Class in org.infinispan.interceptors.impl
-
ClusteringInterceptor.ClusteredGetAllFuture.completeExceptionally(Throwable)must be called from synchronized block since we must not complete the future (exceptionally) when we're accessing the context - if there was an exception and we would retry, the context could be accessed concurrently by dangling handlers and retry execution (that does not synchronize on the same future). - clusterListenerInstallationFailure(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- clusterListenerInstallationFailure(Throwable) - Method in interface org.infinispan.util.logging.Log
- clusterListenerInstallationFailure$str() - Method in class org.infinispan.util.logging.Log_$logger
- clusterListenerOnPrimaryOnly() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- clusterListenerRegisteredWithOnlyPreEvents(Class<?>) - Method in class org.infinispan.util.logging.Log_$logger
- clusterListenerRegisteredWithOnlyPreEvents(Class<?>) - Method in interface org.infinispan.util.logging.Log
- clusterListenerRegisteredWithOnlyPreEvents$str() - Method in class org.infinispan.util.logging.Log_$logger
- ClusterListenerRemoveCallable - Class in org.infinispan.notifications.cachelistener.cluster
-
This DistributedCallable is used to remove registered
RemoteClusterListeneron each of the various nodes when a cluster listener is unregistered from the cache. - ClusterListenerRemoveCallable(String, UUID) - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable
- ClusterListenerRemoveCallable.Externalizer - Class in org.infinispan.notifications.cachelistener.cluster
- ClusterListenerReplicateCallable<K,
V> - Class in org.infinispan.notifications.cachelistener.cluster -
This DistributedCallable is used to install a
RemoteClusterListeneron the resulting node. - ClusterListenerReplicateCallable(String, UUID, Address, CacheEventFilter<K, V>, CacheEventConverter<K, V, ?>, boolean, Set<Class<? extends Annotation>>, DataConversion, DataConversion, boolean) - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable
- ClusterListenerReplicateCallable.Externalizer - Class in org.infinispan.notifications.cachelistener.cluster
- ClusterLoader - Class in org.infinispan.persistence.cluster
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
- ClusterLoader() - Constructor for class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.
- ClusterLoaderConfiguration - Class in org.infinispan.configuration.cache
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
- ClusterLoaderConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
- ClusterLoaderConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- clusterName() - Method in class org.infinispan.configuration.global.TransportConfiguration
- clusterName(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Defines the name of the cluster.
- ClusterPermissionMapper - Class in org.infinispan.security.mappers
-
ClusterPermissionMapper.
- ClusterPermissionMapper() - Constructor for class org.infinispan.security.mappers.ClusterPermissionMapper
- ClusterPublisherManager<K,
V> - Interface in org.infinispan.reactive.publisher.impl -
Manages distribution of various publisher operations that are ran locally and/or sent to remote nodes.
- ClusterPublisherManagerImpl<K,
V> - Class in org.infinispan.reactive.publisher.impl -
ClusterPublisherManager that determines targets for the given segments and/or keys and then sends to local and remote nodes in parallel collecting results to be returned.
- ClusterPublisherManagerImpl() - Constructor for class org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl
- clusterRecoveryFailed(Collection<Address>) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- clusterRecoveryFailed(Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
- clusterRecoveryFailed$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- ClusterRoleMapper - Class in org.infinispan.security.impl
-
Deprecated, for removal: This API element is subject to removal in a future version.use
ClusterRoleMapperinstead. This class will be removed in Infinispan 14.0 - ClusterRoleMapper - Class in org.infinispan.security.mappers
-
ClusterRoleMapper.
- ClusterRoleMapper() - Constructor for class org.infinispan.security.impl.ClusterRoleMapper
-
Deprecated.
- ClusterRoleMapper() - Constructor for class org.infinispan.security.mappers.ClusterRoleMapper
- ClusterRoleMapper.RoleSet - Class in org.infinispan.security.mappers
- clusterStatus() - Method in class org.infinispan.xsite.XSiteAdminOperations
- ClusterTopologyManager - Interface in org.infinispan.topology
-
Maintains the topology for all the caches in the cluster.
- ClusterTopologyManager.ClusterManagerStatus - Enum Class in org.infinispan.topology
- 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
ClusterTopologyManagerimplementation. - ClusterTopologyManagerImpl() - Constructor for class org.infinispan.topology.ClusterTopologyManagerImpl
- clusterView - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- ClusterView - Class in org.infinispan.remoting.transport.jgroups
-
Information about the JGroups cluster.
- cm - Variable in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- collect(Supplier<E>, BiConsumer<E, ? super I>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- collect(Supplier<Collector<? super R, ?, R1>>) - Method in interface org.infinispan.CacheStream
-
Performs a mutable reduction operation on the elements of this stream using a
Collectorthat is lazily created from theSupplierprovided. - collect(Supplier<Collector<? super R, ?, R1>>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- collect(Supplier<Collector<? super R, ?, R1>>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that transforms the traversable into a result container, first constructed with the given supplier, and then accumulating elements over it with the given consumer.
- collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- collect(Supplier<R1>, BiConsumer<R1, ? super R>, BiConsumer<R1, R1>) - Method in interface org.infinispan.CacheStream
- collect(Supplier<R1>, BiConsumer<R1, ? super R>, BiConsumer<R1, R1>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
-
Note: this method doesn't pay attention to ordering constraints and any sorting performed on the stream will be ignored by this terminal operator.
- collect(Supplier<R1>, BiConsumer<R1, ? super R>, BiConsumer<R1, R1>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- collect(Supplier<R1>, BiConsumer<R1, ? super R>, BiConsumer<R1, R1>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- collect(Supplier<R1>, BiConsumer<R1, ? super R>, BiConsumer<R1, R1>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- collect(Collector<? super R, A, R1>) - Method in interface org.infinispan.CacheStream
- collect(Collector<? super R, A, R1>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- collect(Collector<? super R, A, R1>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- collect(Collector<? super R, A, R1>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- collect(Collector<? super R, A, R1>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- collect(Collector<? super T, A, R>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that transforms the traversable into a result container using a
Collector. - collect(CacheStream<? extends CacheEntry<K, V>>, InvocationContext, String) - Method in interface org.infinispan.distribution.group.impl.GroupManager
-
Collects all entries belonging to a single group.
- collect(CacheStream<? extends CacheEntry<K, V>>, InvocationContext, String) - Method in class org.infinispan.distribution.group.impl.GroupManagerImpl
- collect(SerializableSupplier<Collector<? super R, ?, R1>>) - Method in interface org.infinispan.CacheStream
-
Performs a mutable reduction operation on the elements of this stream using a
Collectorthat is lazily created from theSerializableSupplierprovided. - collect(SerializableSupplier<Collector<? super R, ?, R1>>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- collect(SerializableSupplier<Collector<? super R, ?, R1>>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- collect(SerializableSupplier<R>, SerializableObjDoubleConsumer<R>, SerializableBiConsumer<R, R>) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.collect(Supplier, ObjDoubleConsumer, BiConsumer)except that the arguments must also implementSerializable - collect(SerializableSupplier<R>, SerializableObjIntConsumer<R>, SerializableBiConsumer<R, R>) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.collect(Supplier, ObjIntConsumer, BiConsumer)except that the arguments must also implementSerializable - collect(SerializableSupplier<R>, SerializableObjLongConsumer<R>, SerializableBiConsumer<R, R>) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.collect(Supplier, ObjLongConsumer, BiConsumer)except that the arguments must also implement Serializable. - collect(SerializableSupplier<R1>, SerializableBiConsumer<R1, ? super R>, SerializableBiConsumer<R1, R1>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.collect(Supplier, BiConsumer, BiConsumer)except that the various arguments must also implementSerializable - CollectionExternalizer - Class in org.infinispan.marshall.exts
- CollectionExternalizer() - Constructor for class org.infinispan.marshall.exts.CollectionExternalizer
- CollectionMapper<E,
R> - Class in org.infinispan.util -
A collection that maps another one to a new one of a possibly different type.
- CollectionMapper(Collection<E>, Function<? super E, ? extends R>) - Constructor for class org.infinispan.util.CollectionMapper
- collector(Supplier<Collector<T, ?, R>>) - Static method in class org.infinispan.stream.CacheCollectors
-
Similar to
CacheCollectors.serializableCollector(SerializableSupplier)except that the supplier provided must be marshable through ISPN marshalling techniques. - Collector<T> - Interface in org.infinispan.interceptors.distribution
-
Represents the ack collector for a write operation in triangle algorithm.
- COLLECTOR_ENDPOINT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- COLLECTOR_ENDPOINT - Static variable in class org.infinispan.configuration.global.GlobalTracingConfiguration
- collectorEndpoint() - Method in class org.infinispan.configuration.global.GlobalTracingConfiguration
-
Enables tracing collection defining the collector that will receive the spans created by Infinispan.
- collectorEndpoint(String) - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- collectorFinalizer(Collector<?, E, ?>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- collectorReducer(Collector<? super I, E, ?>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- COMBINE - Enum constant in enum class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.StackCombine
- combinedBiFunction() - Static method in class org.infinispan.reactive.RxJavaInterop
-
Provides a
BiFunctionto be used with methods likeCompletionStage.thenCombine(CompletionStage, java.util.function.BiFunction)to convert the values to aFlowable. - combinePredicate(IntSet, KeyPartitioner, Predicate<? super K>) - Static method in class org.infinispan.persistence.internal.PersistenceUtil
- command - Variable in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- COMMAND_ID - Static variable in class org.infinispan.commands.control.LockControlCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.functional.ReadOnlyManyCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.functional.ReadWriteKeyCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.functional.ReadWriteManyCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.functional.TxReadOnlyKeyCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.functional.TxReadOnlyManyCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.functional.WriteOnlyKeyCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.functional.WriteOnlyManyCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.irac.IracCleanupKeysCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.irac.IracMetadataRequestCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.irac.IracRequestStateCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.irac.IracStateResponseCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.irac.IracTombstoneRemoteSiteCheckCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.irac.IracUpdateVersionCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.read.GetAllCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.read.GetCacheEntryCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.read.GetKeyValueCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.read.SizeCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.remote.CheckTransactionRpcCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.remote.ClusteredGetAllCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.remote.ClusteredGetCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.remote.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.statetransfer.ConflictResolutionStartCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.statetransfer.StateResponseCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.statetransfer.StateTransferGetListenersCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.statetransfer.StateTransferStartCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.topology.CacheAvailabilityUpdateCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.topology.CacheJoinCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.topology.CacheLeaveCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.topology.CacheShutdownCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.topology.CacheShutdownRequestCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.topology.CacheStatusRequestCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.topology.RebalancePhaseConfirmCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.topology.RebalancePolicyUpdateCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.topology.RebalanceStartCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.topology.RebalanceStatusRequestCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.topology.TopologyUpdateCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.topology.TopologyUpdateStableCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.triangle.BackupNoopCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.triangle.MultiEntriesFunctionalBackupWriteCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.triangle.MultiKeyFunctionalBackupWriteCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.triangle.PutMapBackupWriteCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.triangle.SingleKeyFunctionalBackupWriteCommand
- 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.VersionedCommitCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.tx.VersionedPrepareCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.write.BackupMultiKeyAckCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.write.ClearCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.write.ComputeCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.write.ComputeIfAbsentCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.write.ExceptionAckCommand
- 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.IracPutKeyValueCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.write.PutKeyValueCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.write.PutMapCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.write.RemoveCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.write.RemoveExpiredCommand
- COMMAND_ID - Static variable in class org.infinispan.commands.write.ReplaceCommand
- COMMAND_ID - Static variable in class org.infinispan.expiration.impl.TouchCommand
- COMMAND_ID - Static variable in class org.infinispan.manager.impl.ReplicableManagerFunctionCommand
- COMMAND_ID - Static variable in class org.infinispan.manager.impl.ReplicableRunnableCommand
- COMMAND_ID - Static variable in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCommand
- COMMAND_ID - Static variable in class org.infinispan.reactive.publisher.impl.commands.batch.CancelPublisherCommand
- COMMAND_ID - Static variable in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- COMMAND_ID - Static variable in class org.infinispan.reactive.publisher.impl.commands.batch.NextPublisherCommand
- COMMAND_ID - Static variable in class org.infinispan.reactive.publisher.impl.commands.reduction.ReductionPublisherRequestCommand
- COMMAND_ID - Static variable in class org.infinispan.topology.HeartBeatCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteAmendOfflineStatusCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteAutoTransferStatusCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteBringOnlineCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteLocalEventCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteOfflineStatusCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteSetStateTransferModeCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteStateTransferCancelSendCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteStateTransferClearStatusCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteStateTransferFinishReceiveCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteStateTransferFinishSendCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteStateTransferRestartSendingCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteStateTransferStartReceiveCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteStateTransferStartSendCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteStateTransferStatusRequestCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteStatusCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.commands.XSiteTakeOfflineCommand
- COMMAND_ID - Static variable in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
- COMMAND_RETRY - Enum constant in enum class org.infinispan.context.Flag
-
If a write operation encounters a retry due to a topology change this flag should be used to tell the new owner that such a thing happened.
- COMMAND_RETRY - Static variable in class org.infinispan.context.impl.FlagBitSets
- commandAckCollector - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- CommandAckCollector - Class in org.infinispan.util.concurrent
-
An acknowledge collector for Triangle algorithm used in non-transactional caches for write operations.
- CommandAckCollector() - Constructor for class org.infinispan.util.concurrent.CommandAckCollector
- commandIdAlreadyInUse(byte, String) - Method in class org.infinispan.util.logging.Log_$logger
- commandIdAlreadyInUse(byte, String) - Method in interface org.infinispan.util.logging.Log
- commandIdAlreadyInUse$str() - Method in class org.infinispan.util.logging.Log_$logger
- commandInvocationId - Variable in class org.infinispan.commands.write.AbstractDataWriteCommand
- commandInvocationId - Variable in class org.infinispan.commands.write.InvalidateCommand
- CommandInvocationId - Class in org.infinispan.commands
-
Represents an unique identified for non-transaction write commands.
- commandsFactory - Variable in class org.infinispan.cache.impl.CacheImpl
- commandsFactory - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- commandsFactory - Variable in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
- commandsFactory - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- commandsFactory - Variable in class org.infinispan.statetransfer.StateProviderImpl
- commandsFactory - Variable in class org.infinispan.transaction.impl.TransactionTable
- CommandsFactory - Interface in org.infinispan.commands
-
A factory to build commands, initializing and injecting dependencies accordingly.
- CommandsFactoryImpl - Class in org.infinispan.commands
- CommandsFactoryImpl() - Constructor for class org.infinispan.commands.CommandsFactoryImpl
- commandTopologyId - Variable in class org.infinispan.remoting.inboundhandler.DefaultTopologyRunnable
- commit() - Method in class org.infinispan.transaction.tm.EmbeddedUserTransaction
- commit(int, InternalDataContainer<K, V>) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- commit(Transaction) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Commit changes in the provided transaction to the underlying store.
- commit(Transaction) - Method in interface org.infinispan.persistence.spi.TransactionalCacheWriter
-
Deprecated.Commit the provided transaction's changes to the underlying store.
- commit(Transaction) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- commit(Transaction) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- commit(Xid, boolean) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
-
Same comment as for
TransactionXaAdapter.prepare(javax.transaction.xa.Xid)applies for commit. - commit(XidImpl, boolean) - Method in class org.infinispan.transaction.xa.XaTransactionTable
- commit(DataContainer) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- commit(DataContainer) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- commit(DataContainer) - Method in class org.infinispan.container.entries.NullCacheEntry
- commit(DataContainer<K, V>) - Method in interface org.infinispan.container.entries.CacheEntry
-
Commits changes
- commit(DataContainer<K, V>) - Method in class org.infinispan.container.entries.ClearCacheEntry
- commit(DataContainer<K, V>) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- commit(CacheEntry, Flag, int, boolean, InvocationContext) - Method in class org.infinispan.statetransfer.CommitManager
-
It tries to commit the cache entry.
- commit(LocalTransaction, boolean) - Method in class org.infinispan.transaction.impl.TransactionCoordinator
- COMMIT_INTERVAL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- COMMIT_LOCAL - Enum constant in enum class org.infinispan.interceptors.locking.ClusteringDependentLogic.Commit
-
Commit the entry, this is the owner.
- COMMIT_NON_LOCAL - Enum constant in enum class org.infinispan.interceptors.locking.ClusteringDependentLogic.Commit
-
Commit the entry but this node is not an owner, therefore, listeners should not be fired.
- commitAllTxStores(TxInvocationContext<AbstractCacheTransaction>, Predicate<? super StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Perform the commit operation for the provided transaction on all Tx stores.
- commitAllTxStores(TxInvocationContext<AbstractCacheTransaction>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- commitAllTxStores(TxInvocationContext<AbstractCacheTransaction>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.TracedPersistenceManager
- commitAllTxStores(TxInvocationContext<AbstractCacheTransaction>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- CommitCommand - Class in org.infinispan.commands.tx
-
Command corresponding to the 2nd phase of 2PC.
- CommitCommand(ByteString) - Constructor for class org.infinispan.commands.tx.CommitCommand
- CommitCommand(ByteString, GlobalTransaction) - Constructor for class org.infinispan.commands.tx.CommitCommand
- commitContextEntries(InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- commitContextEntry(CacheEntry<?, ?>, InvocationContext, FlagAffectedCommand, Flag, boolean) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- commitContextEntry(CacheEntry<?, ?>, InvocationContext, FlagAffectedCommand, Flag, boolean) - Method in class org.infinispan.interceptors.impl.VersionedEntryWrappingInterceptor
- commitEntry(CacheEntry, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- commitEntry(CacheEntry, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
-
Commits the entry to the data container.
- commitInterval(int) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- commitManager - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- commitManager - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- CommitManager - Class in org.infinispan.statetransfer
-
Keeps track of the keys updated by normal operation and state transfer.
- CommitManager() - Constructor for class org.infinispan.statetransfer.CommitManager
- commitModifications(TxInvocationContext<AbstractCacheTransaction>) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- commitSingleEntry(CacheEntry, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- commitSingleEntry(CacheEntry, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
- commitSingleEntry(CacheEntry, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
- commitSingleEntry(CacheEntry, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
- commitSingleEntry(CacheEntry, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.ReplicationLogic
- COMMITTED - Enum constant in enum class org.infinispan.container.entries.ReadCommittedEntry.Flags
- COMMITTED - Enum constant in enum class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionStatus
- commitType(FlagAffectedCommand, InvocationContext, int, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- commitType(FlagAffectedCommand, InvocationContext, int, boolean) - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
-
Determines what type of commit this is.
- commitType(FlagAffectedCommand, InvocationContext, int, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
- commitType(FlagAffectedCommand, InvocationContext, int, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
- commitType(FlagAffectedCommand, InvocationContext, int, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.ReplicationLogic
- COMMON_NAME_PRINCIPAL_TRANSFORMER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- COMMON_NAME_ROLE_MAPPER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- CommonNameRoleMapper - Class in org.infinispan.security.impl
-
Deprecated.use
CommonNameRoleMapperinstead - CommonNameRoleMapper - Class in org.infinispan.security.mappers
-
CommonNameRoleMapper.
- CommonNameRoleMapper() - Constructor for class org.infinispan.security.impl.CommonNameRoleMapper
-
Deprecated.
- CommonNameRoleMapper() - Constructor for class org.infinispan.security.mappers.CommonNameRoleMapper
- compactedFileNotLongEnough(byte[], int, long, long, EntryHeader) - Method in class org.infinispan.persistence.sifs.Log_$logger
- compactedFileNotLongEnough(byte[], int, long, long, EntryHeader) - Method in interface org.infinispan.persistence.sifs.Log
- compactedFileNotLongEnough$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- COMPACTION_THRESHOLD - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- COMPACTION_THRESHOLD - Static variable in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- compactionThreshold() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- compactionThreshold(double) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
If the amount of unused space in some data file gets above this threshold, the file is compacted - entries from that file are copied to a new file and the old file is deleted.
- compactorEncounteredException(Throwable, int) - Method in class org.infinispan.persistence.sifs.Log_$logger
- compactorEncounteredException(Throwable, int) - Method in interface org.infinispan.persistence.sifs.Log
- compactorEncounteredException$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- compareTo(byte[]) - Static method in class org.infinispan.Version
-
Deprecated.
- 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(IracEntryVersion) - Method in class org.infinispan.container.versioning.irac.IracEntryVersion
-
Compares this instance with another
IracEntryVersioninstance. - compareTo(IracEntryVersion.MapEntry) - Method in class org.infinispan.container.versioning.irac.IracEntryVersion.MapEntry
- compareTo(TopologyIracVersion) - Method in class org.infinispan.container.versioning.irac.TopologyIracVersion
- compareTo(TopologyInfo.Location) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo.Location
- compareTo(Address) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress
- compareTo(Address) - Method in class org.infinispan.remoting.transport.LocalModeAddress
- compareTo(Address) - Method in class org.infinispan.remoting.transport.SiteAddress
- compareTo(Address) - Method in class org.infinispan.topology.PersistentUUID
- compareTo(ByteString) - Method in class org.infinispan.util.ByteString
- compareTo(EventLog) - Method in class org.infinispan.util.logging.events.impl.BaseEventLog
- COMPATIBILITY - Enum constant in enum class org.infinispan.configuration.parsing.Element
- complete() - Method in class org.infinispan.telemetry.impl.DisabledInfinispanSpan
- complete() - Method in interface org.infinispan.telemetry.InfinispanSpan
- complete(Consumer<LogAppender>) - Method in class org.infinispan.persistence.sifs.LogAppender
- complete(CompletableFuture<? super T>, T) - Method in interface org.infinispan.util.concurrent.NonBlockingManager
-
Completes the provided future with the given value.
- complete(CompletableFuture<? super T>, T) - Method in class org.infinispan.util.concurrent.NonBlockingManagerImpl
- complete(T) - Method in class org.infinispan.remoting.transport.AbstractRequest
- COMPLETE - Enum constant in enum class org.infinispan.topology.RebalancingStatus
- COMPLETED_TX_TIMEOUT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- COMPLETED_TX_TIMEOUT - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- completedNullStage() - Static method in class org.infinispan.interceptors.InvocationStage
- completedSegment() - Method in interface org.infinispan.reactive.publisher.impl.SegmentPublisherSupplier.Notification
-
The segment that was complete for this notification
- 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(long, Throwable, int) - Method in class org.infinispan.util.concurrent.CommandAckCollector
-
Acknowledges an exception during the operation execution.
- completeExceptionally(Throwable) - Method in class org.infinispan.interceptors.impl.ClusteringInterceptor.ClusteredGetAllFuture
- completeExceptionally(Throwable) - Method in class org.infinispan.remoting.transport.AbstractRequest
- completeExceptionally(CompletableFuture<?>, Throwable) - Method in interface org.infinispan.util.concurrent.NonBlockingManager
-
Exceptionally completes the provided future with the given throble.
- completeExceptionally(CompletableFuture<?>, Throwable) - Method in class org.infinispan.util.concurrent.NonBlockingManagerImpl
- completeOperation(Object, CompletableFuture<DataOperationOrderer.Operation>, DataOperationOrderer.Operation) - Method in class org.infinispan.util.concurrent.DataOperationOrderer
-
Completes a given operation and removes all internal references from the orderer
- CompleteTransactionCommand - Class in org.infinispan.commands.remote.recovery
-
Command used by the recovery tooling for forcing transaction completion .
- CompleteTransactionCommand(ByteString) - Constructor for class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
- CompleteTransactionCommand(ByteString, XidImpl, boolean) - Constructor for class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
- COMPONENT - Static variable in interface org.infinispan.jmx.ObjectNameKeys
- ComponentAccessor<T> - Class in org.infinispan.factories.impl
-
Component lifecycle management
- ComponentAccessor(String, Integer, boolean, String, List<String>) - Constructor for class org.infinispan.factories.impl.ComponentAccessor
- ComponentAlias - Class in org.infinispan.factories.impl
- ComponentFactory - Interface in org.infinispan.factories
-
Factory for Infinispan components.
- componentFailedToStart(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- componentFailedToStart(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- componentFailedToStart$str() - Method in class org.infinispan.util.logging.Log_$logger
- componentFailedToStop(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- componentFailedToStop(Throwable) - Method in interface org.infinispan.util.logging.Log
- componentFailedToStop$str() - Method in class org.infinispan.util.logging.Log_$logger
- componentOf(Cache<?, ?>, Class<T>) - Static method in class org.infinispan.factories.ComponentRegistry
- componentOf(Cache<?, ?>, Class<T>, String) - Static method in class org.infinispan.factories.ComponentRegistry
- componentOf(EmbeddedCacheManager, Class<T>) - Static method in class org.infinispan.factories.GlobalComponentRegistry
- ComponentRef<T> - Interface in org.infinispan.factories.impl
-
Reference to a component.
- componentRegistry - Variable in class org.infinispan.cache.impl.CacheImpl
- componentRegistry - Variable in class org.infinispan.factories.AbstractNamedCacheComponentFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.
- componentRegistry - Variable in class org.infinispan.interceptors.impl.BaseRpcInterceptor
- componentRegistry - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- 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.
- ComponentStatus - Enum Class in org.infinispan.lifecycle
-
Different states a component may be in.
- ComposedSegmentedLoadWriteStore<K,
V, - Class in org.infinispan.persistence.supportT> -
Segmented store that creates multiple inner stores for each segment.
- ComposedSegmentedLoadWriteStore(AbstractSegmentedStoreConfiguration<T>) - Constructor for class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- composeStageIfNeeded(AggregateCompletionStage<Void>, CompletionStage<Void>) - Static method in class org.infinispan.notifications.impl.AbstractListenerImpl
-
If the given stage is null or normally completed returns the provided aggregateCompletionStage as is.
- composeWithExceptions(Consumer<Supplier<PrimitiveIterator.OfInt>>, Consumer<Supplier<PrimitiveIterator.OfInt>>) - Static method in class org.infinispan.stream.impl.AbstractCacheStream
-
Given two SegmentCompletionListener, return a SegmentCompletionListener that executes both in sequence, even if the first throws an exception, and if both throw exceptions, add any exceptions thrown by the second as suppressed exceptions of the first.
- CompositeCacheEventFilter<K,
V> - Class in org.infinispan.notifications.cachelistener.filter -
Allows AND-composing several cache event filters.
- CompositeCacheEventFilter(CacheEventFilter<? super K, ? super V>...) - Constructor for class org.infinispan.notifications.cachelistener.filter.CompositeCacheEventFilter
- CompositeKeyValueFilter<K,
V> - Class in org.infinispan.filter -
Allows AND-composing several key/value filters.
- CompositeKeyValueFilter(KeyValueFilter<? super K, ? super V>...) - Constructor for class org.infinispan.filter.CompositeKeyValueFilter
- CompositeKeyValueFilter.Externalizer - Class in org.infinispan.filter
- compute(int, K, DataContainer.ComputeAction<K, V>) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- compute(int, K, DataContainer.ComputeAction<K, V>) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- compute(int, K, DataContainer.ComputeAction<K, V>) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Same as
DataContainer.compute(Object, ComputeAction)except that the segment of the key can provided to update entries without calculating the segment for the given key. - compute(int, WrappedBytes, DataContainer.ComputeAction<WrappedBytes, WrappedBytes>) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- compute(int, WrappedBytes, DataContainer.ComputeAction<WrappedBytes, WrappedBytes>) - Method in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.DecoratedCache
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.EncoderCache
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- compute(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of, which takes in an instance of
invalid reference
#compute(K, BiFunction)Metadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - compute(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- compute(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- compute(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- compute(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- compute(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- compute(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- compute(K, DataContainer.ComputeAction<K, V>) - Method in interface org.infinispan.container.DataContainer
-
Computes the new value for the key.
- compute(K, DataContainer.ComputeAction<K, V>) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- compute(K, DataContainer.ComputeAction<K, V>) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- compute(K, InternalCacheEntry<K, V>, InternalEntryFactory) - Method in interface org.infinispan.container.DataContainer.ComputeAction
-
Computes the new value for the key.
- compute(K, SerializableBiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
-
Overloaded
Cache.compute(Object, BiFunction)with InfinispanSerializableBiFunction. - compute(K, SerializableBiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
BasicCache.compute(Object, BiFunction, long, TimeUnit)with InfinispanSerializableBiFunction. - compute(K, SerializableBiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
BasicCache.compute(Object, BiFunction, long, TimeUnit, long, TimeUnit)with InfinispanSerializableBiFunction. - compute(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
- compute(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- compute(WrappedBytes, BiFunction<? super WrappedBytes, ? super InternalCacheEntry<WrappedBytes, WrappedBytes>, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>>) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- compute(WrappedBytes, DataContainer.ComputeAction<WrappedBytes, WrappedBytes>) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- compute(WrappedBytes, DataContainer.ComputeAction<WrappedBytes, WrappedBytes>) - Method in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- computeActualNumOwners(int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.DecoratedCache
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.EncoderCache
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded, which stores metadata alongside the value.
invalid reference
#computeAsync(K, BiFunction) - computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.computeAsync(Object, BiFunction)with InfinispanSerializableBiFunction. - computeAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.computeAsync(Object, BiFunction, long, TimeUnit)with InfinispanSerializableBiFunction. - computeAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.computeAsync(Object, BiFunction, long, TimeUnit, long, TimeUnit)with InfinispanSerializableBiFunction. - computeAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
- computeAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- ComputeCommand - Class in org.infinispan.commands.write
- ComputeCommand() - Constructor for class org.infinispan.commands.write.ComputeCommand
- ComputeCommand(Object, BiFunction, boolean, int, long, CommandInvocationId, Metadata) - Constructor for class org.infinispan.commands.write.ComputeCommand
- computeEntryRemoved(int, K, InternalCacheEntry<K, V>) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- computeEntryRemoved(K, InternalCacheEntry<K, V>) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
-
This method is invoked every time an entry is removed inside a compute block
- computeEntryRemoved(K, InternalCacheEntry<K, V>) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- computeEntryWritten(int, K, InternalCacheEntry<K, V>) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- computeEntryWritten(K, InternalCacheEntry<K, V>) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
-
This method is invoked every time an entry is written inside a compute block
- computeEntryWritten(K, InternalCacheEntry<K, V>) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- computeGroup(T, Object) - Method in interface org.infinispan.distribution.group.Grouper
-
Compute the group for a given key
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface org.infinispan.Cache
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.cache.impl.DecoratedCache
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfAbsent(K, Function<? super K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of, which takes in an instance of
invalid reference
#computeIfAbsent(K, Function)Metadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - computeIfAbsent(K, Function<? super K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeIfAbsent(K, Function<? super K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfAbsent(K, Function<? super K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- computeIfAbsent(K, Function<? super K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfAbsent(K, Function<? super K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfAbsent(K, Function<? super K, ? extends V>, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfAbsent(K, SerializableFunction<? super K, ? extends V>) - Method in interface org.infinispan.Cache
-
Overloaded
Cache.computeIfAbsent(Object, Function)with InfinispanSerializableFunction. - computeIfAbsent(K, SerializableFunction<? super K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
BasicCache.computeIfAbsent(Object, Function, long, TimeUnit)with InfinispanSerializableFunction. - computeIfAbsent(K, SerializableFunction<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
BasicCache.computeIfAbsent(Object, Function, long, TimeUnit, long, TimeUnit)with InfinispanSerializableFunction. - computeIfAbsent(K, SerializableFunction<? super K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
- computeIfAbsent(K, SerializableFunction<? super K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfAbsentAsync(K, Function<? super K, ? extends V>) - Method in class org.infinispan.cache.impl.DecoratedCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfAbsentAsync(K, Function<? super K, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded, which takes in an instance of
invalid reference
#computeIfAbsentAsync(K, Function)Metadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - computeIfAbsentAsync(K, Function<? super K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfAbsentAsync(K, SerializableFunction<? super K, ? extends V>) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.computeIfAbsentAsync(Object, Function)with InfinispanSerializableFunction. - computeIfAbsentAsync(K, SerializableFunction<? super K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.computeIfAbsentAsync(Object, Function, long, TimeUnit)with InfinispanSerializableFunction. - computeIfAbsentAsync(K, SerializableFunction<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.computeIfAbsentAsync(Object, Function, long, TimeUnit, long, TimeUnit)with InfinispanSerializableFunction. - computeIfAbsentAsync(K, SerializableFunction<? super K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
- computeIfAbsentAsync(K, SerializableFunction<? super K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- ComputeIfAbsentCommand - Class in org.infinispan.commands.write
- ComputeIfAbsentCommand() - Constructor for class org.infinispan.commands.write.ComputeIfAbsentCommand
- ComputeIfAbsentCommand(Object, Function, int, long, CommandInvocationId, Metadata) - Constructor for class org.infinispan.commands.write.ComputeIfAbsentCommand
- computeIfAbsentInternal(K, Function<? super K, ? extends V>, ByRef<V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfAbsentInternal(K, Function<? super K, ? extends V>, ByRef<V>) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.DecoratedCache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of, which takes in an instance of
invalid reference
#computeIfPresent(K, BiFunction)Metadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfPresent(K, SerializableBiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
-
Overloaded
Cache.computeIfPresent(Object, BiFunction)with InfinispanSerializableBiFunctionThe compiler will pick this overload for lambda parameters, making themSerializable - computeIfPresent(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
- computeIfPresent(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.DecoratedCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded, which takes in an instance of
invalid reference
#computeIfPresentAsync(K, BiFunction)Metadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- computeIfPresentAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.computeIfPresentAsync(Object, BiFunction)with InfinispanSerializableBiFunctionThe compiler will pick this overload for lambda parameters, making themSerializable - computeIfPresentAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
- computeIfPresentAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- computeIfPresentInternal(K, BiFunction<? super K, ? super V, ? extends V>, SimpleCacheImpl.CacheEntryChange<K, V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeIfPresentInternal(K, BiFunction<? super K, ? super V, ? extends V>, SimpleCacheImpl.CacheEntryChange<K, V>) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- computeInternal(K, BiFunction<? super K, ? super V, ? extends V>, SimpleCacheImpl.CacheEntryChange<K, V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- computeInternal(K, BiFunction<? super K, ? super V, ? extends V>, SimpleCacheImpl.CacheEntryChange<K, V>) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- computeOrphan(Collection<Address>) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
-
Check's if this transaction's originator is no longer part of the cluster (orphan transaction) and updates
RecoveryAwareRemoteTransaction.isOrphan(). - computePreferredTopology(Map<Address, CacheStatusResponse>) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
-
Ignore the AvailabilityStrategyContext and only compute the preferred topology for testing.
- computeTotalCapacity(Collection<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- CONCURRENCY_LEVEL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CONCURRENCY_LEVEL - Static variable in class org.infinispan.configuration.cache.LockingConfiguration
- concurrencyLevel() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
Concurrency level for lock containers.
- concurrencyLevel(int) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Concurrency level for lock containers.
- ConcurrentChangeException - Exception Class in org.infinispan.interceptors.distribution
-
Thrown when the version of entry has changed between loading the entry to the context and committing new value.
- ConcurrentChangeException() - Constructor for exception class org.infinispan.interceptors.distribution.ConcurrentChangeException
-
Throwing this exception is cheaper because it does not fill in the stack trace.
- ConditionFuture<T> - Class in org.infinispan.util.concurrent
-
A mixture between a
CompletableFutureand aCondition. - ConditionFuture(ScheduledExecutorService) - Constructor for class org.infinispan.util.concurrent.ConditionFuture
- config - Variable in class org.infinispan.cache.impl.CacheImpl
- config - Variable in class org.infinispan.cache.impl.InvocationHelper
- config - Variable in class org.infinispan.context.impl.AbstractInvocationContextFactory
- CONFIG - Static variable in interface org.infinispan.util.logging.Log
- CONFIG_STATE_CACHE_NAME - Static variable in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- configAlreadyDefined(String) - Method in class org.infinispan.util.logging.Log_$logger
- configAlreadyDefined(String) - Method in interface org.infinispan.util.logging.Log
- configAlreadyDefined$str() - Method in class org.infinispan.util.logging.Log_$logger
- configDeprecated(Enum<?>) - Method in class org.infinispan.util.logging.Log_$logger
- configDeprecated(Enum<?>) - Method in interface org.infinispan.util.logging.Log
- configDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
- configDeprecatedUseOther(Enum<?>, Enum<?>, Location) - Method in class org.infinispan.util.logging.Log_$logger
- configDeprecatedUseOther(Enum<?>, Enum<?>, Location) - Method in interface org.infinispan.util.logging.Log
- configDeprecatedUseOther$str() - Method in class org.infinispan.util.logging.Log_$logger
- configuration - Variable in class org.infinispan.container.impl.AbstractInternalDataContainer
- configuration - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
- configuration - Variable in class org.infinispan.factories.AbstractNamedCacheComponentFactory
- configuration - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- configuration - Variable in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
- configuration - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- configuration - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- configuration - Variable in class org.infinispan.transaction.impl.TransactionTable
- configuration() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- configuration(String) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- Configuration - Class in org.infinispan.configuration.cache
- CONFIGURATION - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CONFIGURATION - Static variable in class org.infinispan.configuration.cache.Configuration
- CONFIGURATION_CHANGED - Enum constant in enum class org.infinispan.notifications.cachemanagerlistener.event.Event.Type
- 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
- 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
- ConfigurationBuilderHolder(ClassLoader, GlobalConfigurationBuilder) - Constructor for class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- ConfigurationChanged - Annotation Interface in org.infinispan.notifications.cachemanagerlistener.annotation
-
This annotation should be used on methods that need to be notified when a configuration is changed.
- ConfigurationChangedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
This event is passed in to any method annotated with
ConfigurationChanged. - ConfigurationChangedEvent.EventType - Enum Class in org.infinispan.notifications.cachemanagerlistener.event
- ConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
- ConfigurationHolder - Class in org.infinispan.configuration.serializing
-
ConfigurationHolder.
- ConfigurationHolder(GlobalConfiguration, Map<String, Configuration>) - Constructor for class org.infinispan.configuration.serializing.ConfigurationHolder
- configurationInUse(String) - Method in class org.infinispan.util.logging.Log_$logger
- configurationInUse(String) - Method in interface org.infinispan.util.logging.Log
- configurationInUse$str() - Method in class org.infinispan.util.logging.Log_$logger
- configurationManager - Variable in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- ConfigurationManager - Class in org.infinispan.configuration
-
It manages all the configuration for a specific container.
- ConfigurationManager(GlobalConfiguration) - Constructor for class org.infinispan.configuration.ConfigurationManager
- ConfigurationManager(ConfigurationBuilderHolder) - Constructor for class org.infinispan.configuration.ConfigurationManager
- configurationNameMatchesMultipleWildcards(String) - Method in class org.infinispan.util.logging.Log_$logger
- configurationNameMatchesMultipleWildcards(String) - Method in interface org.infinispan.util.logging.Log
- configurationNameMatchesMultipleWildcards$str() - Method in class org.infinispan.util.logging.Log_$logger
- configurationNotFound(String, Collection<String>) - Method in class org.infinispan.util.logging.Log_$logger
- configurationNotFound(String, Collection<String>) - Method in interface org.infinispan.util.logging.Log
- configurationNotFound$str() - Method in class org.infinispan.util.logging.Log_$logger
- ConfigurationParser - Interface in org.infinispan.configuration.parsing
-
ConfigurationParser.
- ConfigurationParserListener - Interface in org.infinispan.configuration.parsing
-
ConfigurationParserListener.
- Configurations - Class in org.infinispan.configuration.cache
-
Helper configuration methods.
- configurationSerializationFailed(String, Configuration, Exception) - Method in class org.infinispan.util.logging.Log_$logger
- configurationSerializationFailed(String, Configuration, Exception) - Method in interface org.infinispan.util.logging.Log
- configurationSerializationFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
- ConfigurationSerializer<T> - Interface in org.infinispan.configuration.serializing
- configurationStorage() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- configurationStorage() - Method in class org.infinispan.configuration.global.GlobalStorageConfiguration
- configurationStorage(ConfigurationStorage) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Defines the
ConfigurationStoragestrategy to use. - configurationStorage(ConfigurationStorage) - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- ConfigurationStorage - Enum Class in org.infinispan.globalstate
-
Configuration storage
- configurationStorageClass() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
-
Returns the
LocalConfigurationStorageSupplier - configurationStorageSupplier(Supplier<? extends LocalConfigurationStorage>) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Defines the @
LocalConfigurationStorage. - configurator() - Method in interface org.infinispan.configuration.global.NamedStackConfiguration
- configurator() - Method in class org.infinispan.configuration.global.StackConfiguration
- configurator() - Method in class org.infinispan.configuration.global.StackFileConfiguration
- configurator(String) - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- configure() - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- configure() - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- confirmRebalancePhase(String, int, int, Throwable) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Confirm that the local cache
cacheNamehas finished receiving the new data for topologytopologyId. - confirmRebalancePhase(String, int, int, Throwable) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- confirmRebalancePhase(Address, int) - Method in class org.infinispan.topology.ClusterCacheStatus
- confirmStateTransfer(Address, boolean) - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- confirmStateTransfer(Address, boolean) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
- CONFLICT_RESOLUTION - Enum constant in enum class org.infinispan.topology.CacheTopology.Phase
-
Interim state between NO_REBALANCE → READ_OLD_WRITE_ALL readCh is set locally using previous Topology (of said node) readCH, whilst writeCH contains all members after merge
- CONFLICTING - Enum constant in enum class org.infinispan.container.versioning.InequalVersionComparisonResult
-
Denotes a version that was created at the same time as another version, but is not equal.
- conflictManager - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- ConflictManager<K,
V> - Interface in org.infinispan.conflict - ConflictManagerFactory - Class in org.infinispan.conflict
-
A
ConflictManagerfactory for cache instances. - ConflictManagerFactory() - Constructor for class org.infinispan.conflict.ConflictManagerFactory
- conflictResolutionCancelled(Collection<Address>, int) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- conflictResolutionCancelled(Collection<Address>, int) - Method in interface org.infinispan.util.logging.events.Messages
- conflictResolutionCancelled$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- conflictResolutionFailed(Collection<Address>, int, String) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- conflictResolutionFailed(Collection<Address>, int, String) - Method in interface org.infinispan.util.logging.events.Messages
- conflictResolutionFailed$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- conflictResolutionFinished(Collection<Address>, int) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- conflictResolutionFinished(Collection<Address>, int) - Method in interface org.infinispan.util.logging.events.Messages
- conflictResolutionFinished$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- ConflictResolutionStartCommand - Class in org.infinispan.commands.statetransfer
-
Start conflict resolution.
- ConflictResolutionStartCommand() - Constructor for class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- ConflictResolutionStartCommand(ByteString) - Constructor for class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- ConflictResolutionStartCommand(ByteString, int, IntSet) - Constructor for class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- conflictResolutionStarting(Collection<Address>, int) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- conflictResolutionStarting(Collection<Address>, int) - Method in interface org.infinispan.util.logging.events.Messages
- conflictResolutionStarting$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- connectChannel - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- CONNECTION_ATTEMPTS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CONNECTION_ATTEMPTS - Static variable in class org.infinispan.configuration.cache.PersistenceConfiguration
- CONNECTION_INTERVAL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CONNECTION_INTERVAL - Static variable in class org.infinispan.configuration.cache.PersistenceConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- connectionAttempts() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- connectionAttempts(int) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- connectionInterval() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- connectionInterval(int) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- connectSource(String, StoreConfiguration) - Method in class org.infinispan.upgrade.RollingUpgradeManager
- connectSource(Cache<Object, Object>, StoreConfiguration) - Method in interface org.infinispan.upgrade.TargetMigrator
-
Connects the target cluster to the source cluster through a Remote Store.
- CONSISTENT_HASH_FACTORY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CONSISTENT_HASH_FACTORY - Static variable in class org.infinispan.configuration.cache.HashConfiguration
- ConsistentHash - Interface in org.infinispan.distribution.ch
-
A consistent hash algorithm implementation.
- consistentHashFactory() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. Will be removed in 14.0, the segment allocation will no longer be customizable.
- consistentHashFactory(ConsistentHashFactory<? extends ConsistentHash>) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. Will be removed in 14.0, the segment allocation will no longer be customizable.
- ConsistentHashFactory<CH> - Interface in org.infinispan.distribution.ch
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. Will be removed in 14.0, the segment allocation will no longer be customizable.
- ConsistentHashPersistenceConstants - Class in org.infinispan.distribution.ch.impl
-
Constants used as keys within a persisted consistent hash
- ConsistentHashPersistenceConstants() - Constructor for class org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
- ConstantLambdaExternalizer() - Constructor for class org.infinispan.marshall.core.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
- Constants - Interface in org.infinispan.metrics
-
Various public constant names, used by Infinispan's metrics support.
- construct(String) - Method in class org.infinispan.distribution.ch.impl.KeyPartitionerFactory
- construct(String) - Method in class org.infinispan.distribution.group.impl.GroupManagerFactory
- construct(String) - Method in class org.infinispan.factories.AuthorizationManagerFactory
- construct(String) - Method in class org.infinispan.factories.ClusteringDependentLogicFactory
- construct(String) - Method in interface org.infinispan.factories.ComponentFactory
- construct(String) - Method in class org.infinispan.factories.DataContainerFactory
- construct(String) - Method in class org.infinispan.factories.DistributionManagerFactory
- construct(String) - Method in class org.infinispan.factories.EmptyConstructorFactory
- construct(String) - Method in class org.infinispan.factories.EmptyConstructorNamedCacheFactory
- construct(String) - Method in class org.infinispan.factories.EncoderRegistryFactory
- construct(String) - Method in class org.infinispan.factories.EntryMetaFactory
- construct(String) - Method in class org.infinispan.factories.ExpirationManagerFactory
- construct(String) - Method in class org.infinispan.factories.InboundInvocationHandlerFactory
- construct(String) - Method in class org.infinispan.factories.InterceptorChainFactory
- construct(String) - Method in class org.infinispan.factories.IracComponentFactory
- construct(String) - Method in class org.infinispan.factories.LockContainerFactory
- construct(String) - Method in class org.infinispan.factories.LockManagerFactory
- construct(String) - Method in class org.infinispan.factories.MarshallerFactory
- construct(String) - Method in class org.infinispan.factories.NamedExecutorsFactory
- construct(String) - Method in class org.infinispan.factories.PartitionHandlingManagerFactory
- construct(String) - Method in class org.infinispan.factories.PublisherManagerFactory
- construct(String) - Method in class org.infinispan.factories.RecoveryManagerFactory
- construct(String) - Method in class org.infinispan.factories.ResponseGeneratorFactory
- construct(String) - Method in class org.infinispan.factories.RpcManagerFactory
- construct(String) - Method in class org.infinispan.factories.SizeCalculatorFactory
- construct(String) - Method in class org.infinispan.factories.StateTransferComponentFactory
- construct(String) - Method in class org.infinispan.factories.TransactionManagerFactory
- construct(String) - Method in class org.infinispan.factories.TransactionSynchronizationRegistryFactory
- construct(String) - Method in class org.infinispan.factories.TransactionTableFactory
- construct(String) - Method in class org.infinispan.factories.TransportFactory
- construct(String) - Method in class org.infinispan.factories.VersionGeneratorFactory
- construct(String) - Method in class org.infinispan.factories.XSiteEntryMergePolicyFactory
- construct(String) - Method in class org.infinispan.metrics.impl.MetricsComponentFactory
- construct(String) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEventManagerFactory
- construct(String) - Method in class org.infinispan.security.impl.GlobalSecurityManagerFactory
- construct(String) - Method in class org.infinispan.stats.impl.StatsCollector.Factory
- construct(String) - Method in class org.infinispan.telemetry.impl.InfinispanTelemetryFactory
- construct(String) - Method in class org.infinispan.topology.ClusterTopologyManagerFactory
- construct(String) - Method in class org.infinispan.topology.LocalTopologyManagerFactory
- Constructing a Cache - Search tag in interface org.infinispan.Cache
- Section
- CONTAINER - Enum constant in enum class org.infinispan.telemetry.SpanCategory
-
Default Infinispan span category, which includes all the major put/insertion operations.
- CONTAINER - Static variable in interface org.infinispan.util.logging.Log
- containerFull(long) - Method in class org.infinispan.util.logging.Log_$logger
- containerFull(long) - Method in interface org.infinispan.util.logging.Log
- containerFull$str() - Method in class org.infinispan.util.logging.Log_$logger
- ContainerFullException - Exception Class in org.infinispan.interceptors.impl
-
Exception that is thrown when exception based eviction is enabled and the cache is full
- ContainerFullException(String) - Constructor for exception class org.infinispan.interceptors.impl.ContainerFullException
- ContainerMixedSiteStatus - Class in org.infinispan.xsite.status
-
A mixed
SiteStatus. - ContainerMixedSiteStatus(Collection<String>, Collection<String>, Collection<String>) - Constructor for class org.infinispan.xsite.status.ContainerMixedSiteStatus
- ContainerSiteStatusBuilder - Class in org.infinispan.xsite.status
-
A per-container
SiteStatusbuilder. - ContainerSiteStatusBuilder() - Constructor for class org.infinispan.xsite.status.ContainerSiteStatusBuilder
- containerSize(Container) - Method in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- ContainerStats - Interface in org.infinispan.stats
- containRemoteTx(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- contains(int, Object) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Returns true if the storage contains an entry associated with the given key in the given segment
- contains(int, Object) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- contains(Object) - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- contains(Object) - Method in class org.infinispan.cache.impl.CacheBackedEntrySet
- contains(Object) - Method in class org.infinispan.cache.impl.CacheBackedKeySet
- contains(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
- contains(Object) - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- contains(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareCollection
- contains(Object) - Method in class org.infinispan.InternalCacheSet
- contains(Object) - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.
- contains(Object) - Method in interface org.infinispan.persistence.spi.CacheLoader
-
Deprecated.Returns true if the storage contains an entry associated with the given key.
- contains(Object) - Method in class org.infinispan.persistence.support.AbstractSegmentedAdvancedLoadWriteStore
- contains(Object) - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
- contains(Object) - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- contains(IracTombstoneInfo) - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- containsAll(Collection<?>) - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- containsAll(Collection<?>) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareCollection
- containsAll(Collection<?>) - Method in class org.infinispan.InternalCacheSet
- containsAll(Collection<?>) - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
- containsAll(Collection<?>) - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- containsAll(Param<?>...) - Method in class org.infinispan.functional.impl.Params
-
Checks whether all the parameters passed in are already present in the current parameters.
- containsInstance(AsyncInterceptor) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Checks whether the chain contains the supplied interceptor instance.
- containsInstance(AsyncInterceptor) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- containsInstance(AsyncInterceptor) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- containsInterceptorType(Class<? extends AsyncInterceptor>) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Checks whether the chain contains an interceptor with the given class.
- containsInterceptorType(Class<? extends AsyncInterceptor>) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- containsInterceptorType(Class<? extends AsyncInterceptor>) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- containsInterceptorType(Class<? extends AsyncInterceptor>, boolean) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Checks whether the chain contains an interceptor with the given class, or a subclass.
- containsInterceptorType(Class<? extends AsyncInterceptor>, boolean) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- containsInterceptorType(Class<? extends AsyncInterceptor>, boolean) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- containsKey(int, Object) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- containsKey(int, Object) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- containsKey(int, Object) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Same as
DataContainer.containsKey(Object)except that the segment of the key can provided to lookup if the entry exists without calculating the segment for the given key. - containsKey(int, Object) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- containsKey(int, Object) - Method in class org.infinispan.persistence.file.SingleFileStore
-
The base class implementation calls
SingleFileStore.load(int, Object)for this, we can do better because we keep all keys in memory. - containsKey(int, Object) - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- containsKey(int, Object) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Returns a stage that will contain whether the value can be found in the store.
- containsKey(int, Object) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- containsKey(int, Object) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- containsKey(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- containsKey(Object) - Method in class org.infinispan.cache.impl.CacheImpl
- containsKey(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
- containsKey(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- containsKey(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- containsKey(Object) - Method in interface org.infinispan.container.DataContainer
-
Tests whether an entry exists in the container
- containsKey(Object) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- containsKey(Object) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- containsKey(Object) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- containsKey(Object) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- containsKey(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- containsKey(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- containsKey(Object) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- containsKey(Object) - Method in interface org.infinispan.xsite.irac.IracManager
-
Checks if the key is present.
- containsKey(Object) - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- containsLocalTx(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- containsLockOwner(Object) - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
-
It tests if the lock has the lock owner.
- containsProperty(String) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- containsProperty(String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Returns whether the state contains a property
- containsRole(String) - Method in class org.infinispan.security.impl.SubjectACL
- containsValue(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- containsValue(Object) - Method in class org.infinispan.cache.impl.CacheImpl
- containsValue(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
- containsValue(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- containsValue(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- containsValue(Object) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- containsValue(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- containsValue(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- ContentTypeConfiguration - Class in org.infinispan.configuration.cache
- ContentTypeConfigurationBuilder - Class in org.infinispan.configuration.cache
- ContentTypeConfigurationBuilder(Enum<?>, EncodingConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- context - Variable in class org.infinispan.util.logging.events.impl.BaseEventLog
- context - Variable in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- context(String) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Sets a context of this event log.
- context(String) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
- context(String) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- context(Cache<?, ?>) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Sets a cache as context of this event log.
- CONTEXT_INITIALIZER - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CONTEXT_INITIALIZERS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ContextBuilder - Interface in org.infinispan.cache.impl
-
An interface to build
InvocationContext. - contextInitializers() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- continueOnNonBlockingThread(CompletionStage<V>, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
When the provided stage is complete, continue the completion chain of the returned CompletionStage on the supplied executor.
- continueOnNonBlockingThread(CompletionStage<V>, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- continueTaskInBackground() - Method in class org.infinispan.executors.SemaphoreCompletionService
-
Called from a task to remove the permit that would otherwise be freed when the task finishes running When the asynchronous part of the task finishes, it must call
SemaphoreCompletionService.backgroundTaskFinished(Callable)to make the permit available again. - continuousQuery() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- continuousQuery() - Method in class org.infinispan.cache.impl.CacheImpl
- continuousQuery() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- continuousQuery() - Method in class org.infinispan.security.impl.SecureCacheImpl
- continuousQuery(Cache<K, V>) - Method in interface org.infinispan.cache.impl.QueryProducer
- convert(Object, MediaType, MediaType) - Method in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, with no replacement.
- convert(Object, MediaType, MediaType) - Method in interface org.infinispan.marshall.core.EncoderRegistry
-
Performs a data conversion.
- convert(Object, MediaType, MediaType) - Method in class org.infinispan.marshall.core.EncoderRegistryImpl
- convert(K, V, Metadata) - Method in class org.infinispan.filter.AbstractKeyValueFilterConverter
- convert(K, V, Metadata) - Method in interface org.infinispan.filter.Converter
- convert(K, V, Metadata) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter
- convert(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
- convert(K, V, Metadata, V, Metadata, EventType) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter
-
Converts the given newValue into something different possibly.
- convert(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
- convert(MarshallableEntry<K, V>, InternalEntryFactory) - Static method in class org.infinispan.persistence.internal.PersistenceUtil
- convert(MarshallableEntry<K, V>, InternalEntryFactory) - Static method in class org.infinispan.persistence.PersistenceUtil
- converter - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- Converter<K,
V, - Interface in org.infinispan.filterC> -
Converter that can be used to transform a given entry to a different value.
- converterToFunction(KeyValueFilterConverter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
-
Creates a new
Functionusing the provided filter convert. - convertSynchronization(Synchronization) - Method in class org.infinispan.cache.impl.InvocationHelper
- convertToRequestFormat(Object, MediaType) - Method in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, with no replacement.
- convertValue(CacheEventConverter<? super K, ? super V, ?>, CacheEntryEvent<K, V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- convertXaResource(XAResource) - Method in class org.infinispan.cache.impl.InvocationHelper
- COORDINATOR - Enum constant in enum class org.infinispan.topology.ClusterTopologyManager.ClusterManagerStatus
- coordinatorTimeoutWaitingForView(int, int, Object) - Method in class org.infinispan.util.logging.Log_$logger
- coordinatorTimeoutWaitingForView(int, int, Object) - Method in interface org.infinispan.util.logging.Log
- coordinatorTimeoutWaitingForView$str() - Method in class org.infinispan.util.logging.Log_$logger
- copy() - Method in class org.infinispan.functional.impl.MetaParams
- copy(ReadWriteManyCommand<K, V, R>, Collection<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- copy(ReadWriteManyEntriesCommand<K, V, T, R>, Collection<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- copy(WriteOnlyManyCommand<K, V>, Collection<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- copy(WriteOnlyManyEntriesCommand<K, V, T>, Collection<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- copy(PutMapCommand, Collection<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- copy(CacheEntry) - Method in class org.infinispan.container.impl.InternalEntryFactoryImpl
- copy(CacheEntry<K, V>) - Method in interface org.infinispan.container.impl.InternalEntryFactory
-
Creates a copy of this cache entry and synchronizes serializes the copy process with the
InternalEntryFactory.update(org.infinispan.container.entries.InternalCacheEntry, org.infinispan.metadata.Metadata). - copyForBackup(C, LocalizedCacheTopology, Address, IntSet) - Method in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- copyForLocal(C, Container) - Method in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- copyForLocal(C, List<Object>) - Method in interface org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadManyCommandHelper
- copyForLocal(ReadOnlyManyCommand, List<Object>) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadOnlyManyHelper
- copyForPrimary(C, LocalizedCacheTopology, IntSet) - Method in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- copyForRemote(C, List<Object>, InvocationContext) - Method in interface org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadManyCommandHelper
- copyForRemote(ReadOnlyManyCommand, List<Object>, InvocationContext) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadOnlyManyHelper
- copyWithoutRemotableFlags(long) - Static method in class org.infinispan.context.impl.FlagBitSets
-
Creates a copy of a Flag BitSet removing instances of FAIL_SILENTLY.
- CORE_THREADS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- CoreBlockHoundIntegration - Class in org.infinispan.util
- CoreBlockHoundIntegration() - Constructor for class org.infinispan.util.CoreBlockHoundIntegration
- CoreConfigurationSerializer - Class in org.infinispan.configuration.serializing
-
Serializes an Infinispan configuration to an
ConfigurationWriter - CoreConfigurationSerializer() - Constructor for class org.infinispan.configuration.serializing.CoreConfigurationSerializer
- CoreExecutorFactory - Class in org.infinispan.factories.threads
-
Static factory class for producing executor factories in the core module
- CoreImmutables - Class in org.infinispan.util
-
Factory for generating immutable type wrappers for core types.
- CoreImmutables() - Constructor for class org.infinispan.util.CoreImmutables
- CoreModule - Class in org.infinispan
- CoreModule() - Constructor for class org.infinispan.CoreModule
- CoreModuleImpl - Class in org.infinispan
- CoreModuleImpl() - Constructor for class org.infinispan.CoreModuleImpl
- CorePackageImpl - Class in org.infinispan.batch
- CorePackageImpl - Class in org.infinispan.cache.impl
- CorePackageImpl - Class in org.infinispan.commands
- CorePackageImpl - Class in org.infinispan.commands.module
- CorePackageImpl - Class in org.infinispan.commands.topology
- CorePackageImpl - Class in org.infinispan.configuration.global
- CorePackageImpl - Class in org.infinispan.conflict
- CorePackageImpl - Class in org.infinispan.conflict.impl
- CorePackageImpl - Class in org.infinispan.container
- CorePackageImpl - Class in org.infinispan.container.impl
- CorePackageImpl - Class in org.infinispan.container.offheap
- CorePackageImpl - Class in org.infinispan.container.versioning
- CorePackageImpl - Class in org.infinispan.container.versioning.irac
- CorePackageImpl - Class in org.infinispan.context
- CorePackageImpl - Class in org.infinispan.context.impl
- CorePackageImpl - Class in org.infinispan.distribution.ch.impl
- CorePackageImpl - Class in org.infinispan.distribution
- CorePackageImpl - Class in org.infinispan.distribution.group.impl
- CorePackageImpl - Class in org.infinispan.distribution.impl
- CorePackageImpl - Class in org.infinispan.encoding
- CorePackageImpl - Class in org.infinispan.encoding.impl
- CorePackageImpl - Class in org.infinispan.eviction
- CorePackageImpl - Class in org.infinispan.eviction.impl
- CorePackageImpl - Class in org.infinispan.executors
- CorePackageImpl - Class in org.infinispan.expiration.impl
- CorePackageImpl - Class in org.infinispan.factories
- CorePackageImpl - Class in org.infinispan.filter
- CorePackageImpl - Class in org.infinispan.functional.impl
- CorePackageImpl - Class in org.infinispan.globalstate
- CorePackageImpl - Class in org.infinispan.globalstate.impl
- CorePackageImpl - Class in org.infinispan.health.impl.jmx
- CorePackageImpl - Class in org.infinispan.interceptors
- CorePackageImpl - Class in org.infinispan.interceptors.distribution
- CorePackageImpl - Class in org.infinispan.interceptors.impl
- CorePackageImpl - Class in org.infinispan.interceptors.locking
- CorePackageImpl - Class in org.infinispan.interceptors.xsite
- CorePackageImpl - Class in org.infinispan.jmx
- CorePackageImpl - Class in org.infinispan.manager
- CorePackageImpl - Class in org.infinispan.manager.impl
- CorePackageImpl - Class in org.infinispan.marshall.core
- CorePackageImpl - Class in org.infinispan.marshall.core.impl
- CorePackageImpl - Class in org.infinispan.marshall.persistence.impl
- CorePackageImpl - Class in org.infinispan.marshall.protostream.impl
- CorePackageImpl - Class in org.infinispan.metrics.impl
- CorePackageImpl - Class in org.infinispan.notifications.cachelistener.cluster
- CorePackageImpl - Class in org.infinispan.notifications.cachelistener.cluster.impl
- CorePackageImpl - Class in org.infinispan.notifications.cachelistener
- CorePackageImpl - Class in org.infinispan.notifications.cachelistener.filter
- CorePackageImpl - Class in org.infinispan.notifications.cachemanagerlistener
- CorePackageImpl - Class in org.infinispan.notifications.impl
- CorePackageImpl - Class in org.infinispan.partitionhandling.impl
- CorePackageImpl - Class in org.infinispan.persistence.manager
- CorePackageImpl - Class in org.infinispan.persistence.support
- CorePackageImpl - Class in org.infinispan.reactive.publisher.impl
- CorePackageImpl - Class in org.infinispan.registry
- CorePackageImpl - Class in org.infinispan.registry.impl
- CorePackageImpl - Class in org.infinispan.remoting.inboundhandler
- CorePackageImpl - Class in org.infinispan.remoting.responses
- CorePackageImpl - Class in org.infinispan.remoting.rpc
- CorePackageImpl - Class in org.infinispan.remoting.transport
- CorePackageImpl - Class in org.infinispan.remoting.transport.jgroups
- CorePackageImpl - Class in org.infinispan.security
- CorePackageImpl - Class in org.infinispan.security.impl
- CorePackageImpl - Class in org.infinispan.security.mappers
- CorePackageImpl - Class in org.infinispan.statetransfer
- CorePackageImpl - Class in org.infinispan.stats
- CorePackageImpl - Class in org.infinispan.stats.impl
- CorePackageImpl - Class in org.infinispan.stream
- CorePackageImpl - Class in org.infinispan.stream.impl
- CorePackageImpl - Class in org.infinispan.telemetry.impl
- CorePackageImpl - Class in org.infinispan.topology
- CorePackageImpl - Class in org.infinispan.transaction.impl
- CorePackageImpl - Class in org.infinispan.transaction.lookup
- CorePackageImpl - Class in org.infinispan.transaction.xa
- CorePackageImpl - Class in org.infinispan.transaction.xa.recovery
- CorePackageImpl - Class in org.infinispan.upgrade
- CorePackageImpl - Class in org.infinispan.util.concurrent
- CorePackageImpl - Class in org.infinispan.util.concurrent.locks.impl
- CorePackageImpl - Class in org.infinispan.util
- CorePackageImpl - Class in org.infinispan.util.logging.events.impl
- CorePackageImpl - Class in org.infinispan.xsite
- CorePackageImpl - Class in org.infinispan.xsite.events
- CorePackageImpl - Class in org.infinispan.xsite.irac
- CorePackageImpl - Class in org.infinispan.xsite.metrics
- CorePackageImpl - Class in org.infinispan.xsite.statetransfer
- CorePackageImpl - Class in org.infinispan.xsite.status
- CorePackageImpl() - Constructor for class org.infinispan.batch.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.cache.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.commands.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.commands.module.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.commands.topology.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.configuration.global.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.conflict.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.conflict.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.container.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.container.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.container.offheap.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.container.versioning.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.container.versioning.irac.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.context.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.context.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.distribution.ch.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.distribution.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.distribution.group.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.distribution.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.encoding.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.encoding.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.eviction.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.eviction.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.executors.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.expiration.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.factories.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.filter.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.functional.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.globalstate.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.globalstate.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.health.impl.jmx.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.interceptors.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.interceptors.distribution.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.interceptors.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.interceptors.locking.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.interceptors.xsite.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.jmx.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.manager.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.manager.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.marshall.core.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.marshall.core.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.marshall.persistence.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.marshall.protostream.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.metrics.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.notifications.cachelistener.cluster.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.notifications.cachelistener.cluster.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.notifications.cachelistener.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.notifications.cachelistener.filter.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.notifications.cachemanagerlistener.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.notifications.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.partitionhandling.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.persistence.manager.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.persistence.support.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.reactive.publisher.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.registry.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.registry.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.remoting.inboundhandler.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.remoting.responses.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.remoting.rpc.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.remoting.transport.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.remoting.transport.jgroups.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.security.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.security.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.security.mappers.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.statetransfer.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.stats.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.stats.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.stream.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.stream.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.telemetry.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.topology.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.transaction.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.transaction.lookup.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.transaction.xa.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.transaction.xa.recovery.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.upgrade.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.util.concurrent.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.util.concurrent.locks.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.util.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.util.logging.events.impl.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.xsite.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.xsite.events.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.xsite.irac.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.xsite.metrics.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.xsite.statetransfer.CorePackageImpl
- CorePackageImpl() - Constructor for class org.infinispan.xsite.status.CorePackageImpl
- coreThreads - Variable in class org.infinispan.factories.threads.AbstractThreadPoolExecutorFactory
- coreThreads() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- coreThreads() - Method in class org.infinispan.factories.threads.AbstractThreadPoolExecutorFactory
- coreThreads(Integer) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- corruptDataMigrationFailed(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- corruptDataMigrationFailed(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- corruptDataMigrationFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
- couldNotCompleteInjectedTransaction(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- couldNotCompleteInjectedTransaction(Throwable) - Method in interface org.infinispan.util.logging.Log
- couldNotCompleteInjectedTransaction$str() - Method in class org.infinispan.util.logging.Log_$logger
- couldNotFindAttribute(String) - Method in class org.infinispan.util.logging.Log_$logger
- couldNotFindAttribute(String) - Method in interface org.infinispan.util.logging.Log
- couldNotFindAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
- couldNotInstantiateTransactionManager(Exception) - Method in class org.infinispan.util.logging.Log_$logger
- couldNotInstantiateTransactionManager(Exception) - Method in interface org.infinispan.util.logging.Log
- couldNotInstantiateTransactionManager$str() - Method in class org.infinispan.util.logging.Log_$logger
- couldNotInvokeSetOnAttribute(String, Object) - Method in class org.infinispan.util.logging.Log_$logger
- couldNotInvokeSetOnAttribute(String, Object) - Method in interface org.infinispan.util.logging.Log
- couldNotInvokeSetOnAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
- couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in interface org.infinispan.util.logging.Log
- couldNotRollbackPrepared1PcTransaction$str() - Method in class org.infinispan.util.logging.Log_$logger
- count() - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that returns the number of elements in the traversable.
- count() - Method in class org.infinispan.metrics.impl.FunctionTimerTrackerImpl
- count() - Method in class org.infinispan.metrics.impl.TimerTrackerImpl
- count() - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- count() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- count() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- count() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- count() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- count() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- count() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- count() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- count() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- count() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- count() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- count() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- count() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- count() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- count(AdvancedCacheLoader<K, V>, Predicate<? super K>) - Static method in class org.infinispan.persistence.PersistenceUtil
- count(SegmentedAdvancedLoadWriteStore<?, ?>, IntSet) - Static method in class org.infinispan.persistence.PersistenceUtil
-
Counts how many entries are present in the segmented store.
- COUNT - Enum constant in enum class org.infinispan.eviction.EvictionType
-
Deprecated.
- CountDownRunnable - Class in org.infinispan.util.concurrent
-
A concurrency structure that invokes a
Runnablewhen its count reaches zero. - CountDownRunnable(Runnable) - Constructor for class org.infinispan.util.concurrent.CountDownRunnable
- counter - Variable in class org.infinispan.interceptors.impl.ClusteringInterceptor.ClusteredGetAllFuture
- COUNTER - Enum constant in enum class org.infinispan.security.AuditContext
- counterConfiguration() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- CounterConfigurationMetaParam - Class in org.infinispan.functional.impl
-
Stores the
CounterConfiguration. - CounterConfigurationMetaParam(CounterConfiguration) - Constructor for class org.infinispan.functional.impl.CounterConfigurationMetaParam
- CounterTrackerImpl - Class in org.infinispan.metrics.impl
-
The
CounterTrackerthat usesCounter. - countRequestsReceived() - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- countRequestsReceived() - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- countRequestsReceived() - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- countRequestsReceived(String) - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- countRequestsReceived(String) - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- countRequestsReceived(String) - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- countRequestsSent() - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- countRequestsSent() - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- countRequestsSent() - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- countRequestsSent(String) - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- countRequestsSent(String) - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- countRequestsSent(String) - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- cpm - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- cpuCount - Variable in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- create() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- create() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- create() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
-
Deprecated.
- create() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.AllowListConfiguration
- create() - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- create() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- create() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- create() - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.
- create() - Method in class org.infinispan.configuration.internal.PrivateGlobalConfigurationBuilder
- create() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- create() - Static method in class org.infinispan.functional.impl.Params
- create() - Method in class org.infinispan.metrics.config.MicrometerMeterRegisterConfigurationBuilder
- create() - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
- create() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- create() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- create() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- create(boolean, boolean) - Static method in enum class org.infinispan.remoting.inboundhandler.TopologyMode
- create(int) - Method in interface org.infinispan.cache.impl.ContextBuilder
-
Creates a new
InvocationContext. - create(int, int) - Static method in class org.infinispan.factories.threads.EnhancedQueueExecutorFactory
- create(int, int) - Static method in class org.infinispan.factories.threads.NonBlockingThreadPoolExecutorFactory
- create(int, int, List<Address>, Map<Address, Float>) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
-
Deprecated.Create a new consistent hash instance.
- create(int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- create(int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
- create(int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
- create(int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
- create(int, long) - Static method in class org.infinispan.container.versioning.irac.TopologyIracVersion
- create(long, Collection<Address>, int) - Method in class org.infinispan.util.concurrent.CommandAckCollector
-
Creates a collector for a single key write operation.
- create(Object) - Method in class org.infinispan.marshall.persistence.impl.MarshalledEntryFactoryImpl
- create(Object) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
-
valuedefaults to null - create(Object) - Static method in class org.infinispan.remoting.responses.UnsuccessfulResponse
- create(Object, Object) - Method in class org.infinispan.marshall.persistence.impl.MarshalledEntryFactoryImpl
- create(Object, Object) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
-
metadatadefaults to nullcreateddefaults to -1lastUseddefaults to -1 - create(Object, Object, InternalCacheEntry) - Method in class org.infinispan.container.impl.InternalEntryFactoryImpl
- create(Object, Object, EntryVersion, long, long, long, long) - Method in class org.infinispan.container.impl.InternalEntryFactoryImpl
- create(Object, Object, Metadata) - Method in class org.infinispan.container.impl.InternalEntryFactoryImpl
- create(Object, Object, Metadata, long, long) - Method in class org.infinispan.container.impl.InternalEntryFactoryImpl
- create(Object, Object, Metadata, long, long, long, long) - Method in class org.infinispan.container.impl.InternalEntryFactoryImpl
- create(Object, Object, Metadata, PrivateMetadata, long, long) - Method in class org.infinispan.marshall.persistence.impl.MarshalledEntryFactoryImpl
- create(Object, Object, Metadata, PrivateMetadata, long, long) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
-
Creates a
MarshallableEntryusing non-marshalled POJOs as arguments - create(Object, ByteBuffer, ByteBuffer, ByteBuffer, long, long) - Method in class org.infinispan.marshall.persistence.impl.MarshalledEntryFactoryImpl
- create(Object, ByteBuffer, ByteBuffer, ByteBuffer, long, long) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
-
Creates a
MarshallableEntryusing a object key and already marshalled value/metadata as arguments - create(Object, InternalCacheValue<V>) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
- create(Object, MarshalledValue) - Method in class org.infinispan.marshall.persistence.impl.MarshalledEntryFactoryImpl
- create(Object, MarshalledValue) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
-
Creates a
MarshallableEntryusing a KeyMarshalledValue. - create(String) - Method in class org.infinispan.metrics.impl.FunctionTimerTrackerImpl
-
Creates a
FunctionTimer.Builderconfigured to collect the data from this instance. - create(K, V, InternalCacheEntry<?, ?>) - Method in interface org.infinispan.container.impl.InternalEntryFactory
-
Creates a new
InternalCacheEntryinstance based on the version and timestamp/lifespan information reflected in theCacheEntryinstance passed in. - create(K, V, EntryVersion, long, long, long, long) - Method in interface org.infinispan.container.impl.InternalEntryFactory
-
Creates a new
InternalCacheEntryinstance - create(K, V, Metadata) - Method in interface org.infinispan.container.impl.InternalEntryFactory
-
Creates a new
InternalCacheEntryinstance - create(K, V, Metadata, long, long) - Method in interface org.infinispan.container.impl.InternalEntryFactory
-
Creates a new
InternalCacheEntryinstance - create(K, V, Metadata, long, long, long, long) - Method in interface org.infinispan.container.impl.InternalEntryFactory
-
Creates a new
InternalCacheEntryinstance - create(AdvancedCache<K, V>) - Static method in class org.infinispan.functional.impl.FunctionalMapImpl
- create(Hash, int, int, List<Address>, Map<Address, Float>) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0. hashFunction is ignored, use
ConsistentHashFactory.create(int, int, List, Map)instead. - create(ByteBuffer, ByteBuffer) - Method in class org.infinispan.marshall.persistence.impl.MarshalledEntryFactoryImpl
- create(ByteBuffer, ByteBuffer) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
-
metadataBytesdefaults to nullcreateddefaults to -1lastUseddefaults to -1 - create(ByteBuffer, ByteBuffer, ByteBuffer, ByteBuffer, long, long) - Method in class org.infinispan.marshall.persistence.impl.MarshalledEntryFactoryImpl
- create(ByteBuffer, ByteBuffer, ByteBuffer, ByteBuffer, long, long) - Method in interface org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore.EntryCreator
- create(ByteBuffer, ByteBuffer, ByteBuffer, ByteBuffer, long, long) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
-
Creates a
MarshallableEntryusing already marshalled objects as arguments - create(WrappedBytes, int, InternalCacheEntry<WrappedBytes, WrappedBytes>) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Creates an off-heap entry using the provided key value and metadata
- create(WrappedBytes, int, InternalCacheEntry<WrappedBytes, WrappedBytes>) - Method in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
- create(BackupConfiguration) - Static method in class org.infinispan.xsite.statetransfer.AsyncProviderState
- create(BackupConfiguration) - Static method in class org.infinispan.xsite.statetransfer.SyncProviderState
- create(Configuration, AsyncInterceptorChain) - Static method in class org.infinispan.stats.impl.StatsImpl
-
Use this factory to create Stats object from configuration and the interceptor chain.
- create(CacheEntry) - Method in class org.infinispan.container.impl.InternalEntryFactoryImpl
- create(CacheEntry<K, V>) - Method in interface org.infinispan.container.impl.InternalEntryFactory
-
Creates a new
InternalCacheEntryinstance based on the key, value, version and timestamp/lifespan information reflected in theCacheEntryinstance passed in. - create(InternalCacheEntry<K, V>) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
-
Creates a
MarshallableEntryinstance from anInternalCacheEntry. - create(FunctionalMapImpl<K, V>) - Static method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- create(FunctionalMapImpl<K, V>) - Static method in class org.infinispan.functional.impl.ReadWriteMapImpl
- create(FunctionalMapImpl<K, V>) - Static method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- create(FunctionalMapImpl<K, V>) - Static method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- create(Params, AdvancedCache<K, V>) - Static method in class org.infinispan.functional.impl.FunctionalMapImpl
- create(StatsCollector) - Static method in class org.infinispan.stats.impl.StatsImpl
-
Use this factory to create Stats object from
StatsCollector. - create(R, boolean) - Static method in class org.infinispan.functional.impl.StatsEnvelope
- create(T) - Static method in class org.infinispan.remoting.responses.SuccessfulResponse
- create(T, CacheEntry<?, ?>, boolean, boolean) - Static method in class org.infinispan.functional.impl.StatsEnvelope
- CREATE - Enum constant in enum class org.infinispan.notifications.cachemanagerlistener.event.ConfigurationChangedEvent.EventType
- CREATE - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Allows creation of resources (caches, counters, schemas, tasks)
- CREATE - Static variable in class org.infinispan.functional.impl.StatsEnvelope
- createBuilder(int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory
- createCache(String, String) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- createCache(String, String) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Creates a cache on the container using the specified template.
- createCache(String, String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Defines a cluster-wide cache configuration using the supplied template
- createCache(String, String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.GlobalConfigurationManagerImpl
- createCache(String, String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.ImmutableLocalConfigurationStorage
- createCache(String, String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.OverlayLocalConfigurationStorage
- createCache(String, String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- createCache(String, String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Creates the cache using the supplied template, configuration and flags.
- createCache(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManager
- createCache(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- createCache(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Creates a cache on the local node using the supplied configuration.
- createCache(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Creates a cache across the cluster.
- createCache(String, Configuration) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- createCache(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Defines a cluster-wide cache configuration
- createCache(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.GlobalConfigurationManagerImpl
- createCache(Configuration, GlobalComponentRegistry, String) - Method in class org.infinispan.factories.InternalCacheFactory
-
This implementation clones the configuration passed in before using it.
- createChannel(String) - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- createChannel(String) - Method in class org.infinispan.remoting.transport.jgroups.FileJGroupsChannelConfigurator
- createChannel(String) - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
- createClearNonTxInvocationContext() - Method in class org.infinispan.context.impl.AbstractInvocationContextFactory
- createClearNonTxInvocationContext() - Method in interface org.infinispan.context.InvocationContextFactory
-
Will create an
ClearInvocationContextwith theAbstractInvocationContext.isOriginLocal()returning true. - createConnectEvent(ByteString) - Static method in class org.infinispan.xsite.events.XSiteEvent
- createContext(ComponentRegistry) - Method in class org.infinispan.commands.control.LockControlCommand
- createContext(ComponentRegistry) - Method in class org.infinispan.commands.tx.PrepareCommand
- createContext(ComponentRegistry) - Method in interface org.infinispan.util.concurrent.locks.TransactionalRemoteLockCommand
-
It creates the transaction context.
- createCounter(String, String, BiConsumer<C, CounterTracker>, Map<String, String>) - Static method in class org.infinispan.metrics.impl.MetricUtils
-
Creates a Counter metric.
- created - Variable in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- created - Variable in class org.infinispan.container.entries.MortalCacheEntry
- created - Variable in class org.infinispan.container.entries.MortalCacheValue
- created - Variable in class org.infinispan.container.entries.ReadCommittedEntry
- created - Variable in class org.infinispan.container.entries.TransientMortalCacheEntry
- created() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- created() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- created() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- created() - Method in interface org.infinispan.metadata.InternalMetadata
-
Deprecated.
- created() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- CREATED - Enum constant in enum class org.infinispan.container.entries.ReadCommittedEntry.Flags
- createDatagramSocket(String) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createDatagramSocket(String, int) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createDatagramSocket(String, int, InetAddress) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createDatagramSocket(String, SocketAddress) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createDistributionSummary(String, String, BiConsumer<C, DistributionSummaryTracker>, Map<String, String>) - Static method in class org.infinispan.metrics.impl.MetricUtils
-
Creates a Distribution Summary metric.
- createEvent(Cache<K, V>, Event.Type) - Static method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- createExecutor(ThreadFactory) - Method in class org.infinispan.factories.threads.EnhancedQueueExecutorFactory
- createExecutor(ThreadFactory) - Method in class org.infinispan.factories.threads.NonBlockingThreadPoolExecutorFactory
- createExecutor(BlockingManager) - Method in class org.infinispan.xsite.events.XSiteEventsManagerImpl
- createFunctionTimer(String, String, BiConsumer<C, TimerTracker>, Map<String, String>) - Static method in class org.infinispan.metrics.impl.MetricUtils
-
Creates a Timer metric without histogram support.
- createGauge(String, String, Function<C, Number>, Map<String, String>) - Static method in class org.infinispan.metrics.impl.MetricUtils
-
Creates a Gauge metric.
- createInitialCacheTopology() - Method in class org.infinispan.topology.ClusterCacheStatus
- createInitialStateRequest(ByteString, ByteString) - Static method in class org.infinispan.xsite.events.XSiteEvent
- createInstance(PartitionHandlingConfiguration) - Method in interface org.infinispan.conflict.EntryMergePolicyFactory
- createInstance(PartitionHandlingConfiguration) - Method in class org.infinispan.conflict.EntryMergePolicyFactoryRegistry
- createInvocationContext(boolean, int) - Method in class org.infinispan.context.impl.NonTransactionalInvocationContextFactory
- createInvocationContext(boolean, int) - Method in class org.infinispan.context.impl.TransactionalInvocationContextFactory
- createInvocationContext(boolean, int) - Method in interface org.infinispan.context.InvocationContextFactory
-
If we are in a tx scope this will return an
TxInvocationContext. - createInvocationContext(Transaction, boolean) - Method in class org.infinispan.context.impl.NonTransactionalInvocationContextFactory
- createInvocationContext(Transaction, boolean) - Method in class org.infinispan.context.impl.TransactionalInvocationContextFactory
- createInvocationContext(Transaction, boolean) - Method in interface org.infinispan.context.InvocationContextFactory
-
Creates an invocation context
- createInvocationContextWithImplicitTransaction(int, boolean) - Method in class org.infinispan.cache.impl.InvocationHelper
-
Creates an invocation context with an implicit transaction if it is required.
- createL1(K, V, Metadata) - Method in interface org.infinispan.container.impl.InternalEntryFactory
-
Creates a L1 entry.
- createL1(K, V, Metadata) - Method in class org.infinispan.container.impl.InternalEntryFactoryImpl
- createLocalizedCacheTopology(CacheTopology) - Method in interface org.infinispan.distribution.DistributionManager
- createLocalizedCacheTopology(CacheTopology) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
- createMixedStatus(List<E>, List<E>) - Method in class org.infinispan.xsite.status.AbstractSiteStatusBuilder
- createMixedStatus(List<String>, List<String>) - Method in class org.infinispan.xsite.status.ContainerSiteStatusBuilder
- createMixedStatus(List<Address>, List<Address>) - Method in class org.infinispan.xsite.status.CacheSiteStatusBuilder
- createMulticastSocket(String) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createMulticastSocket(String, int) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createMulticastSocket(String, SocketAddress) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createNewVersionsAndCheckForWriteSkews(VersionGenerator, TxInvocationContext, VersionedPrepareCommand) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- createNewVersionsAndCheckForWriteSkews(VersionGenerator, TxInvocationContext, VersionedPrepareCommand) - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
- createNonTxInvocationContext() - Method in class org.infinispan.context.impl.NonTransactionalInvocationContextFactory
- createNonTxInvocationContext() - Method in class org.infinispan.context.impl.TransactionalInvocationContextFactory
- createNonTxInvocationContext() - Method in interface org.infinispan.context.InvocationContextFactory
-
Will create an
NonTxInvocationContextwith theAbstractInvocationContext.isOriginLocal()returning true. - CreatePermissionConfiguration - Class in org.infinispan.security.impl
- CreatePermissionConfigurationBuilder - Class in org.infinispan.security.impl
- CreatePermissionConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- createPushTask(Address, XSiteStateProvider) - Method in class org.infinispan.xsite.statetransfer.BaseXSiteStateProviderState
- createPushTask(Address, XSiteStateProvider) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProviderState
-
Creates a new
XSiteStatePushTaskto do state transfer to remove site. - createRemoteInvocationContext(Address) - Method in class org.infinispan.context.impl.NonTransactionalInvocationContextFactory
- createRemoteInvocationContext(Address) - Method in class org.infinispan.context.impl.TransactionalInvocationContextFactory
- createRemoteInvocationContext(Address) - Method in interface org.infinispan.context.InvocationContextFactory
-
Returns an
NonTxInvocationContextwhoseAbstractInvocationContext.isOriginLocal()flag will be true. - createRemoteInvocationContextForCommand(VisitableCommand, Address) - Method in class org.infinispan.context.impl.AbstractInvocationContextFactory
- createRemoteInvocationContextForCommand(VisitableCommand, Address) - Method in interface org.infinispan.context.InvocationContextFactory
-
As
InvocationContextFactory.createRemoteInvocationContext(org.infinispan.remoting.transport.Address), but returning the flags to the context from the Command if any Flag was set. - createRemoteTxInvocationContext(RemoteTransaction, Address) - Method in class org.infinispan.context.impl.NonTransactionalInvocationContextFactory
- createRemoteTxInvocationContext(RemoteTransaction, Address) - Method in class org.infinispan.context.impl.TransactionalInvocationContextFactory
- createRemoteTxInvocationContext(RemoteTransaction, Address) - Method in interface org.infinispan.context.InvocationContextFactory
-
Returns an
RemoteTxInvocationContext. - createRequestState(ByteString, ByteString) - Static method in class org.infinispan.xsite.events.XSiteEvent
- createSegmentBasedCollector(long, Map<Address, Collection<Integer>>, int) - Method in class org.infinispan.util.concurrent.CommandAckCollector
-
Creates a collector for
PutMapCommand. - createServerSocket(String) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createServerSocket(String, int) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createServerSocket(String, int, int) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createServerSocket(String, int, int, InetAddress) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createSingleKeyNonTxInvocationContext() - Method in class org.infinispan.context.impl.NonTransactionalInvocationContextFactory
- createSingleKeyNonTxInvocationContext() - Method in class org.infinispan.context.impl.TransactionalInvocationContextFactory
- createSingleKeyNonTxInvocationContext() - Method in interface org.infinispan.context.InvocationContextFactory
-
Will create an
NonTxInvocationContextwith theAbstractInvocationContext.isOriginLocal()returning true. - createSiteEntry(String) - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
-
Creates the
SiteEntryto be used inXSiteEntryMergePolicy. - createsNonBlockingThreads() - Method in class org.infinispan.factories.threads.NonBlockingThreadPoolExecutorFactory
- createSocket(String) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createSocket(String, String, int) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createSocket(String, String, int, InetAddress, int) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createSocket(String, InetAddress, int) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createSocket(String, InetAddress, int, InetAddress, int) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- createStoreInstance(StoreConfiguration) - Static method in class org.infinispan.persistence.internal.PersistenceUtil
-
Deprecated.This method is only public for use with prior Store classes, use
PersistenceUtil.storeFromConfiguration(StoreConfiguration)when dealing withNonBlockingStoreinstances - createStream() - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- createTemplate(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- createTemplate(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Creates a template that is replicated across the cluster using the specified configuration.
- createTemplate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Defines a cluster-wide configuration template
- createTemplate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.GlobalConfigurationManagerImpl
- createTemplate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.ImmutableLocalConfigurationStorage
- createTemplate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.OverlayLocalConfigurationStorage
- createTemplate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- createTemplate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Creates the template using the supplied configuration and flags.
- createTimer(String, String, BiConsumer<C, TimerTracker>, Map<String, String>) - Static method in class org.infinispan.metrics.impl.MetricUtils
-
Creates a Timer metric.
- createTransaction() - Method in class org.infinispan.transaction.tm.EmbeddedBaseTransactionManager
- createTxInvocationContext(LocalTransaction) - Method in class org.infinispan.context.impl.NonTransactionalInvocationContextFactory
- createTxInvocationContext(LocalTransaction) - Method in class org.infinispan.context.impl.TransactionalInvocationContextFactory
- createTxInvocationContext(LocalTransaction) - Method in interface org.infinispan.context.InvocationContextFactory
-
Returns a
LocalTxInvocationContext. - createValue(CacheEntry) - Method in class org.infinispan.container.impl.InternalEntryFactoryImpl
- createValue(CacheEntry<?, V>) - Method in interface org.infinispan.container.impl.InternalEntryFactory
-
Creates an
InternalCacheValuebased on theInternalCacheEntrypassed in. - createWrappedEntry(Object, CacheEntry<?, ?>) - Method in class org.infinispan.container.impl.EntryFactoryImpl
- createXid(UUID) - Static method in class org.infinispan.transaction.tm.EmbeddedTransaction
- crossSiteUnavailable() - Method in class org.infinispan.util.logging.Log_$logger
- crossSiteUnavailable() - Method in interface org.infinispan.util.logging.Log
- crossSiteUnavailable$str() - Method in class org.infinispan.util.logging.Log_$logger
- ctx - Variable in class org.infinispan.persistence.file.SingleFileStore
- ctxRegistry - Variable in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- currentJoiners(String) - Method in interface org.infinispan.topology.ClusterTopologyManager
-
Returns the list of nodes that joined the cache with the given
cacheNameif the current node is the coordinator. - currentJoiners(String) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- currentSize - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- currentTopologyId() - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- CUSTOM - Enum constant in enum class org.infinispan.configuration.cache.BackupFailurePolicy
- CUSTOM - Enum constant in enum class org.infinispan.conflict.MergePolicy
- CUSTOM - Enum constant in enum class org.infinispan.globalstate.ConfigurationStorage
-
Lets you provide a configuration storage provider.
- CUSTOM_CONFIGURATION_STORAGE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- CUSTOM_INTERCEPTORS - Enum constant in enum class org.infinispan.configuration.parsing.Element
-
Deprecated.
- CUSTOM_PERMISSION_MAPPER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- CUSTOM_ROLE_MAPPER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- CUSTOM_STORE_CLASS - Static variable in class org.infinispan.configuration.cache.CustomStoreConfiguration
- CustomFailurePolicy<K,
V> - Interface in org.infinispan.configuration.cache -
Used for implementing custom policies in case of communication failures with a remote site.
- CustomFailurePolicy<K,
V> - Interface in org.infinispan.xsite -
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0. Use
CustomFailurePolicyinstead. - customInterceptorMissingClass() - Method in class org.infinispan.util.logging.Log_$logger
- customInterceptorMissingClass() - Method in interface org.infinispan.util.logging.Log
- customInterceptorMissingClass$str() - Method in class org.infinispan.util.logging.Log_$logger
- customInterceptorsIgnored() - Method in class org.infinispan.util.logging.Log_$logger
- customInterceptorsIgnored() - Method in interface org.infinispan.util.logging.Log
- customInterceptorsIgnored$str() - Method in class org.infinispan.util.logging.Log_$logger
- CustomMetricsSupplier - Interface in org.infinispan.metrics.impl
-
Interface to implement if the class want to register more metrics to Micrometer than the methods annotated with
ManagedAttribute. - customStorageStrategyNotSet() - Method in class org.infinispan.util.logging.Log_$logger
- customStorageStrategyNotSet() - Method in interface org.infinispan.util.logging.Log
- customStorageStrategyNotSet$str() - Method in class org.infinispan.util.logging.Log_$logger
- customStoreClass() - Method in class org.infinispan.configuration.cache.CustomStoreConfiguration
- customStoreClass(Class<?>) - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- CustomStoreConfiguration - Class in org.infinispan.configuration.cache
- CustomStoreConfiguration(AttributeSet, AsyncStoreConfiguration) - Constructor for class org.infinispan.configuration.cache.CustomStoreConfiguration
- CustomStoreConfigurationBuilder - Class in org.infinispan.configuration.cache
-
StoreConfigurationBuilder used for stores/loaders that don't have a configuration builder
- CustomStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- CyclicDependencyException - Exception Class in org.infinispan.util
-
Thrown when a cyclic dependency exist
- CyclicDependencyException(String) - Constructor for exception class org.infinispan.util.CyclicDependencyException
- CyclicDependencyException(String, Throwable) - Constructor for exception class org.infinispan.util.CyclicDependencyException
D
- data - Variable in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- data() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- DATA - Enum constant in enum class org.infinispan.configuration.parsing.Element
- DATA_CONTAINER - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- DATA_CONTAINER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- DATA_LOCATION - Static variable in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- DATA_REHASHED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- DATA_SOURCE - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- DataCommand - Interface in org.infinispan.commands
-
Commands of this type manipulate data in the cache.
- DataConfiguration - Class in org.infinispan.persistence.sifs.configuration
- DataConfigurationBuilder - Class in org.infinispan.persistence.sifs.configuration
- DataConfigurationBuilder() - Constructor for class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
- dataContainer - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- dataContainer - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
- dataContainer - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- dataContainer - Variable in class org.infinispan.interceptors.impl.ClusteringInterceptor
- dataContainer - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- dataContainer - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- dataContainer - Variable in class org.infinispan.statetransfer.StateProviderImpl
- DataContainer<K,
V> - Interface in org.infinispan.container -
The main internal data structure which stores entries.
- DataContainer.ComputeAction<K,
V> - Interface in org.infinispan.container - DataContainerFactory - Class in org.infinispan.factories
-
Constructs the data container
- DataContainerFactory() - Constructor for class org.infinispan.factories.DataContainerFactory
- DataContainerRemoveIterator<K,
V> - Class in org.infinispan.util -
This is an iterator that will iterate upon the data container.
- DataContainerRemoveIterator(Cache<K, V>) - Constructor for class org.infinispan.util.DataContainerRemoveIterator
- DataContainerRemoveIterator(Cache<K, V>, DataContainer<K, V>) - Constructor for class org.infinispan.util.DataContainerRemoveIterator
- DataConversion - Class in org.infinispan.encoding
-
Handle conversions for Keys or values.
- DataConversion.Externalizer - Class in org.infinispan.encoding
- DataConversionAwareListenable<K,
V> - Interface in org.infinispan.notifications - DataLocality - Enum Class in org.infinispan.distribution
-
Deprecated.Since 11.0. Will be removed in 14.0, no longer used.
- dataLocation() - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- dataLocation() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- dataLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
- dataLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
The path where the Soft-Index store will keep its data files.
- DataOperationOrderer - Class in org.infinispan.util.concurrent
-
Ordering construct allowing concurrent operations that wish to do operations upon the same key to wait until the most recently registered operation is complete in a non blocking way.
- DataOperationOrderer() - Constructor for class org.infinispan.util.concurrent.DataOperationOrderer
- DataOperationOrderer.Operation - Enum Class in org.infinispan.util.concurrent
- DataRehashed - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a rehash starts or ends.
- DataRehashedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
An event passed in to methods annotated with
DataRehashed. - dataSource - Variable in class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
- DataWriteCommand - Interface in org.infinispan.commands.write
-
Mixes features from DataCommand and WriteCommand
- DDAsyncInterceptor - Class in org.infinispan.interceptors
-
Interface for async interceptors using double-dispatch.
- DDAsyncInterceptor() - Constructor for class org.infinispan.interceptors.DDAsyncInterceptor
- deadlockCheck(DeadlockChecker) - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
-
It forces a deadlock checking.
- deadlockCheck(DeadlockChecker) - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
-
It forces a deadlock checks in all existing locks.
- deadlockCheck(DeadlockChecker) - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
- deadlockCheck(DeadlockChecker) - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
- DeadlockChecker - Interface in org.infinispan.util.concurrent.locks
-
An interface to implement the deadlock algorithm.
- deadlockDetected(Object, Object) - Method in interface org.infinispan.util.concurrent.locks.DeadlockChecker
-
It checks for deadlock.
- DeadlockDetectedException - Exception Class in org.infinispan.util.concurrent.locks
-
Exception signaling detected deadlocks.
- DeadlockDetectedException(String) - Constructor for exception class org.infinispan.util.concurrent.locks.DeadlockDetectedException
- DEADLOCKED - Enum constant in enum class org.infinispan.util.concurrent.locks.LockState
-
The deadlock occurred with another possible lock owner and it should abort.
- deallocate() - Method in class org.infinispan.container.offheap.MemoryAddressHash
- deallocate(long, long) - Method in interface org.infinispan.container.offheap.OffHeapMemoryAllocator
-
Deallocates the memory at the given address assuming a given size.
- deallocate(long, long) - Method in class org.infinispan.container.offheap.UnpooledOffHeapMemoryAllocator
- decode(int) - Method in class org.infinispan.security.AuthorizationPermission$___Marshaller_e4a67ef18a1f2ebc30b0d1e396f24e2098535911da768fa734361c9903b14240
- decode(int) - Method in class org.infinispan.util.logging.events.EventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134
- decode(int) - Method in class org.infinispan.util.logging.events.EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1
- decodeVersion(short) - Static method in class org.infinispan.Version
-
Deprecated.
- decodeVersionForSerialization(short) - Static method in class org.infinispan.Version
-
Deprecated.Serialization only looks at major and minor, not micro or below.
- DecoratedCache<K,
V> - Class in org.infinispan.cache.impl -
A decorator to a cache, which can be built with a specific set of
Flags. - DecoratedCache(CacheImpl<K, V>, long) - Constructor for class org.infinispan.cache.impl.DecoratedCache
- DecoratedCache(CacheImpl<K, V>, Object, long) - Constructor for class org.infinispan.cache.impl.DecoratedCache
- DecoratedEventLogger - Class in org.infinispan.util.logging.events.impl
-
DecoratedEventLogger.
- DecoratedEventLogger(EventLogger) - Constructor for class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- decoratedWriteContextBuilder() - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- decOwned(int) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- decOwned(Address) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- decPrimaryOwned(int) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- decPrimaryOwned(Address) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- decrement() - Method in class org.infinispan.util.concurrent.CountDownRunnable
- DEFAULT - Enum constant in enum class org.infinispan.configuration.global.ShutdownHookBehavior
-
By default a shutdown hook is registered if no MBean server (apart from the JDK default) is detected.
- DEFAULT - Enum constant in enum class org.infinispan.configuration.parsing.Element
- DEFAULT - Enum constant in enum class org.infinispan.xsite.spi.XSiteMergePolicy
-
The default implementation chooses the entry with the lower lexicographically site name (
SiteEntry.getSiteName()). - DEFAULT_CACHE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- DEFAULT_CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- DEFAULT_JGROUPS_CONFIGURATION_FILE - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- DEFAULT_KEEP_ALIVE_MILLIS - Static variable in class org.infinispan.factories.threads.NonBlockingThreadPoolExecutorFactory
- DEFAULT_KEY - Static variable in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0, with no replacement.
- DEFAULT_MAX_RESULTS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- DEFAULT_MAX_RESULTS - Static variable in class org.infinispan.configuration.cache.QueryConfiguration
- DEFAULT_MAX_RETRIES - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- DEFAULT_PATTERN - Static variable in class org.infinispan.factories.threads.DefaultThreadFactory
- DEFAULT_RECOVERY_INFO_CACHE - Static variable in class org.infinispan.configuration.cache.RecoveryConfiguration
- DEFAULT_ROLES - Static variable in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- DEFAULT_STACK - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- DEFAULT_STALE_STATS_THRESHOLD - Static variable in class org.infinispan.stats.impl.AbstractClusterStats
- DEFAULT_STALE_STATS_THRESHOLD - Static variable in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- DEFAULT_STALE_STATS_THRESHOLD - Static variable in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- DEFAULT_STALE_STATS_THRESHOLD - Static variable in class org.infinispan.stats.impl.LocalContainerStatsImpl
- DEFAULT_TIMEOUT - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- DEFAULT_TRANSPORT - Static variable in class org.infinispan.configuration.global.TransportConfigurationBuilder
- DEFAULT_VALUE - Static variable in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0, with no replacement.
- DEFAULT_WAIT_TIME - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- DefaultBuilder() - Constructor for class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl.DefaultBuilder
- defaultCache(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- defaultCacheConfigurationWithoutName() - Method in class org.infinispan.util.logging.Log_$logger
- defaultCacheConfigurationWithoutName() - Method in interface org.infinispan.util.logging.Log
- defaultCacheConfigurationWithoutName$str() - Method in class org.infinispan.util.logging.Log_$logger
- DefaultCacheManager - Class in org.infinispan.manager
- DefaultCacheManager() - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs and starts a default instance of the CacheManager, using configuration defaults.
- DefaultCacheManager(boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a default instance of the CacheManager, using configuration defaults.
- DefaultCacheManager(InputStream) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs and starts a new instance of the CacheManager, using the input stream passed in to read configuration file contents.
- DefaultCacheManager(InputStream, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a new instance of the CacheManager, using the input stream passed in to read configuration file contents.
- DefaultCacheManager(String) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs and starts a new instance of the CacheManager, using the configuration file name passed in.
- DefaultCacheManager(String, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a new instance of the CacheManager, using the configuration file name passed in.
- DefaultCacheManager(URL, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a new instance of the CacheManager, using the input stream passed in to read configuration file contents.
- DefaultCacheManager(Configuration) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, please use
DefaultCacheManager(ConfigurationBuilderHolder, boolean)instead. - DefaultCacheManager(Configuration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, please use
DefaultCacheManager(ConfigurationBuilderHolder, boolean)instead. - DefaultCacheManager(GlobalConfiguration) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs and starts a new instance of the CacheManager, using the global configuration passed in, and system defaults for the default named cache configuration.
- DefaultCacheManager(GlobalConfiguration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a new instance of the CacheManager, using the global configuration passed in, and system defaults for the default named cache configuration.
- DefaultCacheManager(GlobalConfiguration, Configuration) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, please use
DefaultCacheManager(ConfigurationBuilderHolder, boolean)instead. - DefaultCacheManager(GlobalConfiguration, Configuration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, please use
DefaultCacheManager(ConfigurationBuilderHolder, boolean)instead. - DefaultCacheManager(ConfigurationBuilderHolder, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a new instance of the CacheManager, using the holder passed in to read configuration settings.
- DefaultCacheManagerAdmin - Class in org.infinispan.manager
-
The default implementation of
EmbeddedCacheManagerAdmin - defaultCacheName() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- defaultCacheName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- defaultCacheName() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- defaultCacheName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- defaultCacheName(String) - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Sets the name of the cache that acts as the default cache and is returned by
EmbeddedCacheManager.getCache(). - defaultClusteredBuilder() - Static method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- defaultClusteredBuilder() - Static method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- DefaultConflictManager<K,
V> - Class in org.infinispan.conflict.impl - DefaultConflictManager() - Constructor for class org.infinispan.conflict.impl.DefaultConflictManager
- DefaultConsistentHash - Class in org.infinispan.distribution.ch.impl
-
Default
ConsistentHashimplementation. - DefaultConsistentHash(int, int, List<Address>, Map<Address, Float>, List<Address>[]) - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- DefaultConsistentHash.Externalizer - Class in org.infinispan.distribution.ch.impl
- DefaultConsistentHashFactory - Class in org.infinispan.distribution.ch.impl
-
Default implementation of
ConsistentHashFactory. - DefaultConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- DefaultConsistentHashFactory.Builder - Class in org.infinispan.distribution.ch.impl
- DefaultConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch.impl
- defaultContextBuilderForWrite() - Method in class org.infinispan.cache.impl.CacheImpl
- DefaultDataContainer<K,
V> - Class in org.infinispan.container.impl -
DefaultDataContainer is both eviction and non-eviction based data container.
- DefaultDataContainer(int) - Constructor for class org.infinispan.container.impl.DefaultDataContainer
- DefaultDataContainer(int, long, EntrySizeCalculator<? super K, ? super V>) - Constructor for class org.infinispan.container.impl.DefaultDataContainer
-
Method invoked when memory policy is used.
- DefaultDataContainer(int, long, EvictionType) - Constructor for class org.infinispan.container.impl.DefaultDataContainer
- DefaultDataContainer(long, EntrySizeCalculator<? super K, ? super InternalCacheEntry<K, V>>) - Constructor for class org.infinispan.container.impl.DefaultDataContainer
-
Constructor that allows user to provide a size calculator that also handles the cache entry and metadata.
- DefaultExecutorFactory - Class in org.infinispan.executors
-
Default executor factory that creates executors using the JDK Executors service.
- DefaultExecutorFactory() - Constructor for class org.infinispan.executors.DefaultExecutorFactory
- DefaultIracManager - Class in org.infinispan.xsite.irac
-
Default implementation of
IracManager. - DefaultIracManager(Configuration, Collection<IracXSiteBackup>) - Constructor for class org.infinispan.xsite.irac.DefaultIracManager
- DefaultIracTombstoneManager - Class in org.infinispan.container.versioning.irac
-
A default implementation for
IracTombstoneManager. - DefaultIracTombstoneManager(Configuration, Collection<IracXSiteBackup>) - Constructor for class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- DefaultIracVersionGenerator - Class in org.infinispan.container.versioning.irac
-
Default implementation of
IracVersionGenerator. - DefaultIracVersionGenerator(int) - Constructor for class org.infinispan.container.versioning.irac.DefaultIracVersionGenerator
- DefaultLockManager - Class in org.infinispan.util.concurrent.locks.impl
-
The default
LockManagerimplementation for transactional and non-transactional caches. - DefaultLockManager() - Constructor for class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- defaultMaxResults() - Method in class org.infinispan.configuration.cache.QueryConfiguration
-
Limits the number of results returned by a query.
- defaultMaxResults() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- defaultMaxResults(int) - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
-
Limits the number of results returned by a query.
- defaultMetadata - Variable in class org.infinispan.cache.impl.CacheImpl
- DefaultPendingLockManager - Class in org.infinispan.util.concurrent.locks.impl
-
The default implementation for
PendingLockManager. - DefaultPendingLockManager() - Constructor for class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager
- DefaultReadyAction - Class in org.infinispan.remoting.inboundhandler.action
-
A list of
Actionto be executed to check when it is ready. - DefaultReadyAction(ActionState, Action...) - Constructor for class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
- defaultRemoteCache() - Method in class org.infinispan.configuration.cache.BackupForBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Use a named cache with
BackupForBuilder.remoteCache(String)instead. - DefaultResponseGenerator - Class in org.infinispan.remoting.responses
-
The default response generator for most cache modes
- DefaultResponseGenerator() - Constructor for class org.infinispan.remoting.responses.DefaultResponseGenerator
- DefaultScheduledExecutorFactory - Class in org.infinispan.executors
-
Creates scheduled executors using the JDK Executors service
- DefaultScheduledExecutorFactory() - Constructor for class org.infinispan.executors.DefaultScheduledExecutorFactory
- DefaultSegmentedDataContainer<K,
V> - Class in org.infinispan.container.impl -
DataContainer implementation that internally stores entries in an array of maps.
- DefaultSegmentedDataContainer(Supplier<PeekableTouchableMap<K, V>>, int) - Constructor for class org.infinispan.container.impl.DefaultSegmentedDataContainer
- defaultSynchronous - Variable in class org.infinispan.interceptors.impl.BaseRpcInterceptor
- DefaultTakeOfflineManager - Class in org.infinispan.xsite.status
-
The default implementation of
TakeOfflineManager. - DefaultTakeOfflineManager(String) - Constructor for class org.infinispan.xsite.status.DefaultTakeOfflineManager
- DefaultThreadFactory - Class in org.infinispan.factories.threads
-
Thread factory based on JBoss Thread's JBossThreadFactory.
- DefaultThreadFactory(String, ThreadGroup, int, String, String, String) - Constructor for class org.infinispan.factories.threads.DefaultThreadFactory
-
Construct a new instance.
- DefaultThreadFactory(ThreadGroup, int, String, String, String) - Constructor for class org.infinispan.factories.threads.DefaultThreadFactory
-
Construct a new instance.
- DefaultTopologyRunnable - Class in org.infinispan.remoting.inboundhandler
-
The default
Runnablefor the remote commands receives. - DefaultTopologyRunnable(BasePerCacheInboundInvocationHandler, CacheRpcCommand, Reply, TopologyMode, int, boolean) - Constructor for class org.infinispan.remoting.inboundhandler.DefaultTopologyRunnable
- defaultTransport() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- DefaultTwoWayKey2StringMapper - Class in org.infinispan.persistence.keymappers
-
Default implementation for
TwoWayKey2StringMapperthat knows how to handle all primitive wrapper keys and Strings. - DefaultTwoWayKey2StringMapper() - Constructor for class org.infinispan.persistence.keymappers.DefaultTwoWayKey2StringMapper
- defaultValue() - Static method in class org.infinispan.functional.MetaParam.MetaLifespan
- defaultValue() - Static method in class org.infinispan.functional.MetaParam.MetaMaxIdle
- defaultValue() - Static method in enum class org.infinispan.functional.Param.ExecutionMode
- defaultValue() - Static method in enum class org.infinispan.functional.Param.LockingMode
- defaultValue() - Static method in enum class org.infinispan.functional.Param.PersistenceMode
-
Provides default persistence mode.
- defaultValue() - Static method in enum class org.infinispan.functional.Param.ReplicationMode
- defaultValue() - Static method in enum class org.infinispan.functional.Param.StatisticsMode
- DefaultXSiteEntryMergePolicy<K,
V> - Class in org.infinispan.xsite.spi -
The default
XSiteEntryMergePolicyimplementation. - DefaultXSiteMetricsCollector - Class in org.infinispan.xsite.metrics
-
Implementation of
XSiteMetricsCollectorto use when asynchronous backups (cross-site replication) are configured. - DefaultXSiteMetricsCollector(Configuration) - Constructor for class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- defineConfiguration(String, String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManager
- defineConfiguration(String, String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Defines a cache configuration by first reading the template configuration and then applying the override.
- defineConfiguration(String, String, Configuration) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- defineConfiguration(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManager
- defineConfiguration(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Register a cache configuration in the cache manager.
- defineConfiguration(String, Configuration) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- defineConfiguration(EmbeddedCacheManager, String, Configuration) - Static method in class org.infinispan.security.actions.SecurityActions
- DefineConfigurationAction - Class in org.infinispan.security.actions
-
DefineConfigurationAction.
- DefineConfigurationAction(EmbeddedCacheManager, String, Configuration) - Constructor for class org.infinispan.security.actions.DefineConfigurationAction
- DEGRADED - Enum constant in enum class org.infinispan.health.HealthStatus
-
Given entity is unhealthy.
- DEGRADED_MODE - Enum constant in enum class org.infinispan.partitionhandling.AvailabilityMode
-
Data can not be safely accessed because of a network split or successive nodes leaving.
- degradedModeKeysUnavailable(Collection<?>) - Method in class org.infinispan.util.logging.Log_$logger
- degradedModeKeysUnavailable(Collection<?>) - Method in interface org.infinispan.util.logging.Log
- degradedModeKeysUnavailable$str() - Method in class org.infinispan.util.logging.Log_$logger
- degradedModeKeyUnavailable(Object) - Method in class org.infinispan.util.logging.Log_$logger
- degradedModeKeyUnavailable(Object) - Method in interface org.infinispan.util.logging.Log
- degradedModeKeyUnavailable$str() - Method in class org.infinispan.util.logging.Log_$logger
- degradedModeLockUnavailable(Object) - Method in class org.infinispan.util.logging.Log_$logger
- degradedModeLockUnavailable(Object) - Method in interface org.infinispan.util.logging.Log
- degradedModeLockUnavailable$str() - Method in class org.infinispan.util.logging.Log_$logger
- delayedNull(CompletionStage<Void>) - Static method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
The same as
BaseAsyncInterceptor.delayedValue(CompletionStage, Object), except that it is optimizes cases where the return value is null. - delayedValue(CompletionStage<?>, Object) - Static method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Returns an InvocationStage if the provided CompletionStage is null, not completed or completed via exception.
- delayedValue(CompletionStage<?>, Object, Throwable) - Static method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
This method should be used instead of
BaseAsyncInterceptor.delayedValue(CompletionStage, Object)when aInvocationFinallyFunctionis used to properly handle the exception if any is present. - delayStart() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- delayStart() - Method in class org.infinispan.factories.ComponentRegistry
-
The
ComponentRegistrymay delay the start after a cluster shutdown. - delayStart() - Method in class org.infinispan.factories.GlobalComponentRegistry
- delegate - Variable in class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
- delegate() - Method in class org.infinispan.configuration.parsing.SFSToSIFSStore
- delegate() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- delegate() - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- delegate() - Method in class org.infinispan.container.impl.PeekableTouchableCaffeineMap
- delegate() - Method in class org.infinispan.container.impl.PeekableTouchableContainerMap
- delegate() - Method in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- delegate() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareCollection
- delegate() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- delegate() - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- delegate() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- delegate() - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- delegate() - Method in class org.infinispan.util.EntryWrapper
- DelegatingCacheEntryListenerInvocation<K,
V> - Class in org.infinispan.notifications.cachelistener.filter -
A wrapper around a
CacheEntryListenerInvocationthat keeps a reference to theFilterIndexingServiceProviderinstance that handles this invocation. - DelegatingCacheEntryListenerInvocation(CacheEntryListenerInvocation<K, V>) - Constructor for class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- DelegatingInitializationContext - Class in org.infinispan.persistence.support
- DelegatingInitializationContext() - Constructor for class org.infinispan.persistence.support.DelegatingInitializationContext
- DelegatingNonBlockingStore<K,
V> - Class in org.infinispan.persistence.support - DelegatingNonBlockingStore() - Constructor for class org.infinispan.persistence.support.DelegatingNonBlockingStore
- DelegatingPersistenceManager - Class in org.infinispan.persistence.support
- DelegatingPersistenceManager(PersistenceManager) - Constructor for class org.infinispan.persistence.support.DelegatingPersistenceManager
- DelegatingUserMarshaller - Class in org.infinispan.marshall.core.impl
-
A delegate
Marshallerimplementation for the user marshaller that ensures that theMarshaller.start()andMarshaller.stop()of the configured marshaller are called and logged as required. - DelegatingUserMarshaller(Marshaller) - Constructor for class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- delete(int, Object) - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- delete(int, Object) - Method in class org.infinispan.persistence.file.SingleFileStore
- delete(int, Object) - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- delete(int, Object) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Removes the entry for given key and segment from the store and optionally report if the entry was actually removed or not.
- delete(int, Object) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Removes the entry for the provided key which is in the given segment.
- delete(int, Object) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- delete(int, Object) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- delete(int, Object) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- delete(Object) - Method in interface org.infinispan.persistence.spi.CacheWriter
-
Deprecated.
- delete(Object) - Method in class org.infinispan.persistence.support.AbstractSegmentedAdvancedLoadWriteStore
- DELETE - Static variable in class org.infinispan.functional.impl.StatsEnvelope
- deleteBatch(Iterable<Object>) - Method in interface org.infinispan.persistence.spi.CacheWriter
-
Deprecated.Remove all provided keys from the store in a single batch operation.
- deleteBatch(Iterable<Object>) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- deleteFile(int) - Method in class org.infinispan.persistence.sifs.FileProvider
- deleteFromAllStores(Object, int, Predicate<? super StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
- deleteFromAllStores(Object, int, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- deleteFromAllStores(Object, int, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.TracedPersistenceManager
- deleteFromAllStores(Object, int, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- deleteRequest(int, Object, ByteBuffer) - Method in class org.infinispan.persistence.sifs.LogAppender
- deleteScopedState(String) - Method in interface org.infinispan.globalstate.GlobalStateManager
-
Delete the persistent state for the given scope
- deleteScopedState(String) - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
- deliverOrder() - Method in class org.infinispan.remoting.rpc.RpcOptions
- DeliverOrder - Enum Class in org.infinispan.remoting.inboundhandler
-
Used in RPC, it defines how the messages are delivered to the nodes.
- DeliveryGuarantee - Enum Class in org.infinispan.reactive.publisher.impl
-
Enumeration defining the possible delivery guarantees for entries.
- Delivery Semantics - Search tag in annotation interface org.infinispan.notifications.Listener
- Section
- deny(String, String) - Method in class org.infinispan.security.mappers.ClusterRoleMapper
- deny(String, String) - Method in interface org.infinispan.security.MutablePrincipalRoleMapper
- DENY - Enum constant in enum class org.infinispan.security.AuditResponse
- DENY_READ_WRITES - Enum constant in enum class org.infinispan.partitionhandling.PartitionHandling
-
If the partition does not have all owners for a given segment, both reads and writes are denied for all keys in that segment.
- denyAll(String) - Method in class org.infinispan.security.mappers.ClusterRoleMapper
- denyAll(String) - Method in interface org.infinispan.security.MutablePrincipalRoleMapper
- DependencyGraph<T> - Class in org.infinispan.util
-
Graph to track dependencies between objects
- DependencyGraph() - Constructor for class org.infinispan.util.DependencyGraph
- dependsOn(IracXSiteBackup, CompletionStage<Void>) - Method in class org.infinispan.xsite.irac.IracClearResponseCollector
- deployerRoleDescription() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- deployerRoleDescription() - Method in interface org.infinispan.util.logging.events.Messages
- deployerRoleDescription$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- deprecatedIndexProperties() - Method in class org.infinispan.util.logging.Log_$logger
- deprecatedIndexProperties() - Method in interface org.infinispan.util.logging.Log
- deprecatedIndexProperties$str() - Method in class org.infinispan.util.logging.Log_$logger
- description(String) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
A description for the role
- description(String) - Method in interface org.infinispan.configuration.global.GlobalRolesConfigurationChildBuilder
- DESCRIPTION - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- destination() - Method in interface org.infinispan.remoting.transport.jgroups.RequestTracker
- destroy() - Method in interface org.infinispan.persistence.spi.ExternalStore
-
Deprecated.Method to be used to destroy and clean up any resources associated with this store.
- destroy() - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
This method is to be invoked when the store should clean up all underlying data and storage of said data.
- destroy() - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- destroy() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- destroy() - Static method in class org.infinispan.transaction.tm.BatchModeTransactionManager
- destroy() - Static method in class org.infinispan.transaction.tm.EmbeddedTransactionManager
- detail - Variable in class org.infinispan.util.logging.events.impl.BaseEventLog
- detail - Variable in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- detail(String) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Sets a detail for this event log which could include additional information.
- detail(String) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
- detail(String) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- detail(Throwable) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Sets a throwable to include as detail for this event.
- DIFFERENT_MACHINE - Enum constant in enum class org.infinispan.manager.ClusterExecutionPolicy
-
The command will be executed only on a different machine.
- DIFFERENT_RACK - Enum constant in enum class org.infinispan.manager.ClusterExecutionPolicy
-
The command will be executed on machine on a different rack.
- DIFFERENT_SITE - Enum constant in enum class org.infinispan.manager.ClusterExecutionPolicy
-
The command will be executed on a different site.
- directoryCannotBeCreated(String) - Method in class org.infinispan.util.logging.Log_$logger
- directoryCannotBeCreated(String) - Method in interface org.infinispan.util.logging.Log
- directoryCannotBeCreated$str() - Method in class org.infinispan.util.logging.Log_$logger
- disable() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- disable() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- disable() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- disable() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- disable() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- disable() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
Disables authorization for this cache
- disable() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- disable() - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- disable() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- disable() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- disable() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
Disable recovery for this cache
- disable() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
-
Disable statistics gathering.
- disable() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
-
Disable tracing on the given cache.
- disable() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- disable() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
-
Disables JMX in the cache manager.
- disable() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- disable() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- disableBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.since 14.0. To be removed without replacement.
- disableBackups(boolean) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0. To be removed without replacement.
- disableCategory(SpanCategory) - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
-
Disable tracing for the given category on the given cache.
- disabled() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Disable grouping support so that
Groupannotations are not used and any configured groupers will not be be invoked - DisabledInfinispanSpan<T> - Class in org.infinispan.telemetry.impl
- DisabledInfinispanTelemetry - Class in org.infinispan.telemetry.impl
- DisabledInfinispanTelemetry() - Constructor for class org.infinispan.telemetry.impl.DisabledInfinispanTelemetry
- disableReaper() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Disable the background reaper to test entries for expiration.
- disableRehashAware() - Method in interface org.infinispan.BaseCacheStream
-
Disables tracking of rehash events that could occur to the underlying cache.
- disableRehashAware() - Method in interface org.infinispan.CacheStream
-
Disables tracking of rehash events that could occur to the underlying cache.
- disableRehashAware() - Method in interface org.infinispan.DoubleCacheStream
-
Disables tracking of rehash events that could occur to the underlying cache.
- disableRehashAware() - Method in interface org.infinispan.IntCacheStream
-
Disables tracking of rehash events that could occur to the underlying cache.
- disableRehashAware() - Method in interface org.infinispan.LockedStream
-
Disables tracking of rehash events that could occur to the underlying cache.
- disableRehashAware() - Method in interface org.infinispan.LongCacheStream
-
Disables tracking of rehash events that could occur to the underlying cache.
- disableRehashAware() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- disableRehashAware() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- disableRehashAware() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- disableRehashAware() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- disableRehashAware() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- disableRehashAware() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- disableRehashAware() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- disableRehashAware() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- disableRehashAware() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- disableRehashAware() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- disableRehashAware() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- disableRehashAware() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- disableRehashAware() - Method in class org.infinispan.stream.impl.LockedStreamImpl
- disableRehashAware() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- disableStore(String) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
-
Disables a store of a given type.
- disableStore(String) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Marks the given storage as disabled.
- disableStore(String) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- disableStore(String) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- DiscardUpdateException - Exception Class in org.infinispan.xsite.irac
-
For optimistic transactions, it signals the update from the remote site is not valid (old version or conflict resolution rejected it).
- DiscardUpdateException(String, Throwable, boolean, boolean) - Constructor for exception class org.infinispan.xsite.irac.DiscardUpdateException
- disconnectChannel - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- disconnectJGroups(String) - Method in class org.infinispan.util.logging.Log_$logger
- disconnectJGroups(String) - Method in interface org.infinispan.util.logging.Log
- disconnectJGroups$str() - Method in class org.infinispan.util.logging.Log_$logger
- disconnectSource(String) - Method in class org.infinispan.upgrade.RollingUpgradeManager
- disconnectSource(Cache<Object, Object>) - Method in interface org.infinispan.upgrade.TargetMigrator
-
Disconnects the target from the source.
- DIST - Enum constant in enum class org.infinispan.configuration.parsing.ParsedCacheMode
- DIST_ASYNC - Enum constant in enum class org.infinispan.configuration.cache.CacheMode
-
Async DIST
- DIST_SYNC - Enum constant in enum class org.infinispan.configuration.cache.CacheMode
-
Synchronous DIST
- DistCacheWriterInterceptor - Class in org.infinispan.interceptors.impl
-
Cache store interceptor specific for the distribution and replication cache modes.
- DistCacheWriterInterceptor() - Constructor for class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- distinct() - Method in interface org.infinispan.CacheStream
- distinct() - Method in interface org.infinispan.DoubleCacheStream
- distinct() - Method in interface org.infinispan.IntCacheStream
- distinct() - Method in interface org.infinispan.LongCacheStream
- distinct() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- distinct() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- distinct() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- distinct() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- distinct() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- distinct() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- distinct() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- distinct() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- distinct() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- distinct() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- distinct() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- distinct() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- distinct() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- DistinctDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
-
Performs distinct operation on a
DoubleStream - DistinctIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs distinct operation on a
IntStream - DistinctLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs distinct operation on a
LongStream - DistinctOperation<S> - Class in org.infinispan.stream.impl.intops.object
-
Performs distinct operation on a regular
Stream - distLostDataCheck(ConsistentHash, List<Address>) - Static method in class org.infinispan.topology.ClusterTopologyManagerImpl
- DISTRIBUTED_CACHE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- DISTRIBUTED_CACHE_CONFIGURATION - Enum constant in enum class org.infinispan.configuration.parsing.Element
- DISTRIBUTED_SYNC_TIMEOUT - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- distributedBatchSize - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- distributedBatchSize(int) - Method in interface org.infinispan.BaseCacheStream
-
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed cache to back this stream.
- distributedBatchSize(int) - Method in interface org.infinispan.CacheStream
-
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed cache to back this stream.
- distributedBatchSize(int) - Method in interface org.infinispan.DoubleCacheStream
-
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed cache to back this stream.
- distributedBatchSize(int) - Method in interface org.infinispan.IntCacheStream
-
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed cache to back this stream.
- distributedBatchSize(int) - Method in interface org.infinispan.LockedStream
-
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed cache to back this stream.
- distributedBatchSize(int) - Method in interface org.infinispan.LongCacheStream
-
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed cache to back this stream.
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- distributedBatchSize(int) - Method in class org.infinispan.stream.impl.LockedStreamImpl
- distributedBatchSize(int) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- DistributedCacheStatsCallableExternalizer() - Constructor for class org.infinispan.stats.impl.ClusterCacheStatsImpl.DistributedCacheStatsCallableExternalizer
- DistributedCacheStream<Original,
R> - Class in org.infinispan.stream.impl -
Implementation of
CacheStreamthat provides support for lazily distributing stream methods to appropriate nodes - DistributedCacheStream(Address, boolean, InvocationContext, long, int, Executor, ComponentRegistry, Function<? super Original, ?>, ClusterPublisherManager<?, ?>) - Constructor for class org.infinispan.stream.impl.DistributedCacheStream
-
Standard constructor requiring all pertinent information to properly utilize a distributed cache stream
- DistributedCacheStream(AbstractCacheStream) - Constructor for class org.infinispan.stream.impl.DistributedCacheStream
-
This constructor is to be used only when a user calls a map or flat map method changing back to a regular Stream from an IntStream, DoubleStream etc.
- DistributedDoubleCacheStream<Original> - Class in org.infinispan.stream.impl
-
Implementation of
DoubleStreamthat utilizes a lazily evaluated distributed back end execution. - DistributedDoubleCacheStream(AbstractCacheStream) - Constructor for class org.infinispan.stream.impl.DistributedDoubleCacheStream
-
This constructor is to be used only when a user calls a map or flat map method changing to a DoubleStream from a CacheStream, Stream, IntStream, LongStream etc.
- DistributedIntCacheStream<Original> - Class in org.infinispan.stream.impl
-
Implementation of
IntStreamthat utilizes a lazily evaluated distributed back end execution. - DistributedIntCacheStream(AbstractCacheStream) - Constructor for class org.infinispan.stream.impl.DistributedIntCacheStream
-
This constructor is to be used only when a user calls a map or flat map method changing to an IntStream from a CacheStream, Stream, DoubleStream, LongStream etc.
- DistributedLongCacheStream<Original> - Class in org.infinispan.stream.impl
-
Implementation of
LongStreamthat utilizes a lazily evaluated distributed back end execution. - DistributedLongCacheStream(AbstractCacheStream) - Constructor for class org.infinispan.stream.impl.DistributedLongCacheStream
-
This constructor is to be used only when a user calls a map or flat map method changing to an IntStream from a CacheStream, Stream, DoubleStream, IntStream etc.
- distributedSyncTimeout() - Method in class org.infinispan.configuration.global.TransportConfiguration
- distributedSyncTimeout(long) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Timeout for coordinating cluster formation when nodes join or leave the cluster.
- distributedSyncTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Timeout for coordinating cluster formation when nodes join or leave the cluster.
- DISTRIBUTION - Enum constant in enum class org.infinispan.configuration.cache.CacheType
- DistributionInfo - Class in org.infinispan.distribution
- DistributionInfo(int, Address, List<Address>, List<Address>, Collection<Address>, Address) - Constructor for class org.infinispan.distribution.DistributionInfo
- DistributionLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
- distributionManager - Variable in class org.infinispan.expiration.impl.ClusterExpirationManager
- distributionManager - Variable in class org.infinispan.interceptors.impl.ClusteringInterceptor
- distributionManager - Variable in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- distributionManager - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- distributionManager - Variable in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- distributionManager - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- distributionManager - Variable in class org.infinispan.statetransfer.StateProviderImpl
- DistributionManager - Interface in org.infinispan.distribution
-
A component that manages the distribution of elements across a cache cluster
- DistributionManagerFactory - Class in org.infinispan.factories
- DistributionManagerFactory() - Constructor for class org.infinispan.factories.DistributionManagerFactory
- DistributionManagerImpl - Class in org.infinispan.distribution.impl
-
The default distribution manager implementation
- DistributionManagerImpl() - Constructor for class org.infinispan.distribution.impl.DistributionManagerImpl
- DistributionSummaryTrackerImpl - Class in org.infinispan.metrics.impl
-
A
DistributionSummaryTrackerimplementation that usesDistributionSummary. - doAddBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- doAs(Subject, Runnable) - Static method in class org.infinispan.security.Security
- doAs(Subject, BiFunction<T, U, R>, T, U) - Static method in class org.infinispan.security.Security
- doAs(Subject, Function<T, R>, T) - Static method in class org.infinispan.security.Security
- doAs(Subject, Supplier<T>) - Static method in class org.infinispan.security.Security
- doCheck(Object, boolean, long) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- doHandleClusterView(int) - Method in class org.infinispan.topology.ClusterCacheStatus
- doIf(Subject, AuthorizationPermission, Runnable) - Method in interface org.infinispan.security.AuthorizationManager
-
Executes the runnable only if the current user has the specified permission
- doIf(Subject, AuthorizationPermission, Runnable) - Method in class org.infinispan.security.impl.AuthorizationManagerImpl
- doIf(Subject, AuthorizationPermission, Runnable) - Method in class org.infinispan.security.impl.PermissiveAuthorizationManager
- doJoin(Address, CacheJoinInfo) - Method in class org.infinispan.topology.ClusterCacheStatus
- doLeave(Address) - Method in class org.infinispan.topology.ClusterCacheStatus
- domain() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- domain(String) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
-
If JMX is enabled then all 'published' JMX objects will appear under this name.
- DOMAIN - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- DOMAIN - Static variable in class org.infinispan.configuration.global.GlobalJmxConfiguration
- doMergePartitions(Map<Address, CacheStatusResponse>) - Method in class org.infinispan.topology.ClusterCacheStatus
- DONT_LOAD - Enum constant in enum class org.infinispan.commands.VisitableCommand.LoadType
-
Never load previous value.
- DONT_REGISTER - Enum constant in enum class org.infinispan.configuration.global.ShutdownHookBehavior
-
Forces the cache NOT to register a shutdown hook, even if no MBean server is detected.
- doOnSegmentComplete(int) - Method in class org.infinispan.reactive.publisher.impl.InnerPublisherSubscription
-
Method invoked whenever a segment is completed.
- doOnValue(R, int) - Method in class org.infinispan.reactive.publisher.impl.InnerPublisherSubscription
-
Method invoked on each value providing the value and segment.
- doPrivileged(Runnable) - Static method in class org.infinispan.security.Security
- doPrivileged(Supplier<T>) - Static method in class org.infinispan.security.Security
- doReadObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer
- doReadObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.Externalizer
- doReadObject(ObjectInput) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer
- doReadObject(ObjectInput) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer
- doReadObject(ObjectInput) - Method in class org.infinispan.topology.CacheTopology.Externalizer
- doReadObject(ObjectInput) - Method in class org.infinispan.topology.ManagerStatusResponse.Externalizer
- doRealInvocation(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- doRealInvocation(EventWrapper<K, V, CacheEntryEvent<K, V>>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- doRealInvocation(EventWrapper<K, V, CacheEntryEvent<K, V>>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.ClusteredListenerInvocation
- doTranscode(Object, MediaType, MediaType) - Method in class org.infinispan.encoding.impl.TwoStepTranscoder
- doTranscode(Object, MediaType, MediaType) - Method in class org.infinispan.encoding.ProtostreamTranscoder
- DOUBLE - Enum constant in enum class org.infinispan.stream.impl.IntermediateType
- doubleCacheStream() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- doubleCacheStream() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- doubleCacheStream() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- DoubleCacheStream - Interface in org.infinispan
-
A
DoubleStreamthat has additional methods to allow for Serializable instances. - DoubleSummaryStatisticsExternalizer - Class in org.infinispan.marshall.exts
-
Externalizer used for
DoubleSummaryStatistics. - DoubleSummaryStatisticsExternalizer() - Constructor for class org.infinispan.marshall.exts.DoubleSummaryStatisticsExternalizer
- doWriteObject(ObjectOutput, DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer
- doWriteObject(ObjectOutput, ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.Externalizer
- doWriteObject(ObjectOutput, JGroupsAddress) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer
- doWriteObject(ObjectOutput, JGroupsTopologyAwareAddress) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer
- doWriteObject(ObjectOutput, CacheTopology) - Method in class org.infinispan.topology.CacheTopology.Externalizer
- doWriteObject(ObjectOutput, ManagerStatusResponse) - Method in class org.infinispan.topology.ManagerStatusResponse.Externalizer
- drainCompletionQueue() - Method in class org.infinispan.executors.SemaphoreCompletionService
- dropEvents(Object) - Method in interface org.infinispan.notifications.cachelistener.cluster.ClusterEventManager
-
Drops and ignores all previously added events for the given identifier.
- dropEvents(Object) - Method in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl
- dropEvents(Object) - Method in class org.infinispan.notifications.cachelistener.cluster.impl.ClusterEventManagerStub
- DUMMY_INVOCATION_ID - Static variable in class org.infinispan.commands.CommandInvocationId
- duplicateAliasName(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- duplicateAliasName(String, String) - Method in interface org.infinispan.util.logging.Log
- duplicateAliasName$str() - Method in class org.infinispan.util.logging.Log_$logger
- duplicateAttribute(ConfigurationReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Get an exception reporting that an attribute of a given name has already been declared in this scope.
- duplicateCacheName(String) - Method in class org.infinispan.util.logging.Log_$logger
- duplicateCacheName(String) - Method in interface org.infinispan.util.logging.Log
- duplicateCacheName$str() - Method in class org.infinispan.util.logging.Log_$logger
- duplicateExternalizerIdFound(int, Class<?>, String, int) - Method in class org.infinispan.util.logging.Log_$logger
- duplicateExternalizerIdFound(int, Class<?>, String, int) - Method in interface org.infinispan.util.logging.Log
- duplicateExternalizerIdFound(int, String) - Method in class org.infinispan.util.logging.Log_$logger
- duplicateExternalizerIdFound(int, String) - Method in interface org.infinispan.util.logging.Log
- duplicateExternalizerIdFound2$str() - Method in class org.infinispan.util.logging.Log_$logger
- duplicateExternalizerIdFound4$str() - Method in class org.infinispan.util.logging.Log_$logger
- duplicateIdEncoder(short) - Method in class org.infinispan.util.logging.Log_$logger
- duplicateIdEncoder(short) - Method in interface org.infinispan.util.logging.Log
- duplicateIdEncoder$str() - Method in class org.infinispan.util.logging.Log_$logger
- duplicateIdWrapper(byte) - Method in class org.infinispan.util.logging.Log_$logger
- duplicateIdWrapper(byte) - Method in interface org.infinispan.util.logging.Log
- duplicateIdWrapper$str() - Method in class org.infinispan.util.logging.Log_$logger
- duplicateJGroupsStack(String) - Method in class org.infinispan.util.logging.Log_$logger
- duplicateJGroupsStack(String) - Method in interface org.infinispan.util.logging.Log
- duplicateJGroupsStack$str() - Method in class org.infinispan.util.logging.Log_$logger
- duplicateLocation(TopologyLevel, Collection<Address>, Address, boolean) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- duplicateNamedElement(ConfigurationReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Get an exception reporting that an element of a given type and name has already been declared in this scope.
- duplicateRemoteSite(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- duplicateRemoteSite(String, String) - Method in interface org.infinispan.util.logging.Log
- duplicateRemoteSite$str() - Method in class org.infinispan.util.logging.Log_$logger
- DynamicModuleMetadataProvider - Interface in org.infinispan.factories.impl
-
Modules implementing
ModuleLifecyclemight need additional control over the created components.
E
- EC2(Properties) - Static method in class org.infinispan.remoting.transport.jgroups.BuiltinJGroupsChannelConfigurator
- Element - Enum Class in org.infinispan.configuration.parsing
-
An enumeration of all the recognized XML element local names, by name.
- elementRemoved(String, Location) - Method in class org.infinispan.util.logging.Log_$logger
- elementRemoved(String, Location) - Method in interface org.infinispan.util.logging.Log
- elementRemoved(ConfigurationReader) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- elementRemoved(ConfigurationReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- elementRemoved$str() - Method in class org.infinispan.util.logging.Log_$logger
- elementRemovedUseOther(String, String, Location) - Method in class org.infinispan.util.logging.Log_$logger
- elementRemovedUseOther(String, String, Location) - Method in interface org.infinispan.util.logging.Log
- elementRemovedUseOther$str() - Method in class org.infinispan.util.logging.Log_$logger
- elements() - Method in class org.infinispan.security.CachePermissionCollection
- EmbeddedBaseTransactionManager - Class in org.infinispan.transaction.tm
-
A simple
TransactionManagerimplementation. - EmbeddedBaseTransactionManager() - Constructor for class org.infinispan.transaction.tm.EmbeddedBaseTransactionManager
- embeddedCacheManager - Variable in class org.infinispan.interceptors.BaseCustomAsyncInterceptor
- EmbeddedCacheManager - Interface in org.infinispan.manager
-
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
- EmbeddedCacheManagerAdmin - Interface in org.infinispan.manager
-
Cache manager operations which affect the whole cluster.
- EmbeddedCacheManagerStartupException - Exception Class in org.infinispan.manager
-
An exception to encapsulate an error when starting up a cache manager
- EmbeddedCacheManagerStartupException() - Constructor for exception class org.infinispan.manager.EmbeddedCacheManagerStartupException
- EmbeddedCacheManagerStartupException(String) - Constructor for exception class org.infinispan.manager.EmbeddedCacheManagerStartupException
- EmbeddedCacheManagerStartupException(String, Throwable) - Constructor for exception class org.infinispan.manager.EmbeddedCacheManagerStartupException
- EmbeddedCacheManagerStartupException(Throwable) - Constructor for exception class org.infinispan.manager.EmbeddedCacheManagerStartupException
- EmbeddedExpirableMetadata$___Marshaller_57542ccf09e811f3460251c589ca05aed449dbbc1765661fa3851dddaac8dd71 - Class in org.infinispan.metadata
-
WARNING: Generated code! Do not edit!
- EmbeddedExpirableMetadata$___Marshaller_57542ccf09e811f3460251c589ca05aed449dbbc1765661fa3851dddaac8dd71() - Constructor for class org.infinispan.metadata.EmbeddedExpirableMetadata$___Marshaller_57542ccf09e811f3460251c589ca05aed449dbbc1765661fa3851dddaac8dd71
- EmbeddedJGroupsChannelConfigurator - Class in org.infinispan.remoting.transport.jgroups
-
A JGroups
ProtocolStackConfiguratorwhich - EmbeddedJGroupsChannelConfigurator(String, List<ProtocolConfiguration>, EmbeddedJGroupsChannelConfigurator.RemoteSites) - Constructor for class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- EmbeddedJGroupsChannelConfigurator(String, List<ProtocolConfiguration>, EmbeddedJGroupsChannelConfigurator.RemoteSites, String) - Constructor for class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- EmbeddedJGroupsChannelConfigurator.RemoteSite - Class in org.infinispan.remoting.transport.jgroups
- EmbeddedJGroupsChannelConfigurator.RemoteSites - Class in org.infinispan.remoting.transport.jgroups
- EmbeddedJGroupsChannelConfigurator.StackCombine - Enum Class in org.infinispan.remoting.transport.jgroups
- EmbeddedLifespanExpirableMetadata(long, EntryVersion) - Constructor for class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
- EmbeddedLifespanExpirableMetadata(long, NumericVersion, SimpleClusteredVersion) - Constructor for class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
- EmbeddedLifespanExpirableMetadata$___Marshaller_8da6d90d1f279b201c958e38c4b73ab7f2712dc1dc20b32c21334eacdfc6fd4b - Class in org.infinispan.metadata
-
WARNING: Generated code! Do not edit!
- EmbeddedLifespanExpirableMetadata$___Marshaller_8da6d90d1f279b201c958e38c4b73ab7f2712dc1dc20b32c21334eacdfc6fd4b() - Constructor for class org.infinispan.metadata.EmbeddedLifespanExpirableMetadata$___Marshaller_8da6d90d1f279b201c958e38c4b73ab7f2712dc1dc20b32c21334eacdfc6fd4b
- EmbeddedMaxIdleExpirableMetadata$___Marshaller_6887b83200c53e83a8233e38450ed44c3191b4968b578e16a63c12add76959ed - Class in org.infinispan.metadata
-
WARNING: Generated code! Do not edit!
- EmbeddedMaxIdleExpirableMetadata$___Marshaller_6887b83200c53e83a8233e38450ed44c3191b4968b578e16a63c12add76959ed() - Constructor for class org.infinispan.metadata.EmbeddedMaxIdleExpirableMetadata$___Marshaller_6887b83200c53e83a8233e38450ed44c3191b4968b578e16a63c12add76959ed
- EmbeddedMetadata - Class in org.infinispan.metadata
-
Metadata class for embedded caches.
- EmbeddedMetadata.Builder - Class in org.infinispan.metadata
- EmbeddedMetadata.EmbeddedExpirableMetadata - Class in org.infinispan.metadata
- EmbeddedMetadata.EmbeddedLifespanExpirableMetadata - Class in org.infinispan.metadata
- EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata - Class in org.infinispan.metadata
- EmbeddedMetadata.Externalizer - Class in org.infinispan.metadata
- EmbeddedMetadata$___Marshaller_d44c815cc3de96e45a01e06b569541e480035dc14f5499e3f3edc3fa7c6fe67 - Class in org.infinispan.metadata
-
WARNING: Generated code! Do not edit!
- EmbeddedMetadata$___Marshaller_d44c815cc3de96e45a01e06b569541e480035dc14f5499e3f3edc3fa7c6fe67() - Constructor for class org.infinispan.metadata.EmbeddedMetadata$___Marshaller_d44c815cc3de96e45a01e06b569541e480035dc14f5499e3f3edc3fa7c6fe67
- EmbeddedTimeService - Class in org.infinispan.util
-
The default implementation of
TimeService. - EmbeddedTimeService() - Constructor for class org.infinispan.util.EmbeddedTimeService
- EmbeddedTransaction - Class in org.infinispan.transaction.tm
-
A
Transactionimplementation used byEmbeddedBaseTransactionManager. - EmbeddedTransaction(EmbeddedBaseTransactionManager) - Constructor for class org.infinispan.transaction.tm.EmbeddedTransaction
- EmbeddedTransactionManager - Class in org.infinispan.transaction.tm
-
Simple transaction manager implementation that maintains transaction state in memory only.
- EmbeddedTransactionManagerLookup - Class in org.infinispan.transaction.lookup
-
Returns an instance of
EmbeddedTransactionManager. - EmbeddedTransactionManagerLookup() - Constructor for class org.infinispan.transaction.lookup.EmbeddedTransactionManagerLookup
- EmbeddedUserTransaction - Class in org.infinispan.transaction.tm
-
A
UserTransactionimplementation that usesEmbeddedTransactionManager. - empty() - Static method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- empty() - Static method in class org.infinispan.metadata.impl.PrivateMetadata
- empty() - Static method in class org.infinispan.topology.CacheStatusResponse
- EMPTY - Static variable in class org.infinispan.metadata.EmbeddedMetadata
- EMPTY - Static variable in class org.infinispan.remoting.responses.UnsuccessfulResponse
- EMPTY_ARRAY - Static variable in interface org.infinispan.remoting.transport.Address
- EmptyAsyncInterceptorChain - Class in org.infinispan.interceptors
- EmptyAsyncInterceptorChain() - Constructor for class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- EmptyConstructorFactory - Class in org.infinispan.factories
-
Factory for building global-scope components which have default empty constructors
- EmptyConstructorFactory() - Constructor for class org.infinispan.factories.EmptyConstructorFactory
- EmptyConstructorNamedCacheFactory - Class in org.infinispan.factories
-
Simple factory that just uses reflection and an empty constructor of the component type.
- EmptyConstructorNamedCacheFactory() - Constructor for class org.infinispan.factories.EmptyConstructorNamedCacheFactory
- EmptyRaftManager - Enum Class in org.infinispan.remoting.transport.impl
-
A NO-OP implementation of
RaftManager. - emptyResponse(IntSet, IntSet) - Static method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponse
- emptyString() - Static method in class org.infinispan.util.ByteString
- enable() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- enable() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- enable() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- enable() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- enable() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
If true, all modifications to this cache store happen asynchronously on a separate thread.
- enable() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
Enables authorization for this cache.
- enable() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- enable() - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- enable() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- enable() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- enable() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
Enable recovery for this cache
- enable() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
-
Enable statistics gathering.
- enable() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
-
Enable tracing on the given cache.
- enable() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- enable() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
-
Enables JMX in the cache manager.
- enable() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- enable() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- enable(boolean) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- enableBackOff() - Method in class org.infinispan.xsite.irac.IracXSiteBackup
- enableCategory(SpanCategory) - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
-
Enable tracing for the given category on the given cache.
- enabled - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
- enabled() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
If true, all modifications to this cache store happen asynchronously, on a separate thread.
- enabled() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
- enabled() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0. To be removed without replacement.
- enabled() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
-
If grouping support is enabled, then
Groupannotations are honored and any configured groupers will be invoked - enabled() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Enable grouping support so that
Groupannotations are honored and any configured groupers will be invoked - enabled() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
Determines if indexing is enabled for this cache configuration.
- enabled() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- enabled() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
- enabled() - Method in class org.infinispan.configuration.cache.L1Configuration
- enabled() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
-
Determines if recovery is enabled for the cache.
- enabled() - Method in class org.infinispan.configuration.cache.StatisticsConfiguration
- enabled() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
- enabled() - Method in class org.infinispan.configuration.cache.TracingConfiguration
-
Whether tracing is enabled or disabled on the given cache.
- enabled() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- enabled() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- enabled() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- enabled() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
-
Metrics are enabled if at least one of the metric types is enabled.
- enabled() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Metrics are enabled if at least one of the metric types is enabled.
- enabled() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- enabled() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- enabled() - Method in class org.infinispan.configuration.global.GlobalTracingConfiguration
-
Tracing is enabled by default if "collector-endpoint" is defined.
- enabled() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- enabled() - Method in class org.infinispan.jmx.CacheJmxRegistration
-
Checks that JMX is effectively enabled.
- enabled() - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
-
Checks that JMX is effectively enabled.
- enabled(boolean) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- enabled(boolean) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
Enables/disables authorization for this cache.
- enabled(boolean) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0. To be removed without replacement.
- enabled(boolean) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Enable grouping support so that
Groupannotations are honored and any configured groupers will be invoked - enabled(boolean) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- enabled(boolean) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- enabled(boolean) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
Enable recovery for this cache
- enabled(boolean) - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
-
Enable or disable statistics gathering.
- enabled(boolean) - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
-
Enables JMX in the cache manager.
- enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Enables or disables the storage of global state.
- enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- enabled(SpanCategory) - Method in class org.infinispan.configuration.cache.TracingConfiguration
- ENABLED - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ENABLED - Static variable in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.AuthorizationConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.GroupsConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.L1Configuration
- ENABLED - Static variable in class org.infinispan.configuration.cache.RecoveryConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.StatisticsConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.TracingConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.global.GlobalJmxConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.global.GlobalStateConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.global.GlobalTracingConfiguration
- enabledBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0. To be removed without replacement. Use
SitesConfiguration.allBackups()orSitesConfiguration.allBackupsStream(). - enabledBackupStream() - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0. To be removed without replacement. Use
SitesConfiguration.allBackups()orSitesConfiguration.allBackupsStream(). - enableReaper() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Enable the background reaper to test entries for expiration.
- encode(AuthorizationPermission) - Method in class org.infinispan.security.AuthorizationPermission$___Marshaller_e4a67ef18a1f2ebc30b0d1e396f24e2098535911da768fa734361c9903b14240
- encode(EventLogCategory) - Method in class org.infinispan.util.logging.events.EventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134
- encode(EventLogLevel) - Method in class org.infinispan.util.logging.events.EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1
- encodeEntries(Map<? extends K, ?>) - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- encodeEntries(Map<? extends K, ?>) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- encodeEntries(Map<? extends K, ?>) - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- encodeEntries(Map<? extends K, ?>) - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- encodeEntries(Map<? extends K, ?>) - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- encodeEntries(Map<? extends K, ?>) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- encodeKeys(Set<? extends K>) - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- encodeKeys(Set<? extends K>) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- encodeKeys(Set<? extends K>) - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- encodeKeys(Set<? extends K>) - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- encodeKeys(Set<? extends K>) - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- encodeKeys(Set<? extends K>) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- ENCODER - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- EncoderCache<K,
V> - Class in org.infinispan.cache.impl -
Cache decoration that makes use of the
EncoderandWrapperto convert between storage value and read/write value. - EncoderCache(AdvancedCache<K, V>, InternalEntryFactory, BasicComponentRegistry, DataConversion, DataConversion) - Constructor for class org.infinispan.cache.impl.EncoderCache
- encoderClassNotFound(Class<?>) - Method in class org.infinispan.util.logging.Log_$logger
- encoderClassNotFound(Class<?>) - Method in interface org.infinispan.util.logging.Log
- encoderClassNotFound$str() - Method in class org.infinispan.util.logging.Log_$logger
- EncoderEntryMapper<K,
V, - Class in org.infinispan.cache.implT> -
Functionthat uses an encoder to converter entries from the configured storage format to the requested format. - EncoderEntryMapper.Externalizer - Class in org.infinispan.cache.impl
- encoderIdNotFound(short) - Method in class org.infinispan.util.logging.Log_$logger
- encoderIdNotFound(short) - Method in interface org.infinispan.util.logging.Log
- encoderIdNotFound$str() - Method in class org.infinispan.util.logging.Log_$logger
- EncoderKeyMapper<K> - Class in org.infinispan.cache.impl
-
Functionthat uses a keyEncoder to converter keys from the configured storage format to the requested format. - EncoderKeyMapper(DataConversion) - Constructor for class org.infinispan.cache.impl.EncoderKeyMapper
- EncoderKeyMapper.Externalizer - Class in org.infinispan.cache.impl
- EncoderRegistry - Interface in org.infinispan.marshall.core
-
Manages existent
Encoder,WrapperandTranscoderinstances. - EncoderRegistryFactory - Class in org.infinispan.factories
-
Factory for
EncoderRegistryImplobjects. - EncoderRegistryFactory() - Constructor for class org.infinispan.factories.EncoderRegistryFactory
- EncoderRegistryImpl - Class in org.infinispan.marshall.core
- EncoderRegistryImpl() - Constructor for class org.infinispan.marshall.core.EncoderRegistryImpl
- EncoderValueMapper<V> - Class in org.infinispan.cache.impl
-
Functionthat uses a valueEncoder to converter values from the configured storage format to the requested format. - EncoderValueMapper(DataConversion) - Constructor for class org.infinispan.cache.impl.EncoderValueMapper
- EncoderValueMapper.Externalizer - Class in org.infinispan.cache.impl
- encoding() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- encoding() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- encoding() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- encoding() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- encoding() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- encoding() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- encoding() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- encoding() - Method in class org.infinispan.configuration.cache.Configuration
- encoding() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- encoding() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- ENCODING - Enum constant in enum class org.infinispan.configuration.parsing.Element
- EncodingConfiguration - Class in org.infinispan.configuration.cache
-
Controls encoding configuration for keys and values in the cache.
- EncodingConfiguration(AttributeSet, ContentTypeConfiguration, ContentTypeConfiguration) - Constructor for class org.infinispan.configuration.cache.EncodingConfiguration
- EncodingConfigurationBuilder - Class in org.infinispan.configuration.cache
- EncodingFunction<T> - Interface in org.infinispan.cache.impl
-
This is a marker interface to signal that this function may perform an encoding of the provided value.
- end(Xid, int) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- endBatch(boolean) - Method in class org.infinispan.batch.BatchContainer
- endBatch(boolean) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- endBatch(boolean) - Method in class org.infinispan.cache.impl.CacheImpl
- endBatch(boolean) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- endBatch(boolean) - Method in class org.infinispan.security.impl.SecureCacheImpl
- endBatch(boolean, boolean) - Method in class org.infinispan.batch.BatchContainer
- endStateTransfer(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateConsumer
-
It notifies the end of state transfer from other site.
- endStateTransfer(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl
- EnhancedQueueExecutorFactory - Class in org.infinispan.factories.threads
-
Executor Factory used for blocking executors which utilizes
EnhancedQueueExecutorinternally. - EnhancedQueueExecutorFactory(int, int, int, long) - Constructor for class org.infinispan.factories.threads.EnhancedQueueExecutorFactory
- enlist(Transaction, LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- enlist(Transaction, LocalTransaction) - Method in class org.infinispan.transaction.xa.XaTransactionTable
- enlistClientTransaction(Transaction, LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- enlistClientTransaction(Transaction, LocalTransaction) - Method in class org.infinispan.transaction.xa.XaTransactionTable
- enteringDegradedModeGracefulLeaver(Address) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- enteringDegradedModeGracefulLeaver(Address) - Method in interface org.infinispan.util.logging.events.Messages
- enteringDegradedModeGracefulLeaver$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- enteringDegradedModeLostData(Collection<Address>) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- enteringDegradedModeLostData(Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
- enteringDegradedModeLostData$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- enteringDegradedModeMinorityPartition(Collection<Address>, Collection<Address>, Collection<Address>) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- enteringDegradedModeMinorityPartition(Collection<Address>, Collection<Address>, Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
- enteringDegradedModeMinorityPartition$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- enterSynchronizationAsync(CompletableFuture<Void>) - Method in class org.infinispan.transaction.impl.RemoteTransaction
- entries - Variable in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- entries() - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Provides a
Traversablethat allows clients to navigate all cached entries. - entries() - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- entriesMigrated(long, String, String) - Method in class org.infinispan.util.logging.Log_$logger
- entriesMigrated(long, String, String) - Method in interface org.infinispan.util.logging.Log
- entriesMigrated$str() - Method in class org.infinispan.util.logging.Log_$logger
- entryAdded(InternalCacheEntry<K, V>) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- entryCommitted(CacheNotifier, FunctionalNotifier, boolean, boolean, boolean, CacheEntry, InvocationContext, FlagAffectedCommand, Object, Metadata, EvictionManager) - Static method in class org.infinispan.notifications.cachelistener.NotifyHelper
- entryCreated(long) - Method in interface org.infinispan.container.offheap.OffHeapConcurrentMap.EntryListener
-
Invoked when an entry is about to be created.
- entryExpiredInMemory(InternalCacheEntry<K, V>, long, boolean) - Method in class org.infinispan.expiration.impl.ClusterExpirationManager
- entryExpiredInMemory(InternalCacheEntry<K, V>, long, boolean) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
- entryExpiredInMemory(InternalCacheEntry<K, V>, long, boolean) - Method in interface org.infinispan.expiration.impl.InternalExpirationManager
-
This should be invoked passing in an entry that is now expired.
- entryFactory - Variable in class org.infinispan.container.impl.AbstractInternalDataContainer
- entryFactory - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- entryFactory - Variable in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- entryFactory - Variable in class org.infinispan.interceptors.impl.ClusteringInterceptor
- entryFactory - Variable in class org.infinispan.statetransfer.StateProviderImpl
- EntryFactory - Interface in org.infinispan.container.impl
-
A factory for constructing
MVCCEntryinstances for use in theInvocationContext. - EntryFactoryImpl - Class in org.infinispan.container.impl
-
EntryFactoryimplementation to be used for optimistic locking scheme. - EntryFactoryImpl() - Constructor for class org.infinispan.container.impl.EntryFactoryImpl
- EntryHeader - Class in org.infinispan.persistence.sifs
- EntryHeader(ByteBuffer) - Constructor for class org.infinispan.persistence.sifs.EntryHeader
- EntryHeader(ByteBuffer, boolean) - Constructor for class org.infinispan.persistence.sifs.EntryHeader
- EntryInfo - Class in org.infinispan.persistence.sifs
- EntryInfo(int, int, int) - Constructor for class org.infinispan.persistence.sifs.EntryInfo
- EntryIterator(Iterator<InternalCacheEntry<K, V>>) - Constructor for class org.infinispan.container.impl.AbstractInternalDataContainer.EntryIterator
- EntryLoader<K,
V> - Interface in org.infinispan.persistence.util -
Interface that describes methods used for loading entries from the underlying
PersistenceManagerand store those entries into theDataContainerif necessary. - EntryLookup - Interface in org.infinispan.context
-
Interface that can look up MVCC wrapped entries.
- EntryMergePolicy<K,
V> - Interface in org.infinispan.conflict - EntryMergePolicyFactory - Interface in org.infinispan.conflict
- EntryMergePolicyFactoryRegistry - Class in org.infinispan.conflict
-
A registry for
EntryMergePolicyFactoryimplementations, which allowsEntryMergePolicyimplementations to be eagerly/lazily loaded across multiple contexts. - EntryMergePolicyFactoryRegistry() - Constructor for class org.infinispan.conflict.EntryMergePolicyFactoryRegistry
- EntryMetadata - Class in org.infinispan.persistence.sifs
-
Object to hold metadata bytes and timestamps.
- EntryMetadata(byte[], long, long) - Constructor for class org.infinispan.persistence.sifs.EntryMetadata
- EntryMetaFactory - Class in org.infinispan.factories
- EntryMetaFactory() - Constructor for class org.infinispan.factories.EntryMetaFactory
- entryPublisher(Predicate<? super K>, boolean, boolean) - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader
-
Deprecated.Publishes all entries from this store.
- entryPublisher(Predicate<? super K>, boolean, boolean) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- entryPublisher(IntSet, Predicate<? super K>, boolean, boolean) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Publishes all entries from this store.
- entryPublisher(IntSet, Predicate<? super K>, boolean, boolean) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- entryPublisher(IntSet, Set<K>, Set<K>, long, DeliveryGuarantee, Function<? super Publisher<CacheEntry<K, V>>, ? extends Publisher<R>>) - Method in interface org.infinispan.reactive.publisher.impl.LocalPublisherManager
-
Performs the given transformer on data in the cache that is local, resulting in a stream of values of possibly varying size.
- entryPublisher(IntSet, Set<K>, Set<K>, long, DeliveryGuarantee, Function<? super Publisher<CacheEntry<K, V>>, ? extends Publisher<R>>) - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- entryPublisher(IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, int, Function<? super Publisher<CacheEntry<K, V>>, ? extends Publisher<R>>) - Method in interface org.infinispan.reactive.publisher.impl.ClusterPublisherManager
-
Performs the given transformer on data in the cache, resulting in multiple values.
- entryPublisher(IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, int, Function<? super Publisher<CacheEntry<K, V>>, ? extends Publisher<R>>) - Method in class org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl
- entryPublisher(IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, int, Function<? super Publisher<CacheEntry<K, V>>, ? extends Publisher<R>>) - Method in class org.infinispan.reactive.publisher.impl.LocalClusterPublisherManagerImpl
- entryPublisher(IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, int, Function<? super Publisher<CacheEntry<K, V>>, ? extends Publisher<R>>) - Method in class org.infinispan.reactive.publisher.impl.PartitionAwareClusterPublisherManager
- entryPurged(K) - Method in interface org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener
-
Deprecated.Optional.
- EntryRecord - Class in org.infinispan.persistence.sifs
-
Helper for reading/writing entries into file.
- entryReduction(boolean, IntSet, Set<K>, Set<K>, long, DeliveryGuarantee, Function<? super Publisher<CacheEntry<K, V>>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in interface org.infinispan.reactive.publisher.impl.LocalPublisherManager
-
Performs the given transformer and finalizer on data in the cache that is local, resulting in a single value.
- entryReduction(boolean, IntSet, Set<K>, Set<K>, long, DeliveryGuarantee, Function<? super Publisher<CacheEntry<K, V>>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- entryReduction(boolean, IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, Function<? super Publisher<CacheEntry<K, V>>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in interface org.infinispan.reactive.publisher.impl.ClusterPublisherManager
-
Performs the given transformer and finalizer on data in the cache, resulting in a single value.
- entryReduction(boolean, IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, Function<? super Publisher<CacheEntry<K, V>>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in class org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl
- entryReduction(boolean, IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, Function<? super Publisher<CacheEntry<K, V>>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in class org.infinispan.reactive.publisher.impl.LocalClusterPublisherManagerImpl
- entryReduction(boolean, IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, Function<? super Publisher<CacheEntry<K, V>>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in class org.infinispan.reactive.publisher.impl.PartitionAwareClusterPublisherManager
- entryRemoved(long) - Method in interface org.infinispan.container.offheap.OffHeapConcurrentMap.EntryListener
-
Invoked when an entry is about to be removed.
- entryRemoved(InternalCacheEntry<K, V>) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- entryReplaced(long, long) - Method in interface org.infinispan.container.offheap.OffHeapConcurrentMap.EntryListener
-
Invoked when an entry is about to be replaced with a new one.
- entryRetrieved(long) - Method in interface org.infinispan.container.offheap.OffHeapConcurrentMap.EntryListener
-
Invoked when an entry is successfully retrieved.
- entrySet() - Method in interface org.infinispan.Cache
-
Returns a set view of the mappings contained in this cache and cache loader across the entire cluster.
- entrySet() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- entrySet() - Method in class org.infinispan.cache.impl.CacheImpl
- entrySet() - Method in class org.infinispan.cache.impl.DecoratedCache
- entrySet() - Method in class org.infinispan.cache.impl.EncoderCache
- entrySet() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- entrySet() - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- entrySet() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- entrySet() - Method in class org.infinispan.security.impl.SecureCacheImpl
- EntrySet() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
- EntrySetBase() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
- EntrySetCommand<K,
V> - Class in org.infinispan.commands.read -
Command implementation for
Map.entrySet()functionality. - EntrySetCommand(long) - Constructor for class org.infinispan.commands.read.EntrySetCommand
- EntryStreamSupplier<K,
V> - Class in org.infinispan.stream.impl.local -
Stream supplier that is to be used when the underlying stream is composed by
CacheEntryinstances. - EntryStreamSupplier(Cache<K, V>, ToIntFunction<Object>, Supplier<Stream<CacheEntry<K, V>>>) - Constructor for class org.infinispan.stream.impl.local.EntryStreamSupplier
- entryToKeyFunction() - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- entryToKeyFunction() - Method in class org.infinispan.cache.impl.CacheBackedEntrySet
- entryToKeyFunction() - Method in class org.infinispan.cache.impl.CacheBackedKeySet
- entryToKeyFunction() - Static method in class org.infinispan.stream.StreamMarshalling
-
Provides a function that returns the key of the entry when invoked.
- entryToValueFunction() - Static method in class org.infinispan.stream.StreamMarshalling
-
Provides a function that returns the value of the entry when invoked.
- entryUpdated(InternalCacheEntry<K, V>, InternalCacheEntry<K, V>) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- entryVersion() - Method in class org.infinispan.metadata.impl.PrivateMetadata
- entryVersion(IncrementableEntryVersion) - Method in class org.infinispan.metadata.impl.PrivateMetadata.Builder
-
Sets the
IncrementableEntryVersionto store. - EntryVersion - Interface in org.infinispan.container.versioning
-
A version is used to compare entries against one another.
- EntryVersionParamExternalizer() - Constructor for class org.infinispan.marshall.exts.MetaParamExternalizers.EntryVersionParamExternalizer
- EntryView - Class in org.infinispan.functional
-
Entry views expose cached entry information to the user.
- EntryView.ReadEntryView<K,
V> - Interface in org.infinispan.functional -
Expose read-only information about a cache entry potentially associated with a key in the functional map.
- EntryView.ReadWriteEntryView<K,
V> - Interface in org.infinispan.functional -
Expose information about a cache entry potentially associated with a key in the functional map, and allows that cache entry to be written with new value and/or new metadata parameters.
- EntryView.WriteEntryView<K,
V> - Interface in org.infinispan.functional -
Expose a write-only facade for a cache entry potentially associated with a key in the functional map which allows the cache entry to be written with new value and/or new metadata parameters.
- EntryViews - Class in org.infinispan.functional.impl
-
Entry views implementation class holder.
- EntryViews.AccessLoggingReadWriteView<K,
V> - Interface in org.infinispan.functional.impl - EntryViews.NoValueReadOnlyViewExternalizer - Class in org.infinispan.functional.impl
- EntryViews.ReadOnlySnapshotViewExternalizer - Class in org.infinispan.functional.impl
- EntryViews.ReadWriteSnapshotViewExternalizer - Class in org.infinispan.functional.impl
- EntryWrapper<K,
V> - Class in org.infinispan.util -
Wrapper for CacheEntry(s) that can be used to update the cache when it's value is set.
- EntryWrapper(Cache<K, V>, CacheEntry<K, V>) - Constructor for class org.infinispan.util.EntryWrapper
-
Creates a new entry wrapper given the cache and entry.
- EntryWrappingInterceptor - Class in org.infinispan.interceptors.impl
-
Interceptor in charge with wrapping entries and add them in caller's context.
- EntryWrappingInterceptor() - Constructor for class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- EnumExternalizer - Class in org.infinispan.marshall.exts
-
An externalizer for internal enum types.
- EnumExternalizer() - Constructor for class org.infinispan.marshall.exts.EnumExternalizer
- EnumSetExternalizer - Class in org.infinispan.marshall.exts
-
EnumSetexternalizer. - EnumSetExternalizer() - Constructor for class org.infinispan.marshall.exts.EnumSetExternalizer
- EQUAL - Enum constant in enum class org.infinispan.container.versioning.InequalVersionComparisonResult
-
Denotes that the two versions being compared are equal.
- equalityPredicate(Object) - Static method in class org.infinispan.stream.StreamMarshalling
-
Provides a predicate that returns true when the object is equal.
- equals(long, int) - Method in class org.infinispan.persistence.sifs.EntryInfo
- equals(Object) - Method in class org.infinispan.commands.CommandInvocationId
- equals(Object) - Method in class org.infinispan.commands.control.LockControlCommand
- equals(Object) - Method in class org.infinispan.commands.read.AbstractDataCommand
- equals(Object) - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
- equals(Object) - Method in class org.infinispan.commands.remote.ClusteredGetCommand
- equals(Object) - Method in class org.infinispan.commands.remote.SingleRpcCommand
- equals(Object) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- equals(Object) - Method in class org.infinispan.commands.write.ClearCommand
- equals(Object) - Method in class org.infinispan.commands.write.ComputeCommand
- equals(Object) - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- equals(Object) - Method in class org.infinispan.commands.write.InvalidateCommand
- equals(Object) - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- equals(Object) - Method in class org.infinispan.commands.write.PutKeyValueCommand
- equals(Object) - Method in class org.infinispan.commands.write.PutMapCommand
- equals(Object) - Method in class org.infinispan.commands.write.RemoveCommand
- equals(Object) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
- equals(Object) - Method in class org.infinispan.commands.write.ReplaceCommand
- equals(Object) - Method in class org.infinispan.configuration.cache.Configuration
- equals(Object) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- equals(Object) - Method in class org.infinispan.configuration.global.AllowListConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- equals(Object) - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.GlobalTracingConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.SerializationConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.ShutdownConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- equals(Object) - Method in class org.infinispan.configuration.global.SiteConfiguration
-
Deprecated.
- equals(Object) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- equals(Object) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- equals(Object) - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- equals(Object) - Method in class org.infinispan.configuration.internal.PrivateGlobalConfiguration
- equals(Object) - Method in class org.infinispan.configuration.parsing.ParserRegistry.QName
- equals(Object) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- equals(Object) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- equals(Object) - Method in class org.infinispan.container.entries.ImmortalCacheValue
- equals(Object) - Method in class org.infinispan.container.entries.MortalCacheValue
- equals(Object) - Method in class org.infinispan.container.entries.TransientCacheValue
- equals(Object) - Method in class org.infinispan.container.entries.TransientMortalCacheValue
- equals(Object) - Method in class org.infinispan.container.versioning.irac.IracEntryVersion
- equals(Object) - Method in class org.infinispan.container.versioning.irac.IracEntryVersion.MapEntry
- equals(Object) - Method in class org.infinispan.container.versioning.irac.IracTombstoneInfo
- equals(Object) - Method in class org.infinispan.container.versioning.irac.TopologyIracVersion
- equals(Object) - Method in class org.infinispan.container.versioning.NumericVersion
- equals(Object) - Method in class org.infinispan.container.versioning.SimpleClusteredVersion
- equals(Object) - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
- equals(Object) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- equals(Object) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- equals(Object) - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- equals(Object) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- equals(Object) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
- equals(Object) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
- equals(Object) - Method in class org.infinispan.encoding.DataConversion
- equals(Object) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- equals(Object) - Method in class org.infinispan.functional.MetaParam.MetaBoolean
- equals(Object) - Method in class org.infinispan.functional.MetaParam.MetaEntryVersion
- equals(Object) - Method in class org.infinispan.functional.MetaParam.MetaLong
- equals(Object) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- equals(Object) - Method in class org.infinispan.globalstate.ScopedState
- equals(Object) - Method in class org.infinispan.jmx.ResourceDMBean
- equals(Object) - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- equals(Object) - Method in class org.infinispan.marshall.persistence.impl.MarshalledValueImpl
- equals(Object) - Method in class org.infinispan.marshall.protostream.impl.MarshallableUserObject
- equals(Object) - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
- equals(Object) - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
- equals(Object) - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
- equals(Object) - Method in class org.infinispan.metadata.EmbeddedMetadata
- equals(Object) - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- equals(Object) - Method in class org.infinispan.metadata.impl.IracMetadata
- equals(Object) - Method in class org.infinispan.metadata.impl.PrivateMetadata
- equals(Object) - Method in class org.infinispan.metrics.config.MicrometerMeterRegisterConfigurationBuilder
- equals(Object) - Method in class org.infinispan.metrics.config.MicrometerMeterRegistryConfiguration
- equals(Object) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- equals(Object) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- equals(Object) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- equals(Object) - Method in class org.infinispan.persistence.modifications.ModificationsList
- equals(Object) - Method in class org.infinispan.persistence.modifications.Remove
- equals(Object) - Method in class org.infinispan.persistence.modifications.Store
- equals(Object) - Method in class org.infinispan.persistence.sifs.EntryInfo
- equals(Object) - Method in class org.infinispan.remoting.LocalInvocation
- equals(Object) - Method in class org.infinispan.remoting.responses.SuccessfulResponse
- equals(Object) - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse
- equals(Object) - Method in class org.infinispan.remoting.rpc.RpcOptions
- equals(Object) - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
- equals(Object) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress
- equals(Object) - Method in class org.infinispan.remoting.transport.SiteAddress
- equals(Object) - Method in class org.infinispan.security.audit.LoggingAuditLogger
- equals(Object) - Method in class org.infinispan.security.audit.NullAuditLogger
- equals(Object) - Method in class org.infinispan.security.CachePermission
- equals(Object) - Method in class org.infinispan.security.impl.CacheRoleImpl
- equals(Object) - Method in class org.infinispan.security.impl.CacheSubjectPair
- equals(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- equals(Object) - Method in class org.infinispan.security.mappers.CommonNameRoleMapper
- equals(Object) - Method in class org.infinispan.security.mappers.IdentityRoleMapper
- equals(Object) - Method in class org.infinispan.topology.CacheJoinInfo
- equals(Object) - Method in class org.infinispan.topology.CacheTopology
- equals(Object) - Method in class org.infinispan.topology.PersistentUUID
- equals(Object) - Method in class org.infinispan.transaction.impl.LocalTransaction
- equals(Object) - Method in class org.infinispan.transaction.impl.RemoteTransaction
- equals(Object) - Method in class org.infinispan.transaction.synchronization.SynchronizationAdapter
- equals(Object) - Method in class org.infinispan.transaction.xa.GlobalTransaction
- equals(Object) - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
- equals(Object) - Method in class org.infinispan.transaction.xa.recovery.RecoveryInfoKey
- equals(Object) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- equals(Object) - Method in class org.infinispan.util.ByteString
- equals(Object) - Method in class org.infinispan.util.KeyValuePair
- equals(Object) - Method in class org.infinispan.xsite.events.XSiteEvent
- equals(Object) - Method in class org.infinispan.xsite.irac.IracManagerKeyInfo
- equals(Object) - Method in class org.infinispan.xsite.spi.SiteEntry
- equals(Object) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
- equalsKey(long, WrappedBytes) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Returns whether the given key as bytes is the same key as the key stored in the entry for the given address.
- equalsKey(long, WrappedBytes, int) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Returns whether the given key as bytes is the same key as the key stored in the entry for the given address.
- equalsKey(long, WrappedBytes, int) - Method in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
- error(EventLogCategory, String) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Logs a message to the event log using the
EventLogLevel.ERRORseverity - ERROR - Enum constant in enum class org.infinispan.security.AuditResponse
- ERROR - Enum constant in enum class org.infinispan.util.logging.events.EventLogLevel
- errorCreatingChannelFromConfigFile(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
- errorCreatingChannelFromConfigFile(String, Exception) - Method in interface org.infinispan.util.logging.Log
- errorCreatingChannelFromConfigFile$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorCreatingChannelFromConfigString(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
- errorCreatingChannelFromConfigString(String, Exception) - Method in interface org.infinispan.util.logging.Log
- errorCreatingChannelFromConfigString$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorCreatingChannelFromConfigurator(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- errorCreatingChannelFromConfigurator(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- errorCreatingChannelFromConfigurator$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorCreatingChannelFromXML(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
- errorCreatingChannelFromXML(String, Exception) - Method in interface org.infinispan.util.logging.Log
- errorCreatingChannelFromXML$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorCreatingForkChannel(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- errorCreatingForkChannel(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- errorCreatingForkChannel$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorDeserializing(String) - Method in class org.infinispan.util.logging.Log_$logger
- errorDeserializing(String) - Method in interface org.infinispan.util.logging.Log
- errorDeserializing$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorDoingRemoteCall(Exception) - Method in class org.infinispan.util.logging.Log_$logger
- errorDoingRemoteCall(Exception) - Method in interface org.infinispan.util.logging.Log
- errorDoingRemoteCall$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
- errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in interface org.infinispan.util.logging.Log
- errorInstantiatingJGroupsChannelLookup$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorPersistingGlobalConfiguration(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- errorPersistingGlobalConfiguration(Throwable) - Method in interface org.infinispan.util.logging.Log
- errorPersistingGlobalConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorProcessing1pcPrepareCommand(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- errorProcessing1pcPrepareCommand(Throwable) - Method in interface org.infinispan.util.logging.Log
- errorProcessing1pcPrepareCommand$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorProcessing2pcCommitCommand(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- errorProcessing2pcCommitCommand(Throwable) - Method in interface org.infinispan.util.logging.Log
- errorProcessing2pcCommitCommand$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorProcessingPrepare(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- errorProcessingPrepare(Throwable) - Method in interface org.infinispan.util.logging.Log
- errorProcessingPrepare$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorProcessingRequest(long, Address, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- errorProcessingRequest(long, Address, Throwable) - Method in interface org.infinispan.util.logging.Log
- errorProcessingRequest$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorProcessingResponse(long, Address, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- errorProcessingResponse(long, Address, Throwable) - Method in interface org.infinispan.util.logging.Log
- errorProcessingResponse$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorReadingFileStore(String, long) - Method in class org.infinispan.util.logging.Log_$logger
- errorReadingFileStore(String, long) - Method in interface org.infinispan.util.logging.Log
- errorReadingFileStore$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorReadingRebalancingStatus(Address, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- errorReadingRebalancingStatus(Address, Throwable) - Method in interface org.infinispan.util.logging.Log
- errorReadingRebalancingStatus$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorRollingBack(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- errorRollingBack(Throwable) - Method in interface org.infinispan.util.logging.Log
- errorRollingBack$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorSendingResponse(long, Address, Object) - Method in class org.infinispan.util.logging.Log_$logger
- errorSendingResponse(long, Address, Object) - Method in interface org.infinispan.util.logging.Log
- errorSendingResponse$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorTranscoding(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- errorTranscoding(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- errorTranscoding$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorUpdatingMembersList(int, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- errorUpdatingMembersList(int, Throwable) - Method in interface org.infinispan.util.logging.Log
- errorUpdatingMembersList$str() - Method in class org.infinispan.util.logging.Log_$logger
- errorWritingValueForAttribute(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
- errorWritingValueForAttribute(String, Exception) - Method in interface org.infinispan.util.logging.Log
- errorWritingValueForAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
- estimateSize() - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
- estimateSizeOverhead(long) - Static method in class org.infinispan.container.offheap.UnpooledOffHeapMemoryAllocator
-
Tries to estimate overhead of the allocation by first adding 8 to account for underlying allocator housekeeping and then rounds up to nearest power of 16 to account for 16 byte alignment.
- eval(K, Consumer<EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Evaluate a write-only
Consumeroperation with aEntryView.WriteEntryViewof the value associated with the key, and return aCompletableFuturewhich will be completed with the object returned by the operation. - eval(K, Consumer<EntryView.WriteEntryView<K, V>>) - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- eval(K, Consumer<EntryView.WriteEntryView<K, V>>) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- eval(K, Function<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Evaluate a read-only function on the value associated with the key and return a
CompletableFuturewith the return type of the function. - eval(K, Function<EntryView.ReadEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- eval(K, Function<EntryView.ReadEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- eval(K, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Evaluate a read-write function on the value and metadata associated with the key and return a
CompletableFuturewith the return type of the function. - eval(K, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- eval(K, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- eval(K, SerializableConsumer<EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Same as
FunctionalMap.WriteOnlyMap.eval(Object, Consumer)except that the function must also implementSerializable - eval(K, SerializableFunction<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Same as
FunctionalMap.ReadOnlyMap.eval(Object, Function)except that the function must also implementSerializable - eval(K, SerializableFunction<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Same as
FunctionalMap.ReadWriteMap.eval(Object, Function)except that the function must also implementSerializable - eval(K, T, BiConsumer<T, EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Evaluate a write-only
BiConsumeroperation, with an argument passed in and aEntryView.WriteEntryViewof the value associated with the key, and return aCompletableFuturewhich will be completed when the operation completes. - eval(K, T, BiConsumer<T, EntryView.WriteEntryView<K, V>>) - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- eval(K, T, BiConsumer<T, EntryView.WriteEntryView<K, V>>) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- eval(K, T, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Evaluate a read-write function, with an argument passed in and a
EntryView.WriteEntryViewof the value associated with the key, and return aCompletableFuturewhich will be completed with the returned value by the function. - eval(K, T, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- eval(K, T, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- eval(K, T, SerializableBiConsumer<T, EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Same as
FunctionalMap.WriteOnlyMap.eval(Object, Object, BiConsumer)except that the function must also implementSerializable - eval(K, T, SerializableBiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Same as
FunctionalMap.ReadWriteMap.eval(Object, Object, BiFunction)except that the function must also implementSerializable - evalAll(Consumer<EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Evaluate a write-only
Consumeroperation with theEntryView.WriteEntryViewof the value associated with the key, for all existing keys in functional map, and returns aCompletableFuturethat will be completed when the write-only operation has been executed against all the entries. - evalAll(Consumer<EntryView.WriteEntryView<K, V>>) - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- evalAll(Consumer<EntryView.WriteEntryView<K, V>>) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- evalAll(Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Evaluate a read-write
Functionoperation with theEntryView.ReadWriteEntryViewof the value associated with the key, for all existing keys, and returns aTraversableto navigate each of theFunctioninvocation returns. - evalAll(Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- evalAll(Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- evalAll(SerializableConsumer<EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Same as
FunctionalMap.WriteOnlyMap.evalAll(Consumer)except that the function must also implementSerializable - evalAll(SerializableFunction<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Same as
FunctionalMap.ReadWriteMap.evalAll(Function)except that the function must also implementSerializable - evalMany(Map<? extends K, ? extends T>, BiConsumer<T, EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Evaluate a write-only
BiConsumeroperation, with an argument passed in and aEntryView.WriteEntryViewof the value associated with the key, for each of the keys in the set passed in, and returns aCompletableFuturethat will be completed when the write-only operation has been executed against all the entries. - evalMany(Map<? extends K, ? extends T>, BiConsumer<T, EntryView.WriteEntryView<K, V>>) - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- evalMany(Map<? extends K, ? extends T>, BiConsumer<T, EntryView.WriteEntryView<K, V>>) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- evalMany(Map<? extends K, ? extends T>, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Evaluate a read-write
BiFunction, with an argument passed in and aEntryView.ReadWriteEntryViewof the value associated with the key, for each of the keys in the set passed in, and returns anTraversableto navigate each of theBiFunctioninvocation returns. - evalMany(Map<? extends K, ? extends T>, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- evalMany(Map<? extends K, ? extends T>, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- evalMany(Map<? extends K, ? extends T>, SerializableBiConsumer<T, EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Same as
FunctionalMap.WriteOnlyMap.evalMany(Map, BiConsumer)except that the function must also implementSerializable - evalMany(Map<? extends K, ? extends T>, SerializableBiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Same as
FunctionalMap.ReadWriteMap.evalMany(Map, BiFunction)except that the function must also implementSerializable - evalMany(Set<? extends K>, Consumer<EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Evaluate a write-only
Consumeroperation with theEntryView.WriteEntryViewof the value associated with the key, for each of the keys in the set passed in, and returns aCompletableFuturethat will be completed when the write-only operation has been executed against all the entries. - evalMany(Set<? extends K>, Consumer<EntryView.WriteEntryView<K, V>>) - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- evalMany(Set<? extends K>, Consumer<EntryView.WriteEntryView<K, V>>) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- evalMany(Set<? extends K>, Function<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Evaluate a read-only function on a key and potential value associated in the functional map, for each of the keys in the set passed in, and returns an
Traversableto work on each computed function's result. - evalMany(Set<? extends K>, Function<EntryView.ReadEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- evalMany(Set<? extends K>, Function<EntryView.ReadEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- evalMany(Set<? extends K>, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Evaluate a read-write
Functionoperation with theEntryView.ReadWriteEntryViewof the value associated with the key, for each of the keys in the set passed in, and returns aTraversableto navigate each of theFunctioninvocation returns. - evalMany(Set<? extends K>, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- evalMany(Set<? extends K>, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- evalMany(Set<? extends K>, SerializableConsumer<EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Same as
FunctionalMap.WriteOnlyMap.evalMany(Set, Consumer)except that the function must also implementSerializable - evalMany(Set<? extends K>, SerializableFunction<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Same as
FunctionalMap.ReadOnlyMap.evalMany(Set, Function)except that the function must also implementSerializable - evalMany(Set<? extends K>, SerializableFunction<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Same as
FunctionalMap.ReadWriteMap.evalMany(Set, Function)except that the function must also implementSerializable - Event<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
An interface that defines common characteristics of events
- Event - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
Common characteristics of events that occur on a cache manager
- Event.Type - Enum Class in org.infinispan.notifications.cachelistener.event
- Event.Type - Enum Class in org.infinispan.notifications.cachemanagerlistener.event
- EventImpl<K,
V> - Class in org.infinispan.notifications.cachelistener.event.impl -
Basic implementation of an event that covers all event types.
- EventImpl - Class in org.infinispan.notifications.cachemanagerlistener.event.impl
-
Implementation of cache manager events
- EventImpl() - Constructor for class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- EventImpl() - Constructor for class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- EventImpl(String, EmbeddedCacheManager, Event.Type, List<Address>, List<Address>, Address, int) - Constructor for class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- EventLog - Interface in org.infinispan.util.logging.events
-
EventLog describes an event log's attributes.
- EventLogCategory - Enum Class in org.infinispan.util.logging.events
-
EventLogCategory.
- EventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134 - Class in org.infinispan.util.logging.events
- EventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134() - Constructor for class org.infinispan.util.logging.events.EventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134
- eventLogContext(String) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- eventLogContext(String) - Method in interface org.infinispan.util.logging.events.Messages
- eventLogContext$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- EventLogger - Interface in org.infinispan.util.logging.events
-
EventLogger provides an interface for logging event messages.
- EventLoggerNotifier - Interface in org.infinispan.util.logging.events
- EventLoggerNotifierImpl - Class in org.infinispan.util.logging.events.impl
- EventLoggerNotifierImpl() - Constructor for class org.infinispan.util.logging.events.impl.EventLoggerNotifierImpl
- EventLoggerViewListener - Class in org.infinispan.topology
- EventLoggerViewListener(EventLogManager) - Constructor for class org.infinispan.topology.EventLoggerViewListener
- EventLoggerViewListener(EventLogManager, Consumer<ViewChangedEvent>) - Constructor for class org.infinispan.topology.EventLoggerViewListener
- EventLogLevel - Enum Class in org.infinispan.util.logging.events
-
EventLogLevel.
- EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1 - Class in org.infinispan.util.logging.events
- EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1() - Constructor for class org.infinispan.util.logging.events.EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1
- EventLogManager - Interface in org.infinispan.util.logging.events
-
EventLogManager.
- EventLogManagerImpl - Class in org.infinispan.util.logging.events.impl
-
EventLogManagerImpl.
- EventLogManagerImpl() - Constructor for class org.infinispan.util.logging.events.impl.EventLogManagerImpl
- eventLogScope(String) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- eventLogScope(String) - Method in interface org.infinispan.util.logging.events.Messages
- eventLogScope$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- EventLogSerializer - Class in org.infinispan.util.logging.events
- EventLogSerializer() - Constructor for class org.infinispan.util.logging.events.EventLogSerializer
- eventLogWho(String) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- eventLogWho(String) - Method in interface org.infinispan.util.logging.events.Messages
- eventLogWho$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- EventType - Class in org.infinispan.notifications.cachelistener.filter
-
Enum that provides information to allow for an event to know which type and if this event was generated due to a retry usually caused by a topology change while replicating.
- EventType(boolean, boolean, Event.Type) - Constructor for class org.infinispan.notifications.cachelistener.filter.EventType
- EventWrapper<K,
V, - Class in org.infinispan.notifications.cachelistenerE> -
Simple wrapper that keeps the original key along with the converted event and command.
- EventWrapper(K, E, FlagAffectedCommand) - Constructor for class org.infinispan.notifications.cachelistener.EventWrapper
- evict(int, K) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- evict(int, K) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- evict(int, K) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Same as
DataContainer.evict(Object)except that the segment of the key can provided to remove the entry without calculating the segment for the given key. - evict(int, WrappedBytes) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- evict(K) - Method in interface org.infinispan.Cache
-
Evicts an entry from the memory of the cache.
- evict(K) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- evict(K) - Method in class org.infinispan.cache.impl.CacheImpl
- evict(K) - Method in class org.infinispan.cache.impl.DecoratedCache
- evict(K) - Method in class org.infinispan.cache.impl.EncoderCache
- evict(K) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- evict(K) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- evict(K) - Method in interface org.infinispan.container.DataContainer
-
Atomically, it removes the key from
DataContainerand passivates it to persistence. - evict(K) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- evict(K) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- evict(K) - Method in class org.infinispan.security.impl.SecureCacheImpl
- evict(WrappedBytes) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- EvictCommand - Class in org.infinispan.commands.write
- EvictCommand(Object, int, long, CommandInvocationId) - Constructor for class org.infinispan.commands.write.EvictCommand
- EVICTED - Enum constant in enum class org.infinispan.container.entries.ReadCommittedEntry.Flags
- EVICTION - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- EVICTION - Enum constant in enum class org.infinispan.configuration.parsing.Element
- EVICTION_EXECUTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
-
Deprecated, for removal: This API element is subject to removal in a future version.
- EVICTION_STRATEGY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
-
Deprecated, for removal: This API element is subject to removal in a future version.
- EVICTION_STRATEGY - Static variable in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- EVICTION_TYPE - Static variable in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- evictionCache - Variable in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- evictionDisabled(String) - Method in class org.infinispan.util.logging.Log_$logger
- evictionDisabled(String) - Method in interface org.infinispan.util.logging.Log
- evictionDisabled$str() - Method in class org.infinispan.util.logging.Log_$logger
- evictionExecutorDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
- evictionExecutorDeprecated() - Method in interface org.infinispan.util.logging.Log
- evictionExecutorDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
- evictionManager - Variable in class org.infinispan.container.impl.AbstractInternalDataContainer
- evictionManager - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- evictionManager - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- EvictionManager<K,
V> - Interface in org.infinispan.eviction -
Central component that deals with eviction of cache entries.
- EvictionManagerImpl<K,
V> - Class in org.infinispan.eviction.impl - EvictionManagerImpl() - Constructor for class org.infinispan.eviction.impl.EvictionManagerImpl
- evictionSize() - Method in interface org.infinispan.container.DataContainer
-
Returns how large the eviction size is currently.
- evictionSize() - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- evictionSize() - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- evictionSize() - Method in class org.infinispan.container.impl.DefaultDataContainer
- evictionSize() - Method in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- evictionStrategy() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, use
MemoryConfiguration.whenFull() - evictionStrategy() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, use
MemoryConfigurationBuilder.whenFull()instead. - evictionStrategy() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- evictionStrategy(EvictionStrategy) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, use
MemoryConfigurationBuilder.whenFull(EvictionStrategy)instead. - EvictionStrategy - Enum Class in org.infinispan.eviction
-
Supported eviction strategies
- evictionType() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, use
MemoryConfiguration.maxCount()orMemoryConfiguration.maxSize()to obtain either the maximum number of entries or the maximum size of the data container. - evictionType() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0, @see
MemoryConfigurationBuilder.evictionType(EvictionType) - evictionType() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- evictionType(EvictionType) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0, use
MemoryConfigurationBuilder.maxCount(long)orMemoryConfigurationBuilder.maxSize(String)to define data container bounds by size or by count. - EvictionType - Enum Class in org.infinispan.eviction
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0,
MemoryConfiguration.maxCount()andMemoryConfiguration.maxSize()should be used to differentiate between the eviction thresholds. - EXACTLY_ONCE - Enum constant in enum class org.infinispan.reactive.publisher.impl.DeliveryGuarantee
-
The most strict guarantee that guarantees that an entry is seen exactly one time in results.
- exactlyOnceHandleLostSegments(CompletionStage<R>, LocalPublisherManagerImpl.SegmentListener) - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- exactlyOnceParallel(CacheSet<I>, Set<K>, Function<I, K>, IntSet, Function<? super Publisher<I>, ? extends CompletionStage<R>>, LocalPublisherManagerImpl.SegmentListener, IntSet) - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
-
This method iteratively submits a task to operate on the cpu bound thread pool up to the number of cores - 1.
- exactlyOnceSequential(CacheSet<I>, Set<K>, Function<I, K>, IntSet, Function<? super Publisher<I>, ? extends CompletionStage<R>>, LocalPublisherManagerImpl.SegmentListener, IntSet) - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- Example 1 - Method receiving a single event, sync - Search tag in annotation interface org.infinispan.notifications.Listener
- Section
- Example 2 - Method receiving multiple events - sync - Search tag in annotation interface org.infinispan.notifications.Listener
- Section
- Example 3 - Multiple methods receiving the same event - async - Search tag in annotation interface org.infinispan.notifications.Listener
- Section
- Example 4 - Processing only events with a committed transaction - sync/non-blocking - Search tag in annotation interface org.infinispan.notifications.Listener
- Section
- EXCEPTION - Enum constant in enum class org.infinispan.eviction.EvictionStrategy
-
Strategy where the cache will block new entries from being written if they would exceed the configured size
- ExceptionAckCommand - Class in org.infinispan.commands.write
-
A command that represents an exception acknowledge sent by any owner.
- ExceptionAckCommand() - Constructor for class org.infinispan.commands.write.ExceptionAckCommand
- ExceptionAckCommand(ByteString) - Constructor for class org.infinispan.commands.write.ExceptionAckCommand
- ExceptionAckCommand(ByteString, long, Throwable, int) - Constructor for class org.infinispan.commands.write.ExceptionAckCommand
- exceptionBasedEvictionOnlySupportedInTransactionalCaches() - Method in class org.infinispan.util.logging.Log_$logger
- exceptionBasedEvictionOnlySupportedInTransactionalCaches() - Method in interface org.infinispan.util.logging.Log
- exceptionBasedEvictionOnlySupportedInTransactionalCaches$str() - Method in class org.infinispan.util.logging.Log_$logger
- exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in interface org.infinispan.util.logging.Log
- exceptionDuringClusterListenerRetrieval$str() - Method in class org.infinispan.util.logging.Log_$logger
- exceptionDuringConflictResolution(Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- exceptionDuringConflictResolution(Object, Throwable) - Method in interface org.infinispan.util.logging.Log
- exceptionDuringConflictResolution$str() - Method in class org.infinispan.util.logging.Log_$logger
- exceptionHandlingCommand(Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- exceptionHandlingCommand(Object, Throwable) - Method in interface org.infinispan.util.logging.Log
- exceptionHandlingCommand$str() - Method in class org.infinispan.util.logging.Log_$logger
- exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- exceptionInvokingListener(String, Method, Object, Throwable) - Method in interface org.infinispan.util.logging.Log
- exceptionInvokingListener$str() - Method in class org.infinispan.util.logging.Log_$logger
- exceptionProcessingEntryRetrievalValues(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- exceptionProcessingEntryRetrievalValues(Throwable) - Method in interface org.infinispan.util.logging.Log
- exceptionProcessingEntryRetrievalValues$str() - Method in class org.infinispan.util.logging.Log_$logger
- exceptionPurgingDataContainer(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- exceptionPurgingDataContainer(Throwable) - Method in interface org.infinispan.util.logging.Log
- exceptionPurgingDataContainer$str() - Method in class org.infinispan.util.logging.Log_$logger
- ExceptionResponse - Class in org.infinispan.remoting.responses
-
A response that encapsulates an exception
- ExceptionResponse() - Constructor for class org.infinispan.remoting.responses.ExceptionResponse
- ExceptionResponse(Exception) - Constructor for class org.infinispan.remoting.responses.ExceptionResponse
- ExceptionResponse.Externalizer - Class in org.infinispan.remoting.responses
- ExceptionSyncInvocationStage - Class in org.infinispan.interceptors
-
A sync
InvocationStageforThrowable. - ExceptionSyncInvocationStage(Throwable) - Constructor for class org.infinispan.interceptors.ExceptionSyncInvocationStage
- EXCLUSIVE - Enum constant in enum class org.infinispan.registry.InternalCacheRegistry.Flag
-
means that the cache must be declared only once
- EXEC - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Allows performing task execution (e.g.
- execute(Flowable<SegmentPublisherSupplier.Notification<InternalCacheEntry<?, ?>>>) - Method in class org.infinispan.statetransfer.OutboundTransferTask
-
Starts sending entries from the data container and the first loader with fetch persistent data enabled to the target node.
- execute(Flowable<XSiteState>, CompletionStage<Void>) - Method in interface org.infinispan.xsite.statetransfer.XSiteStatePushTask
-
Perform the state transfer with the state from
Flowable. - execute(Runnable) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- execute(Runnable) - Method in class org.infinispan.executors.LazyInitializingExecutorService
- execute(Runnable) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- execute(Runnable) - Method in class org.infinispan.executors.LimitedExecutor
- execute(Runnable) - Method in interface org.infinispan.manager.ClusterExecutor
- execute(Runnable) - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
- execute(Runnable) - Method in class org.infinispan.util.concurrent.WithinThreadExecutor
- execute(Runnable, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager.BlockingExecutor
-
Executes the given runnable on the blocking executor.
- execute(BlockingRunnable) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- execute(BlockingRunnable) - Method in interface org.infinispan.util.concurrent.BlockingTaskAwareExecutorService
-
Executes the given command at some time in the future when the command is less probably to block a thread.
- execute(BlockingRunnable) - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
- execute(SerializableRunnable) - Method in interface org.infinispan.manager.ClusterExecutor
-
The same as
Executor.execute(Runnable), except the Runnable must also implement Serializable. - executeAsync(Supplier<CompletionStage<Void>>) - Method in class org.infinispan.executors.LimitedExecutor
-
Similar to
LimitedExecutor.execute(Runnable), but the task can continue executing asynchronously, without blocking the OS thread, while still counting against this executor's limit. - executeOnClusterAsync(Transport, ReplicableCommand) - Method in class org.infinispan.topology.TopologyManagementHelper
- executeOnClusterSync(Transport, ReplicableCommand, int, ResponseCollector<T>) - Method in class org.infinispan.topology.TopologyManagementHelper
- executeOnCoordinator(Transport, ReplicableCommand, long) - Method in class org.infinispan.topology.TopologyManagementHelper
- executeOnCoordinatorAsync(Transport, AbstractCacheControlCommand) - Method in class org.infinispan.topology.TopologyManagementHelper
- executeOnCoordinatorRetry(ReplicableCommand, int, long) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- executeOperation(BackupReceiver) - Method in class org.infinispan.xsite.commands.remote.IracClearKeysRequest
- executeOperation(BackupReceiver) - Method in class org.infinispan.xsite.commands.remote.IracPutManyRequest
- executeOperation(BackupReceiver) - Method in class org.infinispan.xsite.commands.remote.IracTouchKeyRequest
- executeOperation(BackupReceiver) - Method in class org.infinispan.xsite.commands.remote.IracUpdateKeyRequest
- EXECUTION_MODE_ID - Static variable in class org.infinispan.functional.ParamIds
- executionError(String, String, String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- executionError(String, String, String, Throwable) - Method in interface org.infinispan.util.logging.Log
- executionError$str() - Method in class org.infinispan.util.logging.Log_$logger
- executor - Variable in class org.infinispan.executors.ManageableExecutorService
- executor - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
- executor - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- executor() - Method in class org.infinispan.manager.DefaultCacheManager
- executor() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Providess the cache manager based executor.
- executor() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- executor() - Method in class org.infinispan.xsite.irac.IracExecutor
- EXECUTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ExecutorAllCompletionService - Class in org.infinispan.executors
-
Exectues given tasks in provided executor.
- ExecutorAllCompletionService(Executor) - Constructor for class org.infinispan.executors.ExecutorAllCompletionService
- executorFactory(int, int, boolean) - Static method in class org.infinispan.factories.threads.CoreExecutorFactory
- executorFactory(int, int, int, long, boolean) - Static method in class org.infinispan.factories.threads.CoreExecutorFactory
- ExecutorFactoryConfiguration - Class in org.infinispan.configuration.global
- ExecutorFactoryConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures executor factory.
- existingConfigForInternalCache(String) - Method in class org.infinispan.util.logging.Log_$logger
- existingConfigForInternalCache(String) - Method in interface org.infinispan.util.logging.Log
- existingConfigForInternalCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- expectedJustOneResponse(Map<Address, Response>) - Method in class org.infinispan.util.logging.Log_$logger
- expectedJustOneResponse(Map<Address, Response>) - Method in interface org.infinispan.util.logging.Log
- expectedJustOneResponse$str() - Method in class org.infinispan.util.logging.Log_$logger
- Expected wrapping patterns - Search tag in interface org.infinispan.container.impl.EntryFactory
- Section
- expiration() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- expiration() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- expiration() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- expiration() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- expiration() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- expiration() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- expiration() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.Configuration
- expiration() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- expiration() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- EXPIRATION - Enum constant in enum class org.infinispan.configuration.parsing.Element
- EXPIRATION - Enum constant in enum class org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store uses expiration metadata so that it never returns expired entries via any methods such as
NonBlockingStore.load(int, Object),NonBlockingStore.publishKeys(IntSet, Predicate)orNonBlockingStore.publishEntries(IntSet, Predicate, boolean). - EXPIRATION_EXECUTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- EXPIRATION_SCHEDULED_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
- expirationCheckDelay(CompletionStage<Void>, CompletableFuture<Void>) - Static method in interface org.infinispan.container.impl.EntryFactory
- ExpirationConfiguration - Class in org.infinispan.configuration.cache
-
Controls the default expiration settings for entries in the cache.
- ExpirationConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls the default expiration settings for entries in the cache.
- expirationManager - Variable in class org.infinispan.container.impl.AbstractInternalDataContainer
- expirationManager - Variable in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- ExpirationManager<K,
V> - Interface in org.infinispan.expiration -
Central component that deals with expiration of cache entries.
- ExpirationManagerFactory - Class in org.infinispan.factories
-
Constructs the expiration manager
- ExpirationManagerFactory() - Constructor for class org.infinispan.factories.ExpirationManagerFactory
- ExpirationManagerImpl<K,
V> - Class in org.infinispan.expiration.impl - ExpirationManagerImpl() - Constructor for class org.infinispan.expiration.impl.ExpirationManagerImpl
- expirationNotAllowedWhenStoreDoesNotSupport(String) - Method in class org.infinispan.util.logging.Log_$logger
- expirationNotAllowedWhenStoreDoesNotSupport(String) - Method in interface org.infinispan.util.logging.Log
- expirationNotAllowedWhenStoreDoesNotSupport$str() - Method in class org.infinispan.util.logging.Log_$logger
- expirationTask - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
- expirationThreadPool() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- expirationThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Configuration for the expiration thread pool
- expirationThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- expirationThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- expirationThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- expirationThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- expired(Object, Object, Metadata, PrivateMetadata) - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- expired(T, U, Metadata, PrivateMetadata) - Method in interface org.infinispan.expiration.impl.InternalExpirationManager.ExpirationConsumer
-
Invoked when an entry is expired.
- EXPIRED - Enum constant in enum class org.infinispan.container.entries.ReadCommittedEntry.Flags
- EXPIRED - Enum constant in enum class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionStatus
- expiredIterationPredicate(long) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
-
Returns a predicate that will return false when an entry is expired.
- expiring - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
-
This map is used for performance reasons.
- ExpiryHelper - Class in org.infinispan.container.entries
-
Provide utility methods for dealing with expiration of cache entries.
- ExpiryHelper() - Constructor for class org.infinispan.container.entries.ExpiryHelper
- expiryTime() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- expiryTime() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- expiryTime() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- expiryTime() - Method in interface org.infinispan.metadata.InternalMetadata
-
Deprecated.
- expiryTime() - Method in class org.infinispan.persistence.sifs.EntryHeader
- expiryTime() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- expiryTime(Metadata, long, long) - Static method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- explicitFlags - Variable in class org.infinispan.cache.impl.AbstractCacheBackedSet
- explicitFlags - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- ExponentialBackOff - Interface in org.infinispan.util
-
Interface to implement an exponential back-off algorithm that retries the request based on the result of the remote operation.
- ExponentialBackOffImpl - Class in org.infinispan.util
-
The default
ExponentialBackOffimplementation for IRAC (asynchronous cross-site replication). - ExponentialBackOffImpl(ScheduledExecutorService) - Constructor for class org.infinispan.util.ExponentialBackOffImpl
- EXPORTER_PROTOCOL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- EXPORTER_PROTOCOL - Static variable in class org.infinispan.configuration.global.GlobalTracingConfiguration
- exporterProtocol() - Method in class org.infinispan.configuration.global.GlobalTracingConfiguration
-
By default, the tracing spans will be exported applying the OTLP (OpenTelemetry Protocol).
- exporterProtocol(TracingExporterProtocol) - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- extend() - Method in class org.infinispan.configuration.global.StackConfiguration
- extend(String) - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- ExtendedLockPromise - Interface in org.infinispan.util.concurrent.locks
-
An extended
LockPromiseinterface that allows a better control over it. - EXTENDS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ExternalExternalizers - Class in org.infinispan.marshall.core.impl
- Externalizer() - Constructor for class org.infinispan.cache.impl.BiFunctionMapper.Externalizer
- Externalizer() - Constructor for class org.infinispan.cache.impl.EncoderEntryMapper.Externalizer
- Externalizer() - Constructor for class org.infinispan.cache.impl.EncoderKeyMapper.Externalizer
- Externalizer() - Constructor for class org.infinispan.cache.impl.EncoderValueMapper.Externalizer
- Externalizer() - Constructor for class org.infinispan.cache.impl.FunctionMapper.Externalizer
- Externalizer() - Constructor for class org.infinispan.commands.functional.functions.MergeFunction.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.ImmortalCacheEntry.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.ImmortalCacheValue.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataMortalCacheValue.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientCacheValue.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.MortalCacheEntry.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.MortalCacheValue.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.RemoteMetadata.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.TransientCacheEntry.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.TransientCacheValue.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.versioning.NumericVersion.Externalizer
- Externalizer() - Constructor for class org.infinispan.container.versioning.SimpleClusteredVersion.Externalizer
- Externalizer() - Constructor for class org.infinispan.context.Flag.Externalizer
- Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer
- Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer
- Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.Externalizer
- Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory.Externalizer
- Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Externalizer
- Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.Externalizer
- Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory.Externalizer
- Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Externalizer
- Externalizer() - Constructor for class org.infinispan.encoding.DataConversion.Externalizer
- Externalizer() - Constructor for class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
- Externalizer() - Constructor for class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
- Externalizer() - Constructor for class org.infinispan.functional.impl.StatsEnvelope.Externalizer
- Externalizer() - Constructor for class org.infinispan.globalstate.impl.CacheState.Externalizer
- Externalizer() - Constructor for class org.infinispan.globalstate.ScopedState.Externalizer
- Externalizer() - Constructor for class org.infinispan.globalstate.ScopeFilter.Externalizer
- Externalizer() - Constructor for class org.infinispan.interceptors.distribution.VersionedResult.Externalizer
- Externalizer() - Constructor for class org.infinispan.interceptors.distribution.VersionedResults.Externalizer
- Externalizer() - Constructor for class org.infinispan.metadata.EmbeddedMetadata.Externalizer
- Externalizer() - Constructor for class org.infinispan.metadata.impl.InternalMetadataImpl.Externalizer
-
Deprecated.
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterEvent.Externalizer
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.Externalizer
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.Externalizer
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer
- Externalizer() - Constructor for class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
- Externalizer() - Constructor for class org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult.Externalizer
- Externalizer() - Constructor for class org.infinispan.remoting.responses.BiasRevocationResponse.Externalizer
- Externalizer() - Constructor for class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
- Externalizer() - Constructor for class org.infinispan.remoting.responses.ExceptionResponse.Externalizer
- Externalizer() - Constructor for class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer
- Externalizer() - Constructor for class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer
- Externalizer() - Constructor for class org.infinispan.remoting.responses.UnsureResponse.Externalizer
- Externalizer() - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer
- Externalizer() - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer
- Externalizer() - Constructor for class org.infinispan.statetransfer.StateChunk.Externalizer
- Externalizer() - Constructor for class org.infinispan.statetransfer.TransactionInfo.Externalizer
- Externalizer() - Constructor for class org.infinispan.stream.impl.CacheBiConsumers.Externalizer
- Externalizer() - Constructor for class org.infinispan.topology.CacheJoinInfo.Externalizer
- Externalizer() - Constructor for class org.infinispan.topology.CacheStatusResponse.Externalizer
- Externalizer() - Constructor for class org.infinispan.topology.CacheTopology.Externalizer
- Externalizer() - Constructor for class org.infinispan.topology.ManagerStatusResponse.Externalizer
- Externalizer() - Constructor for class org.infinispan.topology.PersistentUUID.Externalizer
- Externalizer() - Constructor for class org.infinispan.transaction.xa.GlobalTransaction.Externalizer
- Externalizer() - Constructor for class org.infinispan.util.KeyValuePair.Externalizer
- EXTERNALIZER - Static variable in class org.infinispan.commands.CommandInvocationId
- EXTERNALIZER - Static variable in class org.infinispan.distribution.group.impl.CacheEntryGroupPredicate
- EXTERNALIZER - Static variable in class org.infinispan.remoting.responses.PrepareResponse
- EXTERNALIZER - Static variable in class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
- EXTERNALIZER - Static variable in class org.infinispan.xsite.response.AutoStateTransferResponse
- ExternalStore<K,
V> - Interface in org.infinispan.persistence.spi -
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced by
NonBlockingStore - extractIndexable(Object) - Method in class org.infinispan.encoding.DataConversion
-
Convert the stored object in a format suitable to be indexed.
- extractKey(Object) - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
-
Extract the key from a set element.
- extractKey(Object) - Method in class org.infinispan.cache.impl.CacheBackedEntrySet
- extractKey(Object) - Method in class org.infinispan.cache.impl.CacheBackedKeySet
- extractMetadata(Metadata) - Static method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- extractSegment(ReplicableCommand, Object, KeyPartitioner) - Static method in interface org.infinispan.commands.SegmentSpecificCommand
-
Utility to extract the segment from a given command that may be a
SegmentSpecificCommand. - extractSegmentAwareKey(ReplicableCommand, K, KeyPartitioner) - Static method in interface org.infinispan.commands.SegmentSpecificCommand
-
Create an
SegmentAwareKeyinstance with the key and its segment. - extractStateTransferFlag(InvocationContext, FlagAffectedCommand) - Static method in class org.infinispan.context.impl.FlagBitSets
- extraneousMembersJoinRestoredCache(List<Address>, String) - Method in class org.infinispan.util.logging.Log_$logger
- extraneousMembersJoinRestoredCache(List<Address>, String) - Method in interface org.infinispan.util.logging.Log
- extraneousMembersJoinRestoredCache$str() - Method in class org.infinispan.util.logging.Log_$logger
F
- f - Variable in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- f - Variable in class org.infinispan.commands.functional.ReadOnlyManyCommand
- factor() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- factor() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- factor(int) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- FACTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- FACTOR - Static variable in class org.infinispan.configuration.cache.IndexMergeConfiguration
- factory() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
- factory() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfiguration
- factory(ExecutorFactory) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
-
Specify factory class for executor NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new instance of the class.
- factory(ScheduledExecutorFactory) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
Specify factory class for executor NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new instance of the class.
- Factory() - Constructor for class org.infinispan.stats.impl.StatsCollector.Factory
- factoryCannotConstructComponent(String) - Method in class org.infinispan.util.logging.Log_$logger
- factoryCannotConstructComponent(String) - Method in interface org.infinispan.util.logging.Log
- factoryCannotConstructComponent$str() - Method in class org.infinispan.util.logging.Log_$logger
- fail() - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
- fail() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- fail() - Method in class org.infinispan.commands.write.ClearCommand
- fail() - Method in class org.infinispan.commands.write.ComputeCommand
- fail() - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- fail() - Method in class org.infinispan.commands.write.InvalidateCommand
- fail() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- fail() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- fail() - Method in class org.infinispan.commands.write.PutMapCommand
- fail() - Method in class org.infinispan.commands.write.RemoveCommand
- fail() - Method in class org.infinispan.commands.write.ReplaceCommand
- fail() - Method in interface org.infinispan.commands.write.WriteCommand
-
Make subsequent invocations of
WriteCommand.isSuccessful()returnfalse. - FAIL - Enum constant in enum class org.infinispan.configuration.cache.BackupFailurePolicy
- FAIL - Enum constant in enum class org.infinispan.configuration.global.UncleanShutdownAction
-
Prevents startup of the cache manager if a dangling lock file is found in the persistent global state.
- FAIL_SILENTLY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- FAIL_SILENTLY - Enum constant in enum class org.infinispan.context.Flag
-
Swallows any exceptions, logging them instead at a low log level.
- FAIL_SILENTLY - Static variable in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- FAIL_SILENTLY - Static variable in class org.infinispan.context.impl.FlagBitSets
- FAILED - Enum constant in enum class org.infinispan.health.HealthStatus
-
The cache did not start due to a error.
- FAILED - Enum constant in enum class org.infinispan.lifecycle.ComponentStatus
-
The component is in a failed state due to a problem with one of the other lifecycle transition phases.
- FAILED - Static variable in class org.infinispan.xsite.XSiteAdminOperations
- failedAcquiringLockFile(Throwable, FileSystemLock) - Method in class org.infinispan.persistence.sifs.Log_$logger
- failedAcquiringLockFile(Throwable, FileSystemLock) - Method in interface org.infinispan.persistence.sifs.Log
- failedAcquiringLockFile$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- failedConflictResolution(String, CacheTopology, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedConflictResolution(String, CacheTopology, Throwable) - Method in interface org.infinispan.util.logging.Log
- failedConflictResolution$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedInvalidatingRemoteCache(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedInvalidatingRemoteCache(Throwable) - Method in interface org.infinispan.util.logging.Log
- failedInvalidatingRemoteCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedInvokingCacheManagerListener(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedInvokingCacheManagerListener(Throwable) - Method in interface org.infinispan.util.logging.Log
- failedInvokingCacheManagerListener$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedInvokingEventLoggerListener(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedInvokingEventLoggerListener(Throwable) - Method in interface org.infinispan.util.logging.Log
- failedInvokingEventLoggerListener$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedLoadingKeysFromCacheStore(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedLoadingKeysFromCacheStore(Throwable) - Method in interface org.infinispan.util.logging.Log
- failedLoadingKeysFromCacheStore$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedOutBoundTransferExecution(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedOutBoundTransferExecution(Throwable) - Method in interface org.infinispan.util.logging.Log
- failedOutBoundTransferExecution$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedPartitionHandlingTxCompletion(GlobalTransaction, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedPartitionHandlingTxCompletion(GlobalTransaction, Throwable) - Method in interface org.infinispan.util.logging.Log
- failedPartitionHandlingTxCompletion$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedReadingPersistentState(IOException, File) - Method in class org.infinispan.util.logging.Log_$logger
- failedReadingPersistentState(IOException, File) - Method in interface org.infinispan.util.logging.Log
- failedReadingPersistentState$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedSynchronizationRegistration(Exception) - Method in class org.infinispan.util.logging.Log_$logger
- failedSynchronizationRegistration(Exception) - Method in interface org.infinispan.util.logging.Log
- failedSynchronizationRegistration$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedToCallStopAfterFailure(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedToCallStopAfterFailure(Throwable) - Method in interface org.infinispan.util.logging.Log
- failedToCallStopAfterFailure$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedToCreateInitialCtx(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedToCreateInitialCtx(Throwable) - Method in interface org.infinispan.util.logging.Log
- failedToCreateInitialCtx$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedToEnlistTransactionXaAdapter(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedToEnlistTransactionXaAdapter(Throwable) - Method in interface org.infinispan.util.logging.Log
- failedToEnlistTransactionXaAdapter$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedToInvalidateKeys(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedToInvalidateKeys(Throwable) - Method in interface org.infinispan.util.logging.Log
- failedToInvalidateKeys$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedToRecoverCacheState(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedToRecoverCacheState(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- failedToRecoverCacheState$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedToRecoverClusterState(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedToRecoverClusterState(Throwable) - Method in interface org.infinispan.util.logging.Log
- failedToRecoverClusterState$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedToRequestSegments(String, Address, Collection<Integer>, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedToRequestSegments(String, Address, Collection<Integer>, Throwable) - Method in interface org.infinispan.util.logging.Log
- failedToRequestSegments$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedToRestartXSiteStateTransfer(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedToRestartXSiteStateTransfer(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- failedToRestartXSiteStateTransfer$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedToRetrieveTransactionsForSegments(String, Address, Collection<Integer>, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedToRetrieveTransactionsForSegments(String, Address, Collection<Integer>, Throwable) - Method in interface org.infinispan.util.logging.Log
- failedToRetrieveTransactionsForSegments$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedToTransferTombstones(Address, IntSet, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- failedToTransferTombstones(Address, IntSet, Throwable) - Method in interface org.infinispan.util.logging.Log
- failedToTransferTombstones$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedToUpdateAttribute(String, Object) - Method in class org.infinispan.util.logging.Log_$logger
- failedToUpdateAttribute(String, Object) - Method in interface org.infinispan.util.logging.Log
- failedToUpdateAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedWaitingForTopology(int) - Method in class org.infinispan.util.logging.Log_$logger
- failedWaitingForTopology(int) - Method in interface org.infinispan.util.logging.Log
- failedWaitingForTopology$str() - Method in class org.infinispan.util.logging.Log_$logger
- failedWritingGlobalState(IOException, File) - Method in class org.infinispan.util.logging.Log_$logger
- failedWritingGlobalState(IOException, File) - Method in interface org.infinispan.util.logging.Log
- failedWritingGlobalState$str() - Method in class org.infinispan.util.logging.Log_$logger
- failSilently() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- failSilently(boolean) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- failStateTransfer() - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- FAILURE_POLICY - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- FAILURE_POLICY_CLASS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- FAILURE_POLICY_CLASS - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- failureCompletingTransaction(Transaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- failureCompletingTransaction(Transaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
- failurePolicyClass() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
If the failure policy is set to
BackupFailurePolicy.CUSTOMthen the failurePolicyClass is required and should return the fully qualified name of a class implementingCustomFailurePolicy - failurePolicyClass() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
If the failure policy is set to
BackupFailurePolicy.CUSTOMthen the failurePolicyClass is required and should return the fully qualified name of a class implementingCustomFailurePolicy - failurePolicyClass(String) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- failurePolicyClassNotCompatibleWith(String, BackupFailurePolicy) - Method in class org.infinispan.util.logging.Log_$logger
- failurePolicyClassNotCompatibleWith(String, BackupFailurePolicy) - Method in interface org.infinispan.util.logging.Log
- failurePolicyClassNotCompatibleWith$str() - Method in class org.infinispan.util.logging.Log_$logger
- FakeJTATransaction - Class in org.infinispan.transaction.impl
- FakeJTATransaction() - Constructor for class org.infinispan.transaction.impl.FakeJTATransaction
- fallingBackToEmbeddedTm() - Method in class org.infinispan.util.logging.Log_$logger
- fallingBackToEmbeddedTm() - Method in interface org.infinispan.util.logging.Log
- fallingBackToEmbeddedTm$str() - Method in class org.infinispan.util.logging.Log_$logger
- fatal(EventLogCategory, String) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Logs a message to the event log using the
EventLogLevel.FATALseverity - FATAL - Enum constant in enum class org.infinispan.util.logging.events.EventLogLevel
- fatalIndexError(Throwable) - Method in class org.infinispan.persistence.sifs.Log_$logger
- fatalIndexError(Throwable) - Method in interface org.infinispan.persistence.sifs.Log
- fatalIndexError$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- features() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- FETCH_IN_MEMORY_STATE - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
- FETCH_STATE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- fetchInMemoryState() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
If
true, the cache will fetch data from the neighboring caches when it starts up, so the cache starts 'warm', although it will impact startup time. - fetchInMemoryState(boolean) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
If
true, the cache will fetch data from the neighboring caches when it starts up, so the cache starts 'warm', although it will impact startup time. - fetchPersistentState() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.since 14.0. Always returns false. The first non shared store is used instead.
- fetchPersistentState() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.since 14.0. This will always return false
- fetchPersistentState() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
If true, fetch persistent state when joining a cluster.
- fetchPersistentState(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated since 14.0. There is no replacement. First non shared store is picked instead.
- fetchPersistentState(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- fetchPersistentState(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.since 14.0. This method does nothing. Only the first non shared store that supports publishEntries is used for state transfer.
- fetchRequiredKeys(LocalizedCacheTopology, Map<Address, List<Object>>, List<Object>, InvocationContext, C) - Method in interface org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadManyCommandHelper
- fetchRequiredKeys(LocalizedCacheTopology, Map<Address, List<Object>>, List<Object>, InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadOnlyManyHelper
- file - Variable in class org.infinispan.persistence.sifs.EntryInfo
- FILE_STORE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- fileChannel - Variable in class org.infinispan.persistence.sifs.FileProvider.Log
- fileChannelConfigurator(FileJGroupsChannelConfigurator) - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- fileId - Variable in class org.infinispan.persistence.sifs.FileProvider.Log
- FileJGroupsChannelConfigurator - Class in org.infinispan.remoting.transport.jgroups
-
A JGroups
JGroupsChannelConfiguratorwhich loads configuration from an XML file supplied as anInputStream - FileJGroupsChannelConfigurator(String, String, InputStream, Properties) - Constructor for class org.infinispan.remoting.transport.jgroups.FileJGroupsChannelConfigurator
- fileLocationTransform(String, int) - Static method in class org.infinispan.configuration.cache.AbstractSegmentedStoreConfiguration
-
Transforms a file location to a segment based one.
- FileProvider - Class in org.infinispan.persistence.sifs
-
Provides resource management for files - only limited amount of files may be opened in one moment, and opened file should not be deleted.
- FileProvider(Path, int, String, int) - Constructor for class org.infinispan.persistence.sifs.FileProvider
- FileProvider.Handle - Class in org.infinispan.persistence.sifs
- FileProvider.Log - Class in org.infinispan.persistence.sifs
- FILESYSTEM - Enum constant in enum class org.infinispan.configuration.cache.IndexStorage
- filter - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- filter(DoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
- filter(DoublePredicate) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- filter(DoublePredicate) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- filter(DoublePredicate) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- filter(IntPredicate) - Method in interface org.infinispan.IntCacheStream
- filter(IntPredicate) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- filter(IntPredicate) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- filter(IntPredicate) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- filter(LongPredicate) - Method in interface org.infinispan.LongCacheStream
- filter(LongPredicate) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- filter(LongPredicate) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- filter(LongPredicate) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- filter(Predicate<? super CacheEntry<K, V>>) - Method in interface org.infinispan.LockedStream
-
Returns a locked stream consisting of the elements of this stream that match the given predicate.
- filter(Predicate<? super CacheEntry<K, V>>) - Method in class org.infinispan.stream.impl.LockedStreamImpl
- filter(Predicate<? super R>) - Method in interface org.infinispan.CacheStream
- filter(Predicate<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- filter(Predicate<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- filter(Predicate<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- filter(Predicate<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- filter(Predicate<? super T>) - Method in interface org.infinispan.functional.Traversable
-
An intermediate operation that returns a traversable containing elements matching the given predicate.
- filter(SerializableDoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.filter(DoublePredicate)except that the DoublePredicate must also implementSerializable - filter(SerializableDoublePredicate) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- filter(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.filter(IntPredicate)except that the IntPredicate must also implementSerializable - filter(SerializableIntPredicate) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- filter(SerializableLongPredicate) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.filter(LongPredicate)except that the LongPredicate must also implement Serializable. - filter(SerializableLongPredicate) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- filter(SerializablePredicate<? super CacheEntry<K, V>>) - Method in interface org.infinispan.LockedStream
-
Same as
LockedStream.filter(Predicate)except that the Predicate must also implementSerializable - filter(SerializablePredicate<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.filter(Predicate)except that the Predicate must also implementSerializable - filterAndConvert - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- filterAndConvert(Stream<CacheEntry<K, V>>, KeyValueFilterConverter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
-
Adds needed intermediate operations to the provided stream, returning a possibly new stream as a result of the operations.
- filterAndConvert(K, V, Metadata) - Method in interface org.infinispan.filter.KeyValueFilterConverter
-
Will both filter the entry and if passed subsequently convert the value to a new value.
- filterAndConvert(K, V, Metadata) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter
- filterAndConvert(K, V, Metadata, V, Metadata, EventType) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverter
-
Will both filter the entry and if passed subsequently convert the value to a new value.
- filterAndConvert(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
- filterAndConvert(CacheStream<CacheEntry<K, V>>, KeyValueFilterConverter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
- filterAndConvertToKey(CacheStream<CacheEntry<K, V>>, KeyValueFilterConverter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
- filterAndConvertToValue(CacheStream<CacheEntry<K, V>>, KeyValueFilterConverter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
- filterAnnotations - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- filterBySegment(LocalizedCacheTopology, Collection<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- FilterDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
-
Performs filter operation on a
DoubleStream - FilterDoubleOperation(DoublePredicate) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.FilterDoubleOperation
- filterEntries(Map<K, V>, Collection<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- filterExpiredEntries(Spliterator<InternalCacheEntry<K, V>>) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
-
Returns a new spliterator that will not return entries that have expired.
- FilterIndexingServiceProvider - Interface in org.infinispan.notifications.cachelistener.filter
-
A service provider for filter indexing services.
- FilteringListenable<K,
V> - Interface in org.infinispan.notifications -
A Listenable that can also filter events based on key
- FilterIntOperation<S> - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs filter operation on a
IntStream - FilterIntOperation(IntPredicate) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.FilterIntOperation
- filterKeys(Set<?>) - Method in interface org.infinispan.BaseCacheStream
-
Filters which entries are returned by only returning ones that map to the given key.
- filterKeys(Set<?>) - Method in interface org.infinispan.CacheStream
-
Filters which entries are returned by only returning ones that map to the given key.
- filterKeys(Set<?>) - Method in interface org.infinispan.DoubleCacheStream
-
Filters which entries are returned by only returning ones that map to the given key.
- filterKeys(Set<?>) - Method in interface org.infinispan.IntCacheStream
-
Filters which entries are returned by only returning ones that map to the given key.
- filterKeys(Set<?>) - Method in interface org.infinispan.LockedStream
-
Filters which entries are returned by only returning ones that map to the given key.
- filterKeys(Set<?>) - Method in interface org.infinispan.LongCacheStream
-
Filters which entries are returned by only returning ones that map to the given key.
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.LockedStreamImpl
- filterKeys(Set<?>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- filterKeySegments(IntSet) - Method in interface org.infinispan.BaseCacheStream
-
Filters which entries are returned by what segment they are present in.
- filterKeySegments(IntSet) - Method in interface org.infinispan.CacheStream
-
Filters which entries are returned by what segment they are present in.
- filterKeySegments(IntSet) - Method in interface org.infinispan.LockedStream
-
Filters which entries are returned by what segment they are present in.
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- filterKeySegments(IntSet) - Method in class org.infinispan.stream.impl.LockedStreamImpl
- filterKeySegments(IntSet) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- FilterLongOperation<S> - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs filter operation on a
LongStream - FilterLongOperation(LongPredicate) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.FilterLongOperation
- FilterMapResponseCollector - Class in org.infinispan.remoting.transport.impl
- FilterMapResponseCollector(ResponseFilter, boolean, int) - Constructor for class org.infinispan.remoting.transport.impl.FilterMapResponseCollector
- FilterOperation<S> - Class in org.infinispan.stream.impl.intops.object
-
Performs filter operation on a regular
Stream - FilterOperation(Predicate<? super S>) - Constructor for class org.infinispan.stream.impl.intops.object.FilterOperation
- filterPrivateCaches(Set<String>) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
- filterPrivateCaches(Set<String>) - Method in interface org.infinispan.registry.InternalCacheRegistry
-
Removes the private caches from the specified set of cache names
- filterTargets(Collection<Address>) - Method in interface org.infinispan.manager.ClusterExecutor
-
Allows for filtering of address nodes by only allowing addresses in this collection from being contacted.
- filterTargets(Predicate<? super Address>) - Method in interface org.infinispan.manager.ClusterExecutor
-
Allows for filtering of address nodes dynamically per invocation.
- filterTargets(ClusterExecutionPolicy) - Method in interface org.infinispan.manager.ClusterExecutor
-
Allows for filtering of address nodes by only allowing addresses that match the given execution policy to be used.
- filterTargets(ClusterExecutionPolicy, Predicate<? super Address>) - Method in interface org.infinispan.manager.ClusterExecutor
-
Allows for filtering of address nodes dynamically per invocation.
- find() - Method in interface org.infinispan.functional.EntryView.ReadEntryView
-
Optional value.
- find(Class<T>) - Method in class org.infinispan.functional.impl.MetaParams
- findAny() - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that returns an optional containing an element of the traversable, or an empty optional if empty.
- findAny() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- findAny() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- findAny() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- findAny() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- findAny() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- findAny() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- findAny() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- findAny() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- findAny() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- findAny() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- findAny() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- findAny() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- findAny() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- findCacheMgmtInterceptor() - Method in class org.infinispan.eviction.impl.EvictionManagerImpl
- findExternalizerFor(Object) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- findFirst() - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- findFirst() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- findFirst() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- findFirst() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- findFirst() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- findFirst() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- findFirst() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- findFirst() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- findFirst() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- findFirst() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- findFirst() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- findFirst() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- findFirst() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- findFirst() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- findFork(JChannel) - Static method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- findInterceptorExtending(Class<T>) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Returns the first interceptor extending the given class, or
nullif there is none. - findInterceptorExtending(Class<T>) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- findInterceptorExtending(Class<T>) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- findInterceptorWithClass(Class<T>) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Returns the first interceptor with the given class, or
nullif there is none. - findInterceptorWithClass(Class<T>) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- findInterceptorWithClass(Class<T>) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- findIracMetadataFromCacheEntry(CacheEntry<?, ?>) - Static method in class org.infinispan.util.IracUtils
- findListenerCallbacks(Object) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- findLocalCache(String, ByteString) - Method in class org.infinispan.xsite.XSiteCacheMapper
- findMetaParam(Class<T>) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- findMetaParam(Class<T>) - Method in interface org.infinispan.functional.MetaParam.Lookup
- findNewBackupOwner(DefaultConsistentHashFactory.Builder, Collection<Address>, Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- findNewPrimaryOwner(AbstractConsistentHashFactory.Builder, Collection<Address>, Address) - Method in class org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory
- findNext() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
- findRemoteCachesWithAsyncBackup(String) - Method in class org.infinispan.xsite.XSiteCacheMapper
- findWorstPrimaryOwner(AbstractConsistentHashFactory.Builder, List<Address>) - Method in class org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory
- finish() - Method in class org.infinispan.interceptors.distribution.RemoteGetSingleKeyCollector
- finish() - Method in class org.infinispan.remoting.transport.impl.FilterMapResponseCollector
- finish() - Method in class org.infinispan.remoting.transport.impl.MapResponseCollector
- finish() - Method in class org.infinispan.remoting.transport.impl.PassthroughMapResponseCollector
- finish() - Method in class org.infinispan.remoting.transport.impl.PassthroughSingleResponseCollector
- finish() - Method in class org.infinispan.remoting.transport.impl.VoidResponseCollector
- finish() - Method in interface org.infinispan.remoting.transport.ResponseCollector
-
Called after
ResponseCollector.addResponse(Address, Response)returnsnullfor the last response. - finish() - Method in class org.infinispan.remoting.transport.ValidResponseCollector
- finish() - Method in class org.infinispan.remoting.transport.ValidSingleResponseCollector
- finish() - Method in class org.infinispan.xsite.response.AutoStateTransferResponseCollector
- finishedConflictResolution(String, CacheTopology) - Method in class org.infinispan.util.logging.Log_$logger
- finishedConflictResolution(String, CacheTopology) - Method in interface org.infinispan.util.logging.Log
- finishedConflictResolution$str() - Method in class org.infinispan.util.logging.Log_$logger
- finishedRebalance(String, CacheTopology) - Method in class org.infinispan.util.logging.Log_$logger
- finishedRebalance(String, CacheTopology) - Method in interface org.infinispan.util.logging.Log
- finishedRebalance$str() - Method in class org.infinispan.util.logging.Log_$logger
- finishObjectInput(ObjectInput) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- finishObjectOutput(ObjectOutput) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- fireParserListeners() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- firstAddress - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- firstEnlistedResource() - Method in class org.infinispan.transaction.tm.EmbeddedTransaction
- firstEnlistedResource() - Method in class org.infinispan.transaction.tm.EmbeddedTransactionManager
- Flag - Enum Class in org.infinispan.context
-
Available flags, which may be set on a per-invocation basis.
- Flag.Externalizer - Class in org.infinispan.context
- FlagAffectedCommand - Interface in org.infinispan.commands
-
Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.
- FlagAffectedStore<K,
V> - Interface in org.infinispan.persistence.spi -
Implemented by stores that can skip writes based on certain flags present in the invocation.
- FlagBitSets - Class in org.infinispan.context.impl
-
Pre-computed bitsets containing each flag.
- FlagBitSets() - Constructor for class org.infinispan.context.impl.FlagBitSets
- flags - Variable in class org.infinispan.container.entries.ReadCommittedEntry
- flags() - Method in class org.infinispan.functional.impl.StatsEnvelope
- flatMap(DoubleFunction<? extends DoubleStream>) - Method in interface org.infinispan.DoubleCacheStream
- flatMap(DoubleFunction<? extends DoubleStream>) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- flatMap(DoubleFunction<? extends DoubleStream>) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- flatMap(DoubleFunction<? extends DoubleStream>) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- flatMap(Function<? super R, ? extends Stream<? extends R1>>) - Method in interface org.infinispan.CacheStream
- flatMap(Function<? super R, ? extends Stream<? extends R1>>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- flatMap(Function<? super R, ? extends Stream<? extends R1>>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- flatMap(Function<? super R, ? extends Stream<? extends R1>>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- flatMap(Function<? super R, ? extends Stream<? extends R1>>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- flatMap(Function<? super T, ? extends Traversable<? extends R>>) - Method in interface org.infinispan.functional.Traversable
-
An intermediate operation that returns a traversable containing the results of replacing each element of this traversable with the contents of a traversable produced by applying the provided function to each element.
- flatMap(IntFunction<? extends IntStream>) - Method in interface org.infinispan.IntCacheStream
- flatMap(IntFunction<? extends IntStream>) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- flatMap(IntFunction<? extends IntStream>) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- flatMap(IntFunction<? extends IntStream>) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- flatMap(LongFunction<? extends LongStream>) - Method in interface org.infinispan.LongCacheStream
- flatMap(LongFunction<? extends LongStream>) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- flatMap(LongFunction<? extends LongStream>) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- flatMap(LongFunction<? extends LongStream>) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- flatMap(SerializableDoubleFunction<? extends DoubleStream>) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.flatMap(DoubleFunction)except that the DoubleFunction must also implementSerializable - flatMap(SerializableDoubleFunction<? extends DoubleStream>) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- flatMap(SerializableFunction<? super R, ? extends Stream<? extends R1>>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.flatMap(Function)except that the Function must also implementSerializable - flatMap(SerializableIntFunction<? extends IntStream>) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.flatMap(IntFunction)except that the IntFunction must also implementSerializable - flatMap(SerializableIntFunction<? extends IntStream>) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- flatMap(SerializableLongFunction<? extends LongStream>) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.flatMap(LongFunction)except that the LongFunction must also implement Serializable. - flatMap(SerializableLongFunction<? extends LongStream>) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- FlatMapDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
-
Performs flat map operation on a
DoubleStream - FlatMapDoubleOperation(DoubleFunction<? extends DoubleStream>) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.FlatMapDoubleOperation
- FlatMapIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs flat map operation on a
IntStream - FlatMapIntOperation(IntFunction<? extends IntStream>) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.FlatMapIntOperation
- FlatMapLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs flat map operation on a
LongStream - FlatMapLongOperation(LongFunction<? extends LongStream>) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.FlatMapLongOperation
- FlatMapOperation<I,
O> - Class in org.infinispan.stream.impl.intops.object -
Performs flat map operation on a regular
Stream - FlatMapOperation(Function<? super I, ? extends Stream<? extends O>>) - Constructor for class org.infinispan.stream.impl.intops.object.FlatMapOperation
- FlatMappingOperation<InputType,
InputStream, - Interface in org.infinispan.stream.impl.intopsOutputType, OutputStream> -
Interface to signify that an
IntermediateOperationis a flat map operation. - flatMapToDouble(Function<? super R, ? extends DoubleStream>) - Method in interface org.infinispan.CacheStream
- flatMapToDouble(Function<? super R, ? extends DoubleStream>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- flatMapToDouble(Function<? super R, ? extends DoubleStream>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- flatMapToDouble(Function<? super R, ? extends DoubleStream>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- flatMapToDouble(Function<? super R, ? extends DoubleStream>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- flatMapToDouble(SerializableFunction<? super R, ? extends DoubleStream>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.flatMapToDouble(Function)except that the Function must also implementSerializable - FlatMapToDoubleOperation<I> - Class in org.infinispan.stream.impl.intops.object
-
Performs flat map to double operation on a regular
Stream - FlatMapToDoubleOperation(Function<? super I, ? extends DoubleStream>) - Constructor for class org.infinispan.stream.impl.intops.object.FlatMapToDoubleOperation
- flatMapToInt(Function<? super R, ? extends IntStream>) - Method in interface org.infinispan.CacheStream
- flatMapToInt(Function<? super R, ? extends IntStream>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- flatMapToInt(Function<? super R, ? extends IntStream>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- flatMapToInt(Function<? super R, ? extends IntStream>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- flatMapToInt(Function<? super R, ? extends IntStream>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- flatMapToInt(SerializableFunction<? super R, ? extends IntStream>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.flatMapToInt(Function)except that the Function must also implementSerializable - FlatMapToIntOperation<I> - Class in org.infinispan.stream.impl.intops.object
-
Performs flat map to int operation on a regular
Stream - FlatMapToIntOperation(Function<? super I, ? extends IntStream>) - Constructor for class org.infinispan.stream.impl.intops.object.FlatMapToIntOperation
- flatMapToLong(Function<? super R, ? extends LongStream>) - Method in interface org.infinispan.CacheStream
- flatMapToLong(Function<? super R, ? extends LongStream>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- flatMapToLong(Function<? super R, ? extends LongStream>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- flatMapToLong(Function<? super R, ? extends LongStream>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- flatMapToLong(Function<? super R, ? extends LongStream>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- flatMapToLong(SerializableFunction<? super R, ? extends LongStream>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.flatMapToLong(Function)except that the Function must also implementSerializable - FlatMapToLongOperation<I> - Class in org.infinispan.stream.impl.intops.object
-
Performs flat map to long operation on a regular
Stream - FlatMapToLongOperation(Function<? super I, ? extends LongStream>) - Constructor for class org.infinispan.stream.impl.intops.object.FlatMapToLongOperation
- FlowableCreate<T> - Class in org.infinispan.reactive
-
Copied from rxjava3 80c83a4e000f0d054ea88a3bd500d36c2c041b05 This has been modified to allow for Flowable create method to be invoked per subscription request instead of during the initial subscribe, which may not even include a request of any size.
- FlowableCreate(FlowableOnSubscribe<T>, BackpressureStrategy) - Constructor for class org.infinispan.reactive.FlowableCreate
- flushCache(Collection<Object>, Address, boolean) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
- flushCache(Collection<Object>, Address, boolean) - Method in interface org.infinispan.distribution.L1Manager
- flushedACLCache() - Method in class org.infinispan.util.logging.Log_$logger
- flushedACLCache() - Method in interface org.infinispan.util.logging.Log
- flushedACLCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- flushGlobalACLCache() - Method in interface org.infinispan.security.GlobalSecurityManager
-
Flushes the ACL cache for this node
- flushGlobalACLCache() - Method in class org.infinispan.security.impl.GlobalSecurityManagerImpl
- flushLocalACLCache() - Method in interface org.infinispan.security.GlobalSecurityManager
- flushLocalACLCache() - Method in class org.infinispan.security.impl.GlobalSecurityManagerImpl
- fmap - Variable in class org.infinispan.functional.impl.ReadOnlyMapImpl
- fmap - Variable in class org.infinispan.functional.impl.ReadWriteMapImpl
- fmap - Variable in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- fmap - Variable in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- fmap - Variable in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- fmap - Variable in class org.infinispan.functional.impl.WriteOnlyMapImpl
- forbiddenStoreLocation(Path, Path) - Method in class org.infinispan.util.logging.Log_$logger
- forbiddenStoreLocation(Path, Path) - Method in interface org.infinispan.util.logging.Log
- forbiddenStoreLocation$str() - Method in class org.infinispan.util.logging.Log_$logger
- force(boolean) - Method in class org.infinispan.persistence.sifs.FileProvider.Handle
- FORCE_ASYNCHRONOUS - Enum constant in enum class org.infinispan.context.Flag
-
Forces asynchronous network calls where possible, even if otherwise configured to use synchronous network calls.
- FORCE_ASYNCHRONOUS - Static variable in class org.infinispan.context.impl.FlagBitSets
- FORCE_SYNCHRONOUS - Enum constant in enum class org.infinispan.context.Flag
-
Forces synchronous network calls where possible, even if otherwise configured to use asynchronous network calls.
- FORCE_SYNCHRONOUS - Static variable in class org.infinispan.context.impl.FlagBitSets
- FORCE_WRITE_LOCK - Enum constant in enum class org.infinispan.context.Flag
-
Forces a write lock, even if the invocation is a read operation.
- FORCE_WRITE_LOCK - Static variable in class org.infinispan.context.impl.FlagBitSets
- forceAvailabilityMode(String, AvailabilityMode) - Method in interface org.infinispan.topology.ClusterTopologyManager
- forceAvailabilityMode(String, AvailabilityMode) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- forceAvailabilityMode(AvailabilityMode) - Method in class org.infinispan.topology.ClusterCacheStatus
- forceBackOffAndRetry() - Method in class org.infinispan.xsite.irac.IracClearResponseCollector
- forceCommit(int, byte[], byte[]) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
- forceCommit(long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
- forceOffline() - Method in class org.infinispan.xsite.OfflineStatus
- forceRebalance() - Method in class org.infinispan.topology.ClusterCacheStatus
- forceRebalance(String) - Method in interface org.infinispan.topology.ClusterTopologyManager
- forceRebalance(String) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- forceRollback(int, byte[], byte[]) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
- forceRollback(long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
- forceTransactionCompletion(XidImpl, boolean) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
-
Replays the given transaction by re-running the prepare and commit.
- forceTransactionCompletion(XidImpl, boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- forceTransactionCompletionFromCluster(XidImpl, Address, boolean) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
-
This method invokes
RecoveryManager.forceTransactionCompletion(XidImpl, boolean)on the specified node. - forceTransactionCompletionFromCluster(XidImpl, Address, boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- forEach(BiConsumer<? super K, ? super V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- forEach(BiConsumer<? super K, ? super V>) - Method in class org.infinispan.cache.impl.EncoderCache
- forEach(BiConsumer<? super K, ? super V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- forEach(BiConsumer<String, String>) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- forEach(BiConsumer<String, String>) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Performs the specified action on every entry of the state
- forEach(BiConsumer<Cache<K, V>, ? super CacheEntry<K, V>>) - Method in interface org.infinispan.LockedStream
-
Performs an action for each element of this stream on the primary owner of the given key.
- forEach(BiConsumer<Cache<K, V>, ? super CacheEntry<K, V>>) - Method in class org.infinispan.stream.impl.LockedStreamImpl
- forEach(BiConsumer<Cache<K, V>, ? super CacheEntry<K, V>>) - Method in class org.infinispan.stream.impl.TxLockedStreamImpl
- forEach(BiConsumer<Cache<K, V>, ? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.forEach(Consumer)except that it takes aBiConsumerthat provides access to the underlyingCachethat is backing this stream. - forEach(BiConsumer<Cache<K, V>, ? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- forEach(BiConsumer<Cache<K, V>, ? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- forEach(BiConsumer<Cache<K, V>, ? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- forEach(BiConsumer<Cache<K, V>, ? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- forEach(BiConsumer<ByteString, TopologyIracVersion>) - Method in class org.infinispan.container.versioning.irac.IracEntryVersion
-
Iterates over all entries of this version as pairs (site name, site version).
- forEach(Consumer<? super E>) - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- forEach(Consumer<? super E>) - Method in class org.infinispan.InternalCacheSet
- forEach(Consumer<? super InternalCacheEntry<K, V>>) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- forEach(Consumer<? super R>) - Method in interface org.infinispan.CacheStream
- forEach(Consumer<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- forEach(Consumer<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- forEach(Consumer<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- forEach(Consumer<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- forEach(Consumer<? super R>) - Method in class org.infinispan.util.CollectionMapper
- forEach(Consumer<? super T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that applies an operation to all elements of this traversable.
- forEach(Consumer<Request<?>>) - Method in class org.infinispan.remoting.transport.impl.RequestRepository
- forEach(DoubleConsumer) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- forEach(DoubleConsumer) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- forEach(DoubleConsumer) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- forEach(IntConsumer) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- forEach(IntConsumer) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- forEach(IntConsumer) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- forEach(LongConsumer) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- forEach(LongConsumer) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- forEach(LongConsumer) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- forEach(ObjDoubleConsumer<Cache<K, V>>) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.forEach(DoubleConsumer)except that it takes anObjDoubleConsumerthat provides access to the underlyingCachethat is backing this stream. - forEach(ObjDoubleConsumer<Cache<K, V>>) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- forEach(ObjDoubleConsumer<Cache<K, V>>) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- forEach(ObjDoubleConsumer<Cache<K, V>>) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- forEach(ObjIntConsumer<? super AdvancedLoadWriteStore>) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
-
Method that allows user to directly invoke some method(s) on the underlying store.
- forEach(ObjIntConsumer<Cache<K, V>>) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.forEach(IntConsumer)except that it takes anObjIntConsumerthat provides access to the underlyingCachethat is backing this stream. - forEach(ObjIntConsumer<Cache<K, V>>) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- forEach(ObjIntConsumer<Cache<K, V>>) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- forEach(ObjIntConsumer<Cache<K, V>>) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- forEach(ObjLongConsumer<Cache<K, V>>) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.forEach(LongConsumer)except that it takes anObjLongConsumerthat provides access to the underlyingCachethat is backing this stream. - forEach(ObjLongConsumer<Cache<K, V>>) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- forEach(ObjLongConsumer<Cache<K, V>>) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- forEach(ObjLongConsumer<Cache<K, V>>) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- forEach(IntSet, Consumer<? super InternalCacheEntry<K, V>>) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- forEach(IntSet, Consumer<? super InternalCacheEntry<K, V>>) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- forEach(IntSet, Consumer<? super InternalCacheEntry<K, V>>) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Performs the given action for each element of the container that maps to the given set of segments until all elements have been processed or the action throws an exception.
- forEach(SerializableBiConsumer<Cache<K, V>, ? super CacheEntry<K, V>>) - Method in interface org.infinispan.LockedStream
-
Same as
LockedStream.forEach(BiConsumer)except that the BiConsumer must also implementSerializable - forEach(SerializableBiConsumer<Cache<K, V>, ? super R>) - Method in interface org.infinispan.CacheStream
- forEach(SerializableConsumer<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.forEach(Consumer)except that the Consumer must also implementSerializable - forEach(SerializableDoubleConsumer) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.forEach(DoubleConsumer)except that the DoubleConsumer must also implementSerializable - forEach(SerializableDoubleConsumer) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- forEach(SerializableIntConsumer) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.forEach(IntConsumer)except that the IntConsumer must also implementSerializable - forEach(SerializableIntConsumer) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- forEach(SerializableLongConsumer) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.forEach(LongConsumer)except that the LongConsumer must also implement Serializable. - forEach(SerializableLongConsumer) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- forEach(SerializableObjDoubleConsumer<Cache<K, V>>) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.forEach(ObjDoubleConsumer)except that theBiConsumermust also implementSerializable - forEach(SerializableObjDoubleConsumer<Cache<K, V>>) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- forEach(SerializableObjIntConsumer<Cache<K, V>>) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.forEach(ObjIntConsumer)except that theBiConsumermust also implementSerializable - forEach(SerializableObjIntConsumer<Cache<K, V>>) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- forEach(SerializableObjLongConsumer<Cache<K, V>>) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.forEach(ObjLongConsumer)except that theBiConsumermust also implementSerializable - forEach(SerializableObjLongConsumer<Cache<K, V>>) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- forEachBackupLock(Consumer<Object>) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- forEachBackupLock(Consumer<Object>) - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
Invokes the
Consumerwith each backup lock. - forEachEntry(BiConsumer<Object, CacheEntry>) - Method in interface org.infinispan.context.EntryLookup
-
Execute an action for each entry in the context.
- forEachEntry(BiConsumer<Object, CacheEntry>) - Method in class org.infinispan.context.impl.ImmutableContext
- forEachEntry(BiConsumer<Object, CacheEntry>) - Method in class org.infinispan.context.impl.NonTxInvocationContext
- forEachEntry(BiConsumer<Object, CacheEntry>) - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- forEachLock(Consumer<Object>) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- forEachLock(Consumer<Object>) - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
Invokes the
Consumerwith each lock. - forEachOrdered(Consumer<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- forEachOrdered(Consumer<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- forEachOrdered(Consumer<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- forEachOrdered(Consumer<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- forEachOrdered(DoubleConsumer) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- forEachOrdered(DoubleConsumer) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- forEachOrdered(DoubleConsumer) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- forEachOrdered(IntConsumer) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- forEachOrdered(IntConsumer) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- forEachOrdered(IntConsumer) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- forEachOrdered(LongConsumer) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- forEachOrdered(LongConsumer) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- forEachOrdered(LongConsumer) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- forEachRemaining(Consumer<? super E>) - Method in class org.infinispan.util.CloseableSuppliedIterator
- forEachRemaining(Consumer<? super T>) - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
- forEachSegment(ObjIntConsumer<PeekableTouchableMap<K, V>>) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- forEachSegment(ObjIntConsumer<PeekableTouchableMap<K, V>>) - Method in class org.infinispan.container.impl.DefaultDataContainer
- forEachSegment(ObjIntConsumer<PeekableTouchableMap<K, V>>) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- forEachSegment(ObjIntConsumer<PeekableTouchableMap<K, V>>) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Performs the given consumer for each map inside this container, once for each segment until all maps have been processed or the action throws an exception.
- forEachSegment(ObjIntConsumer<PeekableTouchableMap<WrappedBytes, WrappedBytes>>) - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- forEachValue(BiConsumer<Object, CacheEntry>) - Method in interface org.infinispan.context.EntryLookup
-
Execute an action for each value in the context.
- forEachValue(BiConsumer<Object, CacheEntry>) - Method in class org.infinispan.context.impl.ImmutableContext
- forEachValue(BiConsumer<Object, CacheEntry>) - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- foreignExternalizerUsingNegativeId(AdvancedExternalizer<?>, int) - Method in class org.infinispan.util.logging.Log_$logger
- foreignExternalizerUsingNegativeId(AdvancedExternalizer<?>, int) - Method in interface org.infinispan.util.logging.Log
- foreignExternalizerUsingNegativeId$str() - Method in class org.infinispan.util.logging.Log_$logger
- forElement(String) - Static method in enum class org.infinispan.configuration.cache.StorageType
- forget(int, byte[], byte[]) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
- forget(long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
- forget(Xid) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- forkProtocolRequired() - Method in class org.infinispan.util.logging.Log_$logger
- forkProtocolRequired() - Method in interface org.infinispan.util.logging.Log
- forkProtocolRequired$str() - Method in class org.infinispan.util.logging.Log_$logger
- format() - Method in interface org.infinispan.filter.KeyValueFilter
- format() - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter
- format() - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilter
- format() - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverter
- format() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
- format(Thread, String) - Method in class org.infinispan.factories.threads.ThreadNameInfo
-
Format the thread name string.
- format(Configuration) - Method in class org.infinispan.configuration.format.PropertyFormatter
- format(GlobalConfiguration) - Method in class org.infinispan.configuration.format.PropertyFormatter
- formatLocation(DecimalFormat, TopologyInfo.Location, String) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- forName(String) - Static method in enum class org.infinispan.configuration.parsing.Attribute
- forName(String) - Static method in enum class org.infinispan.configuration.parsing.Element
- forwardCommandIfNeeded(TopologyAffectedCommand, Set<Object>, Address) - Method in interface org.infinispan.statetransfer.StateTransferManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0. To be removed without replacement.
- ForwardingCacheEntry<K,
V> - Class in org.infinispan.container.entries -
A class designed to forward all method invocations for a CacheEntry to the provided delegate.
- ForwardingCacheEntry() - Constructor for class org.infinispan.container.entries.ForwardingCacheEntry
- foundDifferentIndexConfigPerType() - Method in class org.infinispan.util.logging.Log_$logger
- foundDifferentIndexConfigPerType() - Method in interface org.infinispan.util.logging.Log
- foundDifferentIndexConfigPerType$str() - Method in class org.infinispan.util.logging.Log_$logger
- FOUR_PHASE - Enum constant in enum class org.infinispan.statetransfer.RebalanceType
-
Used by distributed and replicated caches.
- FRAGMENTATION_FACTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- FRAGMENTATION_FACTOR - Static variable in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- fragmentationFactor() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- fragmentationFactor(float) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
-
The store tries to fit in a new entry into an existing entry from a free entry pool (if one is available) However, this existing free entry may be quite bigger than what is required to contain the new entry It may then make sense to split the free entry into two parts: 1.
- freeze() - Method in class org.infinispan.transaction.impl.ModificationList
-
Freezes this list.
- freeze() - Method in class org.infinispan.util.concurrent.CountDownRunnable
- freeze() - Method in class org.infinispan.xsite.irac.IracClearResponseCollector
- freezeModifications() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- freezeModifications() - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
Prevent new modifications after prepare or commit started.
- friendlyCacheModeString() - Method in enum class org.infinispan.configuration.cache.CacheMode
- from(CacheMode) - Static method in enum class org.infinispan.statetransfer.RebalanceType
- from(IsolationLevel) - Static method in enum class org.infinispan.util.concurrent.IsolationLevel
-
Deprecated.
- from(MetaParams) - Static method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- from(Param<?>...) - Static method in class org.infinispan.functional.impl.Params
- fromBackupConfiguration(BackupConfiguration) - Static method in interface org.infinispan.xsite.statetransfer.XSiteStateProviderState
-
Factory for
XSiteStateProviderStateinstances. - fromCacheLoader(MarshallableEntry<?, ?>) - Static method in class org.infinispan.xsite.statetransfer.XSiteState
- fromCollection(Collection<WriteCommand>) - Static method in class org.infinispan.transaction.impl.ModificationList
- fromConfiguration(BackupConfiguration) - Static method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- fromConfiguration(TransactionConfiguration, boolean) - Static method in enum class org.infinispan.configuration.parsing.CacheParser.TransactionMode
- fromConfiguration(EntryMergePolicy) - Static method in enum class org.infinispan.conflict.MergePolicy
- fromDataContainer(InternalCacheEntry<?, ?>) - Static method in class org.infinispan.xsite.statetransfer.XSiteState
- fromEvent(CacheEntryEvent<K, V>) - Static method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- fromFlagsBitSet(long) - Static method in class org.infinispan.functional.impl.Params
- fromId(byte) - Static method in class org.infinispan.xsite.commands.remote.Ids
- fromInstance(XSiteEntryMergePolicy<K, V>) - Static method in enum class org.infinispan.xsite.spi.XSiteMergePolicy
- fromJGroupsAddress(Address) - Static method in class org.infinispan.remoting.transport.jgroups.JGroupsAddressCache
- fromMemory(long) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Create an entry from the off-heap pointer
- fromMemory(long) - Method in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
-
Assumes the address doesn't contain the linked pointer at the beginning
- fromNamespaceURI(String) - Static method in class org.infinispan.configuration.parsing.Schema
- fromNewTypeFunction - Variable in class org.infinispan.util.WriteableCacheCollectionMapper
- fromPersistentState(ScopedPersistentState) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
-
Deprecated.Recreates a ConsistentHash from a previously stored persistent state.
- fromPersistentState(ScopedPersistentState) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- fromPersistentState(ScopedPersistentState) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
- fromPersistentState(ScopedPersistentState) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
- fromPersistentState(ScopedPersistentState) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
- fromStorage(Object) - Method in class org.infinispan.encoding.DataConversion
- fromStream(byte) - Method in interface org.infinispan.commands.module.ModuleCommandFactory
-
Construct and initialize a
ReplicableCommandbased on the command id. - fromStream(byte, byte) - Method in class org.infinispan.commands.RemoteCommandsFactory
-
Creates an un-initialized command.
- fromStream(byte, byte, ByteString) - Method in class org.infinispan.commands.RemoteCommandsFactory
-
Resolve an
CacheRpcCommandfrom the stream. - fromStream(byte, byte, ByteString) - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
- fromStream(byte, ByteString) - Method in interface org.infinispan.commands.module.ModuleCommandFactory
-
Construct and initialize a
CacheRpcCommandbased on the command id. - fromString(String) - Static method in enum class org.infinispan.conflict.MergePolicy
- fromString(String) - Static method in class org.infinispan.container.versioning.irac.TopologyIracVersion
- fromString(String) - Static method in enum class org.infinispan.telemetry.SpanCategory
- fromString(String) - Static method in class org.infinispan.topology.PersistentUUID
- fromString(String) - Static method in class org.infinispan.util.ByteString
- fromString(String) - Static method in enum class org.infinispan.xsite.spi.XSiteMergePolicy
- FULL_XA - Enum constant in enum class org.infinispan.configuration.cache.TransactionMode
- FULL_XA - Enum constant in enum class org.infinispan.configuration.parsing.CacheParser.TransactionMode
- function(Converter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
-
Creates a new
Functionusing the provided converter as a basis for the operation. - FunctionalCommand<K,
V> - Interface in org.infinispan.commands.functional -
A command that carries operation rather than final value.
- FunctionalMap<K,
V> - Interface in org.infinispan.functional -
Top level functional map interface offering common functionality for the read-only, read-write, and write-only operations that can be run against a functional map asynchronously.
- FunctionalMap.ReadOnlyMap<K,
V> - Interface in org.infinispan.functional -
Exposes read-only operations that can be executed against the functional map.
- FunctionalMap.ReadWriteMap<K,
V> - Interface in org.infinispan.functional -
Exposes read-write operations that can be executed against the functional map.
- FunctionalMap.WriteOnlyMap<K,
V> - Interface in org.infinispan.functional -
Exposes write-only operations that can be executed against the functional map.
- FunctionalMapImpl<K,
V> - Class in org.infinispan.functional.impl -
Functional map implementation.
- functionalNotifier - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- FunctionalNotifier<K,
V> - Interface in org.infinispan.functional.impl -
Listener notifier.
- FunctionalNotifierImpl<K,
V> - Class in org.infinispan.functional.impl - FunctionalNotifierImpl() - Constructor for class org.infinispan.functional.impl.FunctionalNotifierImpl
- FunctionMapper - Class in org.infinispan.cache.impl
- FunctionMapper(Function, DataConversion, DataConversion) - Constructor for class org.infinispan.cache.impl.FunctionMapper
- FunctionMapper.Externalizer - Class in org.infinispan.cache.impl
- FunctionTimerTrackerImpl - Class in org.infinispan.metrics.impl
-
A
TimerTrackerimplementation that usesFunctionTimerinstead ofTimer. - future - Variable in class org.infinispan.interceptors.impl.SimpleAsyncInvocationStage
G
- GATHER - Enum constant in enum class org.infinispan.functional.Param.StatisticsMode
-
Statistics from this command are recorded
- gauges() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
-
Are gauges enabled?
- gauges() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Are gauges enabled?
- gauges(boolean) - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Enables or disables gauges.
- GAUGES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- GAUGES - Static variable in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- generateAddress() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- generateAddress(String) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- generateId(Address) - Static method in class org.infinispan.commands.CommandInvocationId
- generateIdFrom(CommandInvocationId) - Static method in class org.infinispan.commands.CommandInvocationId
- generateMetadataWithCurrentVersion(int) - Method in class org.infinispan.container.versioning.irac.DefaultIracVersionGenerator
- generateMetadataWithCurrentVersion(int) - Method in interface org.infinispan.container.versioning.irac.IracVersionGenerator
-
Generate a new
IracMetadatafor a givensegment. - generateMetadataWithCurrentVersion(int) - Method in class org.infinispan.container.versioning.irac.NoOpIracVersionGenerator
- generateNew() - Method in class org.infinispan.container.versioning.NumericVersionGenerator
- generateNew() - Method in class org.infinispan.container.versioning.SimpleClusteredVersionGenerator
- generateNew() - Method in interface org.infinispan.container.versioning.VersionGenerator
-
Generates a new entry version
- generateNewMetadata(int) - Method in class org.infinispan.container.versioning.irac.DefaultIracVersionGenerator
- generateNewMetadata(int) - Method in interface org.infinispan.container.versioning.irac.IracVersionGenerator
-
Generates a new
IracMetadatafor a givensegment. - generateNewMetadata(int) - Method in class org.infinispan.container.versioning.irac.NoOpIracVersionGenerator
- generateNewMetadata(int, IracEntryVersion) - Method in class org.infinispan.container.versioning.irac.DefaultIracVersionGenerator
- generateNewMetadata(int, IracEntryVersion) - Method in interface org.infinispan.container.versioning.irac.IracVersionGenerator
-
Same as
IracVersionGenerator.generateNewMetadata(int)but it makes sure the new version is higher thanversionSeen. - generateNewMetadata(int, IracEntryVersion) - Method in class org.infinispan.container.versioning.irac.NoOpIracVersionGenerator
- GenericTransactionManagerLookup - Class in org.infinispan.transaction.lookup
-
A transaction manager lookup class that attempts to locate a TransactionManager.
- GenericTransactionManagerLookup() - Constructor for class org.infinispan.transaction.lookup.GenericTransactionManagerLookup
- get() - Method in interface org.infinispan.functional.EntryView.ReadEntryView
-
Returns a non-null value if the key has a value associated with it or throws
NoSuchElementExceptionif no value is associated with the entry. - get() - Method in class org.infinispan.functional.impl.CounterConfigurationMetaParam
- get() - Method in interface org.infinispan.functional.MetaParam
-
Returns the value of the meta parameter.
- get() - Method in class org.infinispan.functional.MetaParam.MetaBoolean
- get() - Method in class org.infinispan.functional.MetaParam.MetaEntryVersion
- get() - Method in class org.infinispan.functional.MetaParam.MetaLong
- get() - Method in enum class org.infinispan.functional.Param.ExecutionMode
- get() - Method in interface org.infinispan.functional.Param
-
Parameter's value.
- get() - Method in enum class org.infinispan.functional.Param.LockingMode
- get() - Method in enum class org.infinispan.functional.Param.PersistenceMode
- get() - Method in enum class org.infinispan.functional.Param.ReplicationMode
- get() - Method in enum class org.infinispan.functional.Param.StatisticsMode
- get() - Method in class org.infinispan.interceptors.distribution.L1WriteSynchronizer
- get() - Method in class org.infinispan.interceptors.ExceptionSyncInvocationStage
- get() - Method in class org.infinispan.interceptors.impl.SimpleAsyncInvocationStage
- get() - Method in class org.infinispan.interceptors.InvocationStage
-
Wait for the invocation to complete and return its value.
- get() - Method in class org.infinispan.interceptors.SyncInvocationStage
- get() - Method in class org.infinispan.marshall.protostream.impl.MarshallableUserObject
- get() - Method in class org.infinispan.security.actions.AddCacheDependencyAction
- get() - Method in class org.infinispan.security.actions.AddCacheManagerListenerAction
- get() - Method in class org.infinispan.security.actions.AddCacheManagerListenerAsyncAction
- get() - Method in class org.infinispan.security.actions.AddLoggerListenerAsyncAction
- get() - Method in class org.infinispan.security.actions.CacheContainsKeyAsyncAction
- get() - Method in class org.infinispan.security.actions.GetCacheAction
- get() - Method in class org.infinispan.security.actions.GetCacheConfigurationFromManagerAction
- get() - Method in class org.infinispan.security.actions.GetCacheEntryAction
- get() - Method in class org.infinispan.security.actions.GetCacheEntryAsyncAction
- get() - Method in class org.infinispan.security.actions.GetCacheManagerHealthAction
- get() - Method in class org.infinispan.security.actions.GetClusterExecutorAction
- get() - Method in class org.infinispan.security.actions.GetEmbeddedCacheManagerAction
- get() - Method in class org.infinispan.security.actions.GetOrCreateCacheAction
- get() - Method in class org.infinispan.security.actions.GetOrCreateTemplateAction
- get() - Method in class org.infinispan.security.actions.GetPersistenceManagerAction
- get() - Method in class org.infinispan.security.actions.GetUnwrappedCacheAction
- get() - Method in class org.infinispan.security.actions.GetUnwrappedNameCacheAction
- get() - Method in class org.infinispan.security.actions.RemoveListenerAsyncAction
- get() - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
- get(int) - Method in class org.infinispan.functional.impl.Params
-
Retrieve a param given its identifier.
- get(int) - Method in interface org.infinispan.marshall.core.impl.ClassToExternalizerMap.IdToExternalizerMap
- get(int, Object) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- get(int, Object) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- get(int, Object) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Deprecated, for removal: This API element is subject to removal in a future version.since 10.1
- get(int, Object) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- get(int, Object) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- get(int, Object) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Fetches an entry from the storage given a segment to optimize this lookup based on.
- get(int, Object) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- get(long, TimeUnit) - Method in class org.infinispan.interceptors.distribution.L1WriteSynchronizer
- get(Class) - Method in class org.infinispan.marshall.core.impl.ClassToExternalizerMap
-
Get a value from the map.
- get(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- get(Object) - Method in class org.infinispan.cache.impl.CacheImpl
- get(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
- get(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- get(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- get(Object) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- get(Object) - Method in interface org.infinispan.container.DataContainer
-
Deprecated, for removal: This API element is subject to removal in a future version.since 10.1 - Please use
DataContainer.peek(Object)instead. - get(Object) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- get(Object) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- get(Object) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Deprecated, for removal: This API element is subject to removal in a future version.since 10.1
- get(Object) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- get(Object) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- get(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- get(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- get(String, Class<T>, boolean) - Method in class org.infinispan.factories.impl.WireContext
- get(AdvancedCache<K, V>) - Static method in class org.infinispan.conflict.ConflictManagerFactory
- getAccessibleCacheNames() - Method in class org.infinispan.manager.DefaultCacheManager
- getAccessibleCacheNames() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Similar to
BasicCacheContainer.getCacheNames()but filters out caches that are not accessible by the current user - getAccessibleCacheNames() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getACL(Subject) - Method in class org.infinispan.security.impl.Authorizer
- getACL(Subject, AuthorizationConfiguration) - Method in class org.infinispan.security.impl.Authorizer
- getActions() - Method in class org.infinispan.security.CachePermission
- getActivationCount() - Method in interface org.infinispan.eviction.impl.ActivationManager
-
Get number of activations executed.
- getActivationCount() - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
- getActivationCount() - Method in class org.infinispan.eviction.impl.ActivationManagerStub
- getActivations() - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
- getActivations() - Method in interface org.infinispan.stats.ClusterCacheStats
- getActivations() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getActiveCount() - Method in class org.infinispan.executors.ManageableExecutorService
- getActual() - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- getActualMembers() - Method in class org.infinispan.topology.CacheTopology
- getActualNumOwners() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- getActualStore() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- getAddress() - Method in class org.infinispan.commands.CommandInvocationId
- getAddress() - Method in class org.infinispan.container.entries.RemoteMetadata
- getAddress() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- getAddress() - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
- getAddress() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
- getAddress() - Method in class org.infinispan.manager.DefaultCacheManager
-
Warning: the address may be
nullbefore the first clustered cache starts and after all the clustered caches have been stopped. - getAddress() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Warning: the address may be
nullbefore the first clustered cache starts and after all the clustered caches have been stopped. - getAddress() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getAddress() - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Returns the address associated with this RpcManager or null if not part of the cluster.
- getAddress() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getAddress() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- getAddress() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- getAddress() - Method in interface org.infinispan.remoting.transport.Transport
-
Retrieves the current cache instance's network address
- getAddress() - Method in class org.infinispan.transaction.xa.GlobalTransaction
- getAddress(PersistentUUID) - Method in interface org.infinispan.topology.PersistentUUIDManager
-
Retrieves the
Addressof a node given itsPersistentUUID - getAddress(PersistentUUID) - Method in class org.infinispan.topology.PersistentUUIDManagerImpl
- getAddress2KeysMapping() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- getAdvancedCache() - Method in interface org.infinispan.Cache
- getAdvancedCache() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getAdvancedCache() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getAdvancedCache() - Method in class org.infinispan.cache.impl.CacheImpl
- getAdvancedCache() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getAdvancedCache() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getAffectedKeys() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- getAffectedKeys() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- getAffectedKeys() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- getAffectedKeys() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- getAffectedKeys() - Method in class org.infinispan.commands.tx.PrepareCommand
- getAffectedKeys() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
- getAffectedKeys() - Method in class org.infinispan.commands.write.ClearCommand
- getAffectedKeys() - Method in class org.infinispan.commands.write.InvalidateCommand
- getAffectedKeys() - Method in class org.infinispan.commands.write.PutMapCommand
- getAffectedKeys() - Method in interface org.infinispan.commands.write.WriteCommand
- getAffectedKeys() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- getAffectedKeys() - Method in interface org.infinispan.context.impl.TxInvocationContext
-
Returns the set of keys that are affected by this transaction.
- getAffectedKeys() - Method in class org.infinispan.persistence.support.BatchModification
- getAffectedKeys() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getAffinitySegmentId() - Method in interface org.infinispan.distribution.ch.AffinityTaggedKey
-
This numeric id is used exclusively for storage affinity in Infinispan.
- getAll(Set<?>) - Method in interface org.infinispan.AdvancedCache
-
Gets a collection of entries, returning them as
Mapof the values associated with the set of keys requested. - getAll(Set<?>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getAll(Set<?>) - Method in class org.infinispan.cache.impl.CacheImpl
- getAll(Set<?>) - Method in class org.infinispan.cache.impl.DecoratedCache
- getAll(Set<?>) - Method in class org.infinispan.cache.impl.EncoderCache
- getAll(Set<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getAll(Set<?>) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- getAll(Set<?>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- getAllAsync(Set<?>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getAllAsync(Set<?>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getAllAsync(Set<?>) - Method in class org.infinispan.cache.impl.CacheImpl
- getAllAsync(Set<?>) - Method in class org.infinispan.cache.impl.DecoratedCache
- getAllAsync(Set<?>) - Method in class org.infinispan.cache.impl.EncoderCache
- getAllAsync(Set<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getAllAsync(Set<?>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- getAllCacheEntries(Set<?>) - Method in interface org.infinispan.AdvancedCache
-
Gets a collection of entries from the
AdvancedCache, returning them asMapof the cache entries associated with the set of keys requested. - getAllCacheEntries(Set<?>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getAllCacheEntries(Set<?>) - Method in class org.infinispan.cache.impl.CacheImpl
- getAllCacheEntries(Set<?>) - Method in class org.infinispan.cache.impl.DecoratedCache
- getAllCacheEntries(Set<?>) - Method in class org.infinispan.cache.impl.EncoderCache
- getAllCacheEntries(Set<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getAllCacheEntries(Set<?>) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- getAllCacheEntries(Set<?>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- getAllCacheEntries(Set<?>, long, InvocationContext) - Method in class org.infinispan.cache.impl.CacheImpl
- GetAllCommand - Class in org.infinispan.commands.read
-
Retrieves multiple entries at once.
- GetAllCommand(Collection<?>, long, boolean) - Constructor for class org.infinispan.commands.read.GetAllCommand
- getAllModifications() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getAllModifications() - Method in class org.infinispan.transaction.impl.ModificationList
- getAllModifications() - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
Returns all the modifications visible within the current transaction, including those using Flag#CACHE_MODE_LOCAL.
- getAllocatedAmount() - Method in interface org.infinispan.container.offheap.OffHeapMemoryAllocator
- getAllocatedAmount() - Method in class org.infinispan.container.offheap.UnpooledOffHeapMemoryAllocator
- getAllowedMethodAnnotations(Listener) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- getAllowedMethodAnnotations(Listener) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- getAllowedMethodAnnotations(Listener) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- getAllowedMethodAnnotations(Listener) - Method in class org.infinispan.util.logging.events.impl.EventLoggerNotifierImpl
- getAllReplicasForSegment(int, LocalizedCacheTopology, long) - Method in interface org.infinispan.conflict.impl.StateReceiver
-
Return all replicas of a cache entry for a given segment.
- getAllReplicasForSegment(int, LocalizedCacheTopology, long) - Method in class org.infinispan.conflict.impl.StateReceiverImpl
- getAllRoles() - Method in class org.infinispan.security.mappers.ClusterPermissionMapper
- getAllRoles() - Method in interface org.infinispan.security.RolePermissionMapper
- getAllSites() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getAllStores(Predicate<Set<NonBlockingStore.Characteristic>>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- getAllVersions(K) - Method in interface org.infinispan.conflict.ConflictManager
-
Get all CacheEntry's that exists for a given key.
- getAllVersions(K) - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- getAndPutAll(Map<? extends K, ? extends V>) - Method in interface org.infinispan.AdvancedCache
-
Executes an equivalent of
Map.putAll(Map), returning previous values of the modified entries. - getAndPutAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getAndPutAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
- getAndPutAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- getAndPutAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- getAndPutInternal(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getAndPutInternal(K, V, Metadata) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- getAndReplaceInternal(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getAndReplaceInternal(K, V, Metadata) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- getAnnotation() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
- getAnnotation() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- getAnnotation() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getApproximateEntries() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getApproximateEntries() - Method in interface org.infinispan.stats.ClusterCacheStats
- getApproximateEntries() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getApproximateEntries() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getApproximateEntries() - Method in class org.infinispan.stats.impl.StatsCollector
- getApproximateEntries() - Method in class org.infinispan.stats.impl.StatsImpl
- getApproximateEntries() - Method in interface org.infinispan.stats.Stats
-
Returns the approximate number of entries in this cache that exist in memory or persistent storage.
- getApproximateEntriesInMemory() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getApproximateEntriesInMemory() - Method in interface org.infinispan.stats.ClusterCacheStats
- getApproximateEntriesInMemory() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getApproximateEntriesInMemory() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getApproximateEntriesInMemory() - Method in class org.infinispan.stats.impl.StatsCollector
- getApproximateEntriesInMemory() - Method in class org.infinispan.stats.impl.StatsImpl
- getApproximateEntriesInMemory() - Method in interface org.infinispan.stats.Stats
-
The same as
Stats.getApproximateEntries(), however passivated entries are not included. - getApproximateEntriesUnique() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getApproximateEntriesUnique() - Method in interface org.infinispan.stats.ClusterCacheStats
- getApproximateEntriesUnique() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getApproximateEntriesUnique() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getApproximateEntriesUnique() - Method in class org.infinispan.stats.impl.StatsCollector
- getApproximateEntriesUnique() - Method in class org.infinispan.stats.impl.StatsImpl
- getApproximateEntriesUnique() - Method in interface org.infinispan.stats.Stats
-
The same as
Stats.getApproximateEntries(), however only entries owned as primary are counted. - getArgument() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- getArgument() - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- getArguments() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- getArguments() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- getAsync(K) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getAsync(K) - Method in class org.infinispan.cache.impl.CacheImpl
- getAsync(K) - Method in class org.infinispan.cache.impl.DecoratedCache
- getAsync(K) - Method in class org.infinispan.cache.impl.EncoderCache
- getAsync(K) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getAsync(K) - Method in class org.infinispan.security.impl.SecureCacheImpl
- getAttribute(String) - Method in class org.infinispan.jmx.ResourceDMBean
- getAttributes() - Method in class org.infinispan.factories.impl.MBeanMetadata
- getAttributes(String[]) - Method in class org.infinispan.jmx.ResourceDMBean
- getAttributes(SpanCategory) - Method in class org.infinispan.telemetry.impl.CacheSpanAttribute
- getAuthorizationManager() - Method in interface org.infinispan.AdvancedCache
-
Retrieves the
AuthorizationManagerif the cache has security enabled. - getAuthorizationManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getAuthorizationManager() - Method in class org.infinispan.cache.impl.CacheImpl
- getAuthorizationManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getAuthorizationManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getAuthorizationPermission() - Method in class org.infinispan.security.CachePermission
- getAvailability() - Method in interface org.infinispan.AdvancedCache
-
Returns the cache's availability.
- getAvailability() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getAvailability() - Method in class org.infinispan.cache.impl.CacheImpl
- getAvailability() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getAvailability() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getAvailabilityMode() - Method in class org.infinispan.commands.topology.TopologyUpdateCommand
- getAvailabilityMode() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getAvailabilityMode() - Method in interface org.infinispan.notifications.cachelistener.event.PartitionStatusChangedEvent
-
The mode the current cluster is in.
- getAvailabilityMode() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
- getAvailabilityMode() - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- getAvailabilityMode() - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
- getAvailabilityMode() - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- getAvailabilityMode() - Method in class org.infinispan.topology.CacheStatusResponse
- getAvailabilityMode() - Method in class org.infinispan.topology.ClusterCacheStatus
- getAverageQueueTimeNanos() - Method in class org.infinispan.util.concurrent.ActionSequencer
- getAverageReadTime() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getAverageReadTime() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getAverageReadTime() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getAverageReadTime() - Method in class org.infinispan.stats.impl.StatsCollector
- getAverageReadTime() - Method in class org.infinispan.stats.impl.StatsImpl
- getAverageReadTime() - Method in interface org.infinispan.stats.Stats
- getAverageReadTimeNanos() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getAverageReadTimeNanos() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getAverageReadTimeNanos() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getAverageReadTimeNanos() - Method in class org.infinispan.stats.impl.StatsCollector
- getAverageReadTimeNanos() - Method in class org.infinispan.stats.impl.StatsImpl
- getAverageReadTimeNanos() - Method in interface org.infinispan.stats.Stats
- getAverageRemoveTime() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getAverageRemoveTime() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getAverageRemoveTime() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getAverageRemoveTime() - Method in class org.infinispan.stats.impl.StatsCollector
- getAverageRemoveTime() - Method in class org.infinispan.stats.impl.StatsImpl
- getAverageRemoveTime() - Method in interface org.infinispan.stats.Stats
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0, please use
Stats.getAverageWriteTimeNanos()instead. - getAverageRemoveTimeNanos() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getAverageRemoveTimeNanos() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getAverageRemoveTimeNanos() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getAverageRemoveTimeNanos() - Method in class org.infinispan.stats.impl.StatsCollector
- getAverageRemoveTimeNanos() - Method in class org.infinispan.stats.impl.StatsImpl
- getAverageRemoveTimeNanos() - Method in interface org.infinispan.stats.Stats
- getAverageReplicationTime() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getAverageRunningTimeNanos() - Method in class org.infinispan.util.concurrent.ActionSequencer
- getAverageWriteTime() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getAverageWriteTime() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getAverageWriteTime() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getAverageWriteTime() - Method in class org.infinispan.stats.impl.StatsCollector
- getAverageWriteTime() - Method in class org.infinispan.stats.impl.StatsImpl
- getAverageWriteTime() - Method in interface org.infinispan.stats.Stats
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0, please use
Stats.getAverageReadTimeNanos()instead. - getAverageWriteTimeNanos() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getAverageWriteTimeNanos() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getAverageWriteTimeNanos() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getAverageWriteTimeNanos() - Method in class org.infinispan.stats.impl.StatsCollector
- getAverageWriteTimeNanos() - Method in class org.infinispan.stats.impl.StatsImpl
- getAverageWriteTimeNanos() - Method in interface org.infinispan.stats.Stats
- getAverageXSiteReplicationTime() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getAverageXSiteReplicationTimeTo(String) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getAvgRequestSentDuration(long, TimeUnit) - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- getAvgRequestSentDuration(long, TimeUnit) - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- getAvgRequestSentDuration(long, TimeUnit) - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- getAvgRequestSentDuration(String, long, TimeUnit) - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- getAvgRequestSentDuration(String, long, TimeUnit) - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- getAvgRequestSentDuration(String, long, TimeUnit) - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- getBackup() - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- getBackupLockedKeys() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getBackupOwners(int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- getBackupReceiver() - Method in class org.infinispan.factories.ComponentRegistry
- getBackupSender() - Method in class org.infinispan.factories.ComponentRegistry
- getBatchContainer() - Method in interface org.infinispan.AdvancedCache
-
Returns the component in charge of batching cache operations.
- getBatchContainer() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getBatchContainer() - Method in class org.infinispan.cache.impl.CacheImpl
- getBatchContainer() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getBatchContainer() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getBatchSize() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- getBatchTransaction() - Method in class org.infinispan.batch.BatchContainer
- getBiConsumer() - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- getBiConsumer() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- getBiFunction() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- getBiFunction() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- getBlockingManager() - Method in class org.infinispan.factories.ComponentRegistry
- getBlockingManager() - Method in class org.infinispan.persistence.InitializationContextImpl
- getBlockingManager() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Returns a manager that is designed to execute tasks that might block.
- getBlockingManager() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- getBrandName() - Static method in class org.infinispan.Version
-
Deprecated.
- getBufferSizePredictor(Object) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- getBufferSizePredictor(Object) - Method in class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- getBufferSizePredictor(Object) - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- getBuilder() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- getBuilder() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- getBuilder() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- getBuilder() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- getBuilder(MetaParamsInternalMetadata) - Static method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- getBuilder(PrivateMetadata) - Static method in class org.infinispan.metadata.impl.PrivateMetadata
-
Returns a
PrivateMetadata.Builderwith the metadata stored bymetadata. - getByteBufferFactory() - Method in class org.infinispan.persistence.InitializationContextImpl
- getByteBufferFactory() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
To be used for building
ByteBufferobjects. - getByteBufferFactory() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- getBytes() - Method in class org.infinispan.persistence.sifs.EntryMetadata
- getCache() - Method in class org.infinispan.factories.ComponentRegistry
- getCache() - Method in interface org.infinispan.manager.CacheContainer
- getCache() - Method in class org.infinispan.manager.DefaultCacheManager
-
Retrieves the default cache associated with this cache manager.
- getCache() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Retrieves the default cache associated with this cache container.
- getCache() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getCache() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- getCache() - Method in interface org.infinispan.notifications.cachelistener.event.Event
- getCache() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getCache() - Method in class org.infinispan.persistence.InitializationContextImpl
- getCache() - Method in interface org.infinispan.persistence.spi.InitializationContext
- getCache() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- getCache(String) - Method in interface org.infinispan.manager.CacheContainer
- getCache(String) - Method in class org.infinispan.manager.DefaultCacheManager
-
Retrieves a named cache from the system.
- getCache(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Retrieves a cache by name.
- getCache(String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getCache(String, boolean) - Method in class org.infinispan.manager.DefaultCacheManager
- getCache(String, boolean) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Similar to
EmbeddedCacheManager.getCache(String), except if has the option to not create the cache if it is not already running. - getCache(String, boolean) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getCache(EmbeddedCacheManager, String) - Static method in class org.infinispan.security.actions.SecurityActions
- GetCacheAction<A,
K, - Class in org.infinispan.security.actionsV> -
GetCacheAction.
- GetCacheAction(EmbeddedCacheManager, String) - Constructor for class org.infinispan.security.actions.GetCacheAction
- getCacheAuthorizationManager(AdvancedCache<?, ?>) - Static method in class org.infinispan.security.actions.SecurityActions
- getCacheAvailability() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getCacheAvailability() - Method in class org.infinispan.cache.impl.CacheImpl
- getCacheAvailability(String) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Retrieves the availability state of a cache.
- getCacheAvailability(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- getCacheByteString() - Method in class org.infinispan.factories.ComponentRegistry
- getCacheComponentRegistry(AdvancedCache<?, ?>) - Static method in class org.infinispan.security.actions.SecurityActions
- getCacheConfiguration() - Method in interface org.infinispan.Cache
- getCacheConfiguration() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getCacheConfiguration() - Method in class org.infinispan.cache.impl.CacheImpl
- getCacheConfiguration() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getCacheConfiguration() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getCacheConfiguration(String) - Method in class org.infinispan.manager.DefaultCacheManager
- getCacheConfiguration(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Returns the configuration for the given cache.
- getCacheConfiguration(String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getCacheConfiguration(AdvancedCache<?, ?>) - Static method in class org.infinispan.security.actions.SecurityActions
- getCacheConfiguration(EmbeddedCacheManager, String) - Static method in class org.infinispan.security.actions.SecurityActions
- GetCacheConfigurationFromManagerAction - Class in org.infinispan.security.actions
-
GetCacheManagerConfigurationAction.
- GetCacheConfigurationFromManagerAction(EmbeddedCacheManager, String) - Constructor for class org.infinispan.security.actions.GetCacheConfigurationFromManagerAction
- getCacheConfigurationNames() - Method in class org.infinispan.manager.CacheManagerInfo
- getCacheConfigurationNames() - Method in class org.infinispan.manager.DefaultCacheManager
- getCacheConfigurationNames() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
This method returns a collection of all cache configuration names.
- getCacheConfigurationNames() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getCacheEntries() - Method in class org.infinispan.statetransfer.StateChunk
- getCacheEntry() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- getCacheEntry(Object) - Method in interface org.infinispan.AdvancedCache
-
Retrieves a CacheEntry corresponding to a specific key.
- getCacheEntry(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getCacheEntry(Object) - Method in class org.infinispan.cache.impl.CacheImpl
- getCacheEntry(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
- getCacheEntry(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- getCacheEntry(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getCacheEntry(Object) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- getCacheEntry(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- getCacheEntry(AdvancedCache<String, String>, String) - Static method in class org.infinispan.security.actions.SecurityActions
- GetCacheEntryAction<K,
V> - Class in org.infinispan.security.actions -
GetCacheEntryAction.
- GetCacheEntryAction(AdvancedCache<?, ?>, K) - Constructor for class org.infinispan.security.actions.GetCacheEntryAction
- getCacheEntryAsync(Object) - Method in interface org.infinispan.AdvancedCache
-
Retrieves a CacheEntry corresponding to a specific key.
- getCacheEntryAsync(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getCacheEntryAsync(Object) - Method in class org.infinispan.cache.impl.CacheImpl
- getCacheEntryAsync(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
- getCacheEntryAsync(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- getCacheEntryAsync(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getCacheEntryAsync(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- getCacheEntryAsync(AdvancedCache<K, V>, K) - Static method in class org.infinispan.security.actions.SecurityActions
- GetCacheEntryAsyncAction<K,
V> - Class in org.infinispan.security.actions -
GetCacheEntryAction.
- GetCacheEntryAsyncAction(AdvancedCache<?, ?>, K) - Constructor for class org.infinispan.security.actions.GetCacheEntryAsyncAction
- GetCacheEntryCommand - Class in org.infinispan.commands.read
-
Used to fetch a full CacheEntry rather than just the value.
- GetCacheEntryCommand() - Constructor for class org.infinispan.commands.read.GetCacheEntryCommand
- GetCacheEntryCommand(Object, int, long) - Constructor for class org.infinispan.commands.read.GetCacheEntryCommand
- getCacheHealth() - Method in interface org.infinispan.health.Health
-
Returns per cache health.
- getCacheHealth() - Method in class org.infinispan.health.impl.HealthImpl
- getCacheHealth() - Method in class org.infinispan.health.impl.jmx.HealthJMXExposerImpl
- getCacheHealth() - Method in interface org.infinispan.health.jmx.HealthJMXExposer
-
Returns per Cache statuses.
- getCacheHealth(Set<String>) - Method in interface org.infinispan.health.Health
-
Returns per cache health for the provided cache names.
- getCacheHealth(Set<String>) - Method in class org.infinispan.health.impl.HealthImpl
- getCacheJoinInfo() - Method in class org.infinispan.topology.CacheStatusResponse
- getCacheLoaderLoads() - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- getCacheLoaderLoads() - Method in interface org.infinispan.stats.ClusterCacheStats
- getCacheLoaderLoads() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getCacheLoaderMisses() - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- getCacheLoaderMisses() - Method in interface org.infinispan.stats.ClusterCacheStats
- getCacheLoaderMisses() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getCacheManager() - Method in interface org.infinispan.Cache
-
Retrieves the cache manager responsible for creating this cache instance.
- getCacheManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getCacheManager() - Method in class org.infinispan.cache.impl.CacheImpl
- getCacheManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getCacheManager() - Method in class org.infinispan.factories.GlobalComponentRegistry
- getCacheManager() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.Event
- getCacheManager() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getCacheManager() - Method in interface org.infinispan.security.AuthorizationMapperContext
- getCacheManager() - Method in class org.infinispan.security.impl.AuthorizationMapperContextImpl
- getCacheManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getCacheManagerConfiguration() - Method in class org.infinispan.manager.DefaultCacheManager
- getCacheManagerConfiguration() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Returns global configuration for this CacheManager
- getCacheManagerConfiguration() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getCacheManagerConfiguration(EmbeddedCacheManager) - Static method in class org.infinispan.security.actions.SecurityActions
- GetCacheManagerHealthAction - Class in org.infinispan.security.actions
- GetCacheManagerHealthAction(EmbeddedCacheManager) - Constructor for class org.infinispan.security.actions.GetCacheManagerHealthAction
- getCacheManagerInfo() - Method in class org.infinispan.manager.DefaultCacheManager
- getCacheManagerInfo() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getCacheManagerInfo() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getCacheManagerStatus() - Method in class org.infinispan.manager.CacheManagerInfo
- getCacheManagerStatus() - Method in class org.infinispan.manager.DefaultCacheManager
- getCacheMarshaller() - Method in class org.infinispan.factories.ComponentRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getCacheMode() - Method in class org.infinispan.topology.CacheJoinInfo
- getCacheName() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getCacheName() - Method in class org.infinispan.cache.impl.CacheImpl
-
Returns the cache name.
- getCacheName() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getCacheName() - Method in interface org.infinispan.commands.CommandsFactory
-
Retrieves the cache name this CommandFactory is set up to construct commands for.
- getCacheName() - Method in class org.infinispan.commands.CommandsFactoryImpl
- getCacheName() - Method in class org.infinispan.commands.irac.IracCleanupKeysCommand
- getCacheName() - Method in class org.infinispan.commands.irac.IracMetadataRequestCommand
- getCacheName() - Method in class org.infinispan.commands.irac.IracStateResponseCommand
- getCacheName() - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- getCacheName() - Method in class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- getCacheName() - Method in class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- getCacheName() - Method in class org.infinispan.commands.irac.IracUpdateVersionCommand
- getCacheName() - Method in class org.infinispan.commands.remote.BaseRpcCommand
- getCacheName() - Method in interface org.infinispan.commands.remote.CacheRpcCommand
- getCacheName() - Method in class org.infinispan.commands.remote.CheckTransactionRpcCommand
- getCacheName() - Method in class org.infinispan.commands.topology.CacheJoinCommand
- getCacheName() - Method in class org.infinispan.commands.topology.RebalancePhaseConfirmCommand
- getCacheName() - Method in class org.infinispan.commands.topology.RebalanceStartCommand
- getCacheName() - Method in class org.infinispan.commands.topology.RebalanceStatusRequestCommand
- getCacheName() - Method in class org.infinispan.commands.topology.TopologyUpdateCommand
- getCacheName() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- getCacheName() - Method in class org.infinispan.factories.ComponentRegistry
- getCacheName() - Method in interface org.infinispan.health.CacheHealth
-
Returns Cache name.
- getCacheName() - Method in class org.infinispan.health.impl.CacheHealthImpl
- getCacheName() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.CacheStartedEvent
- getCacheName() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.CacheStoppedEvent
- getCacheName() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getCacheName() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
- getCacheName() - Method in class org.infinispan.topology.ClusterCacheStatus
- getCacheName() - Method in class org.infinispan.xsite.events.XSiteEvent
- getCacheNames() - Method in class org.infinispan.manager.CacheManagerInfo
- getCacheNames() - Method in class org.infinispan.manager.DefaultCacheManager
- getCacheNames() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getCacheNotifier() - Method in class org.infinispan.factories.ComponentRegistry
- getCaches() - Method in class org.infinispan.topology.ManagerStatusResponse
- getCacheStatus() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
-
Returns String representation of ComponentStatus enumeration in order to avoid class not found exceptions in JMX tools that don't have access to infinispan classes.
- getCacheStatus() - Method in class org.infinispan.cache.impl.CacheImpl
-
Returns String representation of ComponentStatus enumeration in order to avoid class not found exceptions in JMX tools that don't have access to infinispan classes.
- getCacheStatus() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getCacheTopology() - Method in interface org.infinispan.distribution.DistributionManager
- getCacheTopology() - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
- getCacheTopology() - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- getCacheTopology() - Method in class org.infinispan.interceptors.impl.ClusteringInterceptor
- getCacheTopology() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- getCacheTopology() - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
- getCacheTopology() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
- getCacheTopology() - Method in class org.infinispan.topology.CacheStatusResponse
- getCacheTopology(String) - Method in interface org.infinispan.topology.LocalTopologyManager
- getCacheTopology(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- getCacheTransaction() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- getCacheTransaction() - Method in interface org.infinispan.context.impl.TxInvocationContext
- getCapacityFactor() - Method in class org.infinispan.topology.CacheJoinInfo
- getCapacityFactor(Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- getCapacityFactors() - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
The capacity factor of each member.
- getCapacityFactors() - Method in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- getCapacityFactors() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- getCapacityFactors() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- getCapacityFactors() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
- getCapacityFactors() - Method in class org.infinispan.topology.ClusterCacheStatus
- getCategory() - Method in interface org.infinispan.util.logging.events.EventLog
- getCategory() - Method in class org.infinispan.util.logging.events.impl.BaseEventLog
- getChannel() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- getChecksum() - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- getChecksum() - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Returns the checksum of the properties excluding those prefixed with @
- getChildNames() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo.Location
- getClassAllowList() - Method in class org.infinispan.manager.DefaultCacheManager
- getClassAllowList() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getClassAllowList() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getClasses() - Method in class org.infinispan.configuration.global.AllowListConfiguration
- getClasses() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- getClassLoader() - Method in interface org.infinispan.AdvancedCache
-
Returns the cache loader associated associated with this cache.
- getClassLoader() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getClassLoader() - Method in class org.infinispan.cache.impl.CacheImpl
- getClassLoader() - Method in class org.infinispan.cache.impl.DecoratedCache
- getClassLoader() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getClassLoader() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- getClassLoader() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- getClassLoader() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- getClassLoader() - Method in class org.infinispan.factories.ComponentRegistry
- getClassLoader() - Method in class org.infinispan.factories.GlobalComponentRegistry
- getClassLoader() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- getClassLoader() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getClassWhiteList() - Method in class org.infinispan.manager.DefaultCacheManager
- getClassWhiteList() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getClassWhiteList() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getCluster() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.RemoteSite
- getClusterAvailability() - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- getClusterCacheNotifier() - Method in class org.infinispan.factories.ComponentRegistry
- getClusteredVersion() - Method in class org.infinispan.metadata.EmbeddedMetadata
- getClusteredVersion() - Method in class org.infinispan.metadata.impl.PrivateMetadata
- getClusterExecutor(Cache<?, ?>) - Static method in class org.infinispan.security.actions.SecurityActions
- getClusterExecutor(EmbeddedCacheManager) - Static method in class org.infinispan.security.actions.SecurityActions
- GetClusterExecutorAction - Class in org.infinispan.security.actions
-
GetClusterExecutorAction.
- GetClusterExecutorAction(Cache<?, ?>) - Constructor for class org.infinispan.security.actions.GetClusterExecutorAction
- GetClusterExecutorAction(EmbeddedCacheManager) - Constructor for class org.infinispan.security.actions.GetClusterExecutorAction
- getClusterHealth() - Method in interface org.infinispan.health.Health
-
Returns Cluster health.
- getClusterHealth() - Method in class org.infinispan.health.impl.HealthImpl
- getClusterHealth() - Method in class org.infinispan.health.impl.jmx.HealthJMXExposerImpl
- getClusterHealth() - Method in interface org.infinispan.health.jmx.HealthJMXExposer
-
Returns cluster health status.
- getClusteringBuilder() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- getClusteringBuilder() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- getClusteringBuilder() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- getClusteringBuilder() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- getClusteringBuilder() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- getClusterListenersToInstall() - Method in interface org.infinispan.statetransfer.StateProvider
- getClusterListenersToInstall() - Method in class org.infinispan.statetransfer.StateProviderImpl
- getClusterMembers() - Method in class org.infinispan.manager.CacheManagerInfo
- getClusterMembers() - Method in class org.infinispan.manager.DefaultCacheManager
- getClusterMembersPhysicalAddresses() - Method in class org.infinispan.manager.CacheManagerInfo
- getClusterMembersPhysicalAddresses() - Method in class org.infinispan.manager.DefaultCacheManager
- getClusterName() - Method in interface org.infinispan.health.ClusterHealth
-
Returns the name of the cluster.
- getClusterName() - Method in class org.infinispan.health.impl.jmx.HealthJMXExposerImpl
- getClusterName() - Method in interface org.infinispan.health.jmx.HealthJMXExposer
-
Returns cluster name.
- getClusterName() - Method in class org.infinispan.manager.CacheManagerInfo
- getClusterName() - Method in class org.infinispan.manager.DefaultCacheManager
- getClusterName() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getClusterName() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getClusterPublisherManager() - Method in class org.infinispan.factories.ComponentRegistry
- getClusterSize() - Method in class org.infinispan.manager.CacheManagerInfo
- getClusterSize() - Method in class org.infinispan.manager.DefaultCacheManager
- getClusterStatus() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- getClusterStatus() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
- getClusterStatus() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- getClusterTopologyManager() - Method in class org.infinispan.factories.GlobalComponentRegistry
- getCodename() - Static method in class org.infinispan.Version
-
Deprecated.
- getCollocatedKey(K) - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- getCollocatedKey(K) - Method in interface org.infinispan.affinity.KeyAffinityService
-
Returns a key that will be distributed on the same node as the supplied key.
- getCombine() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- getCommand() - Method in class org.infinispan.commands.remote.SingleRpcCommand
- getCommand() - Method in class org.infinispan.notifications.cachelistener.EventWrapper
- getCommand() - Method in class org.infinispan.remoting.inboundhandler.action.ActionState
- getCommandAckCollector() - Method in class org.infinispan.factories.ComponentRegistry
- getCommandId() - Method in class org.infinispan.commands.control.LockControlCommand
- getCommandId() - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- getCommandId() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- getCommandId() - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
- getCommandId() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- getCommandId() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- getCommandId() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- getCommandId() - Method in class org.infinispan.commands.functional.TxReadOnlyKeyCommand
- getCommandId() - Method in class org.infinispan.commands.functional.TxReadOnlyManyCommand
- getCommandId() - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
- getCommandId() - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- getCommandId() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- getCommandId() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- getCommandId() - Method in class org.infinispan.commands.irac.IracCleanupKeysCommand
- getCommandId() - Method in class org.infinispan.commands.irac.IracMetadataRequestCommand
- getCommandId() - Method in class org.infinispan.commands.irac.IracRequestStateCommand
- getCommandId() - Method in class org.infinispan.commands.irac.IracStateResponseCommand
- getCommandId() - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- getCommandId() - Method in class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- getCommandId() - Method in class org.infinispan.commands.irac.IracTombstoneRemoteSiteCheckCommand
- getCommandId() - Method in class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- getCommandId() - Method in class org.infinispan.commands.irac.IracUpdateVersionCommand
- getCommandId() - Method in class org.infinispan.commands.read.AbstractLocalCommand
- getCommandId() - Method in class org.infinispan.commands.read.GetAllCommand
- getCommandId() - Method in class org.infinispan.commands.read.GetCacheEntryCommand
- getCommandId() - Method in class org.infinispan.commands.read.GetKeyValueCommand
- getCommandId() - Method in class org.infinispan.commands.read.SizeCommand
- getCommandId() - Method in class org.infinispan.commands.remote.CheckTransactionRpcCommand
- getCommandId() - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
- getCommandId() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
- getCommandId() - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
- getCommandId() - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTransactionsCommand
- getCommandId() - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTxInfoCommand
- getCommandId() - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
- getCommandId() - Method in class org.infinispan.commands.remote.SingleRpcCommand
- getCommandId() - Method in interface org.infinispan.commands.ReplicableCommand
-
Used by marshallers to convert this command into an id for streaming.
- getCommandId() - Method in class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- getCommandId() - Method in class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- getCommandId() - Method in class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- getCommandId() - Method in class org.infinispan.commands.statetransfer.StateTransferStartCommand
- getCommandId() - Method in class org.infinispan.commands.statetransfer.StateResponseCommand
- getCommandId() - Method in class org.infinispan.commands.statetransfer.StateTransferGetListenersCommand
- getCommandId() - Method in class org.infinispan.commands.topology.AbstractCacheControlCommand
- getCommandId() - Method in class org.infinispan.commands.triangle.BackupNoopCommand
- getCommandId() - Method in class org.infinispan.commands.triangle.MultiEntriesFunctionalBackupWriteCommand
- getCommandId() - Method in class org.infinispan.commands.triangle.MultiKeyFunctionalBackupWriteCommand
- getCommandId() - Method in class org.infinispan.commands.triangle.PutMapBackupWriteCommand
- getCommandId() - Method in class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- getCommandId() - Method in class org.infinispan.commands.triangle.SingleKeyFunctionalBackupWriteCommand
- getCommandId() - Method in class org.infinispan.commands.tx.CommitCommand
- getCommandId() - Method in class org.infinispan.commands.tx.PrepareCommand
- getCommandId() - Method in class org.infinispan.commands.tx.RollbackCommand
- getCommandId() - Method in class org.infinispan.commands.tx.VersionedCommitCommand
- getCommandId() - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
- getCommandId() - Method in class org.infinispan.commands.write.BackupMultiKeyAckCommand
- getCommandId() - Method in class org.infinispan.commands.write.ClearCommand
- getCommandId() - Method in class org.infinispan.commands.write.ComputeCommand
- getCommandId() - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- getCommandId() - Method in class org.infinispan.commands.write.EvictCommand
- getCommandId() - Method in class org.infinispan.commands.write.ExceptionAckCommand
- getCommandId() - Method in class org.infinispan.commands.write.InvalidateCommand
- getCommandId() - Method in class org.infinispan.commands.write.InvalidateL1Command
- getCommandId() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- getCommandId() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- getCommandId() - Method in class org.infinispan.commands.write.PutMapCommand
- getCommandId() - Method in class org.infinispan.commands.write.RemoveCommand
- getCommandId() - Method in class org.infinispan.commands.write.RemoveExpiredCommand
- getCommandId() - Method in class org.infinispan.commands.write.ReplaceCommand
- getCommandId() - Method in class org.infinispan.expiration.impl.TouchCommand
- getCommandId() - Method in class org.infinispan.manager.impl.ReplicableManagerFunctionCommand
- getCommandId() - Method in class org.infinispan.manager.impl.ReplicableRunnableCommand
- getCommandId() - Method in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCommand
- getCommandId() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.CancelPublisherCommand
- getCommandId() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- getCommandId() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.NextPublisherCommand
- getCommandId() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.ReductionPublisherRequestCommand
- getCommandId() - Method in class org.infinispan.topology.HeartBeatCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.remote.IracClearKeysRequest
- getCommandId() - Method in class org.infinispan.xsite.commands.remote.IracPutManyRequest
- getCommandId() - Method in class org.infinispan.xsite.commands.remote.IracTombstoneCheckRequest
- getCommandId() - Method in class org.infinispan.xsite.commands.remote.IracTouchKeyRequest
- getCommandId() - Method in class org.infinispan.xsite.commands.remote.XSiteRemoteEventCommand
- getCommandId() - Method in interface org.infinispan.xsite.commands.remote.XSiteRequest
-
Used by marshallers to convert this command into an id for streaming.
- getCommandId() - Method in class org.infinispan.xsite.commands.remote.XSiteStatePushRequest
- getCommandId() - Method in class org.infinispan.xsite.commands.remote.XSiteStateTransferControlRequest
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteAmendOfflineStatusCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteAutoTransferStatusCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteBringOnlineCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteLocalEventCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteOfflineStatusCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteSetStateTransferModeCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteStateTransferCancelSendCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteStateTransferClearStatusCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishReceiveCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishSendCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteStateTransferRestartSendingCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartReceiveCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartSendCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteStateTransferStatusRequestCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteStatusCommand
- getCommandId() - Method in class org.infinispan.xsite.commands.XSiteTakeOfflineCommand
- getCommandId() - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
- getCommandId() - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
- getCommandInvocationId() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- getCommandInvocationId() - Method in class org.infinispan.commands.triangle.BackupWriteCommand
- getCommandInvocationId() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
- getCommandInvocationId() - Method in class org.infinispan.commands.write.ClearCommand
- getCommandInvocationId() - Method in class org.infinispan.commands.write.InvalidateCommand
- getCommandInvocationId() - Method in class org.infinispan.commands.write.PutMapCommand
- getCommandInvocationId() - Method in interface org.infinispan.commands.write.WriteCommand
- getCommandsFactory() - Method in class org.infinispan.factories.ComponentRegistry
-
Caching shortcut for #getLocalComponent(CommandsFactory.class);
- getCommandsFactory() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateProvider
- getCommandsFactory() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
-
Exposes
CommandsFactorytoXSiteStatePushTask. - getCommandsFactory() - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
- getCommandTopologyId() - Method in class org.infinispan.remoting.inboundhandler.action.ActionState
- getCommitInterval() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getCommitNodes(Collection<Address>, CacheTopology) - Method in class org.infinispan.transaction.impl.LocalTransaction
-
Calculates the list of nodes to which a commit/rollback needs to be sent based on the nodes to which prepare was sent.
- getCommits() - Method in class org.infinispan.interceptors.impl.TxInterceptor
- getCommittedViewAsString() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getCommunicationErrors() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
- getCommunicationErrors() - Method in interface org.infinispan.remoting.transport.BackupResponse
-
Returns the list of sites where the backups failed due to a bridge communication error (as opposed to an error caused by Infinispan, e.g.
- getCommunicationErrors() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
- getComparator() - Method in class org.infinispan.stream.impl.intops.object.SortedComparatorOperation
- getComparator() - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
- getCompletedSegments() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponse
- getCompletedTasks() - Method in class org.infinispan.executors.ExecutorAllCompletionService
- getCompletedTransactionStatus(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- getComponent(Class<T>) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.Retrieves a component of a specified type from the registry, or null if it cannot be found.
- getComponent(Class<T>) - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Looks up a running component named
namein the registry, or registers it if necessary. - getComponent(Class<T>, String) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- getComponent(String) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- getComponent(String, Class<U>) - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Looks up a running component named
namein the registry, or registers it if necessary. - getComponent(String, Class<U>) - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- getComponent(String, String) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- getComponent(String, String, boolean) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- getComponent(String, String, boolean) - Method in class org.infinispan.factories.ComponentRegistry
- getComponentAccessor(String) - Method in class org.infinispan.manager.ModuleRepository
- getComponentName() - Method in class org.infinispan.factories.impl.ComponentAlias
- getComponentRegistry() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getComponentRegistry() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getComponentRegistry() - Method in class org.infinispan.cache.impl.CacheImpl
- getComponentRegistry() - Method in interface org.infinispan.cache.impl.InternalCache
- getComponentRegistry() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getComponentRegistry() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getConcurrencyLevel() - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- getConfiguration() - Method in class org.infinispan.factories.ComponentRegistry
- getConfiguration() - Method in class org.infinispan.globalstate.impl.CacheState
- getConfiguration() - Method in class org.infinispan.persistence.file.SingleFileStore
- getConfiguration() - Method in class org.infinispan.persistence.InitializationContextImpl
- getConfiguration() - Method in interface org.infinispan.persistence.spi.InitializationContext
- getConfiguration() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- getConfiguration(String) - Method in class org.infinispan.configuration.ConfigurationManager
- getConfiguration(String) - Method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- getConfiguration(String) - Method in class org.infinispan.xsite.status.NoOpTakeOfflineManager
- getConfiguration(String) - Method in interface org.infinispan.xsite.status.TakeOfflineManager
-
It returns the current
TakeOfflineConfigurationfor sitesiteName. - getConfiguration(String, boolean) - Method in class org.infinispan.configuration.ConfigurationManager
- getConfigurationAsProperties() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getConfigurationAsProperties() - Method in class org.infinispan.cache.impl.CacheImpl
- getConfigurationAsProperties() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getConfigurationEntityName() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ConfigurationChangedEvent
- getConfigurationEntityName() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getConfigurationEntityType() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ConfigurationChangedEvent
- getConfigurationEntityType() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getConfigurationEventType() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ConfigurationChangedEvent
- getConfigurationEventType() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getConfigurations() - Method in class org.infinispan.configuration.serializing.ConfigurationHolder
- getConfigurator() - Method in interface org.infinispan.configuration.global.StackBuilder
- getConfigurator() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- getConfigurator() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- getConflictManager() - Method in class org.infinispan.factories.ComponentRegistry
- getConflicts() - Method in interface org.infinispan.conflict.ConflictManager
-
Returns a stream of conflicts detected in the cluster.
- getConflicts() - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- getConflictsAlreadyInProgress() - Method in class org.infinispan.util.logging.Log_$logger
- getConflictsAlreadyInProgress() - Method in interface org.infinispan.util.logging.Log
- getConflictsAlreadyInProgress$str() - Method in class org.infinispan.util.logging.Log_$logger
- getConflictsStateTransferInProgress(String) - Method in class org.infinispan.util.logging.Log_$logger
- getConflictsStateTransferInProgress(String) - Method in interface org.infinispan.util.logging.Log
- getConflictsStateTransferInProgress$str() - Method in class org.infinispan.util.logging.Log_$logger
- getConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
- getConsistentHashAtEnd() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
- getConsistentHashAtStart() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getConsistentHashFactory() - Method in class org.infinispan.topology.CacheJoinInfo
- getConsumer() - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
- getConsumer() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- getConsumer() - Method in class org.infinispan.stream.impl.intops.object.PeekOperation
- getConsumer() - Method in class org.infinispan.stream.impl.intops.primitive.d.PeekDoubleOperation
- getConsumer() - Method in class org.infinispan.stream.impl.intops.primitive.i.PeekIntOperation
- getConsumer() - Method in class org.infinispan.stream.impl.intops.primitive.l.PeekLongOperation
- getContext() - Method in interface org.infinispan.util.logging.events.EventLog
- getContext() - Method in class org.infinispan.util.logging.events.impl.BaseEventLog
- getConverter() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
- getConverter() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- getConverter() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- getConverter() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getConverter(Object[]) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverterFactory
-
Retrieves a cache event converter instance from this factory.
- getCoordinator() - Method in class org.infinispan.manager.DefaultCacheManager
- getCoordinator() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getCoordinator() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getCoordinator() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- getCoordinator() - Method in class org.infinispan.remoting.transport.jgroups.ClusterView
- getCoordinator() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- getCoordinator() - Method in interface org.infinispan.remoting.transport.Transport
- getCoordinatorAddress() - Method in class org.infinispan.manager.CacheManagerInfo
- getCoordinatorAddress() - Method in class org.infinispan.manager.DefaultCacheManager
- getCreated() - Method in interface org.infinispan.container.entries.CacheEntry
- getCreated() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- getCreated() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
- getCreated() - Method in class org.infinispan.container.entries.ImmortalCacheValue
- getCreated() - Method in interface org.infinispan.container.entries.InternalCacheValue
- getCreated() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- getCreated() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
- getCreated() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- getCreated() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- getCreated() - Method in class org.infinispan.container.entries.MortalCacheEntry
- getCreated() - Method in class org.infinispan.container.entries.MortalCacheValue
- getCreated() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- getCreated() - Method in class org.infinispan.container.entries.TransientCacheEntry
- getCreated() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- getCreated() - Method in class org.infinispan.marshall.persistence.impl.MarshalledValueImpl
- getCreated() - Method in class org.infinispan.persistence.sifs.EntryMetadata
- getCreated() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getCreated() - Method in interface org.infinispan.persistence.spi.MarshalledValue
- getCreatedCacheCount() - Method in class org.infinispan.manager.CacheManagerInfo
- getCreatedCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
- getCreationTime() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getCreationTime() - Method in interface org.infinispan.transaction.xa.CacheTransaction
- getCurrentCH() - Method in class org.infinispan.commands.topology.RebalanceStartCommand
- getCurrentCH() - Method in class org.infinispan.commands.topology.TopologyUpdateCommand
- getCurrentCH() - Method in class org.infinispan.commands.topology.TopologyUpdateStableCommand
- getCurrentCH() - Method in class org.infinispan.topology.CacheTopology
-
The current consistent hash.
- getCurrentConfigurationBuilder() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- getCurrentDelayMillis() - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- getCurrentDelayMillis() - Method in interface org.infinispan.container.versioning.irac.IracTombstoneManager
- getCurrentDelayMillis() - Method in class org.infinispan.container.versioning.irac.NoOpIracTombstoneManager
- getCurrentNumberOfEntries() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getCurrentNumberOfEntries() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getCurrentNumberOfEntries() - Method in class org.infinispan.stats.impl.StatsCollector
- getCurrentNumberOfEntries() - Method in class org.infinispan.stats.impl.StatsImpl
- getCurrentNumberOfEntries() - Method in interface org.infinispan.stats.Stats
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0, please use
Stats.getApproximateEntries()orStats.getApproximateEntriesUnique()instead. - getCurrentNumberOfEntriesInMemory() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getCurrentNumberOfEntriesInMemory() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getCurrentNumberOfEntriesInMemory() - Method in class org.infinispan.stats.impl.StatsCollector
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getCurrentNumberOfEntriesInMemory() - Method in class org.infinispan.stats.impl.StatsImpl
- getCurrentNumberOfEntriesInMemory() - Method in interface org.infinispan.stats.Stats
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0, please use
Stats.getApproximateEntriesInMemory()instead. - getCurrentSize() - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- getCurrentStage(Object) - Method in class org.infinispan.util.concurrent.DataOperationOrderer
-
For testing purposes only
- getCurrentStateSending() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateProvider
- getCurrentStateSending() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
- getCurrentStateSending() - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
- getCurrentTopology() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
- getCurrentTopology() - Method in class org.infinispan.topology.ClusterCacheStatus
- getCustomFailurePolicy(String) - Method in class org.infinispan.xsite.BackupSenderImpl
- getCustomMetrics(GlobalMetricsConfiguration) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getCustomMetrics(GlobalMetricsConfiguration) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- getCustomMetrics(GlobalMetricsConfiguration) - Method in interface org.infinispan.metrics.impl.CustomMetricsSupplier
-
Extra metrics to be registered.
- getCustomMetrics(GlobalMetricsConfiguration) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getCustomMetrics(GlobalMetricsConfiguration) - Method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- getCustomMetrics(GlobalMetricsConfiguration) - Method in interface org.infinispan.xsite.status.TakeOfflineManager
- getCustomMetrics(GlobalMetricsConfiguration) - Method in class org.infinispan.xsite.XSiteAdminOperations
- getDataContainer() - Method in interface org.infinispan.AdvancedCache
-
Returns the container where data is stored in the cache.
- getDataContainer() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getDataContainer() - Method in class org.infinispan.cache.impl.CacheImpl
- getDataContainer() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getDataContainer() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getDataMemoryUsed() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getDataMemoryUsed() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getDataMemoryUsed() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getDataMemoryUsed() - Method in class org.infinispan.stats.impl.StatsCollector
- getDataMemoryUsed() - Method in class org.infinispan.stats.impl.StatsImpl
- getDataMemoryUsed() - Method in interface org.infinispan.stats.Stats
-
Provides how much memory the current eviction algorithm estimates is in use for data.
- getDefaultCacheConfiguration() - Method in class org.infinispan.manager.DefaultCacheManager
- getDefaultCacheConfiguration() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getDefaultCacheConfiguration() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getDefaultCluster() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.RemoteSites
- getDefaultConfigurationBuilder() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- getDefaultKeepaliveMillis() - Static method in class org.infinispan.factories.KnownComponentNames
- getDefaultMinThreads(String) - Static method in class org.infinispan.factories.KnownComponentNames
- getDefaultQueueSize(String) - Static method in class org.infinispan.factories.KnownComponentNames
- getDefaultStack() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.RemoteSites
- getDefaultThreadPrio(String) - Static method in class org.infinispan.factories.KnownComponentNames
- getDefaultThreads(String) - Static method in class org.infinispan.factories.KnownComponentNames
- getDefinedCacheConfigurationNames() - Method in class org.infinispan.manager.DefaultCacheManager
- getDefinedCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
- getDefinedCacheNames() - Method in class org.infinispan.manager.DefaultCacheManager
- getDefinedCaches() - Method in class org.infinispan.configuration.ConfigurationManager
- getDefinedCaches() - Method in class org.infinispan.manager.CacheManagerInfo
- getDefinedConfigurations() - Method in class org.infinispan.configuration.ConfigurationManager
- getDelegate() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getDelegate() - Method in class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- getDelegate() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- getDelegate() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getDeliveryGuarantee() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- getDependents(T) - Method in class org.infinispan.util.DependencyGraph
-
Return the dependents
- getDescription() - Method in class org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
- getDescription() - Method in class org.infinispan.factories.impl.MBeanMetadata
- getDescription() - Method in class org.infinispan.factories.impl.MBeanMetadata.OperationMetadata
- getDescription() - Method in class org.infinispan.factories.impl.MBeanMetadata.OperationParameterMetadata
- getDescription() - Method in class org.infinispan.security.impl.CacheRoleImpl
- getDescription() - Method in interface org.infinispan.security.Role
-
A description for the role.
- getDestination() - Method in class org.infinispan.statetransfer.OutboundTransferTask
- getDetail() - Method in interface org.infinispan.util.logging.events.EventLog
- getDetail() - Method in class org.infinispan.util.logging.events.impl.BaseEventLog
- getDistinctLocationsCount(TopologyLevel) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getDistinctLocationsCount(TopologyLevel, Collection<Address>) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getDistribution(Object) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getDistributionInfo(int) - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- getDistributionManager() - Method in interface org.infinispan.AdvancedCache
-
Retrieves a reference to the
DistributionManagerif the cache is configured to use Distribution. - getDistributionManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getDistributionManager() - Method in class org.infinispan.cache.impl.CacheImpl
- getDistributionManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getDistributionManager() - Method in class org.infinispan.factories.ComponentRegistry
-
Caching shortcut for #getComponent(DistributionManager.class);
- getDistributionManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getDistributionManager(AdvancedCache<?, ?>) - Static method in class org.infinispan.security.actions.SecurityActions
- getDomain() - Method in class org.infinispan.jmx.CacheJmxRegistration
-
Gets the domain name.
- getDomain() - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
-
Gets the domain name.
- getElement() - Method in enum class org.infinispan.configuration.cache.StorageType
- getEmbeddedCacheManager(AdvancedCache<?, ?>) - Static method in class org.infinispan.security.actions.SecurityActions
- GetEmbeddedCacheManagerAction - Class in org.infinispan.security.actions
-
GetEmbeddedCacheManagerAction.
- GetEmbeddedCacheManagerAction(AdvancedCache<?, ?>) - Constructor for class org.infinispan.security.actions.GetEmbeddedCacheManagerAction
- getEmpty() - Method in class org.infinispan.marshall.persistence.impl.MarshalledEntryFactoryImpl
- getEmpty() - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
- getEncoder() - Method in class org.infinispan.encoding.DataConversion
- getEncoder(Class<? extends Encoder>, short) - Method in interface org.infinispan.marshall.core.EncoderRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getEncoder(Class<? extends Encoder>, short) - Method in class org.infinispan.marshall.core.EncoderRegistryImpl
- getEncoderClass() - Method in class org.infinispan.encoding.DataConversion
- getEntries() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent
-
Retrieves entries being evicted.
- getEntries() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getEntryCount() - Method in class org.infinispan.reactive.publisher.impl.PublisherHandler.SegmentResult
- getEntryLoader() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- getEntryLoader() - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
- getEvent() - Method in class org.infinispan.notifications.cachelistener.EventWrapper
- getEventLogger() - Method in interface org.infinispan.util.logging.events.EventLogManager
- getEventLogger() - Method in class org.infinispan.util.logging.events.impl.EventLogManagerImpl
- getEventLogger(EmbeddedCacheManager) - Static method in interface org.infinispan.util.logging.events.EventLogManager
- getEvents(Instant, int, Optional<EventLogCategory>, Optional<EventLogLevel>) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Retrieves the event logs from the cluster within the specified range
- getEvents(Instant, int, Optional<EventLogCategory>, Optional<EventLogLevel>) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
-
The basic event logger doesn't collect anything.
- getEvents(Instant, int, Optional<EventLogCategory>, Optional<EventLogLevel>) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- getEvictions() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getEvictions() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getEvictions() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getEvictions() - Method in class org.infinispan.stats.impl.StatsCollector
- getEvictions() - Method in class org.infinispan.stats.impl.StatsImpl
- getEvictions() - Method in interface org.infinispan.stats.Stats
- getEvictionSize() - Method in class org.infinispan.cache.impl.CacheConfigurationMBean
- getException() - Method in class org.infinispan.remoting.responses.ExceptionResponse
- getExcludedKeys() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- getExecutor() - Method in class org.infinispan.persistence.InitializationContextImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getExecutor() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 - Please use
InitializationContext.getBlockingManager()()} orInitializationContext.getNonBlockingExecutor()instead - getExecutor() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- getExecutor() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateProvider
- getExecutor() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
-
Exposes non-blocking
ExecutortoXSiteStatePushTask. - getExecutor() - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
- getExecutor(Properties) - Method in class org.infinispan.executors.DefaultExecutorFactory
- getExecutor(Properties) - Method in class org.infinispan.executors.WithinThreadExecutorFactory
- getExecutorService() - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- getExecutorService() - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
- getExpectedMembers() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
-
The members of the cache.
- getExpectedMembers() - Method in class org.infinispan.topology.ClusterCacheStatus
- getExpectedOwnedSegments(Address) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getExpectedPrimarySegments(Address) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getExpirationManager() - Method in interface org.infinispan.AdvancedCache
- getExpirationManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getExpirationManager() - Method in class org.infinispan.cache.impl.CacheImpl
- getExpirationManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getExpirationManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getExpiryTime() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
- getExpiryTime() - Method in class org.infinispan.container.entries.ImmortalCacheValue
- getExpiryTime() - Method in interface org.infinispan.container.entries.InternalCacheEntry
-
Only used with entries that have a lifespan, this determines when an entry is due to expire.
- getExpiryTime() - Method in interface org.infinispan.container.entries.InternalCacheValue
- getExpiryTime() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- getExpiryTime() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
- getExpiryTime() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- getExpiryTime() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
- getExpiryTime() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- getExpiryTime() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
- getExpiryTime() - Method in class org.infinispan.container.entries.MortalCacheEntry
- getExpiryTime() - Method in class org.infinispan.container.entries.MortalCacheValue
- getExpiryTime() - Method in class org.infinispan.container.entries.TransientCacheEntry
- getExpiryTime() - Method in class org.infinispan.container.entries.TransientCacheValue
- getExpiryTime() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- getExpiryTime() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
- getExplicitFlags() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- getExternalExternalizer(GlobalMarshaller, Class<?>) - Static method in class org.infinispan.marshall.core.GlobalMarshaller
- getExtraObjects() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.KeyPublisherResponse
- getExtraSize() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.KeyPublisherResponse
- getFactoryName(String) - Method in interface org.infinispan.factories.impl.ModuleMetadataBuilder.ModuleBuilder
- getFactoryName(String) - Method in class org.infinispan.manager.ModuleRepository
- getFailedBackups() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
- getFailedBackups() - Method in interface org.infinispan.remoting.transport.BackupResponse
- getFailedBackups() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
- getFailureCount() - Method in class org.infinispan.xsite.OfflineStatus
- getFailurePolicy(String) - Method in class org.infinispan.configuration.cache.SitesConfiguration
- getFeatures() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- getFile(int) - Method in class org.infinispan.persistence.sifs.FileProvider
- getFileForLog() - Method in class org.infinispan.persistence.sifs.FileProvider
- getFileId() - Method in class org.infinispan.persistence.sifs.FileProvider.Handle
- getFileIfOpen(int) - Method in class org.infinispan.persistence.sifs.FileProvider
- getFileIterator() - Method in class org.infinispan.persistence.sifs.FileProvider
- getFileSize() - Method in class org.infinispan.persistence.sifs.FileProvider.Handle
- getFileSize(int) - Method in class org.infinispan.persistence.sifs.FileProvider
- getFilter() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
- getFilter() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- getFilter() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- getFilter() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getFilter(Object[]) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterFactory
-
Retrieves a cache event filter instance from this factory.
- getFilterAnnotations() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
- getFilterAnnotations() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- getFilterAnnotations() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getFilterConverter() - Method in interface org.infinispan.filter.KeyValueFilterConverterFactory
- getFilterConverter() - Method in interface org.infinispan.filter.ParamKeyValueFilterConverterFactory
- getFilterConverter(Object[]) - Method in interface org.infinispan.filter.ParamKeyValueFilterConverterFactory
-
Create an instance of
KeyValueFilterConverter - getFilterConverter(Object[]) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterFactory
-
Retrieves a cache event filter and converter instance from this factory.
- getFirstException() - Method in class org.infinispan.executors.ExecutorAllCompletionService
- getFirstTopologyAsMember() - Method in class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
- getFirstTopologyAsMember() - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
- getFirstTopologyAsMember() - Method in interface org.infinispan.remoting.inboundhandler.PerCacheInboundInvocationHandler
- getFlags() - Method in interface org.infinispan.commands.FlagAffectedCommand
- getFlags() - Method in class org.infinispan.commands.triangle.BackupWriteCommand
- getFlags() - Method in class org.infinispan.globalstate.impl.CacheState
- getFlagsBitSet() - Method in class org.infinispan.cache.impl.DecoratedCache
- getFlagsBitSet() - Method in class org.infinispan.commands.AbstractFlagAffectedCommand
- getFlagsBitSet() - Method in class org.infinispan.commands.control.LockControlCommand
- getFlagsBitSet() - Method in interface org.infinispan.commands.FlagAffectedCommand
- getFlagsBitSet() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- getFlagsBitSet() - Method in class org.infinispan.commands.read.AbstractDataCommand
- getFlagsBitSet() - Method in class org.infinispan.commands.read.SizeCommand
- getFlagsBitSet() - Method in class org.infinispan.commands.remote.BaseClusteredReadCommand
- getFloatProperty(String) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- getFloatProperty(String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Retrieves a float state property
- getFqTypeName(Class<?>) - Static method in interface org.infinispan.marshall.persistence.impl.PersistenceContextInitializer
- getFreeMemoryInKb() - Method in interface org.infinispan.health.HostInfo
-
Gets free memory in KB.
- getFreeMemoryKb() - Method in class org.infinispan.health.impl.jmx.HealthJMXExposerImpl
- getFreeMemoryKb() - Method in interface org.infinispan.health.jmx.HealthJMXExposer
-
Returns the amount of free memory (KB) in the host.
- getFunction() - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- getFunction() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- getFunction() - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
- getFunction() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- getFunction() - Method in class org.infinispan.stream.impl.intops.object.FlatMapOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.object.FlatMapToDoubleOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.object.FlatMapToIntOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.object.FlatMapToLongOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.object.MapOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.object.MapToDoubleOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.object.MapToIntOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.object.MapToLongOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.d.FlatMapDoubleOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToIntDoubleOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToLongDoubleOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToObjDoubleOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.i.FlatMapIntOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToDoubleIntOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToLongIntOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToObjIntOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.l.FlatMapLongOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToDoubleLongOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToIntLongOperation
- getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToObjLongOperation
- getFuture() - Method in interface org.infinispan.interceptors.distribution.Collector
- getFuture() - Method in class org.infinispan.interceptors.distribution.PrimaryOwnerOnlyCollector
- getGlobalComponentRegistry() - Method in class org.infinispan.factories.ComponentRegistry
- getGlobalComponentRegistry() - Method in class org.infinispan.manager.impl.InternalCacheManager
- getGlobalComponentRegistry(EmbeddedCacheManager) - Static method in class org.infinispan.security.actions.SecurityActions
- getGlobalConfig() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- getGlobalConfig() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- getGlobalConfiguration() - Method in class org.infinispan.configuration.ConfigurationManager
- getGlobalConfiguration() - Method in class org.infinispan.configuration.serializing.ConfigurationHolder
- getGlobalConfiguration() - Method in class org.infinispan.factories.GlobalComponentRegistry
- getGlobalConfiguration() - Method in class org.infinispan.persistence.InitializationContextImpl
- getGlobalConfiguration() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Returns the global configuration
- getGlobalConfiguration() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- getGlobalConfigurationAsProperties() - Method in class org.infinispan.manager.DefaultCacheManager
- getGlobalConfigurationBuilder() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- getGlobalCtx() - Method in interface org.infinispan.marshall.protostream.impl.SerializationContextRegistry
- getGlobalCtx() - Method in class org.infinispan.marshall.protostream.impl.SerializationContextRegistryImpl
- getGlobalTransaction() - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
- getGlobalTransaction() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- getGlobalTransaction() - Method in interface org.infinispan.commands.tx.TransactionBoundaryCommand
- getGlobalTransaction() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- getGlobalTransaction() - Method in interface org.infinispan.context.impl.TxInvocationContext
-
Returns the id of the transaction associated with the current call.
- getGlobalTransaction() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- getGlobalTransaction() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getGlobalTransaction() - Method in interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
- getGlobalTransaction() - Method in class org.infinispan.statetransfer.TransactionInfo
- getGlobalTransaction() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getGlobalTransaction() - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
Returns the transaction identifier.
- getGlobalTransaction(Transaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- getGlobalTransaction(Transaction) - Method in interface org.infinispan.transaction.TransactionTable
- getGroup(Object) - Method in interface org.infinispan.distribution.group.impl.GroupManager
-
Get the group for a given key
- getGroup(Object) - Method in class org.infinispan.distribution.group.impl.GroupManagerImpl
- getGroup(String) - Method in interface org.infinispan.AdvancedCache
-
It fetches all the keys which belong to the group.
- getGroup(String) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getGroup(String) - Method in class org.infinispan.cache.impl.CacheImpl
- getGroup(String) - Method in class org.infinispan.cache.impl.DecoratedCache
- getGroup(String) - Method in class org.infinispan.cache.impl.EncoderCache
- getGroup(String) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getGroup(String) - Method in class org.infinispan.security.impl.SecureCacheImpl
- getGroupName() - Method in class org.infinispan.jmx.CacheJmxRegistration
-
Gets the group name.
- getGroupName() - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
-
Gets the group name.
- getHash() - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- getHash() - Method in class org.infinispan.distribution.ch.impl.RESPHashFunctionPartitioner
- getHashCode(long) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Returns the hashCode of the address.
- getHashCode(long) - Method in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
- getHashForKey(Object) - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- getHeader() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getHeaderLength() - Method in class org.infinispan.persistence.sifs.EntryHeader
- getHealth() - Method in class org.infinispan.manager.DefaultCacheManager
- getHealth() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Returns an entry point for a Health Check API.
- getHealth() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getHealth(EmbeddedCacheManager) - Static method in class org.infinispan.security.actions.SecurityActions
- getHealthStatus() - Method in interface org.infinispan.health.ClusterHealth
-
Returns total cluster health.
- getHitRatio() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getHitRatio() - Method in interface org.infinispan.stats.CacheContainerStats
-
Deprecated.
- getHitRatio() - Method in interface org.infinispan.stats.ClusterCacheStats
- getHitRatio() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getHitRatio() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getHitRatio() - Method in class org.infinispan.stats.impl.StatsCollector
- getHits() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getHits() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getHits() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getHits() - Method in class org.infinispan.stats.impl.StatsCollector
- getHits() - Method in class org.infinispan.stats.impl.StatsImpl
- getHits() - Method in interface org.infinispan.stats.Stats
- getHostInfo() - Method in interface org.infinispan.health.Health
-
Gets basic information about the host.
- getHostInfo() - Method in class org.infinispan.health.impl.HealthImpl
- getId() - Method in class org.infinispan.cache.impl.BiFunctionMapper.Externalizer
- getId() - Method in class org.infinispan.cache.impl.EncoderEntryMapper.Externalizer
- getId() - Method in class org.infinispan.cache.impl.EncoderKeyMapper.Externalizer
- getId() - Method in class org.infinispan.cache.impl.EncoderValueMapper.Externalizer
- getId() - Method in class org.infinispan.cache.impl.FunctionMapper.Externalizer
- getId() - Method in class org.infinispan.commands.CommandInvocationId
- getId() - Method in class org.infinispan.commands.functional.functions.MergeFunction.Externalizer
- getId() - Method in class org.infinispan.container.entries.ImmortalCacheEntry.Externalizer
- getId() - Method in class org.infinispan.container.entries.ImmortalCacheValue.Externalizer
- getId() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry.Externalizer
- getId() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue.Externalizer
- getId() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry.Externalizer
- getId() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue.Externalizer
- getId() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry.Externalizer
- getId() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue.Externalizer
- getId() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry.Externalizer
- getId() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue.Externalizer
- getId() - Method in class org.infinispan.container.entries.MortalCacheEntry.Externalizer
- getId() - Method in class org.infinispan.container.entries.MortalCacheValue.Externalizer
- getId() - Method in class org.infinispan.container.entries.RemoteMetadata.Externalizer
- getId() - Method in class org.infinispan.container.entries.TransientCacheEntry.Externalizer
- getId() - Method in class org.infinispan.container.entries.TransientCacheValue.Externalizer
- getId() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer
- getId() - Method in class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer
- getId() - Method in class org.infinispan.container.versioning.NumericVersion.Externalizer
- getId() - Method in class org.infinispan.container.versioning.SimpleClusteredVersion.Externalizer
- getId() - Method in class org.infinispan.context.Flag.Externalizer
- getId() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer
- getId() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer
- getId() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.Externalizer
- getId() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory.Externalizer
- getId() - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Externalizer
- getId() - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.Externalizer
- getId() - Method in class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory.Externalizer
- getId() - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Externalizer
- getId() - Method in class org.infinispan.encoding.DataConversion.Externalizer
- getId() - Method in class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
- getId() - Method in class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
- getId() - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
- getId() - Method in class org.infinispan.functional.impl.EntryViews.NoValueReadOnlyViewExternalizer
- getId() - Method in class org.infinispan.functional.impl.EntryViews.ReadOnlySnapshotViewExternalizer
- getId() - Method in class org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotViewExternalizer
- getId() - Method in class org.infinispan.functional.impl.StatsEnvelope.Externalizer
- getId() - Method in class org.infinispan.globalstate.impl.CacheState.Externalizer
- getId() - Method in class org.infinispan.globalstate.ScopedState.Externalizer
- getId() - Method in class org.infinispan.globalstate.ScopeFilter.Externalizer
- getId() - Method in class org.infinispan.interceptors.distribution.VersionedResult.Externalizer
- getId() - Method in class org.infinispan.interceptors.distribution.VersionedResults.Externalizer
- getId() - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
- getId() - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
- getId() - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
- getId() - Method in class org.infinispan.marshall.exts.CacheRpcCommandExternalizer
- getId() - Method in class org.infinispan.marshall.exts.ClassExternalizer
- getId() - Method in class org.infinispan.marshall.exts.CollectionExternalizer
- getId() - Method in class org.infinispan.marshall.exts.DoubleSummaryStatisticsExternalizer
- getId() - Method in class org.infinispan.marshall.exts.EnumExternalizer
- getId() - Method in class org.infinispan.marshall.exts.EnumSetExternalizer
- getId() - Method in class org.infinispan.marshall.exts.IntSummaryStatisticsExternalizer
- getId() - Method in class org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer
- getId() - Method in class org.infinispan.marshall.exts.MapExternalizer
- getId() - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.EntryVersionParamExternalizer
- getId() - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.LifespanExternalizer
- getId() - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.MaxIdleExternalizer
- getId() - Method in class org.infinispan.marshall.exts.OptionalExternalizer
- getId() - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
- getId() - Method in class org.infinispan.marshall.exts.ThrowableExternalizer
- getId() - Method in class org.infinispan.marshall.exts.TriangleAckExternalizer
- getId() - Method in class org.infinispan.marshall.exts.UuidExternalizer
- getId() - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
- getId() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl.Externalizer
-
Deprecated.
- getId() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent.Externalizer
- getId() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.Externalizer
- getId() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.Externalizer
- getId() - Method in class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
- getId() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
- getId() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
- getId() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
- getId() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
- getId() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer
- getId() - Method in class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
- getId() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponseExternalizer
- getId() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult.Externalizer
- getId() - Method in class org.infinispan.reactive.publisher.PublisherReducers.PublisherReducersExternalizer
- getId() - Method in class org.infinispan.reactive.publisher.PublisherTransformers.PublisherTransformersExternalizer
- getId() - Method in class org.infinispan.remoting.responses.BiasRevocationResponse.Externalizer
- getId() - Method in class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
- getId() - Method in class org.infinispan.remoting.responses.ExceptionResponse.Externalizer
- getId() - Method in class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer
- getId() - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer
- getId() - Method in class org.infinispan.remoting.responses.UnsureResponse.Externalizer
- getId() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer
- getId() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer
- getId() - Method in class org.infinispan.statetransfer.StateChunk.Externalizer
- getId() - Method in class org.infinispan.statetransfer.TransactionInfo.Externalizer
- getId() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl.DistributedCacheStatsCallableExternalizer
- getId() - Method in class org.infinispan.stream.impl.CacheBiConsumers.Externalizer
- getId() - Method in class org.infinispan.stream.impl.CacheIntermediatePublisher.ReducerExternalizer
- getId() - Method in class org.infinispan.stream.impl.CacheStreamIntermediateReducer.ReducerExternalizer
- getId() - Method in class org.infinispan.stream.impl.intops.IntermediateOperationExternalizer
- getId() - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
- getId() - Method in class org.infinispan.topology.CacheJoinInfo.Externalizer
- getId() - Method in class org.infinispan.topology.CacheStatusResponse.Externalizer
- getId() - Method in class org.infinispan.topology.CacheTopology.Externalizer
- getId() - Method in class org.infinispan.topology.ManagerStatusResponse.Externalizer
- getId() - Method in class org.infinispan.topology.PersistentUUID.Externalizer
- getId() - Method in class org.infinispan.transaction.xa.GlobalTransaction.Externalizer
- getId() - Method in class org.infinispan.transaction.xa.GlobalTransaction
- getId() - Method in class org.infinispan.util.IntSetExternalizer
- getId() - Method in class org.infinispan.util.KeyValuePair.Externalizer
- getId() - Method in class org.infinispan.xsite.commands.remote.XSiteRequestExternalizer
- getId() - Method in class org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer
- getIdentifier() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
- getIdentifier() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- getIdentifier() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- getIdentifier() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getIndexLocation() - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- getInDoubtTransactionInfo() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
-
Same as
RecoveryManager.getInDoubtTransactionInfoFromCluster(), but only returns transactions from the local node. - getInDoubtTransactionInfo() - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- getInDoubtTransactionInfoFromCluster() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
-
Returns a
Setcontaining all the in-doubt transactions from the cluster, including the local node. - getInDoubtTransactionInfoFromCluster() - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- getInDoubtTransactions() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
-
Local call that returns a list containing:
- getInDoubtTransactions() - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- GetInDoubtTransactionsCommand - Class in org.infinispan.commands.remote.recovery
-
Rpc to obtain all in-doubt prepared transactions stored on remote nodes.
- GetInDoubtTransactionsCommand(ByteString) - Constructor for class org.infinispan.commands.remote.recovery.GetInDoubtTransactionsCommand
- getInDoubtTransactionsMap() - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- GetInDoubtTxInfoCommand - Class in org.infinispan.commands.remote.recovery
-
Command used by the recovery tooling for obtaining the list of in-doubt transactions from a node.
- GetInDoubtTxInfoCommand(ByteString) - Constructor for class org.infinispan.commands.remote.recovery.GetInDoubtTxInfoCommand
- getInflightSegmentTransferCount() - Method in interface org.infinispan.statetransfer.StateTransferManager
-
Returns the number of requested segments to be transferred.
- getInflightSegmentTransferCount() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
- getInflightTransactionalSegmentCount() - Method in interface org.infinispan.statetransfer.StateTransferManager
-
Returns the number of transactional segments requested which are still in-flight.
- getInflightTransactionalSegmentCount() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
- getInstance() - Static method in class org.infinispan.container.entries.ClearCacheEntry
- getInstance() - Static method in class org.infinispan.container.entries.NullCacheEntry
- getInstance() - Static method in class org.infinispan.container.versioning.irac.NoOpIracTombstoneManager
- getInstance() - Static method in class org.infinispan.container.versioning.irac.NoOpIracVersionGenerator
- getInstance() - Static method in class org.infinispan.distribution.ch.impl.SingleSegmentKeyPartitioner
- getInstance() - Static method in class org.infinispan.filter.AcceptAllKeyValueFilter
- getInstance() - Static method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- getInstance() - Static method in class org.infinispan.stream.impl.intops.object.DistinctOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.object.SortedOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.d.BoxedDoubleOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.d.DistinctDoubleOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.d.SortedDoubleOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.i.AsDoubleIntOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.i.AsLongIntOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.i.BoxedIntOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.i.DistinctIntOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.i.SortedIntOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.l.AsDoubleLongOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.l.BoxedLongOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.l.DistinctLongOperation
- getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.l.SortedLongOperation
- getInstance() - Static method in class org.infinispan.transaction.tm.BatchModeTransactionManager
- getInstance() - Static method in class org.infinispan.transaction.tm.EmbeddedTransactionManager
- getInstance() - Static method in class org.infinispan.util.concurrent.locks.impl.NoOpPendingLockManager
- getInstance() - Static method in exception class org.infinispan.xsite.irac.DiscardUpdateException
- getInstance() - Static method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- getInstance() - Static method in class org.infinispan.xsite.NoOpBackupSender
- getInstance() - Static method in class org.infinispan.xsite.spi.AlwaysRemoveXSiteEntryMergePolicy
- getInstance() - Static method in class org.infinispan.xsite.spi.DefaultXSiteEntryMergePolicy
- getInstance() - Static method in class org.infinispan.xsite.spi.PreferNonNullXSiteEntryMergePolicy
- getInstance() - Static method in class org.infinispan.xsite.spi.PreferNullXSiteEntryMergePolicy
- getInstance() - Method in enum class org.infinispan.xsite.spi.XSiteMergePolicy
- getInstance() - Static method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateProvider
- getInstance() - Static method in class org.infinispan.xsite.status.NoOpTakeOfflineManager
- getInstance() - Static method in class org.infinispan.xsite.status.OfflineSiteStatus
- getInstance() - Static method in class org.infinispan.xsite.status.OnlineSiteStatus
- getInteralExternalizer(GlobalMarshaller, Class<?>) - Static method in class org.infinispan.marshall.core.GlobalMarshaller
- getInterceptorChain() - Method in class org.infinispan.factories.ComponentRegistry
- getInterceptors() - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
- getInterceptors() - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- getInterceptors() - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- getInternalCacheNames() - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
- getInternalCacheNames() - Method in interface org.infinispan.registry.InternalCacheRegistry
-
Retrieves the names of all the internal caches
- getInternalDataContainer() - Method in class org.infinispan.factories.ComponentRegistry
- getInternalEntryFactory() - Method in class org.infinispan.factories.ComponentRegistry
- getInternalId() - Method in class org.infinispan.transaction.xa.GlobalTransaction
- getInternalId() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
- getInternalMarshaller() - Method in class org.infinispan.factories.ComponentRegistry
-
Caching shortcut for #getComponent(StreamingMarshaller.class, INTERNAL_MARSHALLER);
- getInternalMetadata() - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
- getInternalMetadata() - Method in class org.infinispan.commands.write.ComputeCommand
- getInternalMetadata() - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- getInternalMetadata() - Method in interface org.infinispan.commands.write.DataWriteCommand
- getInternalMetadata() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- getInternalMetadata() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- getInternalMetadata() - Method in class org.infinispan.commands.write.RemoveCommand
- getInternalMetadata() - Method in class org.infinispan.commands.write.ReplaceCommand
- getInternalMetadata() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- getInternalMetadata() - Method in interface org.infinispan.container.entries.CacheEntry
- getInternalMetadata() - Method in class org.infinispan.container.entries.ImmortalCacheValue
- getInternalMetadata() - Method in interface org.infinispan.container.entries.InternalCacheValue
- getInternalMetadata() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- getInternalMetadata() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- getInternalMetadata() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getInternalMetadata() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- getInternalMetadata(Object) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- getInternalMetadata(Object) - Method in class org.infinispan.commands.write.ClearCommand
- getInternalMetadata(Object) - Method in interface org.infinispan.commands.write.DataWriteCommand
- getInternalMetadata(Object) - Method in class org.infinispan.commands.write.InvalidateCommand
- getInternalMetadata(Object) - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- getInternalMetadata(Object) - Method in class org.infinispan.commands.write.PutMapCommand
- getInternalMetadata(Object) - Method in interface org.infinispan.commands.write.WriteCommand
- getInternalMetadataBytes() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- getInternalMetadataBytes() - Method in class org.infinispan.marshall.persistence.impl.MarshalledValueImpl
- getInternalMetadataBytes() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- getInternalMetadataBytes() - Method in interface org.infinispan.persistence.spi.MarshalledValue
- getIntProperty(String) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- getIntProperty(String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Retrieves an integer state property
- getInvalidations() - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- getInvalidations() - Method in interface org.infinispan.stats.ClusterCacheStats
- getInvalidations() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getInvocationContext(boolean, int) - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- getInvocationContext(boolean, int) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- getInvocationContext(boolean, int) - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- getInvocationContext(boolean, int) - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- getInvocationContext(boolean, int) - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- getInvocationContext(boolean, int) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- getInvocationContextFactory() - Method in class org.infinispan.factories.ComponentRegistry
- getIracManager() - Method in class org.infinispan.factories.ComponentRegistry
- getIracManager() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateProvider
- getIracManager() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
-
Exposes
IracManagertoXSiteStatePushTask. - getIracManager() - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
- getIracMetadata(int) - Method in class org.infinispan.commands.tx.CommitCommand
- getIracMetadata(int) - Method in class org.infinispan.remoting.responses.PrepareResponse
- getIracMetadata(Object) - Method in class org.infinispan.context.impl.LocalTxInvocationContext
- getIracMetadata(Object) - Method in class org.infinispan.transaction.impl.LocalTransaction
- getIracTombstoneManager() - Method in class org.infinispan.factories.ComponentRegistry
- getIracVersionFromCacheEntry(CacheEntry<?, ?>) - Static method in class org.infinispan.util.IracUtils
- getIracVersionGenerator() - Method in class org.infinispan.factories.ComponentRegistry
- getItems(C) - Method in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- getJavaClass() - Method in class org.infinispan.container.entries.RemoteMetadata$___Marshaller_4cb4a1b59ce257eb4994240cafc1894764116cb17c3875df246d2943dcbdce0d
- getJavaClass() - Method in class org.infinispan.container.versioning.irac.IracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5
- getJavaClass() - Method in class org.infinispan.container.versioning.irac.MapEntry$___Marshaller_37a121f54771729f5bc90dae7b319161c44a1e9491f8af866c7aba312bf9651e
- getJavaClass() - Method in class org.infinispan.container.versioning.irac.TopologyIracVersion$___Marshaller_14f804c9dae1c80820c4a124ae0decae2266c24993f77973d0fee34d7db215d2
- getJavaClass() - Method in class org.infinispan.container.versioning.NumericVersion$___Marshaller_54e14f07f0b2d32fc02dc14b15442c6b41ee1d50304f1e61ddb56d9feb6975b1
- getJavaClass() - Method in class org.infinispan.container.versioning.SimpleClusteredVersion$___Marshaller_f7402494821fa8e2ee025bf7d4a4b60322db5a0eb2018b6aa5836c002c8e07b7
- getJavaClass() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata$___Marshaller_d639102389197d7d9d67594c1f4f7cd51d35bdb2ed77d89d90c58b8d63ad3ab0
- getJavaClass() - Method in class org.infinispan.marshall.persistence.impl.MarshalledValueImpl$___Marshaller_c2708e4a2029dac3535526fdd0d6afc81184cbba3c2aa79abc33c7ec05e632b2
- getJavaClass() - Method in class org.infinispan.marshall.protostream.impl.MarshallableUserObject.Marshaller
- getJavaClass() - Method in class org.infinispan.marshall.protostream.impl.MarshallableUserObject$___Marshaller_ff6b068168b51aac5d0c18c371e02ff55d3bb0cb73296e9cf1f4a65917105dec
- getJavaClass() - Method in class org.infinispan.metadata.EmbeddedExpirableMetadata$___Marshaller_57542ccf09e811f3460251c589ca05aed449dbbc1765661fa3851dddaac8dd71
- getJavaClass() - Method in class org.infinispan.metadata.EmbeddedLifespanExpirableMetadata$___Marshaller_8da6d90d1f279b201c958e38c4b73ab7f2712dc1dc20b32c21334eacdfc6fd4b
- getJavaClass() - Method in class org.infinispan.metadata.EmbeddedMaxIdleExpirableMetadata$___Marshaller_6887b83200c53e83a8233e38450ed44c3191b4968b578e16a63c12add76959ed
- getJavaClass() - Method in class org.infinispan.metadata.EmbeddedMetadata$___Marshaller_d44c815cc3de96e45a01e06b569541e480035dc14f5499e3f3edc3fa7c6fe67
- getJavaClass() - Method in class org.infinispan.metadata.impl.IracMetadata$___Marshaller_cf0a6ded5e9e5b145ea5821d40d9659677d03a5df3e405762cc053e3bbb15e64
- getJavaClass() - Method in class org.infinispan.metadata.impl.PrivateMetadata$___Marshaller_2707b1b527c228e45215e24669c8ab752e6a1689fb6e3510d925b1e899b8ee06
- getJavaClass() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress$___Marshaller_fff84712bca7d00f611bdc3fd76a067b0a3a1f4981a7d3aad1c9257d9a5d7324
- getJavaClass() - Method in class org.infinispan.security.AuthorizationPermission$___Marshaller_e4a67ef18a1f2ebc30b0d1e396f24e2098535911da768fa734361c9903b14240
- getJavaClass() - Method in class org.infinispan.security.impl.CacheRoleImpl$___Marshaller_8ebe2292503551beeebd9f0cc1e432a19521b4115fff99f8859a58acb74d6d74
- getJavaClass() - Method in class org.infinispan.security.impl.SubjectAdapter$___Marshaller_75e0224333a6eeeafc364cef114fe68e65410956aa87814e98e0722f4d8a588d
- getJavaClass() - Method in class org.infinispan.security.mappers.RoleSet$___Marshaller_2fda1a742ac008d38f1c852650748615da7cca98a60afaa87bb162ebc6157665
- getJavaClass() - Method in class org.infinispan.util.ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a
- getJavaClass() - Method in class org.infinispan.util.logging.events.EventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134
- getJavaClass() - Method in class org.infinispan.util.logging.events.EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1
- getJGroupsAddress() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress
- getJGroupsChannel(Properties) - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
-
Deprecated.Retrieves a JGroups channel.
- getJmxObjectName() - Method in class org.infinispan.factories.impl.MBeanMetadata
- getJoiners() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getJoiners() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.SitesViewChangedEvent
- getJoinInfo() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
- getJoinInfo() - Method in class org.infinispan.topology.ClusterCacheStatus
- getKeepAliveTime() - Method in class org.infinispan.executors.ManageableExecutorService
- getKey() - Method in class org.infinispan.affinity.impl.RndKeyGenerator
- getKey() - Method in interface org.infinispan.affinity.KeyGenerator
- getKey() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
- getKey() - Method in interface org.infinispan.commands.DataCommand
- getKey() - Method in class org.infinispan.commands.read.AbstractDataCommand
- getKey() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
- getKey() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- getKey() - Method in interface org.infinispan.container.entries.CacheEntry
-
Retrieves the key to this entry
- getKey() - Method in class org.infinispan.container.entries.ClearCacheEntry
- getKey() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- getKey() - Method in class org.infinispan.container.entries.NullCacheEntry
- getKey() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- getKey() - Method in class org.infinispan.container.versioning.irac.IracTombstoneInfo
- getKey() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- getKey() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- getKey() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- getKey() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
- getKey() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getKey() - Method in class org.infinispan.notifications.cachelistener.EventWrapper
- getKey() - Method in class org.infinispan.persistence.modifications.Remove
- getKey() - Method in class org.infinispan.persistence.modifications.Store
- getKey() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getKey() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
-
Returns the same key as
MarshallableEntry.getKeyBytes(), but unmarshalled. - getKey() - Method in exception class org.infinispan.transaction.WriteSkewException
- getKey() - Method in class org.infinispan.util.KeyValuePair
- getKey() - Method in class org.infinispan.xsite.irac.IracManagerKeyInfo
- getKey(long) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Returns the key of the address.
- getKey(long) - Method in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
- getKey(String) - Method in interface org.infinispan.telemetry.InfinispanSpanContext
- getKeyBytes() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- getKeyBytes() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
-
Returns the key in serialized format.
- getKeyDataConversion() - Method in interface org.infinispan.AdvancedCache
- getKeyDataConversion() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getKeyDataConversion() - Method in class org.infinispan.cache.impl.BiFunctionMapper
- getKeyDataConversion() - Method in class org.infinispan.cache.impl.CacheImpl
- getKeyDataConversion() - Method in class org.infinispan.cache.impl.EncoderCache
- getKeyDataConversion() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getKeyDataConversion() - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
- getKeyDataConversion() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- getKeyDataConversion() - Method in interface org.infinispan.commands.functional.FunctionalCommand
- getKeyDataConversion() - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- getKeyDataConversion() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- getKeyDataConversion() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
- getKeyDataConversion() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- getKeyDataConversion() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getKeyDataConversion() - Method in class org.infinispan.notifications.cachelistener.ListenerHolder
- getKeyDataConversion() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getKeyForAddress(Address) - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- getKeyForAddress(Address) - Method in interface org.infinispan.affinity.KeyAffinityService
-
Returns a key that will be distributed on the cluster node identified by address.
- getKeyLockOwner() - Method in class org.infinispan.commands.control.LockControlCommand
- getKeyLockOwner() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- getKeyLockOwner() - Method in class org.infinispan.commands.tx.PrepareCommand
- getKeyLockOwner() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
- getKeyLockOwner() - Method in class org.infinispan.commands.write.InvalidateCommand
- getKeyLockOwner() - Method in class org.infinispan.commands.write.PutMapCommand
- getKeyLockOwner() - Method in interface org.infinispan.util.concurrent.locks.RemoteLockCommand
-
It returns the lock owner of the key.
- getKeyMapper() - Method in class org.infinispan.persistence.support.AbstractSegmentedAdvancedLoadWriteStore
- getKeyMapper() - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- getKeyMapping(String) - Method in class org.infinispan.persistence.keymappers.DefaultTwoWayKey2StringMapper
- getKeyMapping(String) - Method in interface org.infinispan.persistence.keymappers.TwoWayKey2StringMapper
-
Maps a String back to its original key
- getKeyMapping(String) - Method in class org.infinispan.persistence.keymappers.WrappedByteArrayOrPrimitiveMapper
- getKeyPartitioner() - Method in class org.infinispan.persistence.InitializationContextImpl
- getKeyPartitioner() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
The configured partitioner that can be used to determine which segment a given key belongs to.
- getKeyPartitioner() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- getKeys() - Method in class org.infinispan.commands.control.LockControlCommand
- getKeys() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- getKeys() - Method in class org.infinispan.commands.read.GetAllCommand
- getKeys() - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
- getKeys() - Method in class org.infinispan.commands.write.InvalidateCommand
- getKeys() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- getKeysToLock() - Method in class org.infinispan.commands.control.LockControlCommand
- getKeysToLock() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- getKeysToLock() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- getKeysToLock() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- getKeysToLock() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- getKeysToLock() - Method in class org.infinispan.commands.tx.PrepareCommand
- getKeysToLock() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
- getKeysToLock() - Method in class org.infinispan.commands.write.InvalidateCommand
- getKeysToLock() - Method in class org.infinispan.commands.write.InvalidateL1Command
- getKeysToLock() - Method in class org.infinispan.commands.write.PutMapCommand
- getKeysToLock() - Method in interface org.infinispan.util.concurrent.locks.RemoteLockCommand
-
It returns a
Collectionwith the keys to be lock. - getKeyStorageMediaType() - Method in class org.infinispan.encoding.impl.StorageConfigurationManager
- getKeysToRemove() - Method in class org.infinispan.persistence.support.BatchModification
- getKeyType() - Method in interface org.infinispan.distribution.group.Grouper
- GetKeyValueCommand - Class in org.infinispan.commands.read
-
Implements functionality defined by
Map.get(Object)andMap.containsKey(Object)operations - GetKeyValueCommand() - Constructor for class org.infinispan.commands.read.GetKeyValueCommand
- GetKeyValueCommand(Object, int, long) - Constructor for class org.infinispan.commands.read.GetKeyValueCommand
- getKeyWrapper() - Method in class org.infinispan.encoding.impl.StorageConfigurationManager
- getLargestPoolSize() - Method in class org.infinispan.executors.ManageableExecutorService
- getLastStableTopology() - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- getLastStableTopology() - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
-
Deprecated.
- getLastStableTopology() - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- getLastUsed() - Method in interface org.infinispan.container.entries.CacheEntry
- getLastUsed() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- getLastUsed() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
- getLastUsed() - Method in class org.infinispan.container.entries.ImmortalCacheValue
- getLastUsed() - Method in interface org.infinispan.container.entries.InternalCacheValue
- getLastUsed() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- getLastUsed() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- getLastUsed() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
- getLastUsed() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- getLastUsed() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
- getLastUsed() - Method in class org.infinispan.container.entries.MortalCacheEntry
- getLastUsed() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- getLastUsed() - Method in class org.infinispan.container.entries.TransientCacheEntry
- getLastUsed() - Method in class org.infinispan.container.entries.TransientCacheValue
- getLastUsed() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- getLastUsed() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
- getLastUsed() - Method in class org.infinispan.marshall.persistence.impl.MarshalledValueImpl
- getLastUsed() - Method in class org.infinispan.persistence.sifs.EntryMetadata
- getLastUsed() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getLastUsed() - Method in interface org.infinispan.persistence.spi.MarshalledValue
- getLazy(String, Class<U>, boolean) - Method in class org.infinispan.factories.impl.WireContext
- getLeastSignificantBits() - Method in class org.infinispan.topology.PersistentUUID
- getLeavers() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getLeavers() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.SitesViewChangedEvent
- getLevel() - Method in interface org.infinispan.util.logging.events.EventLog
- getLevel() - Method in class org.infinispan.util.logging.events.impl.BaseEventLog
- getLifespan() - Method in class org.infinispan.commands.write.RemoveExpiredCommand
- getLifespan() - Method in interface org.infinispan.container.entries.CacheEntry
- getLifespan() - Method in class org.infinispan.container.entries.ClearCacheEntry
- getLifespan() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- getLifespan() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
- getLifespan() - Method in class org.infinispan.container.entries.ImmortalCacheValue
- getLifespan() - Method in interface org.infinispan.container.entries.InternalCacheValue
- getLifespan() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- getLifespan() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
- getLifespan() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- getLifespan() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- getLifespan() - Method in class org.infinispan.container.entries.MortalCacheEntry
- getLifespan() - Method in class org.infinispan.container.entries.MortalCacheValue
- getLifespan() - Method in class org.infinispan.container.entries.NullCacheEntry
- getLifespan() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- getLifespan() - Method in class org.infinispan.container.entries.TransientCacheEntry
- getLifespan() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- getLimit() - Method in class org.infinispan.stream.impl.intops.object.LimitOperation
- getLimit() - Method in class org.infinispan.stream.impl.intops.primitive.d.LimitDoubleOperation
- getLimit() - Method in class org.infinispan.stream.impl.intops.primitive.i.LimitIntOperation
- getLimit() - Method in class org.infinispan.stream.impl.intops.primitive.l.LimitLongOperation
- getList() - Method in class org.infinispan.persistence.modifications.ModificationsList
- getListAttributeValue(String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- getListener() - Method in class org.infinispan.notifications.cachelistener.ListenerHolder
- getListenerCollectionForAnnotation(Class<? extends Annotation>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- getListenerCollectionForAnnotation(Class<? extends Annotation>) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- getListeners() - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
- getListeners() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- getLocalAddress() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getLocalAddress() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getLocalAddress() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
- getLocalCacheName() - Method in exception class org.infinispan.xsite.BackupFailureException
- getLocalClusterPublisherManager() - Method in class org.infinispan.factories.ComponentRegistry
- getLocalComponent(Class<T>) - Method in class org.infinispan.factories.ComponentRegistry
- getLocalComponent(String, String, boolean) - Method in class org.infinispan.factories.ComponentRegistry
- getLocalGlobalTransaction() - Method in class org.infinispan.transaction.impl.TransactionTable
- getLocalGlobalTransaction() - Method in interface org.infinispan.transaction.TransactionTable
- getLocalName() - Method in enum class org.infinispan.configuration.parsing.Attribute
-
Get the local name of this element.
- getLocalName() - Method in enum class org.infinispan.configuration.parsing.Element
-
Get the local name of this element.
- getLocalPreparedXids() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
- getLocalPrimarySegments() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getLocalPublisherManager() - Method in class org.infinispan.factories.ComponentRegistry
- getLocalReadSegments() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getLocalSite() - Method in class org.infinispan.manager.CacheManagerInfo
- getLocalStatMaps() - Static method in interface org.infinispan.stats.ContainerStats
- getLocalTopologyManager() - Method in class org.infinispan.factories.GlobalComponentRegistry
- getLocalTransaction() - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- getLocalTransaction(Transaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- getLocalTransaction(XidImpl) - Method in class org.infinispan.transaction.xa.XaTransactionTable
- getLocalTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
-
Looks up a LocalTransaction given a GlobalTransaction.
- getLocalTransactions() - Method in class org.infinispan.transaction.impl.TransactionTable
- getLocalTxCount() - Method in class org.infinispan.transaction.impl.TransactionTable
- getLocalTxCount() - Method in class org.infinispan.transaction.xa.XaTransactionTable
- getLocalTxThatFailedToComplete() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
- getLocalWriteSegments() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getLocalWriteSegmentsCount() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getLocation() - Method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- getLocation() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- getLocation() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- getLocation(GlobalConfiguration, String) - Static method in class org.infinispan.persistence.PersistenceUtil
- getLocationId(TopologyLevel, Address) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getLock(Object) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- getLock(Object) - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
- getLock(Object) - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
- getLock(Object) - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
- getLock(Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
- getLockedKeys() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- getLockedKeys() - Method in class org.infinispan.context.impl.ClearInvocationContext
- getLockedKeys() - Method in class org.infinispan.context.impl.ImmutableContext
- getLockedKeys() - Method in class org.infinispan.context.impl.NonTxInvocationContext
- getLockedKeys() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- getLockedKeys() - Method in interface org.infinispan.context.InvocationContext
-
Returns the set of keys that are locked for writing.
- getLockedKeys() - Method in class org.infinispan.statetransfer.TransactionInfo
- getLockedKeys() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getLockedKeys() - Method in interface org.infinispan.transaction.xa.CacheTransaction
- getLockManager() - Method in interface org.infinispan.AdvancedCache
-
Returns the component that deals with all aspects of acquiring and releasing locks for cache entries.
- getLockManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getLockManager() - Method in class org.infinispan.cache.impl.CacheImpl
- getLockManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getLockManager() - Method in class org.infinispan.factories.ComponentRegistry
- getLockManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getLockOwner() - Method in class org.infinispan.cache.impl.DecoratedCache
- getLockOwner() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- getLockOwner() - Method in class org.infinispan.context.impl.ClearInvocationContext
- getLockOwner() - Method in class org.infinispan.context.impl.ImmutableContext
- getLockOwner() - Method in class org.infinispan.context.impl.NonTxInvocationContext
- getLockOwner() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- getLockOwner() - Method in interface org.infinispan.context.InvocationContext
-
Returns the in behalf of which locks will be acquired.
- getLockOwner() - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
- getLockTimeoutMillis(FlagAffectedCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- getLockWithOffset(int) - Method in class org.infinispan.container.offheap.StripedLock
-
Retrieves the given lock at a provided offset.
- getLog() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- getLog() - Method in class org.infinispan.factories.ComponentRegistry
- getLog() - Method in class org.infinispan.factories.GlobalComponentRegistry
- getLog() - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- getLog() - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- getLog() - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- getLog() - Method in class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor
- getLog() - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- getLog() - Method in class org.infinispan.interceptors.impl.BaseRpcInterceptor
- getLog() - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- getLog() - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- getLog() - Method in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- getLog() - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- getLog() - Method in class org.infinispan.interceptors.impl.NonTxIracRemoteSiteInterceptor
- getLog() - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- getLog() - Method in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
- getLog() - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
- getLog() - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
- getLog() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- getLog() - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- getLog() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- getLog() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- getLog() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- getLog() - Method in interface org.infinispan.remoting.transport.Transport
- getLog() - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- getLog() - Method in class org.infinispan.stream.impl.AbstractCacheStream
- getLog() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- getLog() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- getLog() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- getLog() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- getLog() - Method in class org.infinispan.util.logging.events.impl.EventLoggerNotifierImpl
- getLog() - Method in interface org.infinispan.util.logging.LogSupplier
- getLog(Class<?>) - Static method in class org.infinispan.util.logging.LogFactory
- getLog(Class<?>, Class<T>) - Static method in class org.infinispan.util.logging.LogFactory
- getLog(String, Class<T>) - Static method in class org.infinispan.util.logging.LogFactory
- getLogger(String) - Static method in class org.infinispan.util.logging.LogFactory
- getLoggingLocale() - Method in class org.infinispan.persistence.sifs.Log_$logger
- getLoggingLocale() - Method in class org.infinispan.security.impl.AuditMessages_$logger
- getLoggingLocale() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- getLoggingLocale() - Method in class org.infinispan.util.logging.Log_$logger
- getLookedUpEntries() - Method in interface org.infinispan.context.EntryLookup
-
Retrieves a map of entries looked up within the current scope.
- getLookedUpEntries() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- getLookedUpEntries() - Method in class org.infinispan.context.impl.ClearInvocationContext
- getLookedUpEntries() - Method in class org.infinispan.context.impl.ImmutableContext
- getLookedUpEntries() - Method in class org.infinispan.context.impl.NonTxInvocationContext
- getLookedUpEntries() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- getLookedUpEntries() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getLookedUpEntries() - Method in class org.infinispan.transaction.impl.LocalTransaction
- getLookedUpEntries() - Method in interface org.infinispan.transaction.xa.CacheTransaction
- getLostSegments() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponse
- getMachine() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo.Node
- getMachineId() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
- getMachineId() - Method in interface org.infinispan.remoting.transport.TopologyAwareAddress
- getMachineIndex(Address) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getMachineNodes(String, String, String) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getMajor() - Method in class org.infinispan.configuration.parsing.Schema
- getMajor() - Static method in class org.infinispan.Version
-
Deprecated.
- getMajorMinor() - Static method in class org.infinispan.Version
-
Deprecated.
- getMap() - Method in class org.infinispan.commands.write.PutMapCommand
- getMapForSegment(int) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- getMapForSegment(int) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- getMapForSegment(int) - Method in class org.infinispan.container.impl.DefaultDataContainer
- getMapForSegment(int) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- getMapForSegment(int) - Method in class org.infinispan.container.impl.L1SegmentedDataContainer
- getMapForSegment(int) - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- getMappingFunction() - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- getMapSize() - Method in class org.infinispan.util.concurrent.ActionSequencer
- getMapThatContainsKey(byte[]) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- getMapThatContainsKey(byte[]) - Method in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- getMarshallableEntries() - Method in class org.infinispan.persistence.support.BatchModification
- getMarshallableEntryFactory() - Method in class org.infinispan.persistence.InitializationContextImpl
- getMarshallableEntryFactory() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Should be used to build all
MarshallableEntryobjects. - getMarshallableEntryFactory() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- getMarshalledValue() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- getMarshalledValue() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- getMarshaller() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- getMarshallVersion() - Static method in class org.infinispan.Version
-
Deprecated.
- getMask() - Method in enum class org.infinispan.security.AuthorizationPermission
- getMask() - Method in class org.infinispan.security.impl.CacheRoleImpl
- getMask() - Method in class org.infinispan.security.impl.SubjectACL
- getMask() - Method in interface org.infinispan.security.Role
-
Returns a pre-computed access mask which contains the permissions specified by this role
- getMaxBufferedEntries() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getMaxIdle() - Method in interface org.infinispan.container.entries.CacheEntry
- getMaxIdle() - Method in class org.infinispan.container.entries.ClearCacheEntry
- getMaxIdle() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- getMaxIdle() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
- getMaxIdle() - Method in class org.infinispan.container.entries.ImmortalCacheValue
- getMaxIdle() - Method in interface org.infinispan.container.entries.InternalCacheValue
- getMaxIdle() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- getMaxIdle() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- getMaxIdle() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
- getMaxIdle() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- getMaxIdle() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
- getMaxIdle() - Method in class org.infinispan.container.entries.MortalCacheEntry
- getMaxIdle() - Method in class org.infinispan.container.entries.NullCacheEntry
- getMaxIdle() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- getMaxIdle() - Method in class org.infinispan.container.entries.TransientCacheEntry
- getMaxIdle() - Method in class org.infinispan.container.entries.TransientCacheValue
- getMaxIdle() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- getMaxIdle() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
- getMaximumPoolSize() - Method in class org.infinispan.executors.ManageableExecutorService
- getMaximumXSiteReplicationTime() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getMaximumXSiteReplicationTimeTo(String) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getMaxNumberOfKeys() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- getMaxRequestSentDuration(long, TimeUnit) - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- getMaxRequestSentDuration(long, TimeUnit) - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- getMaxRequestSentDuration(long, TimeUnit) - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- getMaxRequestSentDuration(String, long, TimeUnit) - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- getMaxRequestSentDuration(String, long, TimeUnit) - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- getMaxRequestSentDuration(String, long, TimeUnit) - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- getMaxSize() - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- getMBeanInfo() - Method in class org.infinispan.jmx.ResourceDMBean
- getMBeanMetadata(String) - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
- getMBeanMetadata(String) - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- getMBeanMetadata(String) - Method in class org.infinispan.manager.ModuleRepository
- getMBeanServer() - Method in class org.infinispan.jmx.CacheJmxRegistration
-
Gets the MBean server.
- getMBeanServer() - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
-
Gets the MBean server.
- getMembers() - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Should return the addresses of the nodes used to create this consistent hash.
- getMembers() - Method in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- getMembers() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- getMembers() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- getMembers() - Method in class org.infinispan.manager.DefaultCacheManager
- getMembers() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getMembers() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getMembers() - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Returns members of a cluster scoped to the cache owning this RpcManager.
- getMembers() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getMembers() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- getMembers() - Method in class org.infinispan.remoting.transport.jgroups.ClusterView
- getMembers() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- getMembers() - Method in interface org.infinispan.remoting.transport.Transport
-
Returns a list of members in the current cluster view.
- getMembers() - Method in class org.infinispan.topology.CacheTopology
- getMembersAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
- getMembersAtEnd() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getMembersAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
- getMembersAtStart() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getMembersPersistentUUIDs() - Method in class org.infinispan.topology.CacheTopology
- getMembersPhysicalAddresses() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- getMembersPhysicalAddresses() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- getMembersPhysicalAddresses() - Method in interface org.infinispan.remoting.transport.Transport
-
Returns physical addresses of members in the current cluster view.
- getMembersSet() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getMembersSet() - Method in class org.infinispan.remoting.transport.jgroups.ClusterView
- getMemoryAddressOffset(int) - Method in class org.infinispan.container.offheap.MemoryAddressHash
- getMemoryAddressOffsetNoTraceIfAbsent(int) - Method in class org.infinispan.container.offheap.MemoryAddressHash
- getMemoryAvailable() - Method in interface org.infinispan.stats.ContainerStats
- getMemoryAvailable() - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- getMemoryAvailable() - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- getMemoryMax() - Method in interface org.infinispan.stats.ContainerStats
- getMemoryMax() - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- getMemoryMax() - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- getMemoryTotal() - Method in interface org.infinispan.stats.ContainerStats
- getMemoryTotal() - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- getMemoryTotal() - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- getMemoryUsed() - Method in interface org.infinispan.stats.ContainerStats
- getMemoryUsed() - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- getMemoryUsed() - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- getMessage() - Method in interface org.infinispan.util.logging.events.EventLog
- getMessage() - Method in class org.infinispan.util.logging.events.impl.BaseEventLog
- getMessage() - Method in exception class org.infinispan.xsite.BackupFailureException
- getMetadata() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.ValueAndMetadata
- getMetadata() - Method in interface org.infinispan.commands.MetadataAwareCommand
-
Get metadata of this command.
- getMetadata() - Method in class org.infinispan.commands.write.ComputeCommand
- getMetadata() - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- getMetadata() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- getMetadata() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- getMetadata() - Method in class org.infinispan.commands.write.PutMapCommand
- getMetadata() - Method in class org.infinispan.commands.write.RemoveCommand
- getMetadata() - Method in class org.infinispan.commands.write.ReplaceCommand
- getMetadata() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- getMetadata() - Method in class org.infinispan.container.entries.ClearCacheEntry
- getMetadata() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- getMetadata() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
- getMetadata() - Method in class org.infinispan.container.entries.ImmortalCacheValue
- getMetadata() - Method in interface org.infinispan.container.entries.InternalCacheValue
- getMetadata() - Method in interface org.infinispan.container.entries.metadata.MetadataAware
-
Get metadata of this cache entry.
- getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
- getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue
- getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
- getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
- getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- getMetadata() - Method in class org.infinispan.container.entries.MortalCacheEntry
- getMetadata() - Method in class org.infinispan.container.entries.NullCacheEntry
- getMetadata() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- getMetadata() - Method in class org.infinispan.container.entries.TransientCacheEntry
- getMetadata() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- getMetadata() - Method in class org.infinispan.container.versioning.irac.IracTombstoneInfo
- getMetadata() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- getMetadata() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- getMetadata() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
-
Retrieves the metadata associated with the entry.
- getMetadata() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getMetadata() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getMetadata() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- getMetadata() - Method in class org.infinispan.xsite.spi.SiteEntry
- getMetadataBytes() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- getMetadataBytes() - Method in class org.infinispan.marshall.persistence.impl.MarshalledValueImpl
- getMetadataBytes() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- getMetadataBytes() - Method in interface org.infinispan.persistence.spi.MarshalledValue
- getMethod() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- getMethodName() - Method in class org.infinispan.factories.impl.MBeanMetadata.OperationMetadata
- getMethodParameters() - Method in class org.infinispan.factories.impl.MBeanMetadata.OperationMetadata
- getMetrics(boolean, Function<C, KeyMetrics<C>>) - Method in class org.infinispan.metrics.impl.helper.KeyMetrics
- getMinimumXSiteReplicationTime() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getMinimumXSiteReplicationTimeTo(String) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getMinor() - Method in class org.infinispan.configuration.parsing.Schema
- getMinRequestSentDuration(long, TimeUnit) - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- getMinRequestSentDuration(long, TimeUnit) - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- getMinRequestSentDuration(long, TimeUnit) - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- getMinRequestSentDuration(String, long, TimeUnit) - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- getMinRequestSentDuration(String, long, TimeUnit) - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- getMinRequestSentDuration(String, long, TimeUnit) - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- getMinSize() - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- getMinTopologyId() - Method in class org.infinispan.transaction.impl.TransactionTable
- getMisses() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getMisses() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getMisses() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getMisses() - Method in class org.infinispan.stats.impl.StatsCollector
- getMisses() - Method in class org.infinispan.stats.impl.StatsImpl
- getMisses() - Method in interface org.infinispan.stats.Stats
- getMixedCaches() - Method in class org.infinispan.xsite.status.ContainerMixedSiteStatus
- getMode() - Method in enum class org.infinispan.configuration.cache.TransactionMode
- getMode() - Method in enum class org.infinispan.configuration.parsing.CacheParser.TransactionMode
- getModifications() - Method in class org.infinispan.commands.tx.PrepareCommand
- getModifications() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- getModifications() - Method in interface org.infinispan.context.impl.TxInvocationContext
-
Returns the modifications performed in the scope of the current transaction.
- getModifications() - Method in class org.infinispan.statetransfer.TransactionInfo
- getModifications() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getModifications() - Method in class org.infinispan.transaction.impl.ModificationList
-
Returns a snapshot of this list.
- getModifications() - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
Returns the modifications visible within the current transaction.
- getModificationsFrom(CommitCommand) - Method in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
- getModuleCommandFactory() - Method in interface org.infinispan.commands.module.ModuleCommandExtensions
- getModuleCommands() - Method in interface org.infinispan.commands.module.ModuleCommandFactory
-
Provides a map of command IDs to command types of all the commands handled by the command factory instance.
- getModuleLifecycle(Class<T>) - Method in class org.infinispan.factories.GlobalComponentRegistry
- getModuleLifecycles() - Method in class org.infinispan.manager.ModuleRepository
- getModuleName() - Method in class org.infinispan.CoreModuleImpl
- getModuleName() - Method in interface org.infinispan.factories.impl.ModuleMetadataBuilder
- getModuleSlot() - Static method in class org.infinispan.Version
-
Deprecated.
- getMostSignificantBits() - Method in class org.infinispan.topology.PersistentUUID
- getMutations() - Method in class org.infinispan.commands.functional.TxReadOnlyKeyCommand
- getMutations() - Method in class org.infinispan.commands.functional.TxReadOnlyManyCommand
- getName() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getName() - Method in class org.infinispan.cache.impl.AliasCache
- getName() - Method in class org.infinispan.cache.impl.CacheImpl
- getName() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getName() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- getName() - Method in class org.infinispan.factories.ComponentRegistry
- getName() - Method in class org.infinispan.factories.GlobalComponentRegistry
- getName() - Method in interface org.infinispan.factories.impl.ComponentRef
- getName() - Method in class org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
- getName() - Method in class org.infinispan.factories.impl.MBeanMetadata.OperationParameterMetadata
- getName() - Method in class org.infinispan.factories.threads.DefaultThreadFactory
- getName() - Method in interface org.infinispan.functional.FunctionalMap
-
Functional map's name.
- getName() - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- getName() - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- getName() - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- getName() - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- getName() - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- getName() - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- getName() - Method in class org.infinispan.functional.impl.FunctionalMapImpl
- getName() - Method in class org.infinispan.globalstate.ScopedState
- getName() - Method in class org.infinispan.manager.CacheManagerInfo
- getName() - Method in class org.infinispan.manager.DefaultCacheManager
- getName() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- getName() - Method in class org.infinispan.remoting.transport.jgroups.FileJGroupsChannelConfigurator
- getName() - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
- getName() - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- getName() - Method in class org.infinispan.security.GroupPrincipal
- getName() - Method in class org.infinispan.security.impl.CacheRoleImpl
- getName() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getName() - Method in class org.infinispan.security.impl.SubjectAdapter.SimplePrincipal
- getName() - Method in interface org.infinispan.security.Role
-
Returns the name of this role
- getName() - Method in interface org.infinispan.upgrade.TargetMigrator
-
Returns the name of this migrator
- getNamedComponentRegistries() - Method in class org.infinispan.factories.GlobalComponentRegistry
- getNamedComponentRegistry(String) - Method in class org.infinispan.factories.GlobalComponentRegistry
- getNamedComponentRegistry(ByteString) - Method in class org.infinispan.factories.GlobalComponentRegistry
- getNamedConfigurationBuilders() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- getNamespaceAnnotations(Class<?>) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- getNamespaces() - Method in class org.infinispan.configuration.parsing.CacheParser
- getNamespaces() - Method in interface org.infinispan.configuration.parsing.ConfigurationParser
- getNewMembers() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getNewMembers() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
-
Gets the current list of members.
- getNewTopologyId() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
- getNewTopologyId() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getNewTopologyId() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
- getNewTopologyId(Throwable, int, TopologyAffectedCommand) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- getNewValue() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
- getNewValue() - Method in class org.infinispan.commands.write.ReplaceCommand
- getNewValue() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- getNewValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent
-
Retrieves the new value of the entry being modified.
- getNewValue() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getNext() - Method in class org.infinispan.container.impl.AbstractInternalDataContainer.EntryIterator
- getNext(long) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Returns the address to the next linked pointer if there is one for this bucket or 0 if there isn't one
- getNext(long) - Method in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
- getNext(String) - Method in class org.infinispan.reactive.publisher.impl.PublisherHandler
-
Retrieves the next response for the same request id that was configured on the command when invoking
PublisherHandler.register(InitialPublisherCommand). - getNodeAddress() - Method in class org.infinispan.manager.CacheManagerInfo
- getNodeAddress() - Method in class org.infinispan.manager.DefaultCacheManager
- getNodeName() - Method in class org.infinispan.manager.CacheManagerInfo
- getNodeNames() - Method in interface org.infinispan.health.ClusterHealth
-
Returns node names.
- getNonBlockingExecutor() - Method in class org.infinispan.persistence.InitializationContextImpl
- getNonBlockingExecutor() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Returns an executor for non-blocking tasks.
- getNonBlockingExecutor() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- getNonBlockingManager() - Method in class org.infinispan.persistence.InitializationContextImpl
- getNonBlockingManager() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Returns a manager that is designed to help with non blocking operations.
- getNonBlockingManager() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- getNumberOfCacheConfigurations() - Method in class org.infinispan.manager.DefaultCacheManager
- getNumberOfConflicts() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- getNumberOfConflictsLocalWins() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- getNumberOfConflictsMerged() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- getNumberOfConflictsRemoteWins() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- getNumberOfCpus() - Method in interface org.infinispan.health.HostInfo
-
Returns the number of CPUs installed in the host.
- getNumberOfCpus() - Method in class org.infinispan.health.impl.jmx.HealthJMXExposerImpl
- getNumberOfCpus() - Method in interface org.infinispan.health.jmx.HealthJMXExposer
-
Returns the total amount of CPUs for the JVM.
- getNumberOfCreatedCaches() - Method in class org.infinispan.manager.DefaultCacheManager
- getNumberOfDiscards() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- getNumberOfEntries() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getNumberOfEntries() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getNumberOfEntries() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getNumberOfEntries() - Method in class org.infinispan.stats.impl.StatsCollector
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getNumberOfEntriesInMemory() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getNumberOfLocksAvailable() - Method in interface org.infinispan.stats.ClusterCacheStats
- getNumberOfLocksAvailable() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getNumberOfLocksAvailable() - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- getNumberOfLocksHeld() - Method in interface org.infinispan.stats.ClusterCacheStats
- getNumberOfLocksHeld() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getNumberOfLocksHeld() - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- getNumberOfLocksHeld() - Method in interface org.infinispan.util.concurrent.locks.LockManager
- getNumberOfNodes() - Method in interface org.infinispan.health.ClusterHealth
-
Returns the number of nodes in the cluster.
- getNumberOfNodes() - Method in class org.infinispan.health.impl.jmx.HealthJMXExposerImpl
- getNumberOfNodes() - Method in interface org.infinispan.health.jmx.HealthJMXExposer
-
Returns total nodes in the cluster.
- getNumberOfPersistedEntries() - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- getNumberOfRunningCaches() - Method in class org.infinispan.manager.DefaultCacheManager
- getNumberOfTombstones() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- getNumberXSiteRequests() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getNumberXSiteRequestsReceived() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getNumberXSiteRequestsReceivedFrom(String) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getNumberXSiteRequestsSentTo(String) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getNumericVersion() - Method in class org.infinispan.metadata.EmbeddedMetadata
- getNumericVersion() - Method in class org.infinispan.metadata.impl.PrivateMetadata
- getNumLocksHeld() - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
- getNumLocksHeld() - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
- getNumLocksHeld() - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
- getNumNodes() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- getNumOwners() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- getNumOwners() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- getNumOwners() - Method in class org.infinispan.topology.CacheJoinInfo
- getNumSegments() - Method in interface org.infinispan.distribution.ch.ConsistentHash
- getNumSegments() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- getNumSegments() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- getNumSegments() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- getNumSegments() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getNumSegments() - Method in class org.infinispan.topology.CacheJoinInfo
- getNumSegments() - Method in class org.infinispan.util.StripedHashFunction
- getObjectName() - Method in class org.infinispan.jmx.ResourceDMBean
-
The ObjectName.
- getObservation() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
- getObservation() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- getObservation() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- getObservation() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getOffHeapMemoryUsed() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getOffHeapMemoryUsed() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getOffHeapMemoryUsed() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getOffHeapMemoryUsed() - Method in class org.infinispan.stats.impl.StatsCollector
- getOffHeapMemoryUsed() - Method in class org.infinispan.stats.impl.StatsImpl
- getOffHeapMemoryUsed() - Method in interface org.infinispan.stats.Stats
-
The amount of off-heap memory used by this cache, or -1 if the cache stores data in the heap.
- getOffline() - Method in class org.infinispan.xsite.status.AbstractMixedSiteStatus
- getOfflineStatus(String) - Method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- getOldMembers() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getOldMembers() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
-
Gets the previous list of members.
- getOldMetadata() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
- getOldMetadata() - Method in interface org.infinispan.container.entries.MVCCEntry
- getOldMetadata() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- getOldMetadata() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- getOldMetadata() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent
-
Regardless of whether isPre() is true or is false, this method returns the metadata of the entry being deleted.
- getOldMetadata() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent
-
Regardless of whether isPre() is true or is false, this method returns the metadata of the entry being deleted.
- getOldMetadata() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getOldValue() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
- getOldValue() - Method in class org.infinispan.commands.write.ReplaceCommand
- getOldValue() - Method in interface org.infinispan.container.entries.MVCCEntry
- getOldValue() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- getOldValue() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- getOldValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent
-
Retrieves the old value of the entry being modified.
- getOldValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent
-
Regardless of whether isPre() is true or is false, this method returns the value of the entry being deleted.
- getOldValue() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getOnline() - Method in class org.infinispan.xsite.status.AbstractMixedSiteStatus
- getOperationName() - Method in class org.infinispan.commands.remote.SingleRpcCommand
- getOperationName() - Method in interface org.infinispan.commands.TracedCommand
- getOperationName() - Method in class org.infinispan.factories.impl.MBeanMetadata.OperationMetadata
- getOperationName() - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
- getOperations() - Method in class org.infinispan.factories.impl.MBeanMetadata
- getOperator() - Method in class org.infinispan.stream.impl.intops.primitive.d.MapDoubleOperation
- getOperator() - Method in class org.infinispan.stream.impl.intops.primitive.i.MapIntOperation
- getOperator() - Method in class org.infinispan.stream.impl.intops.primitive.l.MapLongOperation
- getOptionalComponent(Class<T>) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- getOptionalDependencies() - Method in class org.infinispan.CoreModuleImpl
- getOptionalDependencies() - Method in interface org.infinispan.factories.impl.ModuleMetadataBuilder
- getOrCreateCache(String, String) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- getOrCreateCache(String, String) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Retrieves an existing cache or creates one using the specified template if it doesn't exist
- getOrCreateCache(String, String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Defines a cluster-wide cache configuration using the supplied template or retrieves an existing one
- getOrCreateCache(String, String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.GlobalConfigurationManagerImpl
- getOrCreateCache(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- getOrCreateCache(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Retrieves an existing cache or creates one across the cluster using the specified configuration.
- getOrCreateCache(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Defines a cluster-wide cache configuration or retrieves an existing one
- getOrCreateCache(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.GlobalConfigurationManagerImpl
- getOrCreateCache(EmbeddedCacheManager, String, Configuration) - Static method in class org.infinispan.security.actions.SecurityActions
- GetOrCreateCacheAction<A,
K, - Class in org.infinispan.security.actionsV> -
GetOrCreateCacheAction.
- GetOrCreateCacheAction(EmbeddedCacheManager, String, Configuration) - Constructor for class org.infinispan.security.actions.GetOrCreateCacheAction
- getOrCreateComponent(Class<T>) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.Retrieves a component if one exists, and if not, attempts to find a factory capable of constructing the component (factories annotated with the
DefaultFactoryForannotation that is capable of creating the component class). - getOrCreateComponent(Class<T>, String) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- getOrCreateComponent(Class<T>, String, boolean) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- getOrCreateComponent(Class<T>, String, boolean) - Method in class org.infinispan.factories.ComponentRegistry
- getOrCreateLocalTransaction(Transaction, boolean) - Method in class org.infinispan.transaction.impl.TransactionTable
-
Returns the
TransactionXaAdaptercorresponding to the supplied transaction. - getOrCreateLocalTransaction(Transaction, boolean, Supplier<GlobalTransaction>) - Method in class org.infinispan.transaction.impl.TransactionTable
-
Similar to
TransactionTable.getOrCreateLocalTransaction(Transaction, boolean)but with a custom global transaction factory. - getOrCreateRemoteTransaction(GlobalTransaction, List<WriteCommand>) - Method in class org.infinispan.transaction.impl.TransactionTable
-
Returns an existing remote transaction or creates one if none exists.
- getOrCreateRemoteTransaction(GlobalTransaction, List<WriteCommand>, int) - Method in class org.infinispan.transaction.impl.TransactionTable
- getOrCreateTemplate(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- getOrCreateTemplate(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Retrieves an existing template or creates one across the cluster using the specified configuration.
- getOrCreateTemplate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Defines a cluster-wide configuration template
- getOrCreateTemplate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.GlobalConfigurationManagerImpl
- getOrCreateTemplate(EmbeddedCacheManager, String, Configuration) - Static method in class org.infinispan.security.actions.SecurityActions
- GetOrCreateTemplateAction - Class in org.infinispan.security.actions
-
GetOrCreateCacheAction.
- GetOrCreateTemplateAction(EmbeddedCacheManager, String, Configuration) - Constructor for class org.infinispan.security.actions.GetOrCreateTemplateAction
- getOrDefault(Object, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getOrDefault(Object, V) - Method in class org.infinispan.cache.impl.EncoderCache
- getOrigin() - Method in class org.infinispan.commands.irac.IracCleanupKeysCommand
- getOrigin() - Method in class org.infinispan.commands.irac.IracMetadataRequestCommand
- getOrigin() - Method in class org.infinispan.commands.irac.IracStateResponseCommand
- getOrigin() - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- getOrigin() - Method in class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- getOrigin() - Method in class org.infinispan.commands.irac.IracTombstoneRemoteSiteCheckCommand
- getOrigin() - Method in class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- getOrigin() - Method in class org.infinispan.commands.irac.IracUpdateVersionCommand
- getOrigin() - Method in class org.infinispan.commands.remote.BaseRpcCommand
- getOrigin() - Method in interface org.infinispan.commands.remote.CacheRpcCommand
-
Get the origin of the command
- getOrigin() - Method in class org.infinispan.commands.remote.CheckTransactionRpcCommand
- getOrigin() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- getOrigin() - Method in class org.infinispan.context.impl.AbstractInvocationContext
- getOrigin() - Method in class org.infinispan.context.impl.ImmutableContext
- getOrigin() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- getOrigin() - Method in interface org.infinispan.context.InvocationContext
- getOrRegisterStateMachine(String, Supplier<T>, RaftChannelConfiguration) - Method in enum class org.infinispan.remoting.transport.impl.EmptyRaftManager
- getOrRegisterStateMachine(String, Supplier<T>, RaftChannelConfiguration) - Method in interface org.infinispan.remoting.transport.raft.RaftManager
-
Register a
RaftStateMachine. - getOwned(int) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- getOwned(Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- getOwned(Address) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- getOwnedSegments(ConsistentHash) - Method in class org.infinispan.statetransfer.StateConsumerImpl
- getOwner() - Method in interface org.infinispan.util.concurrent.locks.ExtendedLockPromise
- getOwner() - Method in class org.infinispan.xsite.irac.IracManagerKeyInfo
- getOwner(Object) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- getOwner(Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
Retrieves the owner of the lock for the
key. - getOwnerAddress() - Method in class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
- getOwners() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
- getOwners(int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- getParams() - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
- getParams() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- getParams() - Method in interface org.infinispan.commands.functional.FunctionalCommand
- getParams() - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- getParams() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- getPartialTransactions() - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- getPartialTransactions() - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
- getPartialTransactions() - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- getPartitionHandling() - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- getPassivations() - Method in class org.infinispan.eviction.impl.AbstractPassivationManager
- getPassivations() - Method in interface org.infinispan.eviction.impl.PassivationManager
- getPassivations() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
- getPassivations() - Method in class org.infinispan.eviction.impl.PassivationManagerStub
- getPassivations() - Method in interface org.infinispan.stats.ClusterCacheStats
- getPassivations() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getPath() - Method in class org.infinispan.remoting.transport.jgroups.FileJGroupsChannelConfigurator
- getPattern() - Method in class org.infinispan.security.mappers.RegexNameRewriter
-
Get the pattern.
- getPendingActions() - Method in class org.infinispan.util.concurrent.ActionSequencer
- getPendingActivationCount() - Method in interface org.infinispan.eviction.impl.ActivationManager
- getPendingActivationCount() - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
- getPendingActivationCount() - Method in class org.infinispan.eviction.impl.ActivationManagerStub
- getPendingCH() - Method in class org.infinispan.commands.topology.RebalanceStartCommand
- getPendingCH() - Method in class org.infinispan.commands.topology.TopologyUpdateCommand
- getPendingCH() - Method in class org.infinispan.commands.topology.TopologyUpdateStableCommand
- getPendingCH() - Method in class org.infinispan.topology.CacheTopology
-
The future consistent hash.
- getPendingCommands() - Method in class org.infinispan.util.concurrent.CommandAckCollector
- getPendingViewAsString() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getPerCacheInboundInvocationHandler() - Method in class org.infinispan.factories.ComponentRegistry
-
Caching shortcut for #getComponent(PerCacheInboundInvocationHandler.class);
- getPermissions() - Method in class org.infinispan.security.impl.CacheRoleImpl
- getPermissions() - Method in class org.infinispan.security.impl.SubjectACL
- getPermissions() - Method in interface org.infinispan.security.Role
-
Returns the list of permissions associated with this role
- getPermissions(Subject) - Method in interface org.infinispan.security.AuthorizationManager
-
Returns the permissions that the specified
Subjecthas for the cache - getPermissions(Subject) - Method in class org.infinispan.security.impl.AuthorizationManagerImpl
- getPermissions(Subject) - Method in class org.infinispan.security.impl.PermissiveAuthorizationManager
- getPermissions(AuthorizationConfiguration, Subject) - Method in class org.infinispan.security.impl.Authorizer
- getPersistenceCtx() - Method in interface org.infinispan.marshall.protostream.impl.SerializationContextRegistry
- getPersistenceCtx() - Method in class org.infinispan.marshall.protostream.impl.SerializationContextRegistryImpl
- getPersistenceManager(EmbeddedCacheManager, String) - Static method in class org.infinispan.security.actions.SecurityActions
- GetPersistenceManagerAction - Class in org.infinispan.security.actions
- GetPersistenceManagerAction(EmbeddedCacheManager, String) - Constructor for class org.infinispan.security.actions.GetPersistenceManagerAction
- getPersistenceMarshaller() - Method in class org.infinispan.factories.ComponentRegistry
-
Caching shortcut for #getComponent(PersistenceMarshaller.class, PERSISTENCE_MARSHALLER);
- getPersistenceMarshaller() - Method in class org.infinispan.marshall.core.GlobalMarshaller
- getPersistenceMarshaller() - Method in class org.infinispan.persistence.InitializationContextImpl
- getPersistenceMarshaller() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Returns the persistence marshaller which should be used to marshall/unmarshall all stored bytes.
- getPersistenceMarshaller() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- getPersistentStateChecksum() - Method in class org.infinispan.topology.CacheJoinInfo
- getPersistentUuid(Address) - Method in interface org.infinispan.topology.PersistentUUIDManager
-
Retrieves the
PersistentUUIDof a node given itsAddress - getPersistentUuid(Address) - Method in class org.infinispan.topology.PersistentUUIDManagerImpl
- getPersistentUUID() - Method in class org.infinispan.topology.CacheJoinInfo
- getPersistentUUID() - Method in interface org.infinispan.topology.LocalTopologyManager
-
Returns the local UUID of this node.
- getPersistentUUID() - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- getPhase() - Method in class org.infinispan.commands.topology.RebalanceStartCommand
- getPhase() - Method in class org.infinispan.commands.topology.TopologyUpdateCommand
- getPhase() - Method in class org.infinispan.topology.CacheTopology
- getPhysicalAddresses() - Method in class org.infinispan.manager.CacheManagerInfo
- getPhysicalAddresses() - Method in class org.infinispan.manager.DefaultCacheManager
- getPhysicalAddresses() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- getPhysicalAddresses() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- getPhysicalAddresses() - Method in interface org.infinispan.remoting.transport.Transport
-
Retrieves the current cache instance's physical network addresses.
- getPhysicalAddressesRaw() - Method in class org.infinispan.manager.CacheManagerInfo
- getPointerCount() - Method in class org.infinispan.container.offheap.MemoryAddressHash
- getPoolSize() - Method in class org.infinispan.executors.ManageableExecutorService
- getPredicate() - Method in class org.infinispan.stream.impl.intops.object.FilterOperation
- getPredicate() - Method in class org.infinispan.stream.impl.intops.primitive.d.FilterDoubleOperation
- getPredicate() - Method in class org.infinispan.stream.impl.intops.primitive.i.FilterIntOperation
- getPredicate() - Method in class org.infinispan.stream.impl.intops.primitive.l.FilterLongOperation
- getPreparedTransaction(XidImpl) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
-
Local call returning the remote transaction identified by the supplied xid or null.
- getPreparedTransaction(XidImpl) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- getPreparedTransactionsFromCluster() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
-
Returns the list of transactions in prepared state from both local and remote cluster nodes.
- getPreparedTransactionsFromCluster() - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- getPrepares() - Method in class org.infinispan.interceptors.impl.TxInterceptor
- getPrevMetadata() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- getPrevValue() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- getPrimaryOwned(int) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- getPrimaryOwned(Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- getPrimaryOwned(Address) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- getPrimaryOwner(int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- getPrimarySegmentsForOwner(Address) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Returns the segments that this cache member is the primary owner for.
- getPrimarySegmentsForOwner(Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- getPrimarySegmentsForOwner(Address) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- getPrivateSingletonSetClass() - Static method in class org.infinispan.marshall.exts.CollectionExternalizer
- getPrivateSynchronizedSetClass() - Static method in class org.infinispan.marshall.exts.CollectionExternalizer
- getProperty(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- getProperty(String) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- getProperty(String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Retrieves a state property
- getProtocolStack() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- getProtocolStack() - Method in class org.infinispan.remoting.transport.jgroups.FileJGroupsChannelConfigurator
- getProtocolStackString() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- getProtocolStackString() - Method in class org.infinispan.remoting.transport.jgroups.FileJGroupsChannelConfigurator
- getProtoFile() - Method in class org.infinispan.marshall.persistence.impl.PersistenceContextInitializerImpl
- getProtoFileName() - Method in class org.infinispan.marshall.persistence.impl.PersistenceContextInitializerImpl
- getProtoFileReader() - Method in class org.infinispan.marshall.persistence.impl.PersistenceContextInitializerImpl
- getPublisherHandler() - Method in class org.infinispan.factories.ComponentRegistry
- getPushStateStatus() - Method in class org.infinispan.xsite.XSiteAdminOperations
- getQualifiedLocation(GlobalConfiguration, String, String, String) - Static method in class org.infinispan.persistence.PersistenceUtil
- getQueueCount() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getQueueSize() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getQueueSize() - Method in class org.infinispan.executors.ManageableExecutorService
- getQueueSize() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- getRack() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo.Node
- getRackId() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
- getRackId() - Method in interface org.infinispan.remoting.transport.TopologyAwareAddress
- getRackIndex(Address) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getRackMachines(String, String) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getRackNodes(String, String) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getRamBufferSize() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getReadConsistentHash() - Method in interface org.infinispan.distribution.DistributionManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, to be removed in 14.0. Please use
DistributionManager.getCacheTopology()instead. - getReadConsistentHash() - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
- getReadConsistentHash() - Method in class org.infinispan.topology.CacheTopology
-
Read operations should always go to the "current" owners.
- getReadConsistentHashAtEnd() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getReadConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
- getReadConsistentHashAtStart() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getReadConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
- getReadWriteRatio() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getReadWriteRatio() - Method in interface org.infinispan.stats.CacheContainerStats
-
Deprecated.
- getReadWriteRatio() - Method in interface org.infinispan.stats.ClusterCacheStats
- getReadWriteRatio() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getReadWriteRatio() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getReadWriteRatio() - Method in class org.infinispan.stats.impl.StatsCollector
- getRebalanceId() - Method in class org.infinispan.topology.CacheTopology
-
The id of the latest started rebalance.
- getRebalancingStatus() - Method in interface org.infinispan.statetransfer.StateTransferManager
- getRebalancingStatus() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
- getRebalancingStatus() - Method in class org.infinispan.topology.ClusterCacheStatus
- getRebalancingStatus(String) - Method in interface org.infinispan.topology.ClusterTopologyManager
-
Retrieves the rebalancing status of a cache
- getRebalancingStatus(String) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- getRebalancingStatus(String) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Retrieve the rebalancing status for the specified cache
- getRebalancingStatus(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- getRecoveryManager() - Method in class org.infinispan.factories.ComponentRegistry
- getRefreshInterval() - Method in class org.infinispan.configuration.cache.IndexReaderConfiguration
- getRegexps() - Method in class org.infinispan.configuration.global.AllowListConfiguration
- getRegexps() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- getRegisteredComponents() - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Run
consumerfor each registered component in the current scope. - getRegisteredComponents() - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- getRelayNodesAddress() - Method in class org.infinispan.manager.CacheManagerInfo
- getRelayNodesAddress() - Method in class org.infinispan.manager.DefaultCacheManager
- getRelayNodesAddress() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- getRelayNodesAddress() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- getRelayNodesAddress() - Method in interface org.infinispan.remoting.transport.Transport
- getReleaseFutureForKey(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getReleaseFutureForKey(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
It returns a
CompletableFuturethat completes when the lock for thekeyis released. - getReleaseFutureForKeys(Collection<Object>) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getReleaseFutureForKeys(Collection<Object>) - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
Same as
CacheTransaction.getReleaseFutureForKey(Object)but it returns a pair with the key and the future. - getRemainingTimeout() - Method in interface org.infinispan.util.concurrent.locks.PendingLockPromise
- getRemappingBiFunction() - Method in class org.infinispan.commands.write.ComputeCommand
- getRemoteCallback() - Method in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- getRemoteGlobalTransaction() - Method in class org.infinispan.transaction.impl.TransactionTable
- getRemoteGlobalTransaction() - Method in interface org.infinispan.transaction.TransactionTable
- getRemoteLocksAcquired() - Method in class org.infinispan.context.impl.LocalTxInvocationContext
- getRemoteLocksAcquired() - Method in class org.infinispan.transaction.impl.LocalTransaction
- getRemoteSiteNames() - Method in exception class org.infinispan.xsite.BackupFailureException
- getRemoteSites() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- getRemoteSites() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.RemoteSites
- getRemoteTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
-
Returns the
RemoteTransactionassociated with the supplied transaction id. - getRemoteTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
- getRemoteTransactions() - Method in class org.infinispan.transaction.impl.TransactionTable
- getRemoteTransactionXid(Long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
-
Iterates over the remote transactions and returns the XID of the one that has an internal id equal with the supplied internal Id.
- getRemoteTxCount() - Method in class org.infinispan.transaction.impl.TransactionTable
- getRemoveHits() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getRemoveHits() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getRemoveHits() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getRemoveHits() - Method in class org.infinispan.stats.impl.StatsCollector
- getRemoveHits() - Method in class org.infinispan.stats.impl.StatsImpl
- getRemoveHits() - Method in interface org.infinispan.stats.Stats
- getRemoveMisses() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getRemoveMisses() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getRemoveMisses() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getRemoveMisses() - Method in class org.infinispan.stats.impl.StatsCollector
- getRemoveMisses() - Method in class org.infinispan.stats.impl.StatsImpl
- getRemoveMisses() - Method in interface org.infinispan.stats.Stats
- getReplacement() - Method in class org.infinispan.security.mappers.RegexNameRewriter
-
Get the replacement string.
- getReplicationCount() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getReplicationFailures() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getRequestId() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- getRequestId() - Method in class org.infinispan.remoting.transport.AbstractRequest
- getRequestId() - Method in interface org.infinispan.remoting.transport.impl.Request
- getRequestMediaType() - Method in class org.infinispan.encoding.DataConversion
- getRequestor() - Method in interface org.infinispan.util.concurrent.locks.ExtendedLockPromise
- getRequiredDependencies() - Method in class org.infinispan.CoreModuleImpl
- getRequiredDependencies() - Method in interface org.infinispan.factories.impl.ModuleMetadataBuilder
- getRequiredMinimumNumberOfNodes() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getRequiredMinimumNumberOfNodes() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getRequiredMinimumNumberOfNodes() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getRequiredMinimumNumberOfNodes() - Method in class org.infinispan.stats.impl.StatsCollector
- getRequiredMinimumNumberOfNodes() - Method in class org.infinispan.stats.impl.StatsImpl
- getRequiredMinimumNumberOfNodes() - Method in interface org.infinispan.stats.Stats
- getResponse(CacheRpcCommand, Object) - Method in class org.infinispan.remoting.responses.DefaultResponseGenerator
- getResponse(CacheRpcCommand, Object) - Method in interface org.infinispan.remoting.responses.ResponseGenerator
- getResponseGenerator() - Method in class org.infinispan.factories.ComponentRegistry
-
Caching shortcut for #getComponent(ResponseGenerator.class);
- getResponseValue() - Method in class org.infinispan.remoting.responses.PrepareResponse
- getResponseValue() - Method in class org.infinispan.remoting.responses.SuccessfulResponse
- getResponseValue() - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse
- getResponseValue() - Method in class org.infinispan.remoting.responses.UnsureResponse
- getResponseValue() - Method in class org.infinispan.remoting.responses.ValidResponse
- getResult() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.KeyPublisherResult
- getResult() - Method in interface org.infinispan.reactive.publisher.impl.commands.reduction.PublisherResult
- getResult() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult
- getResults() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponse
- getRetrievals() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getRetrievals() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getRetrievals() - Method in class org.infinispan.stats.impl.StatsCollector
- getRetrievals() - Method in class org.infinispan.stats.impl.StatsImpl
- getRetrievals() - Method in interface org.infinispan.stats.Stats
- getReturnType() - Method in class org.infinispan.factories.impl.MBeanMetadata.OperationMetadata
- getRole(String) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- getRole(String) - Method in class org.infinispan.security.mappers.ClusterPermissionMapper
- getRole(String) - Method in interface org.infinispan.security.RolePermissionMapper
- getRoles() - Method in class org.infinispan.security.impl.SubjectACL
- getRoles() - Method in class org.infinispan.security.mappers.ClusterRoleMapper.RoleSet
- getRollbacks() - Method in class org.infinispan.interceptors.impl.TxInterceptor
- getRoutingTableAsString() - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Returns a string containing all the segments and their associated addresses.
- getRoutingTableAsString() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- getRoutingTableAsString() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- getRpcManager() - Method in interface org.infinispan.AdvancedCache
-
Returns the component in charge of communication with other caches in the cluster.
- getRpcManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getRpcManager() - Method in class org.infinispan.cache.impl.CacheImpl
- getRpcManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getRpcManager() - Method in class org.infinispan.factories.ComponentRegistry
- getRpcManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getRpcManager() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateProvider
- getRpcManager() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
-
Exposes
RpcManagertoXSiteStatePushTask. - getRpcManager() - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
- getRunningActions() - Method in class org.infinispan.util.concurrent.ActionSequencer
- getRunningCacheCount() - Method in class org.infinispan.manager.CacheManagerInfo
- getRunningCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
- getRunningStateTransfer() - Method in class org.infinispan.xsite.XSiteAdminOperations
-
for debug only!
- getRunningStateTransfers() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- getRunningStateTransfers() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
- getRunningStateTransfers() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- getScheduledExecutor(Properties) - Method in class org.infinispan.executors.DefaultScheduledExecutorFactory
- getScheduledExecutor(Properties) - Method in interface org.infinispan.executors.ScheduledExecutorFactory
- getScheduledExecutorService() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateProvider
- getScheduledExecutorService() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
-
Exposes timeout
ScheduledExecutorServicetoXSiteStatePushTask. - getScheduledExecutorService() - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
- getScheduledTasks() - Method in class org.infinispan.executors.ExecutorAllCompletionService
- getSchemaVersion() - Static method in class org.infinispan.Version
-
Deprecated.
- getScope() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- getScope() - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- getScope() - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Returns the name of this persistent state's scope
- getScope() - Method in class org.infinispan.globalstate.ScopedState
- getScope() - Method in interface org.infinispan.util.logging.events.EventLog
- getScope() - Method in class org.infinispan.util.logging.events.impl.BaseEventLog
- getSecurityBuilder() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- getSecurityPermission() - Method in enum class org.infinispan.security.AuthorizationPermission
- getSegment() - Method in class org.infinispan.commands.read.AbstractDataCommand
- getSegment() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
- getSegment() - Method in interface org.infinispan.commands.SegmentSpecificCommand
-
Returns the segment that this key maps to.
- getSegment() - Method in class org.infinispan.container.versioning.irac.IracTombstoneInfo
- getSegment() - Method in interface org.infinispan.persistence.spi.NonBlockingStore.SegmentedPublisher
-
Returns the segment for all keys in the publisher.
- getSegment() - Method in class org.infinispan.persistence.support.SegmentPublisherWrapper
- getSegment() - Method in class org.infinispan.persistence.support.SingleSegmentPublisher
- getSegment() - Method in class org.infinispan.reactive.publisher.impl.PublisherHandler.SegmentResult
- getSegment() - Method in class org.infinispan.xsite.irac.IracManagerKeyInfo
- getSegment(Object) - Method in class org.infinispan.distribution.ch.impl.AffinityPartitioner
- getSegment(Object) - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- getSegment(Object) - Method in class org.infinispan.distribution.ch.impl.SingleSegmentKeyPartitioner
- getSegment(Object) - Method in interface org.infinispan.distribution.ch.KeyPartitioner
-
Obtains the segment for a key.
- getSegment(Object) - Method in class org.infinispan.distribution.group.impl.GroupingPartitioner
- getSegment(Object) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getSegment(WriteCommand, Object) - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- getSegmentDistribution(int) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getSegmentForHash(int) - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- getSegmentForKey(Object) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- getSegmentForKey(Object) - Method in class org.infinispan.container.impl.DefaultDataContainer
- getSegmentForKey(Object) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- getSegmentForKey(Object) - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- getSegmentId() - Method in class org.infinispan.commands.triangle.BackupWriteCommand
- getSegmentId() - Method in class org.infinispan.statetransfer.StateChunk
- getSegmentMax() - Method in class org.infinispan.persistence.sifs.TemporaryTable
- getSegmentResults() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponse
- getSegments() - Method in class org.infinispan.commands.read.SizeCommand
- getSegments() - Method in class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- getSegments() - Method in class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- getSegments() - Method in class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- getSegments() - Method in class org.infinispan.commands.statetransfer.StateTransferStartCommand
- getSegments() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- getSegments() - Method in class org.infinispan.statetransfer.InboundTransferTask
-
Returns a copy of segments currently tied to this task
- getSegments() - Method in class org.infinispan.statetransfer.OutboundTransferTask
- getSegmentsForOwner(Address) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Returns the segments owned by a cache member.
- getSegmentsForOwner(Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- getSegmentsForOwner(Address) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- getSendingSiteName() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- getSendingSiteName() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateConsumer
- getSendingSiteName() - Method in class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl
- getSendingSiteName() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
- getSendingSiteName() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- getSendingSiteName() - Method in class org.infinispan.xsite.XSiteAdminOperations
- getSendTimeMillis() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
- getSendTimeMillis() - Method in interface org.infinispan.remoting.transport.BackupResponse
-
Return the time in millis when this operation was initiated.
- getSendTimeMillis() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
- getSequence() - Method in class org.infinispan.commands.triangle.BackupWriteCommand
- getSerializationContext() - Method in class org.infinispan.marshall.persistence.impl.PersistenceMarshallerImpl
- getSerializationContext() - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- getShards() - Method in class org.infinispan.configuration.cache.IndexShardingConfiguration
- getSignature() - Method in class org.infinispan.factories.impl.MBeanMetadata.OperationMetadata
- getSingleKey() - Method in class org.infinispan.commands.control.LockControlCommand
- getSite() - Method in class org.infinispan.container.versioning.irac.IracEntryVersion.MapEntry
- getSite() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo.Node
- getSite() - Method in class org.infinispan.manager.DefaultCacheManager
- getSite() - Method in class org.infinispan.metadata.impl.IracMetadata
- getSiteId() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
- getSiteId() - Method in interface org.infinispan.remoting.transport.TopologyAwareAddress
- getSiteIndex(Address) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getSiteName() - Method in class org.infinispan.xsite.events.XSiteEvent
- getSiteName() - Method in class org.infinispan.xsite.spi.SiteEntry
- getSiteName() - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- getSiteName() - Method in class org.infinispan.xsite.XSiteBackup
- getSiteNodes(String) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getSiteRacks(String) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- getSites() - Method in class org.infinispan.manager.CacheManagerInfo
- getSites() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getSites() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.SitesViewChangedEvent
- getSitesMissingCoordinator(Collection<Address>) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateProvider
- getSitesMissingCoordinator(Collection<Address>) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
- getSitesMissingCoordinator(Collection<Address>) - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
- getSiteState(String) - Method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- getSiteState(String) - Method in class org.infinispan.xsite.status.NoOpTakeOfflineManager
- getSiteState(String) - Method in interface org.infinispan.xsite.status.TakeOfflineManager
-
Returns the site state for site
siteName. - getSitesView() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getSitesView() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- getSitesView() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- getSitesView() - Method in interface org.infinispan.remoting.transport.Transport
-
Get the view of interconnected sites.
- getSiteView() - Method in class org.infinispan.manager.DefaultCacheManager
- getSize() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponse
- getSize(long) - Method in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- getSize(long, boolean) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Returns how many bytes in memory this address location uses assuming it is an
InternalCacheEntry. - getSize(long, boolean) - Method in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
- getSocketFactory() - Method in class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
- getSource() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
- getSource() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getSource() - Method in class org.infinispan.statetransfer.InboundTransferTask
- getSpanAttributes() - Method in class org.infinispan.commands.remote.SingleRpcCommand
- getSpanAttributes() - Method in interface org.infinispan.commands.TracedCommand
- getSpanAttributes() - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
- getStableCacheTopology(String) - Method in interface org.infinispan.topology.LocalTopologyManager
- getStableCacheTopology(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- getStableTopology() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
-
Whenever a new cache topology without a
pendingCHand with at leastnumOwnersowners for each segment is installed, and the cache isAvailabilityMode.AVAILABLE, the current cache topology is marked as the stable topology. - getStableTopology() - Method in class org.infinispan.topology.CacheStatusResponse
- getStableTopology() - Method in class org.infinispan.topology.ClusterCacheStatus
- getStack() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.RemoteSite
- getStaleStatsThreshold() - Method in interface org.infinispan.stats.ClusterCacheStats
- getStaleStatsThreshold() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getStaleStatsThreshold() - Method in interface org.infinispan.stats.ClusterContainerStats
- getStaleStatsThreshold() - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- getStaleStatsThreshold() - Method in class org.infinispan.stats.impl.AbstractClusterStats
- getStaleStatsThreshold() - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- getStat(String) - Method in class org.infinispan.stats.impl.AbstractClusterStats
- getStat(String) - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getStat(String) - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- getStat(String) - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- getStateCache() - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Returns the global state cache
- getStateCache() - Method in class org.infinispan.globalstate.impl.GlobalConfigurationManagerImpl
- getStateChunks() - Method in class org.infinispan.commands.statetransfer.StateResponseCommand
- getStateConsumer() - Method in interface org.infinispan.statetransfer.StateTransferManager
- getStateConsumer() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
- getStateConsumer() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- getStateConsumer() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
- getStateConsumer() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- getStateProvider() - Method in interface org.infinispan.statetransfer.StateTransferManager
- getStateProvider() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
- getStateProvider() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- getStateProvider() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
- getStateProvider() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- getStateReceiver() - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- getStateReceiver() - Method in interface org.infinispan.conflict.impl.InternalConflictManager
- getStateTransferFlag() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getStateTransferLock() - Method in class org.infinispan.factories.ComponentRegistry
-
Caching shortcut for #getComponent(StateTransferManager.class);
- getStateTransferManager() - Method in class org.infinispan.factories.ComponentRegistry
-
Caching shortcut for #getComponent(StateTransferManager.class);
- getStateTransferMode(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- getStatisticsEnabled() - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
- getStatisticsEnabled() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
- getStatisticsEnabled() - Method in class org.infinispan.eviction.impl.PassivationManagerStub
- getStatisticsEnabled() - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- getStatisticsEnabled() - Method in class org.infinispan.interceptors.impl.JmxStatsCommandInterceptor
-
Returns whether an interceptor's statistics are being captured.
- getStatisticsEnabled() - Method in class org.infinispan.interceptors.impl.TxInterceptor
- getStatisticsEnabled() - Method in interface org.infinispan.jmx.JmxStatisticsExposer
-
Returns whether an interceptor's statistics are being captured.
- getStatisticsEnabled() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getStatisticsEnabled() - Method in class org.infinispan.stats.impl.AbstractClusterStats
- getStatisticsEnabled() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getStatisticsEnabled() - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- getStatisticsEnabled() - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- getStatisticsEnabled() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getStatisticsEnabled() - Method in class org.infinispan.stats.impl.StatsCollector
- getStatisticsEnabled() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- getStats() - Method in interface org.infinispan.AdvancedCache
-
Returns a
Statsobject that allows several statistics associated with this cache at runtime. - getStats() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getStats() - Method in class org.infinispan.cache.impl.CacheImpl
- getStats() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getStats() - Method in class org.infinispan.cache.impl.StatsCollectingCache
- getStats() - Method in class org.infinispan.manager.DefaultCacheManager
- getStats() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1.3. This mixes statistics across unrelated caches so the reported numbers don't have too much relevance.
- getStats() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getStats() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getStatus() - Method in interface org.infinispan.Cache
- getStatus() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getStatus() - Method in class org.infinispan.cache.impl.CacheImpl
- getStatus() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getStatus() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.Retrieves the state of the registry
- getStatus() - Method in interface org.infinispan.functional.FunctionalMap
-
Functional map's status.
- getStatus() - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- getStatus() - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- getStatus() - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- getStatus() - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- getStatus() - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- getStatus() - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- getStatus() - Method in class org.infinispan.functional.impl.FunctionalMapImpl
- getStatus() - Method in interface org.infinispan.health.CacheHealth
-
Returns Cache health status.
- getStatus() - Method in class org.infinispan.health.impl.CacheHealthImpl
- getStatus() - Method in class org.infinispan.manager.DefaultCacheManager
- getStatus() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getStatus() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getStatus() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getStatus() - Method in interface org.infinispan.topology.ClusterTopologyManager
- getStatus() - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- getStatus() - Method in class org.infinispan.transaction.tm.EmbeddedUserTransaction
- getStatus() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
-
The value represent transaction's state as described by the
statusfield. - getStatus() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
-
Following values might be returned: -
Status.STATUS_PREPAREDif the tx is prepared -Status.STATUS_COMMITTEDif the tx is committed -Status.STATUS_ROLLEDBACKif the tx is rollback - null otherwise - getStatus() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- getStatus() - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- getStatus() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
- getStatus() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- getStorageMediaType() - Method in class org.infinispan.encoding.DataConversion
- getStorageMediaType(boolean) - Method in class org.infinispan.encoding.impl.StorageConfigurationManager
- getStoredValue() - Method in class org.infinispan.persistence.modifications.Store
- getStoreFile(String, String) - Static method in class org.infinispan.persistence.file.SingleFileStore
- getStores() - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
-
This method returns a collection of cache loader types (fully qualified class names) that are configured and enabled.
- getStores() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getStores() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getStores() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getStores() - Method in class org.infinispan.stats.impl.StatsCollector
- getStores() - Method in class org.infinispan.stats.impl.StatsImpl
- getStores() - Method in interface org.infinispan.stats.Stats
- getStores(Class<T>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
- getStores(Class<T>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- getStores(Class<T>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- getStoresAsString() - Method in interface org.infinispan.persistence.manager.PersistenceManager
- getStoresAsString() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- getStoresAsString() - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- getStoreWrites() - Method in interface org.infinispan.stats.ClusterCacheStats
- getStoreWrites() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getStreamSupplier(boolean) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getStringMapping(Object) - Method in class org.infinispan.persistence.keymappers.DefaultTwoWayKey2StringMapper
- getStringMapping(Object) - Method in interface org.infinispan.persistence.keymappers.Key2StringMapper
-
Must return an unique String for the supplied key.
- getStringMapping(Object) - Method in class org.infinispan.persistence.keymappers.WrappedByteArrayOrPrimitiveMapper
- getSubgroupsMerged() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getSubgroupsMerged() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.MergeEvent
- getSubject() - Method in class org.infinispan.manager.DefaultCacheManager
- getSubject() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getSubject() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- getSubject() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- getSubject() - Static method in class org.infinispan.security.Security
-
If using
Security.doAs(Subject, Runnable)orSecurity.doAs(Subject, Function, Object)orSecurity.doAs(Subject, BiFunction, Object, Object), returns theSubjectassociated with the current thread otherwise it returns null. - getSubjectUserPrincipal(Subject) - Static method in class org.infinispan.security.Security
-
Returns the first principal of a subject
- getSubjectUserPrincipalName(Subject) - Static method in class org.infinispan.security.Security
- getSuccessfulResponseOrFail(Map<Address, Response>, CompletableFuture<?>, Consumer<Response>) - Static method in class org.infinispan.interceptors.impl.ClusteringInterceptor
- getSuccessRatio() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getSuccessRatioFloatingPoint() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getSuperMBeanClassName() - Method in class org.infinispan.factories.impl.MBeanMetadata
- getSupportedMediaTypes() - Method in class org.infinispan.encoding.impl.TwoStepTranscoder
- getSupportedPrivateClasses() - Static method in class org.infinispan.marshall.exts.CollectionExternalizer
-
Returns an immutable Set that contains all of the private classes (e.g.
- getSupportedPrivateClasses() - Static method in class org.infinispan.marshall.exts.MapExternalizer
-
Returns an immutable Set that contains all of the private classes (e.g.
- getSuspect() - Method in exception class org.infinispan.remoting.transport.jgroups.SuspectException
- getSuspectedKeys() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.KeyPublisherResult
- getSuspectedKeys() - Method in interface org.infinispan.reactive.publisher.impl.commands.reduction.PublisherResult
- getSuspectedKeys() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult
- getSuspectedSegments() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.KeyPublisherResult
- getSuspectedSegments() - Method in interface org.infinispan.reactive.publisher.impl.commands.reduction.PublisherResult
- getSuspectedSegments() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult
- getSyncRpcOptions() - Method in interface org.infinispan.remoting.rpc.RpcManager
- getSyncRpcOptions() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getTakeOffline() - Method in class org.infinispan.xsite.OfflineStatus
- getTakeOfflineAfterFailures(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- getTakeOfflineConfiguration(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- getTakeOfflineManager() - Method in class org.infinispan.factories.ComponentRegistry
- getTakeOfflineMinTimeToWait(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- getTarget() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- getTarget() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getTarget() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- getTarget() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.ListenerInvocationImpl
- getTarget() - Method in interface org.infinispan.notifications.impl.ListenerInvocation
-
The listener instance that is notified of events
- getTarget(int) - Method in class org.infinispan.remoting.transport.impl.MultiTargetRequest
- getTargetsSize() - Method in class org.infinispan.remoting.transport.impl.MultiTargetRequest
- getTemplate() - Method in class org.infinispan.globalstate.impl.CacheState
- getThreadFactory(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- getThreadPool(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- getThreadPoolSize() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getTimeout() - Method in class org.infinispan.topology.CacheJoinInfo
- getTimeout() - Method in class org.infinispan.xsite.XSiteBackup
- getTimeoutMs() - Method in class org.infinispan.remoting.transport.AbstractRequest
- getTimeService() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- getTimeService() - Method in class org.infinispan.factories.ComponentRegistry
- getTimeService() - Method in class org.infinispan.factories.GlobalComponentRegistry
- getTimeService() - Method in class org.infinispan.persistence.InitializationContextImpl
- getTimeService() - Method in interface org.infinispan.persistence.spi.InitializationContext
- getTimeService() - Method in class org.infinispan.persistence.support.DelegatingInitializationContext
- getTimeSinceReset() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getTimeSinceReset() - Method in class org.infinispan.stats.impl.AbstractClusterStats
- getTimeSinceReset() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getTimeSinceReset() - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- getTimeSinceReset() - Method in class org.infinispan.stats.impl.StatsCollector
- getTimeSinceReset() - Method in class org.infinispan.stats.impl.StatsImpl
- getTimeSinceReset() - Method in interface org.infinispan.stats.Stats
- getTimeSinceStart() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- getTimeSinceStart() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- getTimeSinceStart() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- getTimeSinceStart() - Method in class org.infinispan.stats.impl.StatsCollector
- getTimeSinceStart() - Method in class org.infinispan.stats.impl.StatsImpl
- getTimeSinceStart() - Method in interface org.infinispan.stats.Stats
- getTombstone(Object) - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- getTombstone(Object) - Method in interface org.infinispan.container.versioning.irac.IracTombstoneManager
-
Returns the tombstone associated to the
keyornullif it doesn't exist. - getTombstone(Object) - Method in class org.infinispan.container.versioning.irac.NoOpIracTombstoneManager
- getTombstoneCleanupTaskCurrentDelay() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- getTombstonesToRemove() - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- getTombstoneToCheck() - Method in class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- getTopology(ByteString) - Method in class org.infinispan.container.versioning.irac.IracEntryVersion
- getTopologyId() - Method in class org.infinispan.commands.AbstractTopologyAffectedCommand
- getTopologyId() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- getTopologyId() - Method in class org.infinispan.commands.irac.IracMetadataRequestCommand
- getTopologyId() - Method in class org.infinispan.commands.read.AbstractDataCommand
- getTopologyId() - Method in class org.infinispan.commands.read.SizeCommand
- getTopologyId() - Method in class org.infinispan.commands.remote.BaseClusteredReadCommand
- getTopologyId() - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
- getTopologyId() - Method in class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- getTopologyId() - Method in class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- getTopologyId() - Method in class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- getTopologyId() - Method in class org.infinispan.commands.statetransfer.StateTransferStartCommand
- getTopologyId() - Method in class org.infinispan.commands.statetransfer.StateResponseCommand
- getTopologyId() - Method in class org.infinispan.commands.statetransfer.StateTransferGetListenersCommand
- getTopologyId() - Method in class org.infinispan.commands.topology.RebalanceStartCommand
- getTopologyId() - Method in class org.infinispan.commands.topology.TopologyUpdateCommand
- getTopologyId() - Method in class org.infinispan.commands.topology.TopologyUpdateStableCommand
- getTopologyId() - Method in interface org.infinispan.commands.TopologyAffectedCommand
- getTopologyId() - Method in class org.infinispan.commands.triangle.BackupWriteCommand
- getTopologyId() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- getTopologyId() - Method in class org.infinispan.container.versioning.irac.TopologyIracVersion
- getTopologyId() - Method in class org.infinispan.container.versioning.SimpleClusteredVersion
- getTopologyId() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- getTopologyId() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.NextPublisherCommand
- getTopologyId() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.ReductionPublisherRequestCommand
- getTopologyId() - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Returns the current topology id.
- getTopologyId() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getTopologyId() - Method in class org.infinispan.statetransfer.OutboundTransferTask
- getTopologyId() - Method in class org.infinispan.statetransfer.TransactionInfo
- getTopologyId() - Method in class org.infinispan.topology.CacheTopology
- getTopologyId() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getTopologyId() - Method in interface org.infinispan.transaction.xa.CacheTransaction
- getTotalMemoryKb() - Method in interface org.infinispan.health.HostInfo
-
Gets total memory in KB.
- getTotalMemoryKb() - Method in class org.infinispan.health.impl.jmx.HealthJMXExposerImpl
- getTotalMemoryKb() - Method in interface org.infinispan.health.jmx.HealthJMXExposer
-
Returns the amount of total memory (KB) in the host.
- getTotalSyncRpcOptions() - Method in interface org.infinispan.remoting.rpc.RpcManager
- getTransaction() - Method in class org.infinispan.context.impl.LocalTxInvocationContext
- getTransaction() - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
- getTransaction() - Method in interface org.infinispan.context.impl.TxInvocationContext
-
Returns the tx associated with the current thread.
- getTransaction() - Method in class org.infinispan.transaction.impl.LocalTransaction
- getTransaction() - Method in class org.infinispan.transaction.tm.EmbeddedBaseTransactionManager
- getTransactionManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getTransactionManager() - Method in class org.infinispan.cache.impl.CacheImpl
- getTransactionManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getTransactionManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getTransactionManager() - Method in class org.infinispan.transaction.lookup.EmbeddedTransactionManagerLookup
- getTransactionManager() - Method in class org.infinispan.transaction.lookup.GenericTransactionManagerLookup
-
Get the system-wide used TransactionManager
- getTransactionManager() - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
- getTransactionManager() - Method in class org.infinispan.transaction.lookup.WildflyTransactionManagerLookup
- getTransactionsForSegments(Address, int, IntSet) - Method in interface org.infinispan.statetransfer.StateProvider
-
Gets the list of transactions that affect keys from the given segments.
- getTransactionsForSegments(Address, int, IntSet) - Method in class org.infinispan.statetransfer.StateProviderImpl
- getTransactionSynchronizationRegistry() - Method in interface org.infinispan.transaction.lookup.TransactionSynchronizationRegistryLookup
-
Returns a new TransactionSynchronizationRegistry.
- getTransactionTable() - Method in class org.infinispan.factories.ComponentRegistry
- getTransactionTableRef() - Method in class org.infinispan.factories.ComponentRegistry
- getTransactionTimeout() - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- getTranscoder(Class<T>) - Method in interface org.infinispan.marshall.core.EncoderRegistry
- getTranscoder(Class<T>) - Method in class org.infinispan.marshall.core.EncoderRegistryImpl
- getTranscoder(MediaType, MediaType) - Method in interface org.infinispan.marshall.core.EncoderRegistry
-
Obtain an instance of
Transcoderfrom the registry. - getTranscoder(MediaType, MediaType) - Method in class org.infinispan.marshall.core.EncoderRegistryImpl
- getTransformer() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- getTransport() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- getTransport() - Method in interface org.infinispan.remoting.rpc.RpcManager
- getTransport() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- getTriangleOrderManager() - Method in class org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler
- getType() - Method in class org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
- getType() - Method in class org.infinispan.factories.impl.MBeanMetadata.OperationParameterMetadata
- getType() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- getType() - Method in interface org.infinispan.notifications.cachelistener.event.Event
- getType() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getType() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- getType() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.Event
- getType() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getType() - Method in class org.infinispan.persistence.modifications.Clear
- getType() - Method in interface org.infinispan.persistence.modifications.Modification
- getType() - Method in class org.infinispan.persistence.modifications.ModificationsList
- getType() - Method in class org.infinispan.persistence.modifications.Remove
- getType() - Method in class org.infinispan.persistence.modifications.Store
- getType() - Method in class org.infinispan.xsite.events.XSiteEvent
- getTypeClasses() - Method in class org.infinispan.cache.impl.BiFunctionMapper.Externalizer
- getTypeClasses() - Method in class org.infinispan.cache.impl.EncoderEntryMapper.Externalizer
- getTypeClasses() - Method in class org.infinispan.cache.impl.EncoderKeyMapper.Externalizer
- getTypeClasses() - Method in class org.infinispan.cache.impl.EncoderValueMapper.Externalizer
- getTypeClasses() - Method in class org.infinispan.cache.impl.FunctionMapper.Externalizer
- getTypeClasses() - Method in class org.infinispan.commands.functional.functions.MergeFunction.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.ImmortalCacheEntry.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.ImmortalCacheValue.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.MortalCacheEntry.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.MortalCacheValue.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.RemoteMetadata.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.TransientCacheEntry.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.TransientCacheValue.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.versioning.NumericVersion.Externalizer
- getTypeClasses() - Method in class org.infinispan.container.versioning.SimpleClusteredVersion.Externalizer
- getTypeClasses() - Method in class org.infinispan.context.Flag.Externalizer
- getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer
- getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer
- getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.Externalizer
- getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory.Externalizer
- getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Externalizer
- getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.Externalizer
- getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory.Externalizer
- getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Externalizer
- getTypeClasses() - Method in class org.infinispan.encoding.DataConversion.Externalizer
- getTypeClasses() - Method in class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
- getTypeClasses() - Method in class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
- getTypeClasses() - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
- getTypeClasses() - Method in class org.infinispan.functional.impl.EntryViews.NoValueReadOnlyViewExternalizer
- getTypeClasses() - Method in class org.infinispan.functional.impl.EntryViews.ReadOnlySnapshotViewExternalizer
- getTypeClasses() - Method in class org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotViewExternalizer
- getTypeClasses() - Method in class org.infinispan.functional.impl.StatsEnvelope.Externalizer
- getTypeClasses() - Method in class org.infinispan.globalstate.impl.CacheState.Externalizer
- getTypeClasses() - Method in class org.infinispan.globalstate.ScopedState.Externalizer
- getTypeClasses() - Method in class org.infinispan.globalstate.ScopeFilter.Externalizer
- getTypeClasses() - Method in class org.infinispan.interceptors.distribution.VersionedResult.Externalizer
- getTypeClasses() - Method in class org.infinispan.interceptors.distribution.VersionedResults.Externalizer
- getTypeClasses() - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.CacheRpcCommandExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.ClassExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.CollectionExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.DoubleSummaryStatisticsExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.EnumExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.EnumSetExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.IntSummaryStatisticsExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.MapExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.EntryVersionParamExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.LifespanExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.MaxIdleExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.OptionalExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.ThrowableExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.TriangleAckExternalizer
- getTypeClasses() - Method in class org.infinispan.marshall.exts.UuidExternalizer
- getTypeClasses() - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
- getTypeClasses() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl.Externalizer
-
Deprecated.
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent.Externalizer
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.Externalizer
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.Externalizer
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer
- getTypeClasses() - Method in class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
- getTypeClasses() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponseExternalizer
- getTypeClasses() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult.Externalizer
- getTypeClasses() - Method in class org.infinispan.reactive.publisher.PublisherReducers.PublisherReducersExternalizer
- getTypeClasses() - Method in class org.infinispan.reactive.publisher.PublisherTransformers.PublisherTransformersExternalizer
- getTypeClasses() - Method in class org.infinispan.remoting.responses.BiasRevocationResponse.Externalizer
- getTypeClasses() - Method in class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
- getTypeClasses() - Method in class org.infinispan.remoting.responses.ExceptionResponse.Externalizer
- getTypeClasses() - Method in class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer
- getTypeClasses() - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer
- getTypeClasses() - Method in class org.infinispan.remoting.responses.UnsureResponse.Externalizer
- getTypeClasses() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer
- getTypeClasses() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer
- getTypeClasses() - Method in class org.infinispan.statetransfer.StateChunk.Externalizer
- getTypeClasses() - Method in class org.infinispan.statetransfer.TransactionInfo.Externalizer
- getTypeClasses() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl.DistributedCacheStatsCallableExternalizer
- getTypeClasses() - Method in class org.infinispan.stream.impl.CacheBiConsumers.Externalizer
- getTypeClasses() - Method in class org.infinispan.stream.impl.CacheIntermediatePublisher.ReducerExternalizer
- getTypeClasses() - Method in class org.infinispan.stream.impl.CacheStreamIntermediateReducer.ReducerExternalizer
- getTypeClasses() - Method in class org.infinispan.stream.impl.intops.IntermediateOperationExternalizer
- getTypeClasses() - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
- getTypeClasses() - Method in class org.infinispan.topology.CacheJoinInfo.Externalizer
- getTypeClasses() - Method in class org.infinispan.topology.CacheStatusResponse.Externalizer
- getTypeClasses() - Method in class org.infinispan.topology.CacheTopology.Externalizer
- getTypeClasses() - Method in class org.infinispan.topology.ManagerStatusResponse.Externalizer
- getTypeClasses() - Method in class org.infinispan.topology.PersistentUUID.Externalizer
- getTypeClasses() - Method in class org.infinispan.transaction.xa.GlobalTransaction.Externalizer
- getTypeClasses() - Method in class org.infinispan.util.IntSetExternalizer
- getTypeClasses() - Method in class org.infinispan.util.KeyValuePair.Externalizer
- getTypeClasses() - Static method in class org.infinispan.xsite.commands.remote.Ids
- getTypeClasses() - Method in class org.infinispan.xsite.commands.remote.XSiteRequestExternalizer
- getTypeClasses() - Method in class org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer
- getTypeName() - Method in class org.infinispan.container.entries.RemoteMetadata$___Marshaller_4cb4a1b59ce257eb4994240cafc1894764116cb17c3875df246d2943dcbdce0d
- getTypeName() - Method in class org.infinispan.container.versioning.irac.IracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5
- getTypeName() - Method in class org.infinispan.container.versioning.irac.MapEntry$___Marshaller_37a121f54771729f5bc90dae7b319161c44a1e9491f8af866c7aba312bf9651e
- getTypeName() - Method in class org.infinispan.container.versioning.irac.TopologyIracVersion$___Marshaller_14f804c9dae1c80820c4a124ae0decae2266c24993f77973d0fee34d7db215d2
- getTypeName() - Method in class org.infinispan.container.versioning.NumericVersion$___Marshaller_54e14f07f0b2d32fc02dc14b15442c6b41ee1d50304f1e61ddb56d9feb6975b1
- getTypeName() - Method in class org.infinispan.container.versioning.SimpleClusteredVersion$___Marshaller_f7402494821fa8e2ee025bf7d4a4b60322db5a0eb2018b6aa5836c002c8e07b7
- getTypeName() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata$___Marshaller_d639102389197d7d9d67594c1f4f7cd51d35bdb2ed77d89d90c58b8d63ad3ab0
- getTypeName() - Method in class org.infinispan.marshall.persistence.impl.MarshalledValueImpl$___Marshaller_c2708e4a2029dac3535526fdd0d6afc81184cbba3c2aa79abc33c7ec05e632b2
- getTypeName() - Method in class org.infinispan.marshall.protostream.impl.MarshallableUserObject.Marshaller
- getTypeName() - Method in class org.infinispan.marshall.protostream.impl.MarshallableUserObject$___Marshaller_ff6b068168b51aac5d0c18c371e02ff55d3bb0cb73296e9cf1f4a65917105dec
- getTypeName() - Method in class org.infinispan.metadata.EmbeddedExpirableMetadata$___Marshaller_57542ccf09e811f3460251c589ca05aed449dbbc1765661fa3851dddaac8dd71
- getTypeName() - Method in class org.infinispan.metadata.EmbeddedLifespanExpirableMetadata$___Marshaller_8da6d90d1f279b201c958e38c4b73ab7f2712dc1dc20b32c21334eacdfc6fd4b
- getTypeName() - Method in class org.infinispan.metadata.EmbeddedMaxIdleExpirableMetadata$___Marshaller_6887b83200c53e83a8233e38450ed44c3191b4968b578e16a63c12add76959ed
- getTypeName() - Method in class org.infinispan.metadata.EmbeddedMetadata$___Marshaller_d44c815cc3de96e45a01e06b569541e480035dc14f5499e3f3edc3fa7c6fe67
- getTypeName() - Method in class org.infinispan.metadata.impl.IracMetadata$___Marshaller_cf0a6ded5e9e5b145ea5821d40d9659677d03a5df3e405762cc053e3bbb15e64
- getTypeName() - Method in class org.infinispan.metadata.impl.PrivateMetadata$___Marshaller_2707b1b527c228e45215e24669c8ab752e6a1689fb6e3510d925b1e899b8ee06
- getTypeName() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress$___Marshaller_fff84712bca7d00f611bdc3fd76a067b0a3a1f4981a7d3aad1c9257d9a5d7324
- getTypeName() - Method in class org.infinispan.security.AuthorizationPermission$___Marshaller_e4a67ef18a1f2ebc30b0d1e396f24e2098535911da768fa734361c9903b14240
- getTypeName() - Method in class org.infinispan.security.impl.CacheRoleImpl$___Marshaller_8ebe2292503551beeebd9f0cc1e432a19521b4115fff99f8859a58acb74d6d74
- getTypeName() - Method in class org.infinispan.security.impl.SubjectAdapter$___Marshaller_75e0224333a6eeeafc364cef114fe68e65410956aa87814e98e0722f4d8a588d
- getTypeName() - Method in class org.infinispan.security.mappers.RoleSet$___Marshaller_2fda1a742ac008d38f1c852650748615da7cca98a60afaa87bb162ebc6157665
- getTypeName() - Method in class org.infinispan.util.ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a
- getTypeName() - Method in class org.infinispan.util.logging.events.EventLogCategory$___Marshaller_ae6c52dae5b7593e56ee9b1a0b3ff5cab09918bc7afa86199edbb64a3c3c3134
- getTypeName() - Method in class org.infinispan.util.logging.events.EventLogLevel$___Marshaller_5da6a63d850a14265ac6d80e4b1df1080e8f9abcab8d5a4ee08c582bd46c5ea1
- getUncombinedProtocolStack() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- getUncombinedRemoteSites() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- getUnfinishedSegments() - Method in class org.infinispan.statetransfer.InboundTransferTask
- getUnionCH() - Method in class org.infinispan.topology.CacheTopology
-
The union of the current and future consistent hashes.
- getUnwrappedCache(Cache<K, V>) - Static method in class org.infinispan.security.actions.SecurityActions
- getUnwrappedCache(EmbeddedCacheManager, String) - Static method in class org.infinispan.security.actions.SecurityActions
- GetUnwrappedCacheAction<A,
K, - Class in org.infinispan.security.actionsV> -
GetUnwrappedCacheAction.
- GetUnwrappedCacheAction(Cache<K, V>) - Constructor for class org.infinispan.security.actions.GetUnwrappedCacheAction
- GetUnwrappedNameCacheAction<A,
K, - Class in org.infinispan.security.actionsV> -
GetUnwrappedNameCacheAction.
- GetUnwrappedNameCacheAction(EmbeddedCacheManager, String) - Constructor for class org.infinispan.security.actions.GetUnwrappedNameCacheAction
- getUpdatedEntryVersions() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getUpdatedEntryVersions() - Method in interface org.infinispan.transaction.xa.CacheTransaction
- getUpdatedVersions() - Method in class org.infinispan.commands.tx.VersionedCommitCommand
- getURI() - Method in class org.infinispan.configuration.parsing.Schema
- getUserCtx() - Method in interface org.infinispan.marshall.protostream.impl.SerializationContextRegistry
- getUserCtx() - Method in class org.infinispan.marshall.protostream.impl.SerializationContextRegistryImpl
- getUserMarshaller() - Method in interface org.infinispan.marshall.persistence.PersistenceMarshaller
- getUserMarshaller() - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- getUserTransaction() - Static method in class org.infinispan.transaction.lookup.EmbeddedTransactionManagerLookup
- getUserTransaction() - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
- getUserTransaction() - Method in class org.infinispan.transaction.lookup.WildflyTransactionManagerLookup
- getUserTransaction() - Static method in class org.infinispan.transaction.tm.EmbeddedTransactionManager
- getValue() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.ValueAndMetadata
- getValue() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- getValue() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- getValue() - Method in class org.infinispan.commands.write.RemoveCommand
- getValue() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- getValue() - Method in interface org.infinispan.container.entries.CacheEntry
-
Retrieves the value of this entry
- getValue() - Method in class org.infinispan.container.entries.ClearCacheEntry
- getValue() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- getValue() - Method in class org.infinispan.container.entries.ImmortalCacheValue
- getValue() - Method in interface org.infinispan.container.entries.InternalCacheValue
- getValue() - Method in class org.infinispan.container.entries.NullCacheEntry
- getValue() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- getValue() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- getValue() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryActivatedEvent
-
Retrieves the value of the entry being activated.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent
-
Retrieves the value of the entry being created.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
-
Retrieves the value of the affected cache entry
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent
-
Retrieves the value of the entry being expired.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent
-
Retrieves the value of the entry being invalidated.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryLoadedEvent
-
Retrieves the value of the entry being loaded.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent
-
Retrieves the value of the entry being passivated.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent
-
Retrieves the value of the entry being deleted.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryVisitedEvent
-
Retrieves the value of the entry being visited.
- getValue() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getValue() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getValue() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
-
Returns the same value as
MarshallableEntry.getKeyBytes(), but unmarshalled. - getValue() - Method in class org.infinispan.util.KeyValuePair
- getValue() - Method in class org.infinispan.xsite.spi.SiteEntry
- getValueBytes() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- getValueBytes() - Method in class org.infinispan.marshall.persistence.impl.MarshalledValueImpl
- getValueBytes() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
-
Returns the value in serialize format.
- getValueBytes() - Method in interface org.infinispan.persistence.spi.MarshalledValue
- getValueDataConversion() - Method in interface org.infinispan.AdvancedCache
- getValueDataConversion() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getValueDataConversion() - Method in class org.infinispan.cache.impl.BiFunctionMapper
- getValueDataConversion() - Method in class org.infinispan.cache.impl.CacheImpl
- getValueDataConversion() - Method in class org.infinispan.cache.impl.EncoderCache
- getValueDataConversion() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getValueDataConversion() - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
- getValueDataConversion() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- getValueDataConversion() - Method in interface org.infinispan.commands.functional.FunctionalCommand
- getValueDataConversion() - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- getValueDataConversion() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- getValueDataConversion() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
- getValueDataConversion() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- getValueDataConversion() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getValueDataConversion() - Method in class org.infinispan.notifications.cachelistener.ListenerHolder
- getValueDataConversion() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getValueFromCtx(K, InvocationContext) - Method in interface org.infinispan.container.impl.InternalEntryFactory
-
Retrieve an
InternalCacheValuefrom the providedInvocationContextif anInternalCacheEntryexists, otherwise createInternalCacheEntryfrom the context'sCacheEntryand return its value. - getValueFromCtx(K, InvocationContext) - Method in class org.infinispan.container.impl.InternalEntryFactoryImpl
- getValueMatcher() - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
- getValueMatcher() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- getValueMatcher() - Method in class org.infinispan.commands.write.ClearCommand
- getValueMatcher() - Method in class org.infinispan.commands.write.ComputeCommand
- getValueMatcher() - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- getValueMatcher() - Method in class org.infinispan.commands.write.InvalidateCommand
- getValueMatcher() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- getValueMatcher() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- getValueMatcher() - Method in class org.infinispan.commands.write.PutMapCommand
- getValueMatcher() - Method in class org.infinispan.commands.write.RemoveCommand
- getValueMatcher() - Method in class org.infinispan.commands.write.ReplaceCommand
- getValueMatcher() - Method in interface org.infinispan.commands.write.WriteCommand
- getValueStorageMediaType() - Method in class org.infinispan.encoding.impl.StorageConfigurationManager
- getValueWrapper() - Method in class org.infinispan.encoding.impl.StorageConfigurationManager
- getVersion() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- getVersion() - Method in class org.infinispan.cache.impl.CacheImpl
-
Returns the version of Infinispan.
- getVersion() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getVersion() - Method in interface org.infinispan.container.entries.versioned.Versioned
-
Deprecated.
- getVersion() - Method in class org.infinispan.container.versioning.irac.TopologyIracVersion
- getVersion() - Method in class org.infinispan.container.versioning.NumericVersion
- getVersion() - Method in class org.infinispan.container.versioning.SimpleClusteredVersion
- getVersion() - Method in class org.infinispan.manager.CacheManagerInfo
- getVersion() - Method in class org.infinispan.manager.DefaultCacheManager
- getVersion() - Method in class org.infinispan.metadata.impl.IracMetadata
- getVersion() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getVersion() - Static method in class org.infinispan.Version
-
Deprecated.
- getVersion(ByteString) - Method in class org.infinispan.container.versioning.irac.IracEntryVersion
- getVersionGenerator() - Method in class org.infinispan.factories.ComponentRegistry
-
Caching shortcut for #getLocalComponent(VersionGenerator.class)
- getVersionPrefix() - Method in class org.infinispan.container.versioning.RankCalculator
- getVersionShort() - Static method in class org.infinispan.Version
-
Deprecated.
- getVersionShort(String) - Static method in class org.infinispan.Version
-
Deprecated.
- getVersionsRead() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- getVersionsRead() - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
Note: used in Repeatable Read + Write Skew + Clustering + Versioning.
- getVersionsSeen() - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
- getViewId() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- getViewId() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
-
Get JGroups view id.
- getViewId() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- getViewId() - Method in class org.infinispan.remoting.transport.jgroups.ClusterView
- getViewId() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- getViewId() - Method in interface org.infinispan.remoting.transport.Transport
- getWaitList() - Method in class org.infinispan.remoting.responses.BiasRevocationResponse
- getWhen() - Method in interface org.infinispan.util.logging.events.EventLog
- getWhen() - Method in class org.infinispan.util.logging.events.impl.BaseEventLog
- getWho() - Method in interface org.infinispan.util.logging.events.EventLog
- getWho() - Method in class org.infinispan.util.logging.events.impl.BaseEventLog
- getWrapper() - Method in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0, with no replacement.
- getWrapper(boolean) - Method in class org.infinispan.encoding.impl.StorageConfigurationManager
- getWrapper(Class<? extends Wrapper>, byte) - Method in interface org.infinispan.marshall.core.EncoderRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0, with
DataConversion.getWrapper() - getWrapper(Class<? extends Wrapper>, byte) - Method in class org.infinispan.marshall.core.EncoderRegistryImpl
- getWrapperClass() - Method in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0, with no replacement.
- getWriteConsistentHash() - Method in interface org.infinispan.distribution.DistributionManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, to be removed in 14.0. Please use
DistributionManager.getCacheTopology()instead. - getWriteConsistentHash() - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
- getWriteConsistentHash() - Method in class org.infinispan.topology.CacheTopology
-
When there is a rebalance in progress, write operations should go to the union of the "current" and "future" owners.
- getWriteConsistentHashAtEnd() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getWriteConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
- getWriteConsistentHashAtStart() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- getWriteConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
- getWriteOwners(Object) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getWriteOwners(Collection<?>) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getWritePermission() - Method in interface org.infinispan.security.AuthorizationManager
-
Returns the permission required to write to the resource associated with this AuthorizationManager.
- getWritePermission() - Method in class org.infinispan.security.impl.AuthorizationManagerImpl
- getWritePermission() - Method in class org.infinispan.security.impl.PermissiveAuthorizationManager
- getWritesToTheStores() - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- getXAResource() - Method in interface org.infinispan.AdvancedCache
-
Returns the
XAResourceassociated with this cache which can be used to do transactional recovery. - getXAResource() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- getXAResource() - Method in class org.infinispan.cache.impl.CacheImpl
- getXAResource() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- getXAResource() - Method in class org.infinispan.security.impl.SecureCacheImpl
- getXid() - Method in class org.infinispan.transaction.xa.GlobalTransaction
- getXid() - Method in class org.infinispan.transaction.xa.LocalXaTransaction
- getXid() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
- getXSiteCacheMapper() - Method in class org.infinispan.factories.GlobalComponentRegistry
- getXSiteStateTransferManager() - Method in class org.infinispan.factories.ComponentRegistry
- GLOBAL - Enum constant in enum class org.infinispan.configuration.parsing.Element
- GLOBAL - Enum constant in enum class org.infinispan.configuration.parsing.ParserScope
-
The top-level scope at which cache containers, jgroups and threads are defined
- GLOBAL - Enum constant in enum class org.infinispan.factories.impl.Scopes
-
A single instance of the component is shared by all the caches.
- GLOBAL - Enum constant in enum class org.infinispan.marshall.protostream.impl.SerializationContextRegistry.MarshallerType
- GLOBAL - Enum constant in enum class org.infinispan.registry.InternalCacheRegistry.Flag
-
means that this cache will be global to all nodes when running in clustered mode
- GLOBAL_SCOPE - Static variable in interface org.infinispan.globalstate.ScopedPersistentState
- GLOBAL_STATE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- globalACLCache() - Method in interface org.infinispan.security.GlobalSecurityManager
-
Returns the global ACL cache
- globalACLCache() - Method in class org.infinispan.security.impl.GlobalSecurityManagerImpl
- GlobalAuthorizationConfiguration - Class in org.infinispan.configuration.global
-
GlobalAuthorizationConfiguration.
- GlobalAuthorizationConfiguration(AttributeSet, PrincipalRoleMapperConfiguration, RolePermissionMapperConfiguration) - Constructor for class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- GlobalAuthorizationConfigurationBuilder - Class in org.infinispan.configuration.global
-
GlobalAuthorizationConfigurationBuilder.
- GlobalAuthorizationConfigurationBuilder(GlobalSecurityConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- globalComponentRegistry - Variable in class org.infinispan.factories.AnyScopeComponentFactory
- globalComponentRegistry() - Method in class org.infinispan.manager.DefaultCacheManager
- globalComponentRegistry() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- globalComponentRegistry() - Method in class org.infinispan.manager.impl.InternalCacheManager
- GlobalComponentRegistry - Class in org.infinispan.factories
-
A global component registry where shared components are stored.
- GlobalComponentRegistry(GlobalConfiguration, EmbeddedCacheManager, Set<String>, ModuleRepository, ConfigurationManager) - Constructor for class org.infinispan.factories.GlobalComponentRegistry
-
Creates an instance of the component registry.
- GlobalComponentRegistry.ModuleInitializer - Class in org.infinispan.factories
-
Module initialization happens in
ModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration). - globalConfiguration - Variable in class org.infinispan.factories.AnyScopeComponentFactory
- GlobalConfiguration - Class in org.infinispan.configuration.global
-
Configuration component that exposes the global configuration.
- GlobalConfigurationBuilder - Class in org.infinispan.configuration.global
- GlobalConfigurationBuilder() - Constructor for class org.infinispan.configuration.global.GlobalConfigurationBuilder
- GlobalConfigurationChildBuilder - Interface in org.infinispan.configuration.global
- GlobalConfigurationManager - Interface in org.infinispan.globalstate
-
The
GlobalConfigurationManageris the main interface for sharing runtime configuration state across a cluster. - GlobalConfigurationManagerImpl - Class in org.infinispan.globalstate.impl
-
Implementation of
GlobalConfigurationManager - GlobalConfigurationManagerImpl() - Constructor for class org.infinispan.globalstate.impl.GlobalConfigurationManagerImpl
- GlobalConfigurationStateListener - Class in org.infinispan.globalstate.impl
-
Listens to events on the global state cache and manages cache configuration creation / removal accordingly
- globalId() - Method in class org.infinispan.transaction.xa.GlobalTransaction
-
Returns a simplified representation of the transaction.
- GlobalInboundInvocationHandler - Class in org.infinispan.remoting.inboundhandler
-
InboundInvocationHandlerimplementation that handles all theReplicableCommand. - GlobalInboundInvocationHandler() - Constructor for class org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler
- GlobalJmxConfiguration - Class in org.infinispan.configuration.global
- GlobalJmxConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures JMX for the cache manager and its caches.
- GlobalMarshaller - Class in org.infinispan.marshall.core
-
A globally-scoped marshaller.
- GlobalMarshaller() - Constructor for class org.infinispan.marshall.core.GlobalMarshaller
- GlobalMetricsConfiguration - Class in org.infinispan.configuration.global
-
Configuration for metrics.
- GlobalMetricsConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures the types of metrics gathered and exported via Micrometer metrics for all caches owned by this Cache Manager.
- GlobalRoleConfigurationBuilder - Class in org.infinispan.configuration.global
-
GlobalRoleConfigurationBuilder.
- GlobalRoleConfigurationBuilder(String, GlobalAuthorizationConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- GlobalRolesConfigurationChildBuilder - Interface in org.infinispan.configuration.global
- GlobalRpcCommand - Interface in org.infinispan.commands
-
Commands correspond to specific areas of functionality in the cluster, and can be replicated using the
GlobalInboundInvocationHandler. - globalSecurityAuthShouldBeEnabled() - Method in class org.infinispan.util.logging.Log_$logger
- globalSecurityAuthShouldBeEnabled() - Method in interface org.infinispan.util.logging.Log
- globalSecurityAuthShouldBeEnabled$str() - Method in class org.infinispan.util.logging.Log_$logger
- GlobalSecurityConfiguration - Class in org.infinispan.configuration.global
-
GlobalSecurityConfiguration.
- GlobalSecurityConfiguration(GlobalAuthorizationConfiguration, AttributeSet) - Constructor for class org.infinispan.configuration.global.GlobalSecurityConfiguration
- GlobalSecurityConfigurationBuilder - Class in org.infinispan.configuration.global
-
GlobalSecurityConfigurationBuilder.
- GlobalSecurityConfigurationBuilder(GlobalConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- GlobalSecurityConfigurationChildBuilder - Interface in org.infinispan.configuration.global
-
GlobalSecurityConfigurationChildBuilder.
- GlobalSecurityManager - Interface in org.infinispan.security
-
GlobalSecurityManager.
- GlobalSecurityManagerFactory - Class in org.infinispan.security.impl
-
Factory for GlobalSecurityManager implementations
- GlobalSecurityManagerFactory() - Constructor for class org.infinispan.security.impl.GlobalSecurityManagerFactory
- GlobalSecurityManagerImpl - Class in org.infinispan.security.impl
-
GlobalSecurityManagerImpl.
- GlobalSecurityManagerImpl() - Constructor for class org.infinispan.security.impl.GlobalSecurityManagerImpl
- globalState() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- globalState() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- globalState() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Global state configuration
- globalStateCannotAcquireLockFile(Throwable, FileSystemLock) - Method in class org.infinispan.util.logging.Log_$logger
- globalStateCannotAcquireLockFile(Throwable, FileSystemLock) - Method in interface org.infinispan.util.logging.Log
- globalStateCannotAcquireLockFile$str() - Method in class org.infinispan.util.logging.Log_$logger
- GlobalStateConfiguration - Class in org.infinispan.configuration.global
-
GlobalStateConfiguration.
- GlobalStateConfiguration(AttributeSet, GlobalStatePathConfiguration, GlobalStatePathConfiguration, TemporaryGlobalStatePathConfiguration, GlobalStorageConfiguration) - Constructor for class org.infinispan.configuration.global.GlobalStateConfiguration
- GlobalStateConfigurationBuilder - Class in org.infinispan.configuration.global
-
GlobalStateConfigurationBuilder.
- globalStateDisabled() - Method in class org.infinispan.util.logging.Log_$logger
- globalStateDisabled() - Method in interface org.infinispan.util.logging.Log
- globalStateDisabled$str() - Method in class org.infinispan.util.logging.Log_$logger
- globalStateLoad(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- globalStateLoad(String, String) - Method in interface org.infinispan.util.logging.Log
- globalStateLoad$str() - Method in class org.infinispan.util.logging.Log_$logger
- globalStateLockFilePresent(FileSystemLock) - Method in class org.infinispan.util.logging.Log_$logger
- globalStateLockFilePresent(FileSystemLock) - Method in interface org.infinispan.util.logging.Log
- globalStateLockFilePresent$str() - Method in class org.infinispan.util.logging.Log_$logger
- GlobalStateManager - Interface in org.infinispan.globalstate
-
GlobalStateManager.
- GlobalStateManagerImpl - Class in org.infinispan.globalstate.impl
-
GlobalStateManagerImpl.
- GlobalStateManagerImpl() - Constructor for class org.infinispan.globalstate.impl.GlobalStateManagerImpl
- GlobalStatePathConfiguration - Class in org.infinispan.configuration.global
- GlobalStatePathConfiguration(AttributeSet, String) - Constructor for class org.infinispan.configuration.global.GlobalStatePathConfiguration
- GlobalStatePathConfigurationBuilder - Class in org.infinispan.configuration.global
- GlobalStateProvider - Interface in org.infinispan.globalstate
-
GlobalStateProvider.
- globalStateWrite(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- globalStateWrite(String, String) - Method in interface org.infinispan.util.logging.Log
- globalStateWrite$str() - Method in class org.infinispan.util.logging.Log_$logger
- globalStatus() - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
- globalStorageConfiguration() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- GlobalStorageConfiguration - Class in org.infinispan.configuration.global
- GlobalStorageConfigurationBuilder - Class in org.infinispan.configuration.global
- GlobalTracingConfiguration - Class in org.infinispan.configuration.global
-
Configuration for tracing.
- GlobalTracingConfigurationBuilder - Class in org.infinispan.configuration.global
- GlobalTracingConfigurationBuilder(GlobalConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- GlobalTransaction - Class in org.infinispan.transaction.xa
-
Uniquely identifies a transaction that spans all JVMs in a cluster.
- GlobalTransaction(Address, boolean) - Constructor for class org.infinispan.transaction.xa.GlobalTransaction
- GlobalTransaction.Externalizer - Class in org.infinispan.transaction.xa
- globalTx - Variable in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- GlobalXSiteAdminOperations - Class in org.infinispan.xsite
-
A per-container (cache manager) cross-site admin operations.
- GlobalXSiteAdminOperations() - Constructor for class org.infinispan.xsite.GlobalXSiteAdminOperations
- GOOGLE(Properties) - Static method in class org.infinispan.remoting.transport.jgroups.BuiltinJGroupsChannelConfigurator
- grant(String, String) - Method in class org.infinispan.security.mappers.ClusterRoleMapper
- grant(String, String) - Method in interface org.infinispan.security.MutablePrincipalRoleMapper
- Group - Annotation Interface in org.infinispan.distribution.group
-
Identifies the key for a group.
- GROUP_NAME - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- GROUP_ONLY_MAPPING - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- GROUP_ONLY_MAPPING - Static variable in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- Grouper<T> - Interface in org.infinispan.distribution.group
-
User applications may implement this interface in order to customize the compution of groups in cases when the modifying the key is not possible, or when the value determined by the
Groupannotation needs customizing. - GROUPER - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- GROUPER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- groupers() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
-
Get the current groupers in use
- GROUPERS - Static variable in class org.infinispan.configuration.cache.GroupsConfiguration
- groupingOnlyCompatibleWithObjectStorage(MediaType, MediaType) - Method in class org.infinispan.util.logging.Log_$logger
- groupingOnlyCompatibleWithObjectStorage(MediaType, MediaType) - Method in interface org.infinispan.util.logging.Log
- groupingOnlyCompatibleWithObjectStorage(StorageType) - Method in class org.infinispan.util.logging.Log_$logger
- groupingOnlyCompatibleWithObjectStorage(StorageType) - Method in interface org.infinispan.util.logging.Log
- groupingOnlyCompatibleWithObjectStorage1$str() - Method in class org.infinispan.util.logging.Log_$logger
- groupingOnlyCompatibleWithObjectStorage2$str() - Method in class org.infinispan.util.logging.Log_$logger
- GroupingPartitioner - Class in org.infinispan.distribution.group.impl
-
Key partitioner that uses
Groupannotations to map grouped keys to the same segment. - GroupingPartitioner(KeyPartitioner, GroupManager) - Constructor for class org.infinispan.distribution.group.impl.GroupingPartitioner
- GroupManager - Interface in org.infinispan.distribution.group.impl
-
Control's key grouping.
- GroupManagerFactory - Class in org.infinispan.distribution.group.impl
- GroupManagerFactory() - Constructor for class org.infinispan.distribution.group.impl.GroupManagerFactory
- GroupManagerImpl - Class in org.infinispan.distribution.group.impl
- GroupManagerImpl(Configuration) - Constructor for class org.infinispan.distribution.group.impl.GroupManagerImpl
- groupName() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- groupName(String) - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- groupOnlyMapping() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- groupOnlyMapping(boolean) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
Determines whether role mapping applies to group principals only or also to user principals.
- GroupPrincipal - Class in org.infinispan.security
- GroupPrincipal(String) - Constructor for class org.infinispan.security.GroupPrincipal
- groups() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
Configuration for various grouper definitions.
- groups() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- GROUPS - Enum constant in enum class org.infinispan.configuration.parsing.Element
- GroupsConfiguration - Class in org.infinispan.configuration.cache
-
Configuration for various grouper definitions.
- GroupsConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configuration for various grouper definitions.
- GroupsConfigurationBuilder(ClusteringConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.GroupsConfigurationBuilder
H
- handle(CacheRpcCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
- handle(CacheRpcCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.NonTxPerCacheInboundInvocationHandler
- handle(CacheRpcCommand, Reply, DeliverOrder) - Method in interface org.infinispan.remoting.inboundhandler.PerCacheInboundInvocationHandler
-
Handles the
CacheRpcCommandfrom other node. - handle(CacheRpcCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler
- handle(CacheRpcCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.TxPerCacheInboundInvocationHandler
- handleAnyAttribute(ConfigurationReader, int) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- handleAnyElement(ConfigurationReader) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- handleBlocking(CompletionStage<? extends I>, BiFunction<? super I, Throwable, ? extends O>, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Replacement for
CompletionStage.handleAsync()that invokes theBiFunctionin a blocking thread (if the current thread is non-blocking) or in the current thread (if the current thread is blocking and the stage is completed). - handleBlocking(CompletionStage<? extends I>, BiFunction<? super I, Throwable, ? extends O>, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- handleCacheShutdown(String) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Handles the local operations related to gracefully shutting down a cache
- handleCacheShutdown(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- handleCacheStopped(CacheStoppedEvent) - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- handleCacheStopped(CacheStoppedEvent) - Method in class org.infinispan.affinity.ListenerRegistration
- handleClearFailure(String) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleClearFailure(String) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
- handleClusterEvents(CacheEntryEvent) - Method in class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
- handleCommitFailure(String, Transaction) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleCommitFailure(String, Transaction) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
- handleComputeFailure(String, K, BiFunction<? super K, ? super V, ? extends V>, boolean) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleComputeIfAbsentFailure(String, K, Function<? super K, ? extends V>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleCreate(CacheEntryCreatedEvent<ScopedState, CacheState>) - Method in class org.infinispan.globalstate.impl.GlobalConfigurationStateListener
- handleDefault(InvocationContext, VisitableCommand) - Method in class org.infinispan.commands.AbstractVisitor
-
A default handler for all commands visited.
- handleDefault(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- handleDefault(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.impl.BatchingInterceptor
-
Simply check if there is an ongoing tx.
- handleDefault(InvocationContext, VisitableCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- handleEvent(EventWrapper<K, V, E>, ListenerInvocation<Event<K, V>>) - Method in interface org.infinispan.notifications.cachelistener.QueueingSegmentListener
-
This should be called by any listener when an event is generated to possibly queue it.
- handleEviction(InternalCacheEntry<K, V>, DataOperationOrderer, PassivationManager, EvictionManager<K, V>, DataContainer<K, V>, Executor, CompletionStage<Void>) - Static method in class org.infinispan.container.impl.AbstractInternalDataContainer
-
Performs the eviction logic, except it doesn't actually remove the entry from the data container.
- handleException(Throwable) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- handleException(Throwable) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- handleException(Throwable) - Method in class org.infinispan.util.logging.events.impl.EventLoggerNotifierImpl
- handleFromCluster(Address, ReplicableCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler
- handleFromCluster(Address, ReplicableCommand, Reply, DeliverOrder) - Method in interface org.infinispan.remoting.inboundhandler.InboundInvocationHandler
-
Handles the
ReplicableCommandfrom other node belonging to local site. - handleFromRemoteSite(String, XSiteRequest<?>, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler
- handleFromRemoteSite(String, XSiteRequest<?>, Reply, DeliverOrder) - Method in interface org.infinispan.remoting.inboundhandler.InboundInvocationHandler
-
Handles the
ReplicableCommandfrom remote site. - handleFunctionalReadManyCommand(InvocationContext, C, BaseDistributionInterceptor.ReadManyCommandHelper<C>) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- handleInjection(ComponentRegistry) - Method in interface org.infinispan.stream.impl.intops.IntermediateOperation
-
Handles injection of components for various dependencies that the intermediate operation has
- handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.intops.object.FilterOperation
- handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.intops.object.FlatMapOperation
- handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.intops.object.MapOperation
- handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.intops.object.PeekOperation
- handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.intops.primitive.d.PeekDoubleOperation
- handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.intops.primitive.i.PeekIntOperation
- handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.intops.primitive.l.PeekLongOperation
- handleInjection(ComponentRegistry) - Method in interface org.infinispan.stream.impl.TerminalOperation
-
Handles injection of components for various intermediate and this operation.
- handleInStoreExpirationInternal(K) - Method in class org.infinispan.expiration.impl.ClusterExpirationManager
- handleInStoreExpirationInternal(K) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
- handleInStoreExpirationInternal(K) - Method in interface org.infinispan.expiration.impl.InternalExpirationManager
-
This is to be invoked when a store entry expires.
- handleInStoreExpirationInternal(MarshallableEntry<K, V>) - Method in class org.infinispan.expiration.impl.ClusterExpirationManager
- handleInStoreExpirationInternal(MarshallableEntry<K, V>) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
- handleInStoreExpirationInternal(MarshallableEntry<K, V>) - Method in interface org.infinispan.expiration.impl.InternalExpirationManager
-
This is to be invoked when a store entry expires and the value and/or metadata is available to be used.
- handleJoin(String, Address, CacheJoinInfo, int) - Method in interface org.infinispan.topology.ClusterTopologyManager
-
Signals that a new member is joining the cache.
- handleJoin(String, Address, CacheJoinInfo, int) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- handleLeave(String, Address, int) - Method in interface org.infinispan.topology.ClusterTopologyManager
-
Signals that a member is leaving the cache.
- handleLeave(String, Address, int) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- handleLostSegments(CompletionStage<R>, LocalPublisherManagerImpl.SegmentListener) - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- handleNonTxWriteCommand(InvocationContext, AbstractDataWriteCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- handleObject(Object) - Method in class org.infinispan.container.entries.PrimitiveEntrySizeCalculator
- handlePossibleExpiration(InternalCacheEntry<K, V>, int, boolean) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
- handlePossibleExpiration(InternalCacheEntry<K, V>, int, boolean) - Method in interface org.infinispan.expiration.impl.InternalExpirationManager
-
Handles processing for an entry that may be expired.
- handlePrepareFailure(String, Transaction) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handlePrepareFailure(String, Transaction) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
- handlePutAllFailure(String, Map<K, V>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handlePutAllFailure(String, Map<K, V>) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
- handlePutFailure(String, K, V, boolean) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handlePutFailure(String, K, V, boolean) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
- handlePutMapCommandReturn - Variable in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- handlePutMapCommandReturn(InvocationContext, PutMapCommand, Object) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- handlePutMapCommandReturn(InvocationContext, PutMapCommand, Object) - Method in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- handlePutMapCommandReturn(InvocationContext, PutMapCommand, Object) - Method in class org.infinispan.interceptors.impl.PassivationWriterInterceptor
- handler - Variable in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- handleReadCommand(InvocationContext, C) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- handleReadManyCommand(InvocationContext, FlagAffectedCommand, Collection<?>) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- handleReadManyCommand(InvocationContext, FlagAffectedCommand, Collection<?>) - Method in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
- handleReadManyCommand(InvocationContext, FlagAffectedCommand, Collection<?>) - Method in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
- handleReadManyCommand(InvocationContext, FlagAffectedCommand, Collection<?>) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
- handleReadManyCommand(InvocationContext, FlagAffectedCommand, Collection<?>) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
- handleReadWriteKeyFailure(String, K) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleReadWriteKeyValueFailure(String, K) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleReadWriteManyCommand(InvocationContext, C, WriteManyCommandHelper<C, Item, Container>) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- handleReadWriteManyEntriesFailure(String, Map<? extends K, ? extends V>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleReadWriteManyFailure(String, Collection<? extends K>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleRebalance(String, CacheTopology, int, Address) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Performs the state transfer.
- handleRebalance(String, CacheTopology, int, Address) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- handleRebalancePhaseConfirm(String, Address, int, Throwable, int) - Method in interface org.infinispan.topology.ClusterTopologyManager
-
Marks the rebalance as complete on the sender.
- handleRebalancePhaseConfirm(String, Address, int, Throwable, int) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- handleRemoteCommand(VisitableCommand) - Method in interface org.infinispan.xsite.BackupReceiver
- handleRemoteCommand(VisitableCommand) - Method in class org.infinispan.xsite.ClusteredCacheBackupReceiver
- handleRemotelyRetrievedKeys(InvocationContext, WriteCommand, List<?>) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- handleRemotelyRetrievedKeys(InvocationContext, WriteCommand, List<?>) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- handleRemove(CacheEntryRemovedEvent<ScopedState, CacheState>) - Method in class org.infinispan.globalstate.impl.GlobalConfigurationStateListener
- handleRemoveFailure(String, K, V) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleRemoveFailure(String, K, V) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
- handleReplaceFailure(String, K, V, V) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleReplaceFailure(String, K, V, V) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
- handleRollbackFailure(String, Transaction) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleRollbackFailure(String, Transaction) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
- handleSegments(IntSet, IntSet) - Method in class org.infinispan.statetransfer.StateConsumerImpl
- handleShutdownRequest(String) - Method in interface org.infinispan.topology.ClusterTopologyManager
- handleShutdownRequest(String) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- handleSingleKeyWriteReturn - Variable in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
- handleSingleWrite(InvocationContext, DataWriteCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- handleStableTopologyUpdate(String, CacheTopology, Address, int) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Update the stable cache topology.
- handleStableTopologyUpdate(String, CacheTopology, Address, int) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- handleStateTransferControl(String, boolean) - Method in interface org.infinispan.xsite.BackupReceiver
-
It handles starting or finishing, base on
startReceiving, of the state transfer from a remote site. - handleStateTransferControl(String, boolean) - Method in class org.infinispan.xsite.ClusteredCacheBackupReceiver
- handleStateTransferState(XSiteState[], long) - Method in interface org.infinispan.xsite.BackupReceiver
-
It handles the state transfer state from a remote site.
- handleStateTransferState(XSiteState[], long) - Method in class org.infinispan.xsite.ClusteredCacheBackupReceiver
- handleStatusRequest(int) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Recovers the current topology information for all running caches and returns it to the coordinator.
- handleStatusRequest(int) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- handleStream(BaseCacheStream) - Method in enum class org.infinispan.stream.impl.IntermediateType
- handleTopologyUpdate(String, CacheTopology, AvailabilityMode, int, Address) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Updates the current and/or pending consistent hash, without transferring any state.
- handleTopologyUpdate(String, CacheTopology, AvailabilityMode, int, Address) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- handleTxFunctionalCommand(InvocationContext, C) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- handleTxWriteManyCommand(InvocationContext, C, Collection<K>, BiFunction<C, List<K>, C>) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- handleTxWriteManyEntriesCommand(InvocationContext, C, Map<K, V>, BiFunction<C, Map<K, V>, C>) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- handleUpdate(CacheEntryModifiedEvent<ScopedState, CacheState>) - Method in class org.infinispan.globalstate.impl.GlobalConfigurationStateListener
- handleViewChange(TopologyChangedEvent<?, ?>) - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- handleViewChange(TopologyChangedEvent<?, ?>) - Method in class org.infinispan.affinity.ListenerRegistration
- handleViewChange(ViewChangedEvent) - Method in class org.infinispan.topology.EventLoggerViewListener
- handleWriteManyCommand(InvocationContext, WriteCommand, Collection<K>, boolean) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- handleWriteManyCommand(InvocationContext, WriteCommand, Collection<K>, boolean) - Method in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
- handleWriteManyCommand(InvocationContext, WriteCommand, Collection<K>, boolean) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
- handleWriteManyCommand(InvocationContext, WriteCommand, Collection<K>, boolean) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
- handleWriteOnlyKeyFailure(String, K) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleWriteOnlyKeyValueFailure(String, K) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleWriteOnlyManyEntriesFailure(String, Map<? extends K, ? extends V>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleWriteOnlyManyFailure(String, Collection<? extends K>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- hasActiveTransfers() - Method in class org.infinispan.statetransfer.StateConsumerImpl
- hasAllFlags(long) - Method in interface org.infinispan.commands.FlagAffectedCommand
-
Check whether all of the flags in the
flagsBitSetparameter are present in the command. - hasAnyFlag(long) - Method in interface org.infinispan.commands.FlagAffectedCommand
-
Check whether any of the flags in the
flagsBitSetparameter is present in the command. - hasAnyFlag(long) - Method in class org.infinispan.commands.remote.BaseClusteredReadCommand
- hasAsyncEnabledBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- hasBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- hasComponentAccessor(String) - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Check if a component accessor has been registered for class
componentClassName - hasComponentAccessor(String) - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- hasDependent(T) - Method in class org.infinispan.util.DependencyGraph
-
Check if an element is depended on
- hasEnabledBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.since 14.0. To be removed without replacement. Use
SitesConfiguration.hasBackups()instead. - hasExpirable() - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- hasExpirable() - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- hasExpirable() - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Verify if the container has entries that can expire.
- hasFiles() - Method in class org.infinispan.persistence.sifs.FileProvider
- hash() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- hash() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- hash() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- hash() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- hash() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- hash() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
Configure hash sub element
- hash() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
Configure hash sub element
- hash() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
Allows fine-tuning of rehashing characteristics.
- HASH - Enum constant in enum class org.infinispan.configuration.parsing.Element
- HASH_FUNCTION - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- hashCode() - Method in class org.infinispan.commands.CommandInvocationId
- hashCode() - Method in class org.infinispan.commands.control.LockControlCommand
- hashCode() - Method in class org.infinispan.commands.read.AbstractDataCommand
- hashCode() - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
- hashCode() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
- hashCode() - Method in class org.infinispan.commands.remote.SingleRpcCommand
- hashCode() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- hashCode() - Method in class org.infinispan.commands.write.ClearCommand
- hashCode() - Method in class org.infinispan.commands.write.ComputeCommand
- hashCode() - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- hashCode() - Method in class org.infinispan.commands.write.InvalidateCommand
- hashCode() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- hashCode() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- hashCode() - Method in class org.infinispan.commands.write.PutMapCommand
- hashCode() - Method in class org.infinispan.commands.write.RemoveCommand
- hashCode() - Method in class org.infinispan.commands.write.RemoveExpiredCommand
- hashCode() - Method in class org.infinispan.commands.write.ReplaceCommand
- hashCode() - Method in class org.infinispan.configuration.cache.Configuration
- hashCode() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- hashCode() - Method in class org.infinispan.configuration.global.AllowListConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- hashCode() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.GlobalTracingConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.ShutdownConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- hashCode() - Method in class org.infinispan.configuration.global.SiteConfiguration
-
Deprecated.
- hashCode() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- hashCode() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- hashCode() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- hashCode() - Method in class org.infinispan.configuration.internal.PrivateGlobalConfiguration
- hashCode() - Method in class org.infinispan.configuration.parsing.ParserRegistry.QName
- hashCode() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- hashCode() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- hashCode() - Method in class org.infinispan.container.entries.ImmortalCacheValue
- hashCode() - Method in class org.infinispan.container.entries.MortalCacheValue
- hashCode() - Method in class org.infinispan.container.entries.TransientCacheValue
- hashCode() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
- hashCode() - Method in class org.infinispan.container.versioning.irac.IracEntryVersion
- hashCode() - Method in class org.infinispan.container.versioning.irac.IracEntryVersion.MapEntry
- hashCode() - Method in class org.infinispan.container.versioning.irac.IracTombstoneInfo
- hashCode() - Method in class org.infinispan.container.versioning.irac.TopologyIracVersion
- hashCode() - Method in class org.infinispan.container.versioning.NumericVersion
- hashCode() - Method in class org.infinispan.container.versioning.SimpleClusteredVersion
- hashCode() - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
- hashCode() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- hashCode() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- hashCode() - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- hashCode() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- hashCode() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
- hashCode() - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
- hashCode() - Method in class org.infinispan.encoding.DataConversion
- hashCode() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- hashCode() - Method in class org.infinispan.functional.MetaParam.MetaBoolean
- hashCode() - Method in class org.infinispan.functional.MetaParam.MetaEntryVersion
- hashCode() - Method in class org.infinispan.functional.MetaParam.MetaLong
- hashCode() - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- hashCode() - Method in class org.infinispan.globalstate.ScopedState
- hashCode() - Method in class org.infinispan.jmx.ResourceDMBean
- hashCode() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- hashCode() - Method in class org.infinispan.marshall.persistence.impl.MarshalledValueImpl
- hashCode() - Method in class org.infinispan.marshall.protostream.impl.MarshallableUserObject
- hashCode() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
- hashCode() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
- hashCode() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
- hashCode() - Method in class org.infinispan.metadata.EmbeddedMetadata
- hashCode() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- hashCode() - Method in class org.infinispan.metadata.impl.IracMetadata
- hashCode() - Method in class org.infinispan.metadata.impl.PrivateMetadata
- hashCode() - Method in class org.infinispan.metrics.config.MicrometerMeterRegisterConfigurationBuilder
- hashCode() - Method in class org.infinispan.metrics.config.MicrometerMeterRegistryConfiguration
- hashCode() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- hashCode() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- hashCode() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- hashCode() - Method in class org.infinispan.persistence.modifications.ModificationsList
- hashCode() - Method in class org.infinispan.persistence.modifications.Remove
- hashCode() - Method in class org.infinispan.persistence.modifications.Store
- hashCode() - Method in class org.infinispan.persistence.sifs.EntryInfo
- hashCode() - Method in class org.infinispan.remoting.LocalInvocation
- hashCode() - Method in class org.infinispan.remoting.responses.SuccessfulResponse
- hashCode() - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse
- hashCode() - Method in class org.infinispan.remoting.rpc.RpcOptions
- hashCode() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
- hashCode() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress
- hashCode() - Method in class org.infinispan.remoting.transport.SiteAddress
- hashCode() - Method in class org.infinispan.security.CachePermission
- hashCode() - Method in class org.infinispan.security.impl.CacheRoleImpl
- hashCode() - Method in class org.infinispan.security.impl.CacheSubjectPair
- hashCode() - Method in class org.infinispan.security.impl.SecureCacheImpl
- hashCode() - Method in class org.infinispan.topology.CacheJoinInfo
- hashCode() - Method in class org.infinispan.topology.CacheTopology
- hashCode() - Method in class org.infinispan.topology.PersistentUUID
- hashCode() - Method in class org.infinispan.transaction.impl.AbstractEnlistmentAdapter
-
Invoked by TransactionManagers, make sure it's an efficient implementation.
- hashCode() - Method in class org.infinispan.transaction.impl.LocalTransaction
- hashCode() - Method in class org.infinispan.transaction.impl.RemoteTransaction
- hashCode() - Method in class org.infinispan.transaction.xa.GlobalTransaction
- hashCode() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
- hashCode() - Method in class org.infinispan.transaction.xa.recovery.RecoveryInfoKey
- hashCode() - Method in class org.infinispan.util.ByteString
- hashCode() - Method in class org.infinispan.util.KeyValuePair
- hashCode() - Method in class org.infinispan.xsite.events.XSiteEvent
- hashCode() - Method in class org.infinispan.xsite.irac.IracManagerKeyInfo
- hashCode() - Method in class org.infinispan.xsite.spi.SiteEntry
- hashCode() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
- HashConfiguration - Class in org.infinispan.configuration.cache
-
Allows fine-tuning of rehashing characteristics.
- HashConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Allows fine-tuning of rehashing characteristics.
- hashFunction - Variable in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- HashFunctionPartitioner - Class in org.infinispan.distribution.ch.impl
-
Key partitioner that computes a key's segment based on a hash function.
- HashFunctionPartitioner() - Constructor for class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- HashFunctionPartitioner(int) - Constructor for class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- hashToSegment(T) - Method in class org.infinispan.util.StripedHashFunction
-
It calculates the segment in which the object belongs.
- hasInUseBackup(String) - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.since 14.0. To be removed without replacement
- hasIracMetadata(Object) - Method in class org.infinispan.context.impl.LocalTxInvocationContext
- hasIracMetadata(Object) - Method in class org.infinispan.transaction.impl.LocalTransaction
- hasLeader(String) - Method in enum class org.infinispan.remoting.transport.impl.EmptyRaftManager
- hasLeader(String) - Method in interface org.infinispan.remoting.transport.raft.RaftManager
-
Check if a RAFT leader is elected for the
RaftStateMachinewith namechannelName. - hasLifespan() - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- hasListener(Class<? extends Annotation>) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Returns whether there is at least one listener regitstered for the given annotation
- hasListener(Class<? extends Annotation>) - Method in interface org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier
-
Returns whether there is at least one listener registered for the given annotation
- hasListener(Class<? extends Annotation>) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- hasListeners() - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
- hasListeners() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- hasLockedKey(Object) - Method in class org.infinispan.context.impl.AbstractInvocationContext
- hasLockedKey(Object) - Method in class org.infinispan.context.impl.ClearInvocationContext
- hasLockedKey(Object) - Method in class org.infinispan.context.impl.ImmutableContext
- hasLockedKey(Object) - Method in class org.infinispan.context.impl.LocalTxInvocationContext
- hasLockedKey(Object) - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- hasLockedKey(Object) - Method in interface org.infinispan.context.InvocationContext
-
Returns true if the lock being tested is already held in the current scope, false otherwise.
- hasMaxIdle() - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- hasModification(Class<?>) - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
Deprecated, for removal: This API element is subject to removal in a future version.since 14.0. To be removed without replacement.
- hasModifications() - Method in class org.infinispan.commands.tx.PrepareCommand
- hasModifications() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- hasModifications() - Method in interface org.infinispan.context.impl.TxInvocationContext
-
Checks if there are modifications performed within the tx's scope.
- hasModifications() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- hasNext() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
- hasNext() - Method in class org.infinispan.transaction.xa.recovery.PreparedTxIterator
- hasNext() - Method in class org.infinispan.util.CloseableSuppliedIterator
- hasNext() - Method in class org.infinispan.util.DataContainerRemoveIterator
- hasNext() - Method in class org.infinispan.util.LazyConcatIterator
- hasNonLocalModifications() - Method in class org.infinispan.transaction.impl.ModificationList
- hasPendingBackupAcks(long) - Method in class org.infinispan.util.concurrent.CommandAckCollector
- hasRole(String) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- hasRole(String) - Method in class org.infinispan.security.mappers.ClusterPermissionMapper
- hasRole(String) - Method in interface org.infinispan.security.RolePermissionMapper
- hasSameFlags(FlagAffectedCommand) - Method in class org.infinispan.commands.AbstractFlagAffectedCommand
- hasSkipLoadFlag(FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- hasSkipLocking() - Method in class org.infinispan.commands.control.LockControlCommand
- hasSkipLocking() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- hasSkipLocking() - Method in class org.infinispan.commands.tx.PrepareCommand
- hasSkipLocking() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
- hasSkipLocking() - Method in class org.infinispan.commands.write.InvalidateCommand
- hasSkipLocking() - Method in class org.infinispan.commands.write.PutMapCommand
- hasSkipLocking() - Method in interface org.infinispan.util.concurrent.locks.RemoteLockCommand
-
It checks if this command should acquire locks.
- hasStack(String) - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- hasStore(Predicate<StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
- hasStore(Predicate<StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- hasStore(Predicate<StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- hasSyncEnabledBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- hasTimedOut() - Method in interface org.infinispan.util.concurrent.locks.PendingLockPromise
- hasTopologyInfo() - Method in class org.infinispan.configuration.global.TransportConfiguration
- hasWriter() - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Returns whether the manager is enabled and has at least one store
- hasWriter() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- hasWriter() - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- hasZeroLockAcquisition() - Method in class org.infinispan.commands.control.LockControlCommand
- hasZeroLockAcquisition() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- hasZeroLockAcquisition() - Method in class org.infinispan.commands.tx.PrepareCommand
- hasZeroLockAcquisition() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
- hasZeroLockAcquisition() - Method in class org.infinispan.commands.write.InvalidateCommand
- hasZeroLockAcquisition() - Method in class org.infinispan.commands.write.PutMapCommand
- hasZeroLockAcquisition() - Method in interface org.infinispan.util.concurrent.locks.RemoteLockCommand
- Health - Interface in org.infinispan.health
-
An entry point for checking health status.
- HealthImpl - Class in org.infinispan.health.impl
- HealthImpl(EmbeddedCacheManager, InternalCacheRegistry) - Constructor for class org.infinispan.health.impl.HealthImpl
- HealthJMXExposer - Interface in org.infinispan.health.jmx
-
A Contract for exposing Health API over the JMX.
- HealthJMXExposerImpl - Class in org.infinispan.health.impl.jmx
-
A JMX exposer (or adapter) for Health API.
- HealthJMXExposerImpl(Health) - Constructor for class org.infinispan.health.impl.jmx.HealthJMXExposerImpl
- HealthStatus - Enum Class in org.infinispan.health
-
General Health status.
- HEALTHY - Enum constant in enum class org.infinispan.health.HealthStatus
-
Given entity is healthy.
- HEALTHY_REBALANCING - Enum constant in enum class org.infinispan.health.HealthStatus
-
Given entity is healthy but a rebalance is in progress.
- HEAP - Enum constant in enum class org.infinispan.configuration.cache.StorageType
-
Objects are stored on heap.
- HEAP - Enum constant in enum class org.infinispan.configuration.parsing.Element
- heapConfiguration() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- HeartBeatCommand - Class in org.infinispan.topology
-
A hear-beat command used to ping members in
ClusterTopologyManagerImpl.confirmMembersAvailable(). - HeartBeatCommand() - Constructor for class org.infinispan.topology.HeartBeatCommand
- histograms() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
-
Are histograms enabled?
- histograms() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Are histograms enabled?
- histograms(boolean) - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Enables or disables histograms.
- HISTOGRAMS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- HISTOGRAMS - Static variable in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- HIT - Static variable in class org.infinispan.functional.impl.StatsEnvelope
- HIT_COUNT_ACCURACY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- HIT_COUNT_ACCURACY - Static variable in class org.infinispan.configuration.cache.QueryConfiguration
- hitCountAccuracy() - Method in class org.infinispan.configuration.cache.QueryConfiguration
-
Limit the required accuracy of the hit count for the indexed queries to an upper-bound.
- hitCountAccuracy() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- hitCountAccuracy(int) - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
-
Limit the required accuracy of the hit count for the indexed queries to an upper-bound.
- hookBehavior() - Method in class org.infinispan.configuration.global.ShutdownConfiguration
- hookBehavior(ShutdownHookBehavior) - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- HostInfo - Interface in org.infinispan.health
-
Information about the host.
- HOT_ROD_VERSION_GENERATOR - Static variable in class org.infinispan.factories.KnownComponentNames
I
- icf - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- id - Variable in class org.infinispan.commands.write.BackupAckCommand
- id() - Method in enum class org.infinispan.functional.Param.ExecutionMode
- id() - Method in interface org.infinispan.functional.Param
-
A parameter's identifier.
- id() - Method in enum class org.infinispan.functional.Param.LockingMode
- id() - Method in enum class org.infinispan.functional.Param.PersistenceMode
- id() - Method in enum class org.infinispan.functional.Param.ReplicationMode
- id() - Method in enum class org.infinispan.functional.Param.StatisticsMode
- ID - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ID - Static variable in enum class org.infinispan.functional.Param.ExecutionMode
- ID - Static variable in enum class org.infinispan.functional.Param.LockingMode
- ID - Static variable in enum class org.infinispan.functional.Param.PersistenceMode
- ID - Static variable in enum class org.infinispan.functional.Param.ReplicationMode
- ID - Static variable in enum class org.infinispan.functional.Param.StatisticsMode
- ID_ANNOTATED - Static variable in class org.infinispan.marshall.core.GlobalMarshaller
- ID_EXTERNAL - Static variable in class org.infinispan.marshall.core.GlobalMarshaller
- ID_INTERNAL - Static variable in class org.infinispan.marshall.core.GlobalMarshaller
- ID_NULL - Static variable in class org.infinispan.marshall.core.GlobalMarshaller
- ID_PRIMITIVE - Static variable in class org.infinispan.marshall.core.GlobalMarshaller
- ID_UNKNOWN - Static variable in class org.infinispan.marshall.core.GlobalMarshaller
- identifier - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- identity() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- identity() - Static method in class org.infinispan.reactive.publisher.PublisherTransformers
- identity() - Static method in class org.infinispan.stream.StreamMarshalling
-
Same as
Function.identity()except that this instance is also able to be marshalled by Infinispan. - IDENTITY_KEY - Static variable in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0. For internal use only.
- IDENTITY_REWRITER - Static variable in interface org.infinispan.security.mappers.NameRewriter
- IDENTITY_ROLE_MAPPER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- IDENTITY_VALUE - Static variable in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0. For internal use only.
- IdentityRoleMapper - Class in org.infinispan.security.impl
-
Deprecated, for removal: This API element is subject to removal in a future version.use
IdentityRoleMapperinstead - IdentityRoleMapper - Class in org.infinispan.security.mappers
-
IdentityRoleMapper.
- IdentityRoleMapper() - Constructor for class org.infinispan.security.impl.IdentityRoleMapper
-
Deprecated.
- IdentityRoleMapper() - Constructor for class org.infinispan.security.mappers.IdentityRoleMapper
- IDLE - Enum constant in enum class org.infinispan.xsite.statetransfer.StateTransferStatus
- Ids - Class in org.infinispan.xsite.commands.remote
- Ids - Interface in org.infinispan.marshall.core
-
Indexes for object types.
- IGNORE - Enum constant in enum class org.infinispan.configuration.cache.BackupFailurePolicy
- IGNORE - Enum constant in enum class org.infinispan.configuration.global.UncleanShutdownAction
-
Ignores the presence of a dangling lock file in the persistent global state.
- IGNORE_DUPLICATES - Static variable in class org.infinispan.configuration.parsing.CacheParser
- IGNORE_RETURN_VALUES - Enum constant in enum class org.infinispan.context.Flag
-
Signals that a write operation's return value will be ignored, so reading the existing value from a store or from a remote node is not necessary.
- IGNORE_RETURN_VALUES - Static variable in class org.infinispan.context.impl.FlagBitSets
- IGNORE_TRANSACTION - Enum constant in enum class org.infinispan.context.Flag
-
Flag that is used by keySet, entrySet and values methods so that they do not return transactional values.
- IGNORE_TRANSACTION - Static variable in class org.infinispan.context.impl.FlagBitSets
- ignoreAttribute(Object, Location) - Method in class org.infinispan.util.logging.Log_$logger
- ignoreAttribute(Object, Location) - Method in interface org.infinispan.util.logging.Log
- ignoreAttribute(ConfigurationReader, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- ignoreAttribute(ConfigurationReader, Enum<?>) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- ignoreAttribute(ConfigurationReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- ignoreAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
- ignoreCommandWithFlags(long) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Some stores may not want to perform operations based on if a command has certain flags.
- ignoreCommandWithFlags(long) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- ignoreCommandWithFlags(long) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- ignoredAttribute(String, String, String, int) - Method in class org.infinispan.util.logging.Log_$logger
- ignoredAttribute(String, String, String, int) - Method in interface org.infinispan.util.logging.Log
- ignoredAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
- ignoredReplicationQueueAttribute(String, int) - Method in class org.infinispan.util.logging.Log_$logger
- ignoredReplicationQueueAttribute(String, int) - Method in interface org.infinispan.util.logging.Log
- ignoredReplicationQueueAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
- ignoreElement(ConfigurationReader, Enum<?>) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- IgnoreExtraResponsesValidityFilter - Class in org.infinispan.remoting.responses
-
A filter that only expects responses from an initial set of targets.
- IgnoreExtraResponsesValidityFilter(Collection<Address>, Address, boolean) - Constructor for class org.infinispan.remoting.responses.IgnoreExtraResponsesValidityFilter
- ignoreLeavers() - Static method in class org.infinispan.remoting.transport.impl.MapResponseCollector
- ignoreLeavers() - Static method in class org.infinispan.remoting.transport.impl.SingletonMapResponseCollector
- ignoreLeavers() - Static method in class org.infinispan.remoting.transport.impl.VoidResponseCollector
- ignoreLeavers(boolean) - Static method in class org.infinispan.remoting.transport.impl.MapResponseCollector
- ignoreLeavers(boolean, int) - Static method in class org.infinispan.remoting.transport.impl.MapResponseCollector
- ignoreLeavers(int) - Static method in class org.infinispan.remoting.transport.impl.MapResponseCollector
- ignoreModifications() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be applied to the cache store.
- ignoreModifications() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be applied to the cache store.
- ignoreModifications(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be applied to the cache store.
- ignoreModifications(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- ignoreModifications(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be applied to the cache store.
- ignoreXmlElement(Object, Location) - Method in class org.infinispan.util.logging.Log_$logger
- ignoreXmlElement(Object, Location) - Method in interface org.infinispan.util.logging.Log
- ignoreXmlElement$str() - Method in class org.infinispan.util.logging.Log_$logger
- ignoringCacheTopology(Collection<Address>, CacheTopology) - Method in class org.infinispan.util.logging.Log_$logger
- ignoringCacheTopology(Collection<Address>, CacheTopology) - Method in interface org.infinispan.util.logging.Log
- ignoringCacheTopology$str() - Method in class org.infinispan.util.logging.Log_$logger
- ignoringSpecificMediaTypes() - Method in class org.infinispan.util.logging.Log_$logger
- ignoringSpecificMediaTypes() - Method in interface org.infinispan.util.logging.Log
- ignoringSpecificMediaTypes$str() - Method in class org.infinispan.util.logging.Log_$logger
- ignoringUnsolicitedState(Address, int, String) - Method in class org.infinispan.util.logging.Log_$logger
- ignoringUnsolicitedState(Address, int, String) - Method in interface org.infinispan.util.logging.Log
- ignoringUnsolicitedState$str() - Method in class org.infinispan.util.logging.Log_$logger
- illegalCapacityFactor() - Method in class org.infinispan.util.logging.Log_$logger
- illegalCapacityFactor() - Method in interface org.infinispan.util.logging.Log
- illegalCapacityFactor$str() - Method in class org.infinispan.util.logging.Log_$logger
- ImmortalCacheEntry - Class in org.infinispan.container.entries
-
A cache entry that is immortal/cannot expire
- ImmortalCacheEntry(Object, Object) - Constructor for class org.infinispan.container.entries.ImmortalCacheEntry
- ImmortalCacheEntry(Object, Object, PrivateMetadata) - Constructor for class org.infinispan.container.entries.ImmortalCacheEntry
- ImmortalCacheEntry.Externalizer - Class in org.infinispan.container.entries
- ImmortalCacheValue - Class in org.infinispan.container.entries
-
An immortal cache value, to correspond with
ImmortalCacheEntry - ImmortalCacheValue(Object) - Constructor for class org.infinispan.container.entries.ImmortalCacheValue
- ImmortalCacheValue(Object, PrivateMetadata) - Constructor for class org.infinispan.container.entries.ImmortalCacheValue
- ImmortalCacheValue.Externalizer - Class in org.infinispan.container.entries
- IMMUTABLE - Enum constant in enum class org.infinispan.globalstate.ConfigurationStorage
-
Prevents the creation or removal of caches.
- IMMUTABLE_CONFIGURATION_STORAGE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- immutableConfiguration() - Method in class org.infinispan.util.logging.Log_$logger
- immutableConfiguration() - Method in interface org.infinispan.util.logging.Log
- immutableConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
- ImmutableContext - Class in org.infinispan.context.impl
-
This context is a non-context for operations such as eviction which are not related to the method invocation which caused them.
- immutableInternalCacheEntry(InternalCacheEntry<K, V>) - Static method in class org.infinispan.util.CoreImmutables
-
Wraps a
InternalCacheEntry} with an immutableInternalCacheEntry}. - ImmutableLocalConfigurationStorage - Class in org.infinispan.globalstate.impl
-
An immutable implementation of
LocalConfigurationStoragewhich does not allow cache creation/removal. - ImmutableLocalConfigurationStorage() - Constructor for class org.infinispan.globalstate.impl.ImmutableLocalConfigurationStorage
- implies(Permission) - Method in class org.infinispan.security.CachePermission
- implies(Permission) - Method in class org.infinispan.security.CachePermissionCollection
- implies(AuthorizationPermission) - Method in enum class org.infinispan.security.AuthorizationPermission
- IN_PROGRESS - Enum constant in enum class org.infinispan.topology.RebalancingStatus
- InboundInvocationHandler - Interface in org.infinispan.remoting.inboundhandler
-
Interface to invoke when the
Transportreceives a command from other node or site. - InboundInvocationHandlerFactory - Class in org.infinispan.factories
-
Factory class that creates instances of
PerCacheInboundInvocationHandler. - InboundInvocationHandlerFactory() - Constructor for class org.infinispan.factories.InboundInvocationHandlerFactory
- InboundTransferTask - Class in org.infinispan.statetransfer
-
Inbound state transfer task.
- InboundTransferTask(IntSet, Address, int, RpcManager, CommandsFactory, long, String, boolean) - Constructor for class org.infinispan.statetransfer.InboundTransferTask
- include(TopologyAwareAddress, TopologyAwareAddress) - Method in enum class org.infinispan.manager.ClusterExecutionPolicy
- includeCurrentState() - Element in annotation interface org.infinispan.notifications.Listener
-
If set to true then the entire existing state within the cluster is evaluated.
- includeOldValue() - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter
-
Whether the old value should be returned in the event with the converted value.
- includeOldValue() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
- incompatibleClusterConfiguration(String, Configuration, Configuration) - Method in class org.infinispan.util.logging.Log_$logger
- incompatibleClusterConfiguration(String, Configuration, Configuration) - Method in interface org.infinispan.util.logging.Log
- incompatibleClusterConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
- incompatiblePersistedConfiguration(String, Configuration, Configuration) - Method in class org.infinispan.util.logging.Log_$logger
- incompatiblePersistedConfiguration(String, Configuration, Configuration) - Method in interface org.infinispan.util.logging.Log
- incompatiblePersistedConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
- incompleteGlobalState() - Method in class org.infinispan.util.logging.Log_$logger
- incompleteGlobalState() - Method in interface org.infinispan.util.logging.Log
- incompleteGlobalState$str() - Method in class org.infinispan.util.logging.Log_$logger
- IncorrectListenerException - Exception Class in org.infinispan.notifications
-
Thrown when an incorrectly annotated class is added as a cache listener using the
Listenable.addListener(Object)API. - IncorrectListenerException(String) - Constructor for exception class org.infinispan.notifications.IncorrectListenerException
- incOwned(int) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- incOwned(int, boolean) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- incOwned(Address) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- incPrimaryOwned(int) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- incPrimaryOwned(Address) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- increment() - Method in class org.infinispan.metrics.impl.CounterTrackerImpl
- increment() - Method in class org.infinispan.util.concurrent.CountDownRunnable
- increment(double) - Method in class org.infinispan.metrics.impl.CounterTrackerImpl
- increment(int) - Method in class org.infinispan.container.versioning.irac.TopologyIracVersion
- increment(IncrementableEntryVersion) - Method in class org.infinispan.container.versioning.NumericVersionGenerator
- increment(IncrementableEntryVersion) - Method in class org.infinispan.container.versioning.SimpleClusteredVersionGenerator
- increment(IncrementableEntryVersion) - Method in interface org.infinispan.container.versioning.VersionGenerator
- increment(ByteString, int) - Method in class org.infinispan.container.versioning.irac.IracEntryVersion
- IncrementableEntryVersion - Interface in org.infinispan.container.versioning
-
An interface indicating that a version of this type can be incremented.
- incrementNumberOfConflictLocalWins() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- incrementNumberOfConflictLocalWins() - Method in interface org.infinispan.xsite.irac.IracManager
-
Increase the count of conflicts if merge policy discard update (local value wins)
- incrementNumberOfConflictLocalWins() - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- incrementNumberOfConflictMerged() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- incrementNumberOfConflictMerged() - Method in interface org.infinispan.xsite.irac.IracManager
-
Increase the count of conflicts if merge policy created a new value (merge remote value with local value)
- incrementNumberOfConflictMerged() - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- incrementNumberOfConflictRemoteWins() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- incrementNumberOfConflictRemoteWins() - Method in interface org.infinispan.xsite.irac.IracManager
-
Increase the count of conflicts if merge policy applies update (remote value wins)
- incrementNumberOfConflictRemoteWins() - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- incrementNumberOfDiscards() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- incrementNumberOfDiscards() - Method in interface org.infinispan.xsite.irac.IracManager
-
Increase the count of discards.
- incrementNumberOfDiscards() - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- incrementVersion(CacheEntry<?, ?>, VersionGenerator) - Static method in class org.infinispan.transaction.impl.WriteSkewHelper
- index - Variable in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- index() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- INDEX - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- INDEX - Enum constant in enum class org.infinispan.configuration.parsing.Element
- INDEX_COMMIT_INTERVAL - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_LOCATION - Static variable in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- INDEX_LOW_LEVEL_TRACE - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_MAX_BUFFERED_ENTRIES - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_MERGE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- INDEX_QUEUE_COUNT - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_QUEUE_LENGTH - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- INDEX_QUEUE_LENGTH - Static variable in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- INDEX_QUEUE_SIZE - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_RAM_BUFFER_SIZE - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_READER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- INDEX_SEGMENTS - Static variable in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- INDEX_SHARDING - Enum constant in enum class org.infinispan.configuration.parsing.Element
- INDEX_THREAD_POOL_SIZE - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_WRITER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- indexableClassesDefined() - Method in class org.infinispan.util.logging.Log_$logger
- indexableClassesDefined() - Method in interface org.infinispan.util.logging.Log
- indexableClassesDefined$str() - Method in class org.infinispan.util.logging.Log_$logger
- IndexConfiguration - Class in org.infinispan.persistence.sifs.configuration
- IndexConfiguration(AttributeSet) - Constructor for class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- IndexConfigurationBuilder - Class in org.infinispan.persistence.sifs.configuration
- IndexConfigurationBuilder() - Constructor for class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- INDEXED_ENTITIES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- INDEXED_ENTITIES - Enum constant in enum class org.infinispan.configuration.parsing.Element
- INDEXED_ENTITIES - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
- INDEXED_ENTITY - Enum constant in enum class org.infinispan.configuration.parsing.Element
- indexedEntityNameMissing() - Method in class org.infinispan.util.logging.Log_$logger
- indexedEntityNameMissing() - Method in interface org.infinispan.util.logging.Log
- indexedEntityNameMissing$str() - Method in class org.infinispan.util.logging.Log_$logger
- indexedEntityTypes() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
The set of fully qualified names of indexed entity types, either Java classes or protobuf type names.
- IndexedFilter<K,
V, - Interface in org.infinispan.notifications.cachelistener.filterC> -
A marker interface for filters that can be handled efficiently by a
FilterIndexingServiceProvider. - indexing() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- indexing() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- indexing() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- indexing() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- indexing() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- indexing() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- indexing() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- indexing() - Method in class org.infinispan.configuration.cache.Configuration
- indexing() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- indexing() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- INDEXING - Enum constant in enum class org.infinispan.configuration.parsing.Element
- INDEXING_MODE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- INDEXING_MODE - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
- IndexingConfiguration - Class in org.infinispan.configuration.cache
-
Configures indexing of entries in the cache for searching.
- IndexingConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configures indexing of entries in the cache for searching.
- IndexingConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
- indexingMode() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
Affects how cache operations will be propagated to the indexes.
- indexingMode(IndexingMode) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- indexingMode(IndexingMode) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- indexingMode(IndexingMode) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- indexingMode(IndexingMode) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- indexingMode(IndexingMode) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- indexingMode(IndexingMode) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- IndexingMode - Enum Class in org.infinispan.configuration.cache
-
Affects how cache operations will be propagated to the indexes.
- indexLocation() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- indexLocation() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- indexLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- indexLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
The path where the Soft-Index store will keep its index files.
- indexLocationWorkingDir() - Method in class org.infinispan.util.logging.Log_$logger
- indexLocationWorkingDir() - Method in interface org.infinispan.util.logging.Log
- indexLocationWorkingDir$str() - Method in class org.infinispan.util.logging.Log_$logger
- indexLooksCorrupt(Exception) - Method in class org.infinispan.persistence.sifs.Log_$logger
- indexLooksCorrupt(Exception) - Method in interface org.infinispan.persistence.sifs.Log
- indexLooksCorrupt$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- IndexMergeConfiguration - Class in org.infinispan.configuration.cache
- IndexMergeConfigurationBuilder - Class in org.infinispan.configuration.cache
- indexModeDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
- indexModeDeprecated() - Method in interface org.infinispan.util.logging.Log
- indexModeDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
- indexQueueLength() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- indexQueueLength() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- indexQueueLength(int) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- indexQueueLength(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
Sets the maximum number of entry writes that are waiting to be written to the index, per index segment.
- IndexReaderConfiguration - Class in org.infinispan.configuration.cache
- IndexReaderConfigurationBuilder - Class in org.infinispan.configuration.cache
- indexRelativeWorkingDir(String) - Method in class org.infinispan.util.logging.Log_$logger
- indexRelativeWorkingDir(String) - Method in interface org.infinispan.util.logging.Log
- indexRelativeWorkingDir$str() - Method in class org.infinispan.util.logging.Log_$logger
- indexSegments() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- indexSegments() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- indexSegments(int) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
-
Deprecated.
- indexSegments(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
Deprecated.
- IndexShardingConfiguration - Class in org.infinispan.configuration.cache
- IndexShardingConfigurationBuilder - Class in org.infinispan.configuration.cache
- indexShareable() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0 with no replacement; to be removed in next major version.
- IndexStartupMode - Enum Class in org.infinispan.configuration.cache
-
Allows to define some mass indexing operations (e.g.: purge or reindex) to trigger when the cache starts.
- IndexStorage - Enum Class in org.infinispan.configuration.cache
- IndexWriterConfiguration - Class in org.infinispan.configuration.cache
- IndexWriterConfigurationBuilder - Class in org.infinispan.configuration.cache
- InDoubtTxInfo - Class in org.infinispan.transaction.xa.recovery
-
An object describing in doubt transaction's state.
- InDoubtTxInfo(XidImpl, long) - Constructor for class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
- InDoubtTxInfo(XidImpl, long, int) - Constructor for class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
- InequalVersionComparisonResult - Enum Class in org.infinispan.container.versioning
-
Versions can be compared to each other to result in one version being before, after or at the same time as another version.
- InfinispanLock - Class in org.infinispan.util.concurrent.locks.impl
-
A special lock for Infinispan cache.
- InfinispanLock(Executor, TimeService) - Constructor for class org.infinispan.util.concurrent.locks.impl.InfinispanLock
-
Creates a new instance.
- InfinispanLock(Executor, TimeService, Runnable) - Constructor for class org.infinispan.util.concurrent.locks.impl.InfinispanLock
-
Creates a new instance.
- InfinispanLock(Executor, TimeService, Runnable, Object, ByRef<ExtendedLockPromise>) - Constructor for class org.infinispan.util.concurrent.locks.impl.InfinispanLock
-
Creates a new instance which is acquired by
owner. - InfinispanSpan<T> - Interface in org.infinispan.telemetry
- InfinispanSpanAttributes - Class in org.infinispan.telemetry
- InfinispanSpanAttributes.Builder - Class in org.infinispan.telemetry
- InfinispanSpanContext - Interface in org.infinispan.telemetry
- InfinispanTelemetry - Interface in org.infinispan.telemetry
- InfinispanTelemetryFactory - Class in org.infinispan.telemetry.impl
- InfinispanTelemetryFactory() - Constructor for class org.infinispan.telemetry.impl.InfinispanTelemetryFactory
- inflightRequestCount() - Method in interface org.infinispan.statetransfer.StateConsumer
-
Returns the number of in-flight requested segments.
- inflightRequestCount() - Method in class org.infinispan.statetransfer.StateConsumerImpl
- inflightTransactionSegmentCount() - Method in interface org.infinispan.statetransfer.StateConsumer
-
Returns the number of in-flight transactional requested segments.
- inflightTransactionSegmentCount() - Method in class org.infinispan.statetransfer.StateConsumerImpl
- info(EventLogCategory, String) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Logs a message to the event log using the
EventLogLevel.INFOseverity - INFO - Enum constant in enum class org.infinispan.security.AuditResponse
- INFO - Enum constant in enum class org.infinispan.util.logging.events.EventLogLevel
- inheritable(boolean) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
Whether this role should be implicitly inherited by secure caches which don't define their roles.
- inheritable(boolean) - Method in interface org.infinispan.configuration.global.GlobalRolesConfigurationChildBuilder
- init() - Method in class org.infinispan.container.impl.EntryFactoryImpl
- init() - Method in class org.infinispan.interceptors.impl.BaseRpcInterceptor
- init() - Method in class org.infinispan.interceptors.impl.ClusteringInterceptor
- init(boolean, boolean, boolean, boolean) - Method in class org.infinispan.transaction.xa.TransactionFactory
- init(int) - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- init(int) - Method in class org.infinispan.distribution.ch.impl.RESPHashFunctionPartitioner
- init(String, GlobalConfiguration, Configuration, GlobalSecurityManager) - Method in class org.infinispan.security.impl.AuthorizationManagerImpl
- init(Cache<K, V>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
-
Invoked during the initialization phase.
- init(Cache<K, V>) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
- init(HashConfiguration) - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- init(HashConfiguration) - Method in interface org.infinispan.distribution.ch.KeyPartitioner
-
Initialization.
- init(GlobalConfiguration) - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- init(GlobalConfiguration) - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
- init(GlobalConfiguration) - Method in class org.infinispan.transaction.lookup.WildflyTransactionManagerLookup
- init(GlobalConfiguration, EmbeddedCacheManager, Authorizer) - Method in class org.infinispan.security.impl.GlobalSecurityManagerImpl
- init(KeyPartitioner) - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- init(KeyPartitioner) - Method in interface org.infinispan.distribution.ch.KeyPartitioner
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.TxReadOnlyKeyCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.TxReadOnlyManyCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- init(ComponentRegistry) - Method in interface org.infinispan.commands.VisitableCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.write.ComputeCommand
- init(ComponentRegistry) - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- init(ComponentRegistry, boolean) - Method in interface org.infinispan.commands.InitializableCommand
-
Deprecated.
- init(EmbeddedCacheManager, GlobalConfiguration) - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- init(InitializationContext) - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.
- init(InitializationContext) - Method in interface org.infinispan.persistence.spi.CacheLoader
-
Deprecated.Used to initialize a cache loader.
- init(InitializationContext) - Method in interface org.infinispan.persistence.spi.CacheWriter
-
Deprecated.Used to initialize a cache loader.
- init(InitializationContext) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- init(RpcManager, CommandsFactory, ComponentRef<TransactionTable>, TransactionCoordinator, TransactionFactory) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- init(RaftChannel) - Method in interface org.infinispan.remoting.transport.raft.RaftStateMachine
-
Initializes this instance with the
RaftChannelto be used to send the data. - init(Transport, Configuration, KeyPartitioner) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
- initChannel() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- initGroup() - Method in class org.infinispan.jmx.CacheJmxRegistration
- initGroup() - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
- INITIAL_CLUSTER_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- INITIAL_CLUSTER_SIZE - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- INITIAL_CLUSTER_TIMEOUT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- INITIAL_CLUSTER_TIMEOUT - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- INITIAL_CONNECTION_ATTEMPTS - Static variable in class org.infinispan.topology.ClusterTopologyManagerImpl
- INITIAL_REBALANCE_ID - Static variable in class org.infinispan.topology.ClusterCacheStatus
- INITIAL_SIZE - Static variable in class org.infinispan.container.offheap.OffHeapConcurrentMap
- INITIAL_STATE_REQUEST - Enum constant in enum class org.infinispan.xsite.events.XSiteEventType
-
When a cache 'c' starts in site A and has site B as asynchronous backup, this event is sent from site A to site B to notify site B to send state (automatic cross-site state transfer must be enabled).
- INITIAL_TOPOLOGY_ID - Static variable in class org.infinispan.topology.ClusterCacheStatus
- initialClusterSize() - Method in class org.infinispan.configuration.global.TransportConfiguration
- initialClusterSize(int) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Sets the number of nodes that need to join before the cache container can start.
- initialClusterTimeout() - Method in class org.infinispan.configuration.global.TransportConfiguration
- initialClusterTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Sets the timeout for the initial cluster to form.
- InitializableCommand - Interface in org.infinispan.commands
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0, please implementinstead
invalid reference
ReplicableCommand#invokeAsync(ComponentRegistry) - InitializationContext - Interface in org.infinispan.persistence.spi
-
Aggregates the initialisation state needed by either a
CacheLoaderor aCacheWriter. - InitializationContextImpl - Class in org.infinispan.persistence
- InitializationContextImpl(StoreConfiguration, Cache, KeyPartitioner, PersistenceMarshaller, TimeService, ByteBufferFactory, MarshallableEntryFactory, Executor, GlobalConfiguration, BlockingManager, NonBlockingManager) - Constructor for class org.infinispan.persistence.InitializationContextImpl
- initialize(ClassAllowList) - Method in class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- initialize(EmbeddedCacheManager, ConfigurationManager, BlockingManager) - Method in class org.infinispan.globalstate.impl.ImmutableLocalConfigurationStorage
- initialize(EmbeddedCacheManager, ConfigurationManager, BlockingManager) - Method in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- initialize(EmbeddedCacheManager, ConfigurationManager, BlockingManager) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Initialization entry point for the
LocalConfigurationStorage - initializeReplicableCommand(ReplicableCommand, boolean) - Method in interface org.infinispan.commands.CommandsFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0, please use
CacheRpcCommand.invokeAsync(ComponentRegistry)orGlobalRpcCommand.invokeAsync(GlobalComponentRegistry)instead. to access any components required at invocation time. - initializeReplicableCommand(ReplicableCommand, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
- INITIALIZING - Enum constant in enum class org.infinispan.health.HealthStatus
-
The given entity is still initializing.
- INITIALIZING - Enum constant in enum class org.infinispan.lifecycle.ComponentStatus
-
The
start()method has been called but not yet completed. - INITIALIZING - Enum constant in enum class org.infinispan.topology.ClusterTopologyManager.ClusterManagerStatus
- initialPriority() - Method in class org.infinispan.factories.threads.DefaultThreadFactory
- InitialPublisherCommand<K,
I, - Class in org.infinispan.reactive.publisher.impl.commands.batchR> - InitialPublisherCommand(ByteString) - Constructor for class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- InitialPublisherCommand(ByteString, String, DeliveryGuarantee, int, IntSet, Set<K>, Set<K>, long, boolean, boolean, Function<? super Publisher<I>, ? extends Publisher<R>>) - Constructor for class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- initialStateTransferTimeout(String, Address) - Method in class org.infinispan.util.logging.Log_$logger
- initialStateTransferTimeout(String, Address) - Method in interface org.infinispan.util.logging.Log
- initialStateTransferTimeout$str() - Method in class org.infinispan.util.logging.Log_$logger
- initKeySpecificLogic() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- initKeySpecificLogic() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
- initKeySpecificLogic() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
- initKeySpecificLogic() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
- initKeySpecificLogic() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.ReplicationLogic
- initNamePrefix() - Method in class org.infinispan.metrics.impl.CacheManagerMetricsRegistration
-
Subclasses should override this and return the metric prefix to be used for registration.
- initNamePrefix() - Method in class org.infinispan.metrics.impl.CacheMetricsRegistration
- inject(ExecutorService) - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
-
Injects the cache - unfortunately this cannot be in start.
- inject(ScheduledExecutorService, Executor) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- inject(Configuration, InternalDataContainer<Object, Object>, KeyValueMetadataSizeCalculator<Object, Object>, DistributionManager, InternalExpirationManager<Object, Object>) - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- inject(ComponentRegistry) - Method in interface org.infinispan.commands.functional.functions.InjectableComponent
- inject(ComponentRegistry) - Method in class org.infinispan.commands.functional.functions.MergeFunction
- inject(ComponentRegistry) - Method in class org.infinispan.distribution.group.impl.CacheEntryGroupPredicate
- inject(ComponentRegistry) - Method in class org.infinispan.stream.impl.CacheIntermediatePublisher
- inject(ComponentRegistry) - Method in class org.infinispan.stream.impl.CacheStreamIntermediateReducer
- InjectableComponent - Interface in org.infinispan.commands.functional.functions
- injectCache(Cache<K, V>) - Method in interface org.infinispan.stream.CacheAware
-
Method that is invoked when a cache is to be injected.
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.cache.impl.BiFunctionMapper
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.cache.impl.EncoderEntryMapper
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.cache.impl.EncoderKeyMapper
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.cache.impl.EncoderValueMapper
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.cache.impl.FunctionMapper
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.filter.CompositeKeyValueFilter
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.CompositeCacheEventFilter
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
- InnerPublisherSubscription<K,
I, - Class in org.infinispan.reactive.publisher.implR, E> -
Handles the submission and response handling of an arbitrary amount of address segments.
- InnerPublisherSubscription.InnerPublisherSubscriptionBuilder<K,
I, - Class in org.infinispan.reactive.publisher.implR> - InnerPublisherSubscriptionBuilder(ClusterPublisherManagerImpl.SubscriberHandler<I, R>, int, Supplier<Map.Entry<Address, IntSet>>, Map<Address, Set<K>>, int) - Constructor for class org.infinispan.reactive.publisher.impl.InnerPublisherSubscription.InnerPublisherSubscriptionBuilder
- inScope(Enum<?>) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- inScope(String) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- INSERT_ABOVE - Enum constant in enum class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.StackCombine
- INSERT_AFTER - Enum constant in enum class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.StackCombine
- INSERT_BEFORE - Enum constant in enum class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.StackCombine
- INSERT_BELOW - Enum constant in enum class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.StackCombine
- instance() - Static method in class org.infinispan.telemetry.impl.DisabledInfinispanSpan
- instance(int) - Static method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- instance(int) - Static method in class org.infinispan.distribution.ch.impl.RESPHashFunctionPartitioner
- INSTANCE - Enum constant in enum class org.infinispan.remoting.transport.impl.EmptyRaftManager
- INSTANCE - Enum constant in enum class org.infinispan.xsite.irac.NoOpIracManager
- INSTANCE - Static variable in class org.infinispan.context.impl.ImmutableContext
- INSTANCE - Static variable in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- INSTANCE - Static variable in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor.LostDataVisitor
- INSTANCE - Static variable in class org.infinispan.marshall.exts.EnumExternalizer
- INSTANCE - Static variable in class org.infinispan.marshall.exts.ThrowableExternalizer
- INSTANCE - Static variable in class org.infinispan.remoting.responses.CacheNotFoundResponse
- INSTANCE - Static variable in class org.infinispan.remoting.responses.UnsureResponse
- INSTANCE - Static variable in class org.infinispan.remoting.transport.impl.PassthroughSingleResponseCollector
- INSTANCE - Static variable in class org.infinispan.remoting.transport.jgroups.NoOpJGroupsMetricManager
- INSTANCE - Static variable in class org.infinispan.remoting.transport.LocalModeAddress
- INSTANCE - Static variable in exception class org.infinispan.statetransfer.AllOwnersLostException
- INSTANCE - Static variable in class org.infinispan.topology.HeartBeatCommand
- INSTANCE - Static variable in class org.infinispan.transaction.lookup.GenericTransactionManagerLookup
- INSTANCE - Static variable in class org.infinispan.util.logging.events.Messages_$bundle
- INSTANCE - Static variable in class org.infinispan.xsite.commands.remote.XSiteRequestExternalizer
- INSTANCE - Static variable in class org.infinispan.xsite.events.NoOpXSiteEventsManager
- instanceFromString(String, ClassLoader) - Static method in enum class org.infinispan.xsite.spi.XSiteMergePolicy
- INSTANTIATED - Enum constant in enum class org.infinispan.lifecycle.ComponentStatus
-
Object has been instantiated, but start() has not been called.
- INT - Enum constant in enum class org.infinispan.stream.impl.IntermediateType
- intCacheStream() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- intCacheStream() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- intCacheStream() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- IntCacheStream - Interface in org.infinispan
-
A
IntStreamthat has additional methods to allow for Serializable instances. - interceptListenerInvocation(CacheEntryListenerInvocation<K, V>) - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
-
Starts handling an invocation that uses an
IndexedFilter. - INTERCEPTOR - Enum constant in enum class org.infinispan.configuration.parsing.Element
- interceptorChain - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- InterceptorChainFactory - Class in org.infinispan.factories
-
Factory class that builds an interceptor chain based on cache configuration.
- InterceptorChainFactory() - Constructor for class org.infinispan.factories.InterceptorChainFactory
- interceptorClassAndInstanceDefined(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- interceptorClassAndInstanceDefined(String, String) - Method in interface org.infinispan.util.logging.Log
- interceptorClassAndInstanceDefined$str() - Method in class org.infinispan.util.logging.Log_$logger
- interceptorStackNotSupported() - Method in class org.infinispan.util.logging.Log_$logger
- interceptorStackNotSupported() - Method in interface org.infinispan.util.logging.Log
- interceptorStackNotSupported$str() - Method in class org.infinispan.util.logging.Log_$logger
- IntermediateCacheStream<Original,
R> - Class in org.infinispan.stream.impl -
An intermediate cache stream used when an intermediate operation that requires both a remote and local portion
- IntermediateCacheStream(BaseCacheStream, IntermediateType, LocalCacheStream<R>, IntermediateCacheStreamSupplier) - Constructor for class org.infinispan.stream.impl.IntermediateCacheStream
- IntermediateCacheStream(DistributedCacheStream<Original, R>) - Constructor for class org.infinispan.stream.impl.IntermediateCacheStream
- IntermediateDoubleCacheStream - Class in org.infinispan.stream.impl
-
An intermediate double cache stream used when an intermediate operation that requires both a remote and local portion
- IntermediateDoubleCacheStream(BaseCacheStream, IntermediateType, LocalDoubleCacheStream, IntermediateCacheStreamSupplier) - Constructor for class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- IntermediateDoubleCacheStream(DistributedDoubleCacheStream) - Constructor for class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- IntermediateIntCacheStream - Class in org.infinispan.stream.impl
-
An intermediate int cache stream used when an intermediate operation that requires both a remote and local portion
- IntermediateIntCacheStream(BaseCacheStream, IntermediateType, LocalIntCacheStream, IntermediateCacheStreamSupplier) - Constructor for class org.infinispan.stream.impl.IntermediateIntCacheStream
- IntermediateIntCacheStream(DistributedIntCacheStream) - Constructor for class org.infinispan.stream.impl.IntermediateIntCacheStream
- IntermediateLongCacheStream - Class in org.infinispan.stream.impl
-
An intermediate long cache stream used when an intermediate operation that requires both a remote and local portion
- IntermediateLongCacheStream(BaseCacheStream, IntermediateType, LocalLongCacheStream, IntermediateCacheStreamSupplier) - Constructor for class org.infinispan.stream.impl.IntermediateLongCacheStream
- IntermediateLongCacheStream(DistributedLongCacheStream) - Constructor for class org.infinispan.stream.impl.IntermediateLongCacheStream
- IntermediateOperation<InputType,
InputStream, - Interface in org.infinispan.stream.impl.intopsOutputType, OutputStream> -
Intermediate operation that can be applied to a stream to change its processing.
- IntermediateOperationExternalizer - Class in org.infinispan.stream.impl.intops
-
Externalizer to be used for serializing the various intermediate operations
- IntermediateOperationExternalizer() - Constructor for class org.infinispan.stream.impl.intops.IntermediateOperationExternalizer
- intermediateOperations - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- intermediateOperations - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- IntermediateType - Enum Class in org.infinispan.stream.impl
-
The various intermediate types.
- INTERNAL_MARSHALLER - Static variable in class org.infinispan.factories.KnownComponentNames
- InternalCache<K,
V> - Interface in org.infinispan.cache.impl -
This interface is used to hold methods that are only available to internal implementations.
- InternalCacheEntry<K,
V> - Interface in org.infinispan.container.entries -
Interface for internal cache entries that expose whether an entry has expired.
- InternalCacheFactory<K,
V> - Class in org.infinispan.factories -
An internal factory for constructing Caches.
- InternalCacheFactory() - Constructor for class org.infinispan.factories.InternalCacheFactory
- internalCacheHasFlag(String, InternalCacheRegistry.Flag) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
- internalCacheHasFlag(String, InternalCacheRegistry.Flag) - Method in interface org.infinispan.registry.InternalCacheRegistry
-
Returns whether a particular internal cache has a specific flag
- InternalCacheManager - Class in org.infinispan.manager.impl
- InternalCacheManager() - Constructor for class org.infinispan.manager.impl.InternalCacheManager
- InternalCacheRegistry - Interface in org.infinispan.registry
-
InternalCacheRegistry.
- InternalCacheRegistry.Flag - Enum Class in org.infinispan.registry
- InternalCacheRegistryImpl - Class in org.infinispan.registry.impl
-
InternalCacheRegistryImpl.
- InternalCacheRegistryImpl() - Constructor for class org.infinispan.registry.impl.InternalCacheRegistryImpl
- InternalCacheSet<E> - Class in org.infinispan
-
Base class for internal classes used in cache collections.
- InternalCacheSet() - Constructor for class org.infinispan.InternalCacheSet
- InternalCacheValue<V> - Interface in org.infinispan.container.entries
-
A representation of an InternalCacheEntry that does not have a reference to the key.
- InternalConflictManager<K,
V> - Interface in org.infinispan.conflict.impl - InternalDataContainer<K,
V> - Interface in org.infinispan.container.impl -
Interface describing methods of a data container where operations can be indexed by the segment of the key stored in the map.
- internalEntryFactory - Variable in class org.infinispan.factories.ComponentRegistry
- InternalEntryFactory - Interface in org.infinispan.container.impl
-
A factory for
InternalCacheEntryandInternalCacheValueinstances. - InternalEntryFactoryImpl - Class in org.infinispan.container.impl
-
An implementation that generates non-versioned entries
- InternalEntryFactoryImpl() - Constructor for class org.infinispan.container.impl.InternalEntryFactoryImpl
- InternalExpirationManager<K,
V> - Interface in org.infinispan.expiration.impl -
Interface describing the internal operations for the the ExpirationManager.
- InternalExpirationManager.ExpirationConsumer<T,
U> - Interface in org.infinispan.expiration.impl - internalExternalizerIdLimitExceeded(AdvancedExternalizer<?>, int, int) - Method in class org.infinispan.util.logging.Log_$logger
- internalExternalizerIdLimitExceeded(AdvancedExternalizer<?>, int, int) - Method in interface org.infinispan.util.logging.Log
- internalExternalizerIdLimitExceeded$str() - Method in class org.infinispan.util.logging.Log_$logger
- internalMetadata - Variable in class org.infinispan.container.entries.AbstractInternalCacheEntry
- internalMetadata - Variable in class org.infinispan.container.entries.ImmortalCacheValue
- internalMetadata - Variable in class org.infinispan.container.entries.ReadCommittedEntry
- internalMetadata() - Method in class org.infinispan.xsite.statetransfer.XSiteState
- InternalMetadata - Interface in org.infinispan.metadata
-
Deprecated, for removal: This API element is subject to removal in a future version.since 10.0
- InternalMetadataImpl - Class in org.infinispan.metadata.impl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- InternalMetadataImpl() - Constructor for class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- InternalMetadataImpl(InternalCacheEntry) - Constructor for class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- InternalMetadataImpl(InternalCacheValue) - Constructor for class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- InternalMetadataImpl(Metadata, long, long) - Constructor for class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- InternalMetadataImpl.Externalizer - Class in org.infinispan.metadata.impl
-
Deprecated.
- internalMetadataLength() - Method in class org.infinispan.persistence.sifs.EntryHeader
- internalRegisterMetrics(Object, Collection<MetricInfo>, String) - Method in class org.infinispan.metrics.impl.CacheManagerMetricsRegistration
- internalRegisterMetrics(Object, Collection<MetricInfo>, String) - Method in class org.infinispan.metrics.impl.CacheMetricsRegistration
- interruptedWaitingForCoordinator(InterruptedException) - Method in class org.infinispan.util.logging.Log_$logger
- interruptedWaitingForCoordinator(InterruptedException) - Method in interface org.infinispan.util.logging.Log
- interruptedWaitingForCoordinator$str() - Method in class org.infinispan.util.logging.Log_$logger
- interruptedWhileStopping(InterruptedException) - Method in class org.infinispan.persistence.sifs.Log_$logger
- interruptedWhileStopping(InterruptedException) - Method in interface org.infinispan.persistence.sifs.Log
- interruptedWhileStopping$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- INTERVAL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- introducedFrom(ConfigurationReader, int, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- IntSetExternalizer - Class in org.infinispan.util
-
Externalizer to be used for IntSet implementations
- IntSetExternalizer() - Constructor for class org.infinispan.util.IntSetExternalizer
- IntSummaryStatisticsExternalizer - Class in org.infinispan.marshall.exts
-
Externalizer used for
IntSummaryStatistics. - IntSummaryStatisticsExternalizer() - Constructor for class org.infinispan.marshall.exts.IntSummaryStatisticsExternalizer
- inUseBackupSites() - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.since 14.0. To be removed without replacement.
- INVALIDATE_FLAGS - Static variable in class org.infinispan.statetransfer.StateConsumerImpl
- invalidateBatch(Collection<Object>) - Method in class org.infinispan.statetransfer.StateConsumerImpl
- InvalidateCommand - Class in org.infinispan.commands.write
-
Removes an entry from memory.
- InvalidateCommand() - Constructor for class org.infinispan.commands.write.InvalidateCommand
- InvalidateCommand(long, Collection<Object>, CommandInvocationId) - Constructor for class org.infinispan.commands.write.InvalidateCommand
- InvalidateCommand(long, CommandInvocationId, Object...) - Constructor for class org.infinispan.commands.write.InvalidateCommand
- InvalidateL1Command - Class in org.infinispan.commands.write
-
Invalidates an entry in a L1 cache (used with DIST mode)
- InvalidateL1Command() - Constructor for class org.infinispan.commands.write.InvalidateL1Command
- InvalidateL1Command(long, Collection<Object>, CommandInvocationId) - Constructor for class org.infinispan.commands.write.InvalidateL1Command
- InvalidateL1Command(long, CommandInvocationId, Object...) - Constructor for class org.infinispan.commands.write.InvalidateL1Command
- InvalidateL1Command(Address, long, Collection<Object>, CommandInvocationId) - Constructor for class org.infinispan.commands.write.InvalidateL1Command
- INVALIDATION - Enum constant in enum class org.infinispan.configuration.cache.CacheType
- INVALIDATION - Enum constant in enum class org.infinispan.configuration.parsing.ParsedCacheMode
- INVALIDATION_ASYNC - Enum constant in enum class org.infinispan.configuration.cache.CacheMode
-
Data invalidated asynchronously.
- INVALIDATION_BATCH_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- INVALIDATION_CACHE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- INVALIDATION_CACHE_CONFIGURATION - Enum constant in enum class org.infinispan.configuration.parsing.Element
- INVALIDATION_CLEANUP_TASK_FREQUENCY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- INVALIDATION_SYNC - Enum constant in enum class org.infinispan.configuration.cache.CacheMode
-
Data invalidated synchronously.
- INVALIDATION_THRESHOLD - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- INVALIDATION_THRESHOLD - Static variable in class org.infinispan.configuration.cache.L1Configuration
- InvalidationInterceptor - Class in org.infinispan.interceptors.impl
-
This interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE.
- InvalidationInterceptor() - Constructor for class org.infinispan.interceptors.impl.InvalidationInterceptor
- InvalidationLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
- invalidationMode - Variable in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- invalidationPartitionHandlingNotSuported() - Method in class org.infinispan.util.logging.Log_$logger
- invalidationPartitionHandlingNotSuported() - Method in interface org.infinispan.util.logging.Log
- invalidationPartitionHandlingNotSuported$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidationThreshold() - Method in class org.infinispan.configuration.cache.L1Configuration
-
Determines whether a multicast or a web of unicasts are used when performing L1 invalidations.
- invalidationThreshold(int) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
Determines whether a multicast or a web of unicasts are used when performing L1 invalidations.
- invalidAttributeEnumValue(String, String, String, String, Location) - Method in class org.infinispan.util.logging.Log_$logger
- invalidAttributeEnumValue(String, String, String, String, Location) - Method in interface org.infinispan.util.logging.Log
- invalidAttributeEnumValue$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidAttributeValue(String, String, String, Location, String) - Method in class org.infinispan.util.logging.Log_$logger
- invalidAttributeValue(String, String, String, Location, String) - Method in interface org.infinispan.util.logging.Log
- invalidAttributeValue(ConfigurationReader, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Get an exception reporting an invalid XML attribute value.
- invalidAttributeValue$str() - Method in class org.infinispan.util.logging.Log_$logger
- InvalidCacheUsageException - Exception Class in org.infinispan
-
Thrown when client makes cache usage errors.
- InvalidCacheUsageException(String) - Constructor for exception class org.infinispan.InvalidCacheUsageException
- InvalidCacheUsageException(String, Throwable) - Constructor for exception class org.infinispan.InvalidCacheUsageException
- InvalidCacheUsageException(Throwable) - Constructor for exception class org.infinispan.InvalidCacheUsageException
- invalidChunkSize(int) - Method in class org.infinispan.util.logging.Log_$logger
- invalidChunkSize(int) - Method in interface org.infinispan.util.logging.Log
- invalidChunkSize$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidCompactionThreshold(double) - Method in class org.infinispan.persistence.sifs.Log_$logger
- invalidCompactionThreshold(double) - Method in interface org.infinispan.persistence.sifs.Log
- invalidCompactionThreshold$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- invalidCompletedTxTimeout(long) - Method in class org.infinispan.util.logging.Log_$logger
- invalidCompletedTxTimeout(long) - Method in interface org.infinispan.util.logging.Log
- invalidCompletedTxTimeout$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidConfigurationIndexingWithInvalidation() - Method in class org.infinispan.util.logging.Log_$logger
- invalidConfigurationIndexingWithInvalidation() - Method in interface org.infinispan.util.logging.Log
- invalidConfigurationIndexingWithInvalidation$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidConfigurationIndexingWithoutModule() - Method in class org.infinispan.util.logging.Log_$logger
- invalidConfigurationIndexingWithoutModule() - Method in interface org.infinispan.util.logging.Log
- invalidConfigurationIndexingWithoutModule$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidEncodingClass(Class<?>, Class<?>) - Method in class org.infinispan.util.logging.Log_$logger
- invalidEncodingClass(Class<?>, Class<?>) - Method in interface org.infinispan.util.logging.Log
- invalidEncodingClass$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidEvictionSize() - Method in class org.infinispan.util.logging.Log_$logger
- invalidEvictionSize() - Method in interface org.infinispan.util.logging.Log
- invalidEvictionSize$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidIndexStartUpMode(String) - Method in class org.infinispan.util.logging.Log_$logger
- invalidIndexStartUpMode(String) - Method in interface org.infinispan.util.logging.Log
- invalidIndexStartUpMode$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidIndexStorage() - Method in class org.infinispan.util.logging.Log_$logger
- invalidIndexStorage() - Method in interface org.infinispan.util.logging.Log
- invalidIndexStorage$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidJson(String) - Method in class org.infinispan.util.logging.Log_$logger
- invalidJson(String) - Method in interface org.infinispan.util.logging.Log
- invalidJson$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidMessageType(int, Address) - Method in class org.infinispan.util.logging.Log_$logger
- invalidMessageType(int, Address) - Method in interface org.infinispan.util.logging.Log
- invalidMessageType$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidNameSize(String) - Method in class org.infinispan.util.logging.Log_$logger
- invalidNameSize(String) - Method in interface org.infinispan.util.logging.Log
- invalidNameSize$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidPermission(Permission) - Method in class org.infinispan.util.logging.Log_$logger
- invalidPermission(Permission) - Method in interface org.infinispan.util.logging.Log
- invalidPermission$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidPersistentState(String) - Method in class org.infinispan.util.logging.Log_$logger
- invalidPersistentState(String) - Method in interface org.infinispan.util.logging.Log
- invalidPersistentState$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidPolicyWithAsyncStrategy(String, BackupFailurePolicy) - Method in class org.infinispan.util.logging.Log_$logger
- invalidPolicyWithAsyncStrategy(String, BackupFailurePolicy) - Method in interface org.infinispan.util.logging.Log
- invalidPolicyWithAsyncStrategy$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidPrincipalRoleMapper() - Method in class org.infinispan.util.logging.Log_$logger
- invalidPrincipalRoleMapper() - Method in interface org.infinispan.util.logging.Log
- invalidPrincipalRoleMapper$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidReaperWakeUpInterval(long) - Method in class org.infinispan.util.logging.Log_$logger
- invalidReaperWakeUpInterval(long) - Method in interface org.infinispan.util.logging.Log
- invalidReaperWakeUpInterval$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidRemoteTxReturnValue(TransactionTable) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
-
This is what is returned to remote callers when an invalid RemoteTransaction is encountered.
- invalidRemoteTxReturnValue(TransactionTable) - Method in class org.infinispan.commands.tx.CommitCommand
- InvalidResponse - Class in org.infinispan.remoting.responses
-
An invalid response
- InvalidResponse() - Constructor for class org.infinispan.remoting.responses.InvalidResponse
- invalidScope(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- invalidScope(String, String) - Method in interface org.infinispan.util.logging.Log
- invalidScope$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidSingleFileStoreData(String) - Method in class org.infinispan.util.logging.Log_$logger
- invalidSingleFileStoreData(String) - Method in interface org.infinispan.util.logging.Log
- invalidSingleFileStoreData$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidStateTransferTimeout(Long, Long) - Method in class org.infinispan.util.logging.Log_$logger
- invalidStateTransferTimeout(Long, Long) - Method in interface org.infinispan.util.logging.Log
- invalidStateTransferTimeout$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidTouchMode(CacheMode) - Method in class org.infinispan.util.logging.Log_$logger
- invalidTouchMode(CacheMode) - Method in interface org.infinispan.util.logging.Log
- invalidTouchMode$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidTracingCollectorEndpoint(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- invalidTracingCollectorEndpoint(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- invalidTracingCollectorEndpoint$str() - Method in class org.infinispan.util.logging.Log_$logger
- InvalidTransactionException - Exception Class in org.infinispan.transaction.xa
-
Thrown if an operation is to be performed on an invalid transaction context.
- InvalidTransactionException() - Constructor for exception class org.infinispan.transaction.xa.InvalidTransactionException
- InvalidTransactionException(String) - Constructor for exception class org.infinispan.transaction.xa.InvalidTransactionException
- InvalidTransactionException(String, Throwable) - Constructor for exception class org.infinispan.transaction.xa.InvalidTransactionException
- InvalidTransactionException(Throwable) - Constructor for exception class org.infinispan.transaction.xa.InvalidTransactionException
- invalidXSiteStateTransferMode() - Method in class org.infinispan.util.logging.Log_$logger
- invalidXSiteStateTransferMode() - Method in interface org.infinispan.util.logging.Log
- invalidXSiteStateTransferMode$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidXSiteStateTransferTimeout() - Method in class org.infinispan.util.logging.Log_$logger
- invalidXSiteStateTransferTimeout() - Method in interface org.infinispan.util.logging.Log
- invalidXSiteStateTransferTimeout$str() - Method in class org.infinispan.util.logging.Log_$logger
- invalidXSiteStateTransferWaitTime() - Method in class org.infinispan.util.logging.Log_$logger
- invalidXSiteStateTransferWaitTime() - Method in interface org.infinispan.util.logging.Log
- invalidXSiteStateTransferWaitTime$str() - Method in class org.infinispan.util.logging.Log_$logger
- invocation - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- invocation - Variable in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- invocationBatching() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- invocationBatching() - Method in class org.infinispan.configuration.cache.Configuration
- invocationBatching() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- invocationBatching() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- invocationBatchingCannotBeRecoverable() - Method in class org.infinispan.util.logging.Log_$logger
- invocationBatchingCannotBeRecoverable() - Method in interface org.infinispan.util.logging.Log
- invocationBatchingCannotBeRecoverable$str() - Method in class org.infinispan.util.logging.Log_$logger
- InvocationBatchingConfiguration - Class in org.infinispan.configuration.cache
- InvocationBatchingConfigurationBuilder - Class in org.infinispan.configuration.cache
- invocationBatchingNeedsTransactionalCache() - Method in class org.infinispan.util.logging.Log_$logger
- invocationBatchingNeedsTransactionalCache() - Method in interface org.infinispan.util.logging.Log
- invocationBatchingNeedsTransactionalCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- invocationBatchingNotEnabled() - Method in class org.infinispan.util.logging.Log_$logger
- invocationBatchingNotEnabled() - Method in interface org.infinispan.util.logging.Log
- invocationBatchingNotEnabled$str() - Method in class org.infinispan.util.logging.Log_$logger
- InvocationCallback<C> - Interface in org.infinispan.interceptors
-
Base interface for all callbacks used by
BaseAsyncInterceptorandInvocationStagemethods. - invocationContext - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- InvocationContext - Interface in org.infinispan.context
-
A context that contains information pertaining to a given invocation.
- invocationContextFactory - Variable in class org.infinispan.cache.impl.CacheImpl
- invocationContextFactory - Variable in class org.infinispan.cache.impl.InvocationHelper
- InvocationContextFactory - Interface in org.infinispan.context
-
Factory for
InvocationContextobjects. - InvocationContextInterceptor - Class in org.infinispan.interceptors.impl
- InvocationContextInterceptor() - Constructor for class org.infinispan.interceptors.impl.InvocationContextInterceptor
- InvocationExceptionFunction<C> - Interface in org.infinispan.interceptors
- InvocationFinallyAction<C> - Interface in org.infinispan.interceptors
- InvocationFinallyFunction<C> - Interface in org.infinispan.interceptors
- invocationHandler - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- InvocationHelper - Class in org.infinispan.cache.impl
-
It invokes the
VisitableCommandthrough this cacheAsyncInterceptorChain. - InvocationHelper() - Constructor for class org.infinispan.cache.impl.InvocationHelper
- InvocationStage - Class in org.infinispan.interceptors
-
A partial command invocation, either completed or in progress.
- InvocationStage() - Constructor for class org.infinispan.interceptors.InvocationStage
- InvocationSuccessAction<C> - Interface in org.infinispan.interceptors
- InvocationSuccessFunction<C> - Interface in org.infinispan.interceptors
- invoke() - Method in interface org.infinispan.commands.ReplicableCommand
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0, please use
CacheRpcCommand.invokeAsync(ComponentRegistry)orGlobalRpcCommand.invokeAsync(GlobalComponentRegistry)instead. - invoke(A) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.ListenerInvocationImpl
- invoke(String, Object[], String[]) - Method in class org.infinispan.jmx.ResourceDMBean
- invoke(ContextBuilder, VisitableCommand, int) - Method in class org.infinispan.cache.impl.InvocationHelper
-
Same as
InvocationHelper.invoke(InvocationContext, VisitableCommand)but usingbuilderto build theInvocationContextto use. - invoke(VisitableCommand, int) - Method in class org.infinispan.cache.impl.InvocationHelper
-
Same as
InvocationHelper.invoke(ContextBuilder, VisitableCommand, int)but using the defaultContextBuilder. - invoke(InvocationContext, VisitableCommand) - Method in class org.infinispan.cache.impl.InvocationHelper
-
Invokes the
commandusingcontext. - invoke(InvocationContext, VisitableCommand) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Walks the command through the interceptor chain.
- invoke(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- invoke(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- invoke(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- invoke(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.ClusteredListenerInvocation
- invoke(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- invoke(EventWrapper<K, V, CacheEntryEvent<K, V>>, boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
-
Invokes the event
- invoke(EventWrapper<K, V, CacheEntryEvent<K, V>>, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
-
This is the entry point for local listeners firing events
- invoke(EventWrapper<K, V, CacheEntryEvent<K, V>>, boolean) - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- invoke(T) - Method in interface org.infinispan.notifications.impl.ListenerInvocation
-
Invokes the event
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.infinispan.executors.LazyInitializingExecutorService
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingExecutorService
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- invokeAll(BiFunction<Cache<K, V>, ? super CacheEntry<K, V>, R>) - Method in interface org.infinispan.LockedStream
-
Performs a BiFunction for each element of this stream on the primary owner of each entry returning a value.
- invokeAll(BiFunction<Cache<K, V>, ? super CacheEntry<K, V>, R>) - Method in class org.infinispan.stream.impl.LockedStreamImpl
- invokeAll(BiFunction<Cache<K, V>, ? super CacheEntry<K, V>, R>) - Method in class org.infinispan.stream.impl.TxLockedStreamImpl
- invokeAll(SerializableBiFunction<Cache<K, V>, ? super CacheEntry<K, V>, R>) - Method in interface org.infinispan.LockedStream
-
Same as
LockedStream.invokeAll(BiFunction)except that the BiFunction must also implementSerializable - invokeAny(Collection<? extends Callable<T>>) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- invokeAny(Collection<? extends Callable<T>>) - Method in class org.infinispan.executors.LazyInitializingExecutorService
- invokeAny(Collection<? extends Callable<T>>) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingExecutorService
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- invokeAsync() - Method in interface org.infinispan.commands.ReplicableCommand
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0, please use
CacheRpcCommand.invokeAsync(ComponentRegistry)orGlobalRpcCommand.invokeAsync(GlobalComponentRegistry)instead. - invokeAsync(ContextBuilder, VisitableCommand, int) - Method in class org.infinispan.cache.impl.InvocationHelper
-
Same as
InvocationHelper.invoke(InvocationContext, VisitableCommand)but using theInvocationContextcreated bybuilder. - invokeAsync(VisitableCommand, int) - Method in class org.infinispan.cache.impl.InvocationHelper
-
Same as
InvocationHelper.invoke(ContextBuilder, VisitableCommand, int)but using the defaultContextBuilder. - invokeAsync(InvocationContext, VisitableCommand) - Method in class org.infinispan.cache.impl.InvocationHelper
- invokeAsync(InvocationContext, VisitableCommand) - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- invokeAsync(InvocationContext, VisitableCommand) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- invokeAsync(InvocationContext, VisitableCommand) - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- invokeAsync(InvocationContext, VisitableCommand) - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- invokeAsync(InvocationContext, VisitableCommand) - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- invokeAsync(InvocationContext, VisitableCommand) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- invokeAsync(InvocationContext, VisitableCommand) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Walks the command through the interceptor chain.
- invokeAsync(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- invokeAsync(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.control.LockControlCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.irac.IracCleanupKeysCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.irac.IracMetadataRequestCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.irac.IracRequestStateCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.irac.IracStateResponseCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.irac.IracTombstoneRemoteSiteCheckCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.irac.IracUpdateVersionCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.read.SizeCommand
- invokeAsync(ComponentRegistry) - Method in interface org.infinispan.commands.remote.CacheRpcCommand
-
Invoke the command asynchronously.
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.remote.CheckTransactionRpcCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.remote.ClusteredGetCommand
-
Invokes a logical "get(key)" on a remote cache and returns results.
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTransactionsCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTxInfoCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.remote.SingleRpcCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.statetransfer.StateResponseCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.statetransfer.StateTransferGetListenersCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.statetransfer.StateTransferStartCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.triangle.BackupWriteCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.tx.PrepareCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.commands.tx.RollbackCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.CancelPublisherCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.NextPublisherCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.ReductionPublisherRequestCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteAmendOfflineStatusCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteAutoTransferStatusCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteBringOnlineCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteOfflineStatusCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteSetStateTransferModeCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteStateTransferCancelSendCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteStateTransferClearStatusCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishReceiveCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishSendCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteStateTransferRestartSendingCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartReceiveCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartSendCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteStateTransferStatusRequestCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteStatusCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteTakeOfflineCommand
- invokeAsync(ComponentRegistry) - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
- invokeAsync(GlobalComponentRegistry) - Method in interface org.infinispan.commands.GlobalRpcCommand
-
Invoke the command asynchronously.
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.commands.topology.CacheAvailabilityUpdateCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.commands.topology.CacheJoinCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.commands.topology.CacheLeaveCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.commands.topology.CacheShutdownCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.commands.topology.CacheShutdownRequestCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.commands.topology.CacheStatusRequestCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.commands.topology.RebalancePhaseConfirmCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.commands.topology.RebalancePolicyUpdateCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.commands.topology.RebalanceStartCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.commands.topology.RebalanceStatusRequestCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.commands.topology.TopologyUpdateCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.commands.topology.TopologyUpdateStableCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.manager.impl.ReplicableManagerFunctionCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.manager.impl.ReplicableRunnableCommand
- invokeAsync(GlobalComponentRegistry) - Method in class org.infinispan.xsite.commands.XSiteLocalEventCommand
- invokeCommand(Collection<Address>, ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- invokeCommand(Collection<Address>, ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- invokeCommand(Collection<Address>, ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in interface org.infinispan.remoting.transport.Transport
-
Invoke a command on a collection of node and pass the responses to a
ResponseCollector. - invokeCommand(Collection<Address>, ReplicableCommand, ResponseCollector<T>, RpcOptions) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Invoke a command on a collection of node and pass the responses to a
ResponseCollector. - invokeCommand(Collection<Address>, ReplicableCommand, ResponseCollector<T>, RpcOptions) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- invokeCommand(Address, ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- invokeCommand(Address, ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- invokeCommand(Address, ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in interface org.infinispan.remoting.transport.Transport
-
Invoke a command on a single node and pass the response to a
ResponseCollector. - invokeCommand(Address, ReplicableCommand, ResponseCollector<T>, RpcOptions) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Invoke a command on a single node and pass the response to a
ResponseCollector. - invokeCommand(Address, ReplicableCommand, ResponseCollector<T>, RpcOptions) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- invokeCommandOnAll(Collection<Address>, ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- invokeCommandOnAll(Collection<Address>, ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in interface org.infinispan.remoting.transport.Transport
-
Invoke a command on all the nodes in the cluster and pass the responses to a
ResponseCollector. - invokeCommandOnAll(ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- invokeCommandOnAll(ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- invokeCommandOnAll(ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in interface org.infinispan.remoting.transport.Transport
-
Invoke a command on all the nodes in the cluster and pass the responses to a
ResponseCollector. - invokeCommandOnAll(ReplicableCommand, ResponseCollector<T>, RpcOptions) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Invoke a command on all the nodes in the cluster and pass the responses to a
ResponseCollector. - invokeCommandOnAll(ReplicableCommand, ResponseCollector<T>, RpcOptions) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- invokeCommands(Collection<Address>, Function<Address, ReplicableCommand>, ResponseCollector<T>, long, DeliverOrder) - Method in interface org.infinispan.remoting.transport.Transport
-
Deprecated, for removal: This API element is subject to removal in a future version.Introduced in 9.1, but replaced in 9.2 with
Transport.invokeCommands(Collection, Function, ResponseCollector, DeliverOrder, long, TimeUnit). - invokeCommands(Collection<Address>, Function<Address, ReplicableCommand>, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- invokeCommands(Collection<Address>, Function<Address, ReplicableCommand>, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- invokeCommands(Collection<Address>, Function<Address, ReplicableCommand>, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in interface org.infinispan.remoting.transport.Transport
-
Invoke different commands on a collection of nodes and pass the responses to a
ResponseCollector. - invokeCommands(Collection<Address>, Function<Address, ReplicableCommand>, ResponseCollector<T>, RpcOptions) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Invoke different commands on a collection of nodes and pass the responses to a
ResponseCollector. - invokeCommands(Collection<Address>, Function<Address, ReplicableCommand>, ResponseCollector<T>, RpcOptions) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- invokeCommandStaggered(Collection<Address>, ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- invokeCommandStaggered(Collection<Address>, ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- invokeCommandStaggered(Collection<Address>, ReplicableCommand, ResponseCollector<T>, DeliverOrder, long, TimeUnit) - Method in interface org.infinispan.remoting.transport.Transport
-
Invoke a command on a collection of nodes and pass the responses to a
ResponseCollector. - invokeCommandStaggered(Collection<Address>, ReplicableCommand, ResponseCollector<T>, RpcOptions) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Invoke a command on a collection of nodes and pass the responses to a
ResponseCollector. - invokeCommandStaggered(Collection<Address>, ReplicableCommand, ResponseCollector<T>, RpcOptions) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- invokeEach(InvocationContext, Iterator<VisitableCommand>, BaseAsyncInterceptor, Object) - Static method in class org.infinispan.interceptors.impl.MultiSubCommandInvoker
-
Call
BaseAsyncInterceptor.invokeNext(InvocationContext, VisitableCommand)on a sequence of sub-commands. - invokeInLocalCache(String, ComponentRegistry) - Method in class org.infinispan.xsite.commands.remote.IracTombstoneCheckRequest
- invokeInLocalCache(String, ComponentRegistry) - Method in class org.infinispan.xsite.commands.remote.IracUpdateKeyRequest
- invokeInLocalCache(String, ComponentRegistry) - Method in class org.infinispan.xsite.commands.remote.XSiteCacheRequest
- invokeInLocalCache(String, ComponentRegistry) - Method in class org.infinispan.xsite.commands.remote.XSiteStatePushRequest
- invokeInLocalCache(String, ComponentRegistry) - Method in class org.infinispan.xsite.commands.remote.XSiteStateTransferControlRequest
- invokeInLocalCache(String, ComponentRegistry) - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
- invokeInLocalSite(String, GlobalComponentRegistry) - Method in class org.infinispan.xsite.commands.remote.XSiteCacheRequest
- invokeInLocalSite(String, GlobalComponentRegistry) - Method in class org.infinispan.xsite.commands.remote.XSiteRemoteEventCommand
- invokeInLocalSite(String, GlobalComponentRegistry) - Method in interface org.infinispan.xsite.commands.remote.XSiteRequest
-
This method is invoked by the receiver node.
- invokeListeners(T, Collection<L>) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- invokeLocal(XSiteStateProvider) - Method in class org.infinispan.xsite.commands.XSiteStateTransferCancelSendCommand
- invokeLocal(XSiteStateProvider) - Method in class org.infinispan.xsite.commands.XSiteStateTransferRestartSendingCommand
- invokeLocal(XSiteStateProvider) - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartSendCommand
- invokeLocal(XSiteStateTransferManager) - Method in class org.infinispan.xsite.commands.XSiteStateTransferClearStatusCommand
- invokeNext(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Invoke the next interceptor, possibly with a new command.
- invokeNextAndExceptionally(InvocationContext, C, InvocationExceptionFunction<C>) - Method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Invoke the next interceptor, possibly with a new command, and execute an
InvocationCallbackafter all the interceptors have finished with an exception. - invokeNextAndFinally(InvocationContext, C, InvocationFinallyAction<C>) - Method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Invoke the next interceptor, possibly with a new command, and execute an
InvocationCallbackafter all the interceptors have finished, with or without an exception. - invokeNextAndHandle(InvocationContext, C, InvocationFinallyFunction<C>) - Method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Invoke the next interceptor, possibly with a new command, and execute an
InvocationCallbackafter all the interceptors have finished, with or without an exception. - invokeNextThenAccept(InvocationContext, C, InvocationSuccessAction<C>) - Method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Invoke the next interceptor, possibly with a new command, and execute an
InvocationCallbackafter all the interceptors have finished successfully. - invokeNextThenApply(InvocationContext, C, InvocationSuccessFunction<C>) - Method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Invoke the next interceptor, possibly with a new command, and execute an
InvocationCallbackafter all the interceptors have finished successfully. - invokeNoChecks(EventWrapper<K, V, CacheEntryEvent<K, V>>, boolean, boolean, boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
-
Invokes the event without applying filters or converters
- invokeNoChecks(EventWrapper<K, V, CacheEntryEvent<K, V>>, boolean, boolean, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
-
This is the entry point for remote listener events being fired
- invokeNoChecks(EventWrapper<K, V, CacheEntryEvent<K, V>>, boolean, boolean, boolean) - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- invoker - Variable in class org.infinispan.cache.impl.CacheImpl
- invoker - Variable in class org.infinispan.cache.impl.InvocationHelper
- invokeRemotely(Map<Address, ReplicableCommand>, ResponseMode, long, boolean, ResponseFilter, boolean, boolean) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
-
Deprecated, for removal: This API element is subject to removal in a future version.
- invokeRemotely(Map<Address, ReplicableCommand>, ResponseMode, long, boolean, ResponseFilter, boolean, boolean) - Method in interface org.infinispan.remoting.transport.Transport
-
Deprecated, for removal: This API element is subject to removal in a future version.
- invokeRemotely(Map<Address, ReplicableCommand>, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
-
Deprecated, for removal: This API element is subject to removal in a future version.
- invokeRemotely(Map<Address, ReplicableCommand>, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
-
Deprecated, for removal: This API element is subject to removal in a future version.
- invokeRemotely(Map<Address, ReplicableCommand>, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in interface org.infinispan.remoting.transport.Transport
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 9.2, please use
Transport.invokeRemotelyAsync(Collection, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder, boolean)instead. - invokeRemotely(InvocationContext, DataWriteCommand, Address) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- invokeRemotelyAsync(Collection<Address>, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- invokeRemotelyAsync(Collection<Address>, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- invokeRemotelyAsync(Collection<Address>, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in interface org.infinispan.remoting.transport.Transport
- invokeRemotelyAsync(Collection<Address>, ReplicableCommand, RpcOptions) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- invokeRemotelyAsync(Collection<Address>, ReplicableCommand, RpcOptions) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- invokeStage(InvocationContext, VisitableCommand) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Walks the command through the interceptor chain.
- invokeStage(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- invokeStage(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- invokeXSite(XSiteBackup, XSiteCacheRequest<O>) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Sends the
XSiteCacheRequestto a remote site. - invokeXSite(XSiteBackup, XSiteCacheRequest<O>) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- IRAC_CLEAR - Static variable in class org.infinispan.xsite.commands.remote.Ids
- IRAC_STATE - Enum constant in enum class org.infinispan.context.Flag
-
Signals a
WriteCommandas state transfer from remote site. - IRAC_STATE - Static variable in class org.infinispan.context.impl.FlagBitSets
- IRAC_TOMBSTONE_CHECK - Static variable in class org.infinispan.xsite.commands.remote.Ids
- IRAC_TOUCH - Static variable in class org.infinispan.xsite.commands.remote.Ids
- IRAC_UPDATE - Enum constant in enum class org.infinispan.context.Flag
-
Signals a
WriteCommandas an update from a remote site (async). - IRAC_UPDATE - Static variable in class org.infinispan.context.impl.FlagBitSets
- IRAC_UPDATE - Static variable in class org.infinispan.xsite.commands.remote.Ids
- IracCleanupKeysCommand - Class in org.infinispan.commands.irac
-
Sends a cleanup request from the primary owner to the backup owners.
- IracCleanupKeysCommand() - Constructor for class org.infinispan.commands.irac.IracCleanupKeysCommand
- IracCleanupKeysCommand(ByteString) - Constructor for class org.infinispan.commands.irac.IracCleanupKeysCommand
- IracCleanupKeysCommand(ByteString, Collection<IracManagerKeyInfo>) - Constructor for class org.infinispan.commands.irac.IracCleanupKeysCommand
- IracClearKeysRequest - Class in org.infinispan.xsite.commands.remote
-
A clear request that is sent to the remote site by
IracManager. - IracClearKeysRequest() - Constructor for class org.infinispan.xsite.commands.remote.IracClearKeysRequest
- IracClearKeysRequest(ByteString) - Constructor for class org.infinispan.xsite.commands.remote.IracClearKeysRequest
- IracClearResponseCollector - Class in org.infinispan.xsite.irac
-
Used by asynchronous cross-site replication, it aggregates response from multiple sites and returns
IracBatchSendResult. - IracClearResponseCollector(String) - Constructor for class org.infinispan.xsite.irac.IracClearResponseCollector
- IracComponentFactory - Class in org.infinispan.factories
- IracComponentFactory() - Constructor for class org.infinispan.factories.IracComponentFactory
- IracEntryVersion - Class in org.infinispan.container.versioning.irac
-
An entry version for the IRAC algorithm (async cross site replication).
- IracEntryVersion.MapEntry - Class in org.infinispan.container.versioning.irac
- IracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5 - Class in org.infinispan.container.versioning.irac
-
WARNING: Generated code! Do not edit!
- IracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5() - Constructor for class org.infinispan.container.versioning.irac.IracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5
- IracExecutor - Class in org.infinispan.xsite.irac
-
Executes the "IRAC" sending task in a single thread.
- IracExecutor(Supplier<CompletionStage<Void>>) - Constructor for class org.infinispan.xsite.irac.IracExecutor
- iracManager - Variable in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
- IracManager - Interface in org.infinispan.xsite.irac
-
It manages the keys changed in the local cluster and sends to all asynchronous backup configured.
- IracManagerKeyInfo - Class in org.infinispan.xsite.irac
- IracManagerKeyInfo(int, Object, Object) - Constructor for class org.infinispan.xsite.irac.IracManagerKeyInfo
- iracMetadata() - Method in class org.infinispan.metadata.impl.PrivateMetadata
- iracMetadata(IracMetadata) - Method in class org.infinispan.metadata.impl.PrivateMetadata.Builder
-
Sets the
IracMetadatato store. - IracMetadata - Class in org.infinispan.metadata.impl
-
The metadata stored for an entry needed for IRAC (async cross-site replication).
- IracMetadata(String, IracEntryVersion) - Constructor for class org.infinispan.metadata.impl.IracMetadata
- IracMetadata(ByteString, IracEntryVersion) - Constructor for class org.infinispan.metadata.impl.IracMetadata
- IracMetadata$___Marshaller_cf0a6ded5e9e5b145ea5821d40d9659677d03a5df3e405762cc053e3bbb15e64 - Class in org.infinispan.metadata.impl
-
WARNING: Generated code! Do not edit!
- IracMetadata$___Marshaller_cf0a6ded5e9e5b145ea5821d40d9659677d03a5df3e405762cc053e3bbb15e64() - Constructor for class org.infinispan.metadata.impl.IracMetadata$___Marshaller_cf0a6ded5e9e5b145ea5821d40d9659677d03a5df3e405762cc053e3bbb15e64
- IracMetadataRequestCommand - Class in org.infinispan.commands.irac
-
A request for a new
IracMetadatafor a giver segment. - IracMetadataRequestCommand() - Constructor for class org.infinispan.commands.irac.IracMetadataRequestCommand
- IracMetadataRequestCommand(ByteString) - Constructor for class org.infinispan.commands.irac.IracMetadataRequestCommand
- IracMetadataRequestCommand(ByteString, int, IracEntryVersion) - Constructor for class org.infinispan.commands.irac.IracMetadataRequestCommand
- IracPutKeyValueCommand - Class in org.infinispan.commands.write
-
A
WriteCommandused to handle updates from the remote site (for asynchronous cross-site replication). - IracPutKeyValueCommand() - Constructor for class org.infinispan.commands.write.IracPutKeyValueCommand
- IracPutKeyValueCommand(Object, int, CommandInvocationId, Object, Metadata, PrivateMetadata) - Constructor for class org.infinispan.commands.write.IracPutKeyValueCommand
- IracPutManyRequest - Class in org.infinispan.xsite.commands.remote
-
A multi-key cross-site requests.
- IracPutManyRequest() - Constructor for class org.infinispan.xsite.commands.remote.IracPutManyRequest
- IracPutManyRequest(ByteString, int) - Constructor for class org.infinispan.xsite.commands.remote.IracPutManyRequest
- IracRequestStateCommand - Class in org.infinispan.commands.irac
-
Requests the state for a given segments.
- IracRequestStateCommand() - Constructor for class org.infinispan.commands.irac.IracRequestStateCommand
- IracRequestStateCommand(ByteString) - Constructor for class org.infinispan.commands.irac.IracRequestStateCommand
- IracRequestStateCommand(ByteString, IntSet) - Constructor for class org.infinispan.commands.irac.IracRequestStateCommand
- IracResponseCollector - Class in org.infinispan.xsite.irac
-
A response collector for an asynchronous cross site requests.
- IracStateResponseCommand - Class in org.infinispan.commands.irac
-
The IRAC state for a given key.
- IracStateResponseCommand() - Constructor for class org.infinispan.commands.irac.IracStateResponseCommand
- IracStateResponseCommand(ByteString) - Constructor for class org.infinispan.commands.irac.IracStateResponseCommand
- IracStateResponseCommand(ByteString, int) - Constructor for class org.infinispan.commands.irac.IracStateResponseCommand
- IracTombstoneCheckRequest - Class in org.infinispan.xsite.commands.remote
-
A
XSiteCacheRequestto check tombstones for IRAC algorithm. - IracTombstoneCheckRequest() - Constructor for class org.infinispan.xsite.commands.remote.IracTombstoneCheckRequest
- IracTombstoneCheckRequest(ByteString, List<Object>) - Constructor for class org.infinispan.xsite.commands.remote.IracTombstoneCheckRequest
- IracTombstoneCleanupCommand - Class in org.infinispan.commands.irac
-
A
CacheRpcCommandto clean up tombstones for IRAC algorithm. - IracTombstoneCleanupCommand() - Constructor for class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- IracTombstoneCleanupCommand(ByteString) - Constructor for class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- IracTombstoneCleanupCommand(ByteString, int) - Constructor for class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- IracTombstoneInfo - Class in org.infinispan.container.versioning.irac
-
A data class to store the tombstone information for a key.
- IracTombstoneInfo(Object, int, IracMetadata) - Constructor for class org.infinispan.container.versioning.irac.IracTombstoneInfo
- IracTombstoneManager - Interface in org.infinispan.container.versioning.irac
-
Stores and manages tombstones for removed keys.
- IracTombstonePrimaryCheckCommand - Class in org.infinispan.commands.irac
-
A
CacheRpcCommandto check if one or more tombstones are still valid. - IracTombstonePrimaryCheckCommand() - Constructor for class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- IracTombstonePrimaryCheckCommand(ByteString) - Constructor for class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- IracTombstonePrimaryCheckCommand(ByteString, Collection<IracTombstoneInfo>) - Constructor for class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- IracTombstoneRemoteSiteCheckCommand - Class in org.infinispan.commands.irac
-
A
BaseRpcCommandto check tombstones for IRAC algorithm. - IracTombstoneRemoteSiteCheckCommand() - Constructor for class org.infinispan.commands.irac.IracTombstoneRemoteSiteCheckCommand
- IracTombstoneRemoteSiteCheckCommand(ByteString) - Constructor for class org.infinispan.commands.irac.IracTombstoneRemoteSiteCheckCommand
- IracTombstoneRemoteSiteCheckCommand(ByteString, List<Object>) - Constructor for class org.infinispan.commands.irac.IracTombstoneRemoteSiteCheckCommand
- IracTombstoneStateResponseCommand - Class in org.infinispan.commands.irac
-
Response for a state request with the tombstones stored in the local node.
- IracTombstoneStateResponseCommand() - Constructor for class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- IracTombstoneStateResponseCommand(ByteString) - Constructor for class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- IracTombstoneStateResponseCommand(ByteString, Collection<IracTombstoneInfo>) - Constructor for class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- IracTouchKeyRequest - Class in org.infinispan.xsite.commands.remote
-
A request that is sent to the remote site by
IracManager. - IracTouchKeyRequest() - Constructor for class org.infinispan.xsite.commands.remote.IracTouchKeyRequest
- IracTouchKeyRequest(ByteString, Object) - Constructor for class org.infinispan.xsite.commands.remote.IracTouchKeyRequest
- IracUpdateKeyRequest<T> - Class in org.infinispan.xsite.commands.remote
-
An update request that is sent to the remote site by
IracManager. - IracUpdateKeyRequest(ByteString) - Constructor for class org.infinispan.xsite.commands.remote.IracUpdateKeyRequest
- IracUpdateVersionCommand - Class in org.infinispan.commands.irac
-
It transfers the current versions stored in
IracVersionGeneratorto the other nodes when joins/leaving events occurs. - IracUpdateVersionCommand() - Constructor for class org.infinispan.commands.irac.IracUpdateVersionCommand
- IracUpdateVersionCommand(ByteString) - Constructor for class org.infinispan.commands.irac.IracUpdateVersionCommand
- IracUpdateVersionCommand(ByteString, Map<Integer, IracEntryVersion>) - Constructor for class org.infinispan.commands.irac.IracUpdateVersionCommand
- IracUtils - Class in org.infinispan.util
-
Utility methods from IRAC (async cross-site replication)
- IracVersionGenerator - Interface in org.infinispan.container.versioning.irac
-
A version generator for the IRAC protocol.
- IracXSiteBackup - Class in org.infinispan.xsite.irac
-
Extends
XSiteBackupclass with logging configuration. - IracXSiteBackup(String, boolean, long, boolean, short) - Constructor for class org.infinispan.xsite.irac.IracXSiteBackup
- is1PcForAutoCommitTransaction(LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionCoordinator
- isAcceptable(Response, Address) - Method in class org.infinispan.remoting.responses.ClusteredGetResponseValidityFilter
- isAcceptable(Response, Address) - Method in class org.infinispan.remoting.responses.IgnoreExtraResponsesValidityFilter
- isAcceptable(Response, Address) - Method in interface org.infinispan.remoting.rpc.ResponseFilter
-
Determines whether a response from a given sender should be added to the response list of the request
- isAffectedByRehash(Object) - Method in interface org.infinispan.distribution.DistributionManager
-
Tests whether a given key is affected by a rehash that may be in progress.
- isAffectedByRehash(Object) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
- isAlias() - Method in interface org.infinispan.factories.impl.ComponentRef
- isAllCompleted() - Method in class org.infinispan.executors.ExecutorAllCompletionService
- isAsyncBackup() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- isAsynchronous() - Method in enum class org.infinispan.remoting.rpc.ResponseMode
- isAvailable() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- isAvailable() - Method in interface org.infinispan.notifications.cachelistener.event.PersistenceAvailabilityChangedEvent
- isAvailable() - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- isAvailable() - Method in class org.infinispan.persistence.file.SingleFileStore
- isAvailable() - Method in interface org.infinispan.persistence.manager.PersistenceManager
- isAvailable() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- isAvailable() - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- isAvailable() - Method in interface org.infinispan.persistence.spi.CacheLoader
-
Deprecated.
- isAvailable() - Method in interface org.infinispan.persistence.spi.CacheWriter
-
Deprecated.
- isAvailable() - Method in interface org.infinispan.persistence.spi.ExternalStore
-
Deprecated.
- isAvailable() - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Returns a stage that, when complete, returns a boolean indicating whether the current store can be accessed for requests.
- isAvailable() - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- isAvailable() - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- isAvailable() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- isAvailable() - Method in interface org.infinispan.util.concurrent.locks.LockPromise
-
It tests if the lock is available.
- isBackOffEnabled() - Method in class org.infinispan.xsite.irac.IracXSiteBackup
- isBackupFor(String, String) - Method in class org.infinispan.configuration.cache.BackupForConfiguration
- isBatchingEnabled() - Method in enum class org.infinispan.configuration.parsing.CacheParser.TransactionMode
- isCacheElement(String) - Static method in enum class org.infinispan.configuration.parsing.Element
- isCacheReady() - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.A test to check whether the cache is in its started state.
- isCacheRebalancingEnabled(String) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Checks whether rebalancing is enabled for the specified cache.
- isCacheRebalancingEnabled(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- isCancelled() - Method in class org.infinispan.statetransfer.InboundTransferTask
- isCancelled() - Method in class org.infinispan.statetransfer.OutboundTransferTask
- isCategoryDisabled() - Method in class org.infinispan.telemetry.InfinispanSpanAttributes
- isCausedByALocalWrite(Address) - Method in class org.infinispan.commands.write.InvalidateL1Command
-
Returns true if the write that caused the invalidation was performed on this node.
- isChanged() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- isChanged() - Method in interface org.infinispan.container.entries.CacheEntry
- isChanged() - Method in class org.infinispan.container.entries.ClearCacheEntry
- isChanged() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- isChanged() - Method in class org.infinispan.container.entries.NullCacheEntry
- isChanged() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- isClustered() - Method in enum class org.infinispan.configuration.cache.CacheMode
- isClustered() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- isClustered() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- isClustered() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
- isClustered() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- isClustered() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- isClustered() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- isClustered(GlobalConfiguration) - Static method in class org.infinispan.configuration.cache.Configurations
- isClusterWide() - Method in class org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
- isCommandRetried() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- isCommandRetried() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isCommandRetried() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- isCommandSentBeforeFirstTopology(int) - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
- isCommit() - Method in enum class org.infinispan.interceptors.locking.ClusteringDependentLogic.Commit
- isCommitted() - Method in interface org.infinispan.container.entries.MVCCEntry
- isCommitted() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- isCommunicationError(Throwable) - Static method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- isComplete() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponse
- isCompletedSuccessfully() - Method in class org.infinispan.statetransfer.InboundTransferTask
- isCompletionFailed() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareLocalTransaction
-
Returns true if this transaction failed during 2nd phase of 2PC(prepare or commit).
- isComputeIfPresent() - Method in class org.infinispan.commands.write.ComputeCommand
- isConditional() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- isConditional() - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
- isConditional() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- isConditional() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- isConditional() - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
- isConditional() - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- isConditional() - Method in class org.infinispan.commands.write.ClearCommand
- isConditional() - Method in class org.infinispan.commands.write.ComputeCommand
- isConditional() - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- isConditional() - Method in class org.infinispan.commands.write.InvalidateCommand
- isConditional() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- isConditional() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- isConditional() - Method in class org.infinispan.commands.write.PutMapCommand
- isConditional() - Method in class org.infinispan.commands.write.RemoveCommand
- isConditional() - Method in class org.infinispan.commands.write.RemoveExpiredCommand
- isConditional() - Method in class org.infinispan.commands.write.ReplaceCommand
- isConditional() - Method in interface org.infinispan.commands.write.WriteCommand
-
Certain commands only work based on a certain condition or state of the cache.
- isConditional(WriteCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- isConflictResolutionInProgress() - Method in interface org.infinispan.conflict.ConflictManager
- isConflictResolutionInProgress() - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- isConnected() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- isConnected(String) - Method in class org.infinispan.upgrade.RollingUpgradeManager
- isConnected(Cache<Object, Object>) - Method in interface org.infinispan.upgrade.TargetMigrator
-
Check if a cluster is connected to other for doing rolling upgrades
- isConversionSupported(MediaType) - Method in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, with no replacement.
- isConversionSupported(MediaType, MediaType) - Method in interface org.infinispan.marshall.core.EncoderRegistry
- isConversionSupported(MediaType, MediaType) - Method in class org.infinispan.marshall.core.EncoderRegistryImpl
- isCoordinator() - Method in class org.infinispan.manager.CacheManagerInfo
- isCoordinator() - Method in class org.infinispan.manager.DefaultCacheManager
- isCoordinator() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- isCoordinator() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- isCoordinator() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- isCoordinator() - Method in class org.infinispan.remoting.transport.jgroups.ClusterView
- isCoordinator() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- isCoordinator() - Method in interface org.infinispan.remoting.transport.Transport
- isCreate() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- isCreated() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- isCreated() - Method in interface org.infinispan.container.entries.CacheEntry
- isCreated() - Method in class org.infinispan.container.entries.ClearCacheEntry
- isCreated() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- isCreated() - Method in class org.infinispan.container.entries.NullCacheEntry
- isCreated() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- isCreated() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- isCreated() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent
-
Indicates whether the cache entry modification event is the result of the cache entry being created.
- isCreated() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- isCurrentState() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
- isCurrentState() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- isCurrentThreadBlocking() - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- isDefaultRoles() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- isDefaultRunning() - Method in class org.infinispan.manager.DefaultCacheManager
- isDefaultRunning() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Tests whether the default cache is running.
- isDefaultRunning() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- isDelete() - Method in class org.infinispan.functional.impl.StatsEnvelope
- isDistributed() - Method in enum class org.infinispan.configuration.cache.CacheMode
- isDone() - Method in class org.infinispan.interceptors.ExceptionSyncInvocationStage
- isDone() - Method in class org.infinispan.interceptors.impl.SimpleAsyncInvocationStage
- isDone() - Method in class org.infinispan.interceptors.InvocationStage
- isDone() - Method in class org.infinispan.interceptors.SyncInvocationStage
- isEmbeddedMode(GlobalConfiguration) - Static method in class org.infinispan.configuration.cache.Configurations
- isEmpty() - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- isEmpty() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- isEmpty() - Method in class org.infinispan.cache.impl.CacheImpl
- isEmpty() - Method in class org.infinispan.cache.impl.DecoratedCache
- isEmpty() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
- isEmpty() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- isEmpty() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
- isEmpty() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
- isEmpty() - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- isEmpty() - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- isEmpty() - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- isEmpty() - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- isEmpty() - Method in interface org.infinispan.container.versioning.irac.IracTombstoneManager
- isEmpty() - Method in class org.infinispan.container.versioning.irac.NoOpIracTombstoneManager
- isEmpty() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareCollection
-
Checks if the provided set is empty.
- isEmpty() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
-
Checks if the provided map is empty.
- isEmpty() - Method in class org.infinispan.functional.impl.MetaParams
- isEmpty() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- isEmpty() - Method in class org.infinispan.InternalCacheSet
- isEmpty() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
- isEmpty() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
- isEmpty() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
- isEmpty() - Method in class org.infinispan.metadata.EmbeddedMetadata
- isEmpty() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- isEmpty() - Method in class org.infinispan.metadata.impl.L1Metadata
- isEmpty() - Method in class org.infinispan.metadata.impl.PrivateMetadata
- isEmpty() - Method in interface org.infinispan.metadata.Metadata
-
Returns whether this metadata is effectively empty, that is that persisting or replicating it to another node would be no different then sending a null metadata object.
- isEmpty() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
- isEmpty() - Method in interface org.infinispan.remoting.transport.BackupResponse
- isEmpty() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
- isEmpty() - Method in class org.infinispan.security.impl.SecureCacheImpl
- isEmpty() - Method in class org.infinispan.statetransfer.CommitManager
- isEmpty() - Method in class org.infinispan.topology.CacheStatusResponse
- isEmpty() - Method in class org.infinispan.transaction.impl.ModificationList
- isEmpty() - Method in class org.infinispan.util.CollectionMapper
- isEmpty() - Method in class org.infinispan.xsite.commands.remote.IracPutManyRequest
- isEmpty() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- isEnabled() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- isEnabled() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- isEnabled() - Method in enum class org.infinispan.eviction.EvictionStrategy
-
Whether or not the cache will do something due to the strategy
- isEnabled() - Method in interface org.infinispan.eviction.impl.PassivationManager
- isEnabled() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
- isEnabled() - Method in class org.infinispan.eviction.impl.PassivationManagerStub
- isEnabled() - Method in interface org.infinispan.expiration.ExpirationManager
- isEnabled() - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
- isEnabled() - Method in interface org.infinispan.persistence.manager.PersistenceManager
- isEnabled() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- isEnabled() - Method in class org.infinispan.persistence.manager.PersistenceStatus
- isEnabled() - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- isEnabled() - Method in class org.infinispan.xsite.OfflineStatus
- isEncoded() - Method in interface org.infinispan.functional.FunctionalMap
-
Tells if the underlying cache is using encoding or not
- isEnlisted() - Method in class org.infinispan.transaction.impl.LocalTransaction
- isEnlisted() - Method in class org.infinispan.transaction.synchronization.SyncLocalTransaction
- isEnlisted() - Method in class org.infinispan.transaction.xa.LocalXaTransaction
-
As per the JTA spec, XAResource.start is called on enlistment.
- isEntryRemovedInContext(Object) - Method in class org.infinispan.context.impl.AbstractInvocationContext
- isEntryRemovedInContext(Object) - Method in class org.infinispan.context.impl.ClearInvocationContext
- isEntryRemovedInContext(Object) - Method in class org.infinispan.context.impl.ImmutableContext
- isEntryRemovedInContext(Object) - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- isEntryRemovedInContext(Object) - Method in interface org.infinispan.context.InvocationContext
-
Deprecated.Since 11, to be removed in 14 with no replacement
- isEntryStream() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- isEvicted() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- isEvicted() - Method in interface org.infinispan.container.entries.CacheEntry
- isEvicted() - Method in class org.infinispan.container.entries.ClearCacheEntry
- isEvicted() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- isEvicted() - Method in class org.infinispan.container.entries.NullCacheEntry
- isEvicted() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- isEvictionEnabled() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Returns whether remove eviction is in use
- isExceptionBased() - Method in enum class org.infinispan.eviction.EvictionStrategy
-
The cache will throw exceptions to prevent memory growth
- isExceptionBasedEviction(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- isExceptionThrown() - Method in class org.infinispan.executors.ExecutorAllCompletionService
- isExpiration() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- isExpired() - Method in interface org.infinispan.container.entries.MVCCEntry
-
Returns whether this entry was marked as being expired or not
- isExpired() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- isExpired() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- isExpired(long) - Method in class org.infinispan.container.entries.ImmortalCacheEntry
- isExpired(long) - Method in class org.infinispan.container.entries.ImmortalCacheValue
- isExpired(long) - Method in interface org.infinispan.container.entries.InternalCacheEntry
- isExpired(long) - Method in interface org.infinispan.container.entries.InternalCacheValue
- isExpired(long) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- isExpired(long) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
- isExpired(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- isExpired(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
- isExpired(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- isExpired(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
- isExpired(long) - Method in class org.infinispan.container.entries.MortalCacheEntry
- isExpired(long) - Method in class org.infinispan.container.entries.MortalCacheValue
- isExpired(long) - Method in class org.infinispan.container.entries.TransientCacheEntry
- isExpired(long) - Method in class org.infinispan.container.entries.TransientCacheValue
- isExpired(long) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- isExpired(long) - Method in class org.infinispan.container.entries.TransientMortalCacheValue
- isExpired(long) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Returns whether entry is expired or not.
- isExpired(long) - Method in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
-
Returns whether entry is expired.
- isExpired(long) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- isExpired(long) - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- isExpired(long) - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- isExpired(long) - Method in interface org.infinispan.metadata.InternalMetadata
-
Deprecated.
- isExpired(long) - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- isExpired(Metadata, long, long, long) - Static method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- isExpiredMortal(long, long, long) - Static method in class org.infinispan.container.entries.ExpiryHelper
- isExpiredTransient(long, long, long) - Static method in class org.infinispan.container.entries.ExpiryHelper
- isExpiredTransientMortal(long, long, long, long, long) - Static method in class org.infinispan.container.entries.ExpiryHelper
- isFetchEnabled - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- isFilterOnStorageFormat() - Method in class org.infinispan.notifications.cachelistener.ListenerHolder
- isForwarded() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- isForwarded() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- isForwarded() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- isForwarded() - Method in class org.infinispan.commands.write.PutMapCommand
-
For non transactional caches that support concurrent writes (default), the commands are forwarded between nodes, e.g.: - commands is executed on node A, but some of the keys should be locked on node B - the command is send to the main owner (B) - B tries to acquire lock on the keys it owns, then forwards the commands to the other owners as well - at this last stage, the command has the "isForwarded" flag set to true.
- isFromRemoteSite() - Method in class org.infinispan.transaction.impl.LocalTransaction
-
When x-site replication is used, this returns when this operation happens as a result of backing up data from a remote site.
- isFromStateTransfer() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- isFullyPreloaded() - Method in class org.infinispan.persistence.manager.PreloadManager
- isGlobalScope() - Method in class org.infinispan.factories.impl.ComponentAccessor
-
Temporary, for ComponentRegistry.getLocalComponent
- isHit() - Method in class org.infinispan.functional.impl.StatsEnvelope
- isImplicit() - Method in class org.infinispan.security.impl.CacheRoleImpl
- isImplicit() - Method in interface org.infinispan.security.Role
-
If this role is part of the implicit authorization configuration
- isImplicitTransaction() - Method in class org.infinispan.context.impl.LocalTxInvocationContext
- isImplicitTransaction() - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
- isImplicitTransaction() - Method in interface org.infinispan.context.impl.TxInvocationContext
- isImplicitTransaction() - Method in class org.infinispan.transaction.impl.LocalTransaction
- isIncludeCurrentState() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- isInDoubt() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
-
A transaction is in doubt if it is prepared and and it is orphan.
- isInheritable() - Method in class org.infinispan.security.impl.CacheRoleImpl
- isInheritable() - Method in interface org.infinispan.security.Role
-
Whether this role can be implicitly inherited.
- isInternalCache(String) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
- isInternalCache(String) - Method in interface org.infinispan.registry.InternalCacheRegistry
-
Returns whether the cache is internal, i.e.
- isInTxScope() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- isInTxScope() - Method in class org.infinispan.context.impl.ClearInvocationContext
- isInTxScope() - Method in class org.infinispan.context.impl.ImmutableContext
- isInTxScope() - Method in class org.infinispan.context.impl.NonTxInvocationContext
- isInTxScope() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- isInTxScope() - Method in interface org.infinispan.context.InvocationContext
-
Returns true if this call is performed in the context of an transaction, false otherwise.
- isInvalidation() - Method in enum class org.infinispan.configuration.cache.CacheMode
-
Returns true if the mode is invalidation, either sync or async.
- isInvalidationMode - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- isIracState(FlagAffectedCommand) - Static method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- isIs() - Method in class org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
- isJoinComplete() - Method in interface org.infinispan.distribution.DistributionManager
-
Tests whether the current instance has completed joining the cluster
- isJoinComplete() - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
- isJoinComplete() - Method in interface org.infinispan.statetransfer.StateTransferManager
- isJoinComplete() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
- isKeyEquals(Object) - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- isKeyGeneratorThreadActive() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- isKeyGeneratorThreadAlive() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- isKeyOperationAllowed(boolean, long, LocalizedCacheTopology, Object) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
-
Check if a read/write operation is allowed with the actual members
- isL1Enabled - Variable in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- isL1Entry() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- isL1Entry() - Method in interface org.infinispan.container.entries.InternalCacheEntry
- isL1Entry() - Method in class org.infinispan.container.entries.L1InternalCacheEntry
- isL1Entry() - Method in class org.infinispan.container.entries.metadata.L1MetadataInternalCacheEntry
- isLastChunk() - Method in class org.infinispan.statetransfer.StateChunk
- isLoaded() - Method in interface org.infinispan.container.entries.MVCCEntry
- isLoaded() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- isLocal() - Method in enum class org.infinispan.distribution.DataLocality
-
Deprecated.
- isLocal() - Method in enum class org.infinispan.interceptors.locking.ClusteringDependentLogic.Commit
- isLocal() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
- isLocalModeForced(FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.BaseRpcInterceptor
- isLocalOnly() - Method in interface org.infinispan.xsite.XSiteCacheMapper.LocalCacheInfo
- isLocalTopologyManagerRunning() - Method in class org.infinispan.factories.GlobalComponentRegistry
- isLocatedLocally(String) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
- isLocked() - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
-
It checks if the lock is acquired.
- isLocked(Object) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- isLocked(Object) - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
- isLocked(Object) - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
- isLocked(Object) - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
- isLocked(Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
Tests if the
keyis locked. - isLogFile(int) - Method in class org.infinispan.persistence.sifs.FileProvider
- isLostSegment() - Method in interface org.infinispan.reactive.publisher.impl.SegmentAwarePublisherSupplier.NotificationWithLost
-
Whether this notification is for a lost segment
- isLowLevelTrace() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- isManuallyDegraded() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
- isManuallyDegraded() - Method in class org.infinispan.topology.ClusterCacheStatus
- isMarkedForRollback() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- isMarkedForRollback() - Method in interface org.infinispan.transaction.xa.CacheTransaction
- isMarshallable(Object) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- isMarshallable(Object) - Method in class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- isMarshallable(Object) - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- IsMarshallableInterceptor - Class in org.infinispan.interceptors.impl
-
Interceptor to verify whether parameters passed into cache are marshallables or not.
- IsMarshallableInterceptor() - Constructor for class org.infinispan.interceptors.impl.IsMarshallableInterceptor
- isMaxIdle() - Method in class org.infinispan.commands.write.RemoveExpiredCommand
-
Whether this remove expired was fired because of max idle
- isMaxIdleExpirable() - Method in interface org.infinispan.container.entries.InternalCacheValue
- isMaxIdleExpirable() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
- isMaxIdleExpirable() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
- isMaxIdleExpirable() - Method in class org.infinispan.container.entries.TransientCacheValue
- isMaxIdleExpirable() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
- isMediaTypeChanged() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- isMergeView() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- isMergeView() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
- isMinorityPartition(List<Address>, List<Address>) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
- isMiss() - Method in class org.infinispan.functional.impl.StatsEnvelope
- isModified() - Method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- isModified() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- isModified() - Method in interface org.infinispan.reactive.publisher.impl.ModifiedValueFunction
-
This method should return true when this function changes the actual values of the Publisher.
- isModified() - Method in class org.infinispan.stream.impl.CacheIntermediatePublisher
- isMulticastCapable() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- isMulticastCapable() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- isMulticastCapable() - Method in interface org.infinispan.remoting.transport.Transport
-
Tests whether the transport supports true multicast
- isNext(int, long, int) - Method in class org.infinispan.distribution.TriangleOrderManager
- isNoNamespaceAttribute(ConfigurationReader, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- isNonBlocking() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- isNonExistent() - Method in class org.infinispan.commands.write.RemoveCommand
- isNormalWriteCommand(WriteCommand) - Static method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- isNotificationAllowed(FlagAffectedCommand, List<CacheEntryListenerInvocation<K, V>>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- isNull() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- isNull() - Method in interface org.infinispan.container.entries.CacheEntry
-
Tests whether the entry represents a null value, typically used for repeatable read.
- isNull() - Method in class org.infinispan.container.entries.ClearCacheEntry
- isNull() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- isNull() - Method in class org.infinispan.container.entries.NullCacheEntry
- isNull() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- isObjectStorage() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- isObjectStorage() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- isObjectStorage() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- isOffHeap() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- isOffline() - Method in class org.infinispan.xsite.OfflineStatus
- isOffline() - Method in class org.infinispan.xsite.response.AutoStateTransferResponse
- isOffline() - Method in class org.infinispan.xsite.status.AbstractMixedSiteStatus
- isOffline() - Method in class org.infinispan.xsite.status.AbstractSiteStatusBuilder
- isOffline() - Method in class org.infinispan.xsite.status.ContainerSiteStatusBuilder
- isOffline() - Method in class org.infinispan.xsite.status.OfflineSiteStatus
- isOffline() - Method in class org.infinispan.xsite.status.OnlineSiteStatus
- isOffline() - Method in interface org.infinispan.xsite.status.SiteStatus
- ISOLATION - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ISOLATION_LEVEL - Static variable in class org.infinispan.configuration.cache.LockingConfiguration
- isolationLevel() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.use
LockingConfiguration.lockIsolationLevel()instead - isolationLevel() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.with no replacement
- isolationLevel(IsolationLevel) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Cache isolation level.
- isolationLevel(IsolationLevel) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- IsolationLevel - Enum Class in org.infinispan.configuration.cache
-
Various transaction isolation levels as an enumerated class.
- IsolationLevel - Enum Class in org.infinispan.util.concurrent
-
Deprecated, for removal: This API element is subject to removal in a future version.use
IsolationLevelinstead - isOnePhaseCommit() - Method in class org.infinispan.commands.tx.PrepareCommand
- isOnePhaseCommit(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- isOnline() - Method in class org.infinispan.xsite.status.AbstractMixedSiteStatus
- isOnline() - Method in class org.infinispan.xsite.status.AbstractSiteStatusBuilder
- isOnline() - Method in class org.infinispan.xsite.status.ContainerSiteStatusBuilder
- isOnline() - Method in class org.infinispan.xsite.status.OfflineSiteStatus
- isOnline() - Method in class org.infinispan.xsite.status.OnlineSiteStatus
- isOnline() - Method in interface org.infinispan.xsite.status.SiteStatus
- isOnlyPrimary() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- isOpened() - Method in class org.infinispan.util.concurrent.ReclosableLatch
- isOriginatorMissing(Collection<Address>) - Method in class org.infinispan.xsite.statetransfer.BaseXSiteStateProviderState
- isOriginatorMissing(Collection<Address>) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProviderState
-
Returns
- isOriginatorMissing(GlobalTransaction) - Method in class org.infinispan.transaction.impl.ClusteredTransactionOriginatorChecker
- isOriginatorMissing(GlobalTransaction) - Method in interface org.infinispan.transaction.impl.TransactionOriginatorChecker
- isOriginatorMissing(GlobalTransaction, Collection<Address>) - Method in class org.infinispan.transaction.impl.ClusteredTransactionOriginatorChecker
- isOriginatorMissing(GlobalTransaction, Collection<Address>) - Method in interface org.infinispan.transaction.impl.TransactionOriginatorChecker
- isOriginLocal() - Method in class org.infinispan.context.impl.AbstractInvocationContext
- isOriginLocal() - Method in class org.infinispan.context.impl.ImmutableContext
- isOriginLocal() - Method in class org.infinispan.context.impl.LocalTxInvocationContext
- isOriginLocal() - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
- isOriginLocal() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- isOriginLocal() - Method in interface org.infinispan.context.InvocationContext
-
Returns true if the call was originated locally, false if it is the result of a remote rpc.
- isOriginLocal() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- isOriginLocal() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- isOriginLocal() - Method in interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
- isOrphan() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
-
A remote transaction is orphan if the node on which the transaction originated (ie the originator) is no longer part of the cluster.
- isParallel() - Method in class org.infinispan.stream.impl.AbstractCacheStream
- isParallel() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- isParallel() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- isParallel() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- isParallel() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- isParallel() - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- isParallel() - Method in class org.infinispan.stream.impl.LockedStreamImpl
- isParallel() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- isPermissive() - Method in interface org.infinispan.security.AuthorizationManager
- isPermissive() - Method in class org.infinispan.security.impl.AuthorizationManagerImpl
- isPermissive() - Method in class org.infinispan.security.impl.PermissiveAuthorizationManager
- isPre() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- isPre() - Method in interface org.infinispan.notifications.cachelistener.event.Event
- isPre() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- isPreEvent() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- isPrepared() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareLocalTransaction
- isPrepared() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
- isPrepared() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryAwareTransaction
- isPrepareSent() - Method in class org.infinispan.transaction.impl.LocalTransaction
- isPrimary() - Method in class org.infinispan.distribution.DistributionInfo
- isPrimaryOwner(ConsistentHash, Object) - Method in class org.infinispan.stream.impl.AbstractCacheStream
- isPrimaryOwner(AbstractIracLocalSiteInterceptor.StreamData) - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- isPrimaryRelayNode() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- isPrimaryRelayNode() - Method in interface org.infinispan.remoting.transport.Transport
- isPrivateCache(String) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
- isPrivateCache(String) - Method in interface org.infinispan.registry.InternalCacheRegistry
-
Returns whether the cache is private, i.e.
- isPrivileged() - Static method in class org.infinispan.security.Security
- isProperWriter(InvocationContext, FlagAffectedCommand, Object) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- isProperWriter(InvocationContext, FlagAffectedCommand, Object) - Method in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- isProtobufStorage() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- isProtoBufStorage() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- isPutIfAbsent() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- isQueryable() - Method in class org.infinispan.encoding.impl.StorageConfigurationManager
- isRaftAvailable() - Method in enum class org.infinispan.remoting.transport.impl.EmptyRaftManager
- isRaftAvailable() - Static method in enum class org.infinispan.remoting.transport.jgroups.RaftUtil
- isRaftAvailable() - Method in interface org.infinispan.remoting.transport.raft.RaftManager
- isRead() - Method in interface org.infinispan.container.entries.MVCCEntry
-
Check is this entry as loaded from the cache (as opposed to generated by the application using write-only command), mostly for purposes of the write skew check.
- isRead() - Method in class org.infinispan.container.entries.RepeatableReadEntry
- isRead() - Method in interface org.infinispan.functional.impl.EntryViews.AccessLoggingReadWriteView
- isReadOnly() - Method in interface org.infinispan.persistence.manager.PersistenceManager
- isReadOnly() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- isReadOnly() - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- isReadOnly() - Method in class org.infinispan.transaction.impl.LocalTransaction
- isReadOwner() - Method in class org.infinispan.distribution.DistributionInfo
- isReadOwner(Object) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- isReady() - Method in class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
- isReady() - Method in interface org.infinispan.remoting.inboundhandler.action.ReadyAction
- isReady() - Method in class org.infinispan.remoting.inboundhandler.DefaultTopologyRunnable
- isReady() - Method in interface org.infinispan.util.concurrent.BlockingRunnable
- isReady() - Method in interface org.infinispan.util.concurrent.locks.PendingLockPromise
- isRebalance() - Method in enum class org.infinispan.topology.CacheTopology.Phase
- isRebalanceEnabled() - Method in class org.infinispan.topology.ClusterCacheStatus
- isRebalanceInProgress() - Method in class org.infinispan.topology.ClusterCacheStatus
- isRebalancingEnabled() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- isRebalancingEnabled() - Method in class org.infinispan.cache.impl.CacheImpl
- isRebalancingEnabled() - Method in class org.infinispan.manager.CacheManagerInfo
- isRebalancingEnabled() - Method in interface org.infinispan.topology.ClusterTopologyManager
- isRebalancingEnabled() - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- isRebalancingEnabled() - Method in interface org.infinispan.topology.LocalTopologyManager
-
Checks whether rebalancing is enabled for the entire cluster.
- isRebalancingEnabled() - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- isRebalancingEnabled() - Method in class org.infinispan.topology.ManagerStatusResponse
- isRebalancingEnabled(String) - Method in interface org.infinispan.topology.ClusterTopologyManager
-
Returns whether rebalancing is enabled or disabled for this container.
- isRebalancingEnabled(String) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- isRecoveryEnabled() - Method in enum class org.infinispan.configuration.cache.TransactionMode
- isRecoveryEnabled() - Method in enum class org.infinispan.configuration.parsing.CacheParser.TransactionMode
- isRegistered(Class<? extends Encoder>) - Method in interface org.infinispan.marshall.core.EncoderRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isRegistered(Class<? extends Encoder>) - Method in class org.infinispan.marshall.core.EncoderRegistryImpl
- isRehashInProgress() - Method in interface org.infinispan.distribution.DistributionManager
-
Tests whether a rehash is in progress
- isRehashInProgress() - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
-
Tests whether a rehash is in progress
- isRelayNode() - Method in class org.infinispan.manager.CacheManagerInfo
- isRelayNode() - Method in class org.infinispan.manager.DefaultCacheManager
- isRemote() - Method in class org.infinispan.transaction.xa.GlobalTransaction
- isRemovalBased() - Method in enum class org.infinispan.eviction.EvictionStrategy
-
The cache will remove other entries to make room to limit memory growth
- isRemove() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- isRemove() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- isRemoved() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- isRemoved() - Method in interface org.infinispan.container.entries.CacheEntry
- isRemoved() - Method in class org.infinispan.container.entries.ClearCacheEntry
- isRemoved() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- isRemoved() - Method in class org.infinispan.container.entries.NullCacheEntry
- isRemoved() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- isReplaceAll() - Method in class org.infinispan.security.mappers.RegexNameRewriter
-
Whether this rewriter replaces all occurrences of the patter or just the first
- isReplayEntryWrapping() - Method in class org.infinispan.commands.tx.PrepareCommand
-
If set to true, then the keys touched by this transaction are to be wrapped again and original ones discarded.
- isReplicated - Variable in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- isReplicated() - Method in enum class org.infinispan.configuration.cache.CacheMode
- isReplicated() - Method in interface org.infinispan.distribution.ch.ConsistentHash
- isReplicated() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- isRetriedCommand() - Method in class org.infinispan.commands.tx.PrepareCommand
- isRetry() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- isReturnEntries() - Method in class org.infinispan.commands.read.GetAllCommand
- isReturnEntry() - Method in class org.infinispan.commands.write.ReplaceCommand
- isReturnEntryNecessary() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- isReturnEntryNecessary() - Method in class org.infinispan.commands.write.RemoveCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.irac.IracCleanupKeysCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.irac.IracMetadataRequestCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.irac.IracRequestStateCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.irac.IracStateResponseCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.irac.IracTombstoneRemoteSiteCheckCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.irac.IracUpdateVersionCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.read.AbstractDataCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.read.AbstractLocalCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.read.GetAllCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.read.SizeCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.remote.CheckTransactionRpcCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTransactionsCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTxInfoCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.remote.SingleRpcCommand
- isReturnValueExpected() - Method in interface org.infinispan.commands.ReplicableCommand
-
If true, a return value will be provided when performed remotely.
- isReturnValueExpected() - Method in class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.statetransfer.StateTransferStartCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.statetransfer.StateResponseCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.statetransfer.StateTransferGetListenersCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.topology.AbstractCacheControlCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.triangle.BackupWriteCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.tx.PrepareCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.write.BackupAckCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.write.ClearCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.write.ComputeCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.write.InvalidateCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.write.PutMapCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.write.RemoveCommand
- isReturnValueExpected() - Method in class org.infinispan.commands.write.ReplaceCommand
- isReturnValueExpected() - Method in class org.infinispan.expiration.impl.TouchCommand
- isReturnValueExpected() - Method in class org.infinispan.manager.impl.ReplicableManagerFunctionCommand
- isReturnValueExpected() - Method in class org.infinispan.manager.impl.ReplicableRunnableCommand
- isReturnValueExpected() - Method in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCommand
- isReturnValueExpected() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.CancelPublisherCommand
- isReturnValueExpected() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- isReturnValueExpected() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.NextPublisherCommand
- isReturnValueExpected() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.ReductionPublisherRequestCommand
- isReturnValueExpected() - Method in class org.infinispan.topology.HeartBeatCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteAmendOfflineStatusCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteAutoTransferStatusCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteBringOnlineCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteLocalEventCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteOfflineStatusCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteSetStateTransferModeCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteStateTransferCancelSendCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteStateTransferClearStatusCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishReceiveCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishSendCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteStateTransferRestartSendingCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartReceiveCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartSendCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteStateTransferStatusRequestCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteStatusCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.commands.XSiteTakeOfflineCommand
- isReturnValueExpected() - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
- isRunning() - Method in interface org.infinispan.factories.impl.ComponentRef
- isRunning(String) - Method in class org.infinispan.manager.DefaultCacheManager
- isRunning(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Tests whether a cache is running.
- isRunning(String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- isSameMachine(TopologyAwareAddress) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
- isSameMachine(TopologyAwareAddress) - Method in interface org.infinispan.remoting.transport.TopologyAwareAddress
- isSameRack(TopologyAwareAddress) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
- isSameRack(TopologyAwareAddress) - Method in interface org.infinispan.remoting.transport.TopologyAwareAddress
- isSameRM(XAResource) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
-
the only situation in which it returns true is when the other xa resource pertains to the same cache, on the same node.
- isSameSite(TopologyAwareAddress) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
- isSameSite(TopologyAwareAddress) - Method in interface org.infinispan.remoting.transport.TopologyAwareAddress
- isSegmentComplete() - Method in interface org.infinispan.reactive.publisher.impl.SegmentPublisherSupplier.Notification
-
Whether this notification is for a completed segmented
- isSegmentLocalToNode(Address, int) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Check if a segment is local to a given member.
- isSegmentLocalToNode(Address, int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- isSegmentLocalToNode(Address, int) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- isSegmentReadOwner(int) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- isSegmentWriteOwner(int) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- isSending() - Method in class org.infinispan.xsite.statetransfer.BaseXSiteStateProviderState
- isSending() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProviderState
- isSeqIdOld(long, int, Object, byte[]) - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- isServerMode() - Method in class org.infinispan.configuration.internal.PrivateGlobalConfiguration
- isShutdown() - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- isShutdown() - Method in class org.infinispan.executors.LazyInitializingExecutorService
- isShutdown() - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- isShutdown() - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
- isShutdown() - Method in class org.infinispan.util.concurrent.WithinThreadExecutor
- isSiteCoordinator() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- isSiteCoordinator() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- isSiteCoordinator() - Method in interface org.infinispan.remoting.transport.Transport
- isSkip(Params) - Static method in enum class org.infinispan.functional.Param.StatisticsMode
- isSkipSharedStore() - Method in interface org.infinispan.container.entries.MVCCEntry
- isSkipSharedStore() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- isStarted() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- isStarted() - Method in interface org.infinispan.affinity.KeyAffinityService
-
Checks weather or not the service is started.
- isStateTransferInProgress() - Method in interface org.infinispan.conflict.ConflictManager
- isStateTransferInProgress() - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- isStateTransferInProgress() - Method in interface org.infinispan.statetransfer.StateConsumer
- isStateTransferInProgress() - Method in class org.infinispan.statetransfer.StateConsumerImpl
- isStateTransferInProgress() - Method in interface org.infinispan.statetransfer.StateProvider
- isStateTransferInProgress() - Method in class org.infinispan.statetransfer.StateProviderImpl
- isStateTransferInProgress() - Method in interface org.infinispan.statetransfer.StateTransferManager
-
Checks if an inbound state transfer is in progress.
- isStateTransferInProgress() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
- isStateTransferInProgress() - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- isStateTransferInProgressForKey(Object) - Method in interface org.infinispan.statetransfer.StateConsumer
- isStateTransferInProgressForKey(Object) - Method in class org.infinispan.statetransfer.StateConsumerImpl
- isStateTransferStore(StoreConfiguration) - Static method in class org.infinispan.configuration.cache.Configurations
-
Deprecated, for removal: This API element is subject to removal in a future version.since 14.0. Returns true if the store is not shared.
- isStatisticsEnabled() - Method in class org.infinispan.interceptors.impl.TxInterceptor
- isStatisticsEnabled() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- isStatisticsEnabled() - Method in class org.infinispan.stats.impl.AbstractClusterStats
- isStatisticsEnabled() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- isStatisticsEnabled() - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- isStatusOk() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
- isStopped() - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
- isStopped() - Method in class org.infinispan.remoting.transport.jgroups.ClusterView
- isStopping() - Method in enum class org.infinispan.lifecycle.ComponentStatus
- isStorageBinary() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- isStoreEnabled(FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- isStoreMetadata(Metadata, InternalCacheEntry) - Static method in class org.infinispan.container.impl.InternalEntryFactoryImpl
-
Indicates whether the entire metadata object needs to be stored or not.
- isSuccessful() - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
- isSuccessful() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- isSuccessful() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- isSuccessful() - Method in class org.infinispan.commands.remote.SingleRpcCommand
- isSuccessful() - Method in interface org.infinispan.commands.ReplicableCommand
-
If true, a return value will be marshalled as a
SuccessfulResponse, otherwise it will be marshalled as aUnsuccessfulResponse. - isSuccessful() - Method in class org.infinispan.commands.write.ClearCommand
- isSuccessful() - Method in class org.infinispan.commands.write.ComputeCommand
- isSuccessful() - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- isSuccessful() - Method in class org.infinispan.commands.write.InvalidateCommand
- isSuccessful() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- isSuccessful() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- isSuccessful() - Method in class org.infinispan.commands.write.PutMapCommand
- isSuccessful() - Method in class org.infinispan.commands.write.RemoveCommand
- isSuccessful() - Method in class org.infinispan.commands.write.ReplaceCommand
- isSuccessful() - Method in interface org.infinispan.commands.write.WriteCommand
-
Some commands may want to provide information on whether the command was successful or not.
- isSuccessful() - Method in class org.infinispan.remoting.responses.InvalidResponse
- isSuccessful() - Method in class org.infinispan.remoting.responses.PrepareResponse
- isSuccessful() - Method in interface org.infinispan.remoting.responses.Response
- isSuccessful() - Method in class org.infinispan.remoting.responses.SuccessfulResponse
- isSuccessful() - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse
- isSuccessful() - Method in class org.infinispan.remoting.responses.UnsureResponse
- isSuccessful() - Method in class org.infinispan.xsite.response.AutoStateTransferResponse
- isSuccessfullyDone(Object) - Static method in class org.infinispan.interceptors.BaseAsyncInterceptor
- issueEncounteredResettingIndex(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- issueEncounteredResettingIndex(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- issueEncounteredResettingIndex$str() - Method in class org.infinispan.util.logging.Log_$logger
- isSupportedType(Class<?>) - Method in class org.infinispan.persistence.keymappers.DefaultTwoWayKey2StringMapper
- isSupportedType(Class<?>) - Method in interface org.infinispan.persistence.keymappers.Key2StringMapper
-
Do we support this key type?
- isSupportedType(Class<?>) - Method in class org.infinispan.persistence.keymappers.WrappedByteArrayOrPrimitiveMapper
- isSuspectExceptionInChain(Throwable) - Static method in exception class org.infinispan.remoting.transport.jgroups.SuspectException
- isSuspendTxAfterInvocation() - Method in class org.infinispan.batch.BatchContainer
- isSync() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
- isSync() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- isSync() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- isSync() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- isSync() - Method in class org.infinispan.xsite.statetransfer.AsyncProviderState
- isSync() - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- isSync() - Method in class org.infinispan.xsite.statetransfer.SyncProviderState
- isSync() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProviderState
- isSync() - Method in class org.infinispan.xsite.XSiteBackup
- isSync(String) - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
- isSync(String) - Method in interface org.infinispan.remoting.transport.BackupResponse
- isSync(String) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
- isSyncBackup() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- isSynchronous() - Method in enum class org.infinispan.configuration.cache.CacheMode
- isSynchronous() - Method in enum class org.infinispan.configuration.parsing.CacheParser.Mode
- isSynchronous() - Method in enum class org.infinispan.remoting.rpc.ResponseMode
- isSynchronous(FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.BaseRpcInterceptor
- isTaskRunning() - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- isTaskRunning() - Method in interface org.infinispan.container.versioning.irac.IracTombstoneManager
- isTaskRunning() - Method in class org.infinispan.container.versioning.irac.NoOpIracTombstoneManager
- isTemplate() - Method in class org.infinispan.configuration.cache.Configuration
- isTerminated() - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- isTerminated() - Method in class org.infinispan.executors.LazyInitializingExecutorService
- isTerminated() - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- isTerminated() - Method in enum class org.infinispan.lifecycle.ComponentStatus
- isTerminated() - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
- isTerminated() - Method in class org.infinispan.util.concurrent.WithinThreadExecutor
- isTombstoneCleanupTaskRunning() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- isTouchEvenIfExpired() - Method in class org.infinispan.expiration.impl.TouchCommand
- isTraceEnabled() - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- isTraceEnabled() - Method in class org.infinispan.interceptors.impl.NonTxIracRemoteSiteInterceptor
- isTraceEnabled() - Method in interface org.infinispan.util.logging.LogSupplier
- isTracking(Flag) - Method in class org.infinispan.statetransfer.CommitManager
- isTrackKeys() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- isTransactional - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- isTransactional() - Method in enum class org.infinispan.transaction.TransactionMode
- isTransactionCompleted(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- isTransactionPartiallyCommitted(GlobalTransaction) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- isTransactionPartiallyCommitted(GlobalTransaction) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
-
It checks if the transaction resources (for example locks) can be released.
- isTransactionPartiallyCommitted(GlobalTransaction) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- isTransactionPrepared(GlobalTransaction) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
-
Checks both internal state and transaction table's state for the given tx.
- isTransactionPrepared(GlobalTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- isTransactionSuccessful() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- isTransactionSuccessful() - Method in interface org.infinispan.notifications.cachelistener.event.TransactionCompletedEvent
- isTransactionTableEmpty() - Method in class org.infinispan.xsite.ClusteredCacheBackupReceiver
- isTransactionValid() - Method in class org.infinispan.context.impl.LocalTxInvocationContext
- isTransactionValid() - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
- isTransactionValid() - Method in interface org.infinispan.context.impl.TxInvocationContext
- isTwoPhaseCommit() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- isTxVersioned(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- isUncertain() - Method in enum class org.infinispan.distribution.DataLocality
-
Deprecated.
- isUnlock() - Method in class org.infinispan.commands.control.LockControlCommand
- isUseSetter() - Method in class org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
- isValid() - Method in class org.infinispan.remoting.responses.InvalidResponse
- isValid() - Method in interface org.infinispan.remoting.responses.Response
- isValid() - Method in class org.infinispan.remoting.responses.ValidResponse
- isValid() - Method in class org.infinispan.xsite.response.AutoStateTransferResponse
- isValid(String) - Static method in class org.infinispan.util.ByteString
- isValue() - Method in interface org.infinispan.reactive.publisher.impl.SegmentPublisherSupplier.Notification
-
Whether this notification contains a value, always non null if so
- isViewIdAtLeast(int) - Method in class org.infinispan.remoting.transport.jgroups.ClusterView
- isVolatile() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
Does the index use a provider that does not persist upon restart?
- isWired() - Method in interface org.infinispan.factories.impl.ComponentRef
- isWritable() - Method in class org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
- isWrite() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
- isWriteBackup() - Method in class org.infinispan.distribution.DistributionInfo
- isWriteOnly() - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
- isWriteOnly() - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- isWriteOnly() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- isWriteOnly() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- isWriteOnly() - Method in interface org.infinispan.commands.write.WriteCommand
-
Indicates whether the command is write-only, meaning that it makes no attempt to read the previously associated value with key for which the command is directed.
- isWriteOwner() - Method in class org.infinispan.distribution.DistributionInfo
- isWriteOwner(Object) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- isWriteOwner(AbstractIracLocalSiteInterceptor.StreamData) - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- isXAEnabled() - Method in enum class org.infinispan.configuration.cache.TransactionMode
- isXAEnabled() - Method in enum class org.infinispan.configuration.parsing.CacheParser.TransactionMode
- isZeroCapacityNode() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
Returns true if this node is configured as a zero-capacity node.
- item2key(Item) - Method in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- iter - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
- iterator() - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- iterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
- iterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
- iterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
- iterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
- iterator() - Method in interface org.infinispan.CacheStream
- iterator() - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- iterator() - Method in interface org.infinispan.container.DataContainer
- iterator() - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- iterator() - Method in class org.infinispan.container.impl.DefaultDataContainer
- iterator() - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- iterator() - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- iterator() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareCollection
- iterator() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareEntryCollection
- iterator() - Method in class org.infinispan.functional.impl.MetaParams
- iterator() - Method in class org.infinispan.InternalCacheSet
- iterator() - Method in interface org.infinispan.LockedStream
-
This method is not supported when using a
LockedStream - iterator() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- iterator() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- iterator() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- iterator() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- iterator() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- iterator() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- iterator() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- iterator() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- iterator() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- iterator() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- iterator() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- iterator() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- iterator() - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
- iterator() - Method in class org.infinispan.stream.impl.LockedStreamImpl
- iterator() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- iterator() - Method in class org.infinispan.util.CacheSetMapper
- iterator() - Method in class org.infinispan.util.CollectionMapper
- iterator() - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- iterator(IntSet) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- iterator(IntSet) - Method in class org.infinispan.container.impl.DefaultDataContainer
- iterator(IntSet) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- iterator(IntSet) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Same as
DataContainer.iterator()except that only entries that map to the provided segments are returned via the iterator. - iterator(IntSet) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- iterator(IntSet) - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- iterator(Publisher<E>, int) - Static method in class org.infinispan.util.Closeables
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 Please use
Closeables.iterator(Publisher, int)instead. - IteratorAsSpliterator<T> - Class in org.infinispan.stream.impl.spliterators
-
A Spliterator using the provided iterator for supplying values.
- IteratorAsSpliterator.Builder<T> - Class in org.infinispan.stream.impl.spliterators
- iteratorIncludingExpired() - Method in interface org.infinispan.container.DataContainer
-
Same as
DataContainer.iterator()except that is also returns expired entries. - iteratorIncludingExpired() - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- iteratorIncludingExpired() - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- iteratorIncludingExpired() - Method in class org.infinispan.container.impl.DefaultDataContainer
- iteratorIncludingExpired() - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- iteratorIncludingExpired() - Method in class org.infinispan.container.impl.L1SegmentedDataContainer
- iteratorIncludingExpired() - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- iteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- iteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- iteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.impl.DefaultDataContainer
- iteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- iteratorIncludingExpired(IntSet) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Same as
DataContainer.iteratorIncludingExpired()except that only entries that map to the provided segments are returned via the iterator. - iteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.impl.L1SegmentedDataContainer
- iteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- iteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- iteratorOperation - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- Iterator Use - Search tag in org.infinispan.Cache.entrySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.entrySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.entrySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.entrySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.entrySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.entrySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.entrySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.keySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.keySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.keySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.keySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.keySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.keySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.keySet()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.values()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.values()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.values()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.values()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.values()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.values()
- Section
- Iterator Use - Search tag in org.infinispan.Cache.values()
- Section
J
- JAEGER - Enum constant in enum class org.infinispan.configuration.global.TracingExporterProtocol
-
Tracing will be exported using gRPC and the Jaeger format.
- JavaSerializationTranscoder - Class in org.infinispan.encoding.impl
- JavaSerializationTranscoder(ClassAllowList) - Constructor for class org.infinispan.encoding.impl.JavaSerializationTranscoder
- JBossStandaloneJTAManagerLookup - Class in org.infinispan.transaction.lookup
-
JTA standalone TM lookup (JBoss AS 7 and earlier, and WildFly 8, 9, and 10).
- JBossStandaloneJTAManagerLookup() - Constructor for class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
- jgroups() - Method in class org.infinispan.configuration.global.TransportConfiguration
- jgroups() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- JGROUPS - Enum constant in enum class org.infinispan.configuration.parsing.Element
- JGROUPS_CLUSTER_TAG_NAME - Static variable in interface org.infinispan.metrics.Constants
- JGROUPS_PREFIX - Static variable in interface org.infinispan.metrics.Constants
- JGroupsAddress - Class in org.infinispan.remoting.transport.jgroups
-
An encapsulation of a JGroups Address
- JGroupsAddress(Address) - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsAddress
- JGroupsAddress.Externalizer - Class in org.infinispan.remoting.transport.jgroups
- JGroupsAddress$___Marshaller_fff84712bca7d00f611bdc3fd76a067b0a3a1f4981a7d3aad1c9257d9a5d7324 - Class in org.infinispan.remoting.transport.jgroups
-
WARNING: Generated code! Do not edit!
- JGroupsAddress$___Marshaller_fff84712bca7d00f611bdc3fd76a067b0a3a1f4981a7d3aad1c9257d9a5d7324() - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsAddress$___Marshaller_fff84712bca7d00f611bdc3fd76a067b0a3a1f4981a7d3aad1c9257d9a5d7324
- JGroupsAddressCache - Class in org.infinispan.remoting.transport.jgroups
-
Cache JGroupsAddress instances
- JGroupsAddressCache() - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsAddressCache
- JGroupsBackupResponse - Class in org.infinispan.remoting.transport.jgroups
- JGroupsBackupResponse(Map<XSiteBackup, CompletableFuture<ValidResponse>>, TimeService) - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
- JGroupsChannelConfigurator - Interface in org.infinispan.remoting.transport.jgroups
- JGroupsChannelLookup - Interface in org.infinispan.remoting.transport.jgroups
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0, this will be removed in the next major version with no direct replacement.
- JGroupsConfiguration - Class in org.infinispan.configuration.global
- JGroupsConfigurationBuilder - Class in org.infinispan.configuration.global
- jgroupsConfigurationNotFound(String) - Method in class org.infinispan.util.logging.Log_$logger
- jgroupsConfigurationNotFound(String) - Method in interface org.infinispan.util.logging.Log
- jgroupsConfigurationNotFound$str() - Method in class org.infinispan.util.logging.Log_$logger
- jgroupsInsertRequiresPosition(String) - Method in class org.infinispan.util.logging.Log_$logger
- jgroupsInsertRequiresPosition(String) - Method in interface org.infinispan.util.logging.Log
- jgroupsInsertRequiresPosition$str() - Method in class org.infinispan.util.logging.Log_$logger
- JGroupsMetricsManager - Interface in org.infinispan.remoting.transport.jgroups
-
Stores and register metrics statistics related to JGroups, including the protocol metrics and per destination metrics information (latency, bytes sent, etc.).
- JGroupsMetricsManagerImpl - Class in org.infinispan.remoting.transport.jgroups
-
Concrete implementation of
JGroupsMetricsManager. - JGroupsMetricsManagerImpl(boolean) - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsMetricsManagerImpl
- JGroupsMetricsMetadata - Class in org.infinispan.remoting.transport.jgroups
- jgroupsNoStackPosition(String) - Method in class org.infinispan.util.logging.Log_$logger
- jgroupsNoStackPosition(String) - Method in interface org.infinispan.util.logging.Log
- jgroupsNoStackPosition$str() - Method in class org.infinispan.util.logging.Log_$logger
- jgroupsNoSuchProtocol(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- jgroupsNoSuchProtocol(String, String) - Method in interface org.infinispan.util.logging.Log
- jgroupsNoSuchProtocol$str() - Method in class org.infinispan.util.logging.Log_$logger
- jgroupsRelayWithoutRemoteSites(String) - Method in class org.infinispan.util.logging.Log_$logger
- jgroupsRelayWithoutRemoteSites(String) - Method in interface org.infinispan.util.logging.Log
- jgroupsRelayWithoutRemoteSites$str() - Method in class org.infinispan.util.logging.Log_$logger
- jgroupsRemoteSitesWithoutRelay(String) - Method in class org.infinispan.util.logging.Log_$logger
- jgroupsRemoteSitesWithoutRelay(String) - Method in interface org.infinispan.util.logging.Log
- jgroupsRemoteSitesWithoutRelay$str() - Method in class org.infinispan.util.logging.Log_$logger
- JGroupsTopologyAwareAddress - Class in org.infinispan.remoting.transport.jgroups
-
An encapsulation of a JGroups
ExtendedUUIDwith a site id, a rack id, and a machine id. - JGroupsTopologyAwareAddress(ExtendedUUID) - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
- JGroupsTopologyAwareAddress.Externalizer - Class in org.infinispan.remoting.transport.jgroups
- JGroupsTransport - Class in org.infinispan.remoting.transport.jgroups
-
An encapsulation of a JGroups transport.
- JGroupsTransport() - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- JGroupsTransport(JChannel) - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsTransport
-
This form is used when the transport is created by an external source and passed in to the GlobalConfiguration.
- jmx() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- jmx() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- jmx() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Global JMX configuration.
- JMX - Enum constant in enum class org.infinispan.configuration.parsing.Element
- JMX_STATISTICS - Enum constant in enum class org.infinispan.configuration.parsing.Element
- JmxDomainConflictException - Exception Class in org.infinispan.jmx
- JmxDomainConflictException(String) - Constructor for exception class org.infinispan.jmx.JmxDomainConflictException
- jmxMBeanAlreadyRegistered(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- jmxMBeanAlreadyRegistered(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- jmxMBeanAlreadyRegistered$str() - Method in class org.infinispan.util.logging.Log_$logger
- jmxRegistration - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- JmxStatisticsExposer - Interface in org.infinispan.jmx
-
Interface containing common cache management operations
- JmxStatsCommandInterceptor - Class in org.infinispan.interceptors.impl
-
Base class for all the interceptors exposing management statistics.
- JmxStatsCommandInterceptor() - Constructor for class org.infinispan.interceptors.impl.JmxStatsCommandInterceptor
- JNDI_NAME - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- join(String, CacheJoinInfo, CacheTopologyHandler, PartitionHandlingManager) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Forwards the join request to the coordinator.
- join(String, CacheJoinInfo, CacheTopologyHandler, PartitionHandlingManager) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- joinedMembers() - Method in class org.infinispan.topology.CacheStatusResponse
- jsonObjectConversionDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
- jsonObjectConversionDeprecated() - Method in interface org.infinispan.util.logging.Log
- jsonObjectConversionDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
K
- KEEP_ALIVE_TIME - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- keepAlive - Variable in class org.infinispan.factories.threads.AbstractThreadPoolExecutorFactory
- keepAlive() - Method in class org.infinispan.factories.threads.AbstractThreadPoolExecutorFactory
- keepAliveTime() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- keepAliveTime(Long) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- keepingDegradedModeAfterMergeDataLost(Collection<Address>, Collection<Address>, Collection<Address>) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- keepingDegradedModeAfterMergeDataLost(Collection<Address>, Collection<Address>, Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
- keepingDegradedModeAfterMergeDataLost$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- keepingDegradedModeAfterMergeMinorityPartition(Collection<Address>, Collection<Address>, Collection<Address>) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- keepingDegradedModeAfterMergeMinorityPartition(Collection<Address>, Collection<Address>, Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
- keepingDegradedModeAfterMergeMinorityPartition$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- key - Variable in class org.infinispan.commands.read.AbstractDataCommand
- key - Variable in class org.infinispan.container.entries.AbstractInternalCacheEntry
- key - Variable in class org.infinispan.container.entries.ReadCommittedEntry
- key() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- key() - Method in interface org.infinispan.functional.EntryView.ReadEntryView
-
Key of the read-only entry view.
- key() - Method in interface org.infinispan.functional.EntryView.WriteEntryView
-
Key of the write-only entry view.
- key() - Method in class org.infinispan.xsite.statetransfer.XSiteState
- KEY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- KEY_DATA_TYPE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- KEY_EQUIVALENCE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- KEY_PARTITIONER - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- KEY_PARTITIONER - Static variable in class org.infinispan.configuration.cache.HashConfiguration
- KEY_POS_11_0 - Static variable in class org.infinispan.persistence.file.SingleFileStore
- KEY_POS_BEFORE_11 - Static variable in class org.infinispan.persistence.file.SingleFileStore
- KEY_POS_LATEST - Static variable in class org.infinispan.persistence.file.SingleFileStore
- KEY_TRANSFORMER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- KEY_TRANSFORMERS - Enum constant in enum class org.infinispan.configuration.parsing.Element
- KEY_TRANSFORMERS - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
- Key2StringMapper - Interface in org.infinispan.persistence.keymappers
-
Defines the logic of mapping a key object to a String.
- KeyAffinityService<K> - Interface in org.infinispan.affinity
-
Defines a service that generates keys to be mapped to specific nodes in a distributed(vs.
- KeyAffinityServiceFactory - Class in org.infinispan.affinity
-
Factory for
KeyAffinityService. - KeyAffinityServiceFactory() - Constructor for class org.infinispan.affinity.KeyAffinityServiceFactory
- KeyAffinityServiceImpl<K> - Class in org.infinispan.affinity.impl
-
Implementation of KeyAffinityService.
- KeyAffinityServiceImpl(Executor, Cache<? extends K, ?>, KeyGenerator<? extends K>, int, Collection<Address>, boolean) - Constructor for class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- keyAllowed(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- KeyAwareLockListener - Interface in org.infinispan.util.concurrent.locks
-
A listener for
KeyAwareLockPromise. - KeyAwareLockPromise - Interface in org.infinispan.util.concurrent.locks
-
An extension of
LockPromisethat contains a key associated to the lock. - keyDataConversion - Variable in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- keyDataConversion - Variable in class org.infinispan.commands.functional.ReadOnlyManyCommand
- keyDataConversion - Variable in class org.infinispan.functional.impl.ReadOnlyMapImpl
- keyDataConversion - Variable in class org.infinispan.functional.impl.ReadWriteMapImpl
- keyDataConversion - Variable in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- keyDataConversion - Variable in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- keyDataConversion - Variable in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- keyDataConversion - Variable in class org.infinispan.functional.impl.WriteOnlyMapImpl
- keyDataConversion() - Method in interface org.infinispan.commands.functional.Mutation
- keyDataType() - Method in class org.infinispan.configuration.cache.EncodingConfiguration
- keyFilterMapper - Variable in class org.infinispan.util.WriteableCacheCollectionMapper
- keyFromStorage(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- KeyGenerator<K> - Interface in org.infinispan.affinity
-
Used for generating keys; used by
KeyAffinityServiceto generate the affinity keys. - keyInvalidationListener - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- keyIsTooLong(Object, int, int, int) - Method in class org.infinispan.persistence.sifs.Log_$logger
- keyIsTooLong(Object, int, int, int) - Method in interface org.infinispan.persistence.sifs.Log
- keyIsTooLong$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- keyLength() - Method in class org.infinispan.persistence.sifs.EntryHeader
- KeyMetrics<C> - Class in org.infinispan.metrics.impl.helper
- KeyMetrics() - Constructor for class org.infinispan.metrics.impl.helper.KeyMetrics
- keyPartioner - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- keyPartitioner - Variable in class org.infinispan.cache.impl.CacheImpl
- keyPartitioner - Variable in class org.infinispan.container.impl.AbstractInternalDataContainer
- keyPartitioner - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
- keyPartitioner - Variable in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- keyPartitioner - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- keyPartitioner - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- keyPartitioner - Variable in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
- keyPartitioner - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- keyPartitioner - Variable in class org.infinispan.statetransfer.StateProviderImpl
- keyPartitioner - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- keyPartitioner() - Method in class org.infinispan.configuration.cache.HashConfiguration
- keyPartitioner() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- keyPartitioner(KeyPartitioner) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
Key partitioner, controlling the mapping of keys to hash segments.
- KeyPartitioner - Interface in org.infinispan.distribution.ch
-
Map keys to segments.
- KeyPartitionerFactory - Class in org.infinispan.distribution.ch.impl
-
Key partitioner factory that uses the hash function defined in the configuration.
- KeyPartitionerFactory() - Constructor for class org.infinispan.distribution.ch.impl.KeyPartitionerFactory
- keyPublisher(IntSet, Set<K>, Set<K>, long, DeliveryGuarantee, Function<? super Publisher<K>, ? extends Publisher<R>>) - Method in interface org.infinispan.reactive.publisher.impl.LocalPublisherManager
-
Same as
LocalPublisherManager.entryPublisher(IntSet, Set, Set, long, DeliveryGuarantee, Function)except that the source publisher provided to the transformer is made up of keys only. - keyPublisher(IntSet, Set<K>, Set<K>, long, DeliveryGuarantee, Function<? super Publisher<K>, ? extends Publisher<R>>) - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- keyPublisher(IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, int, Function<? super Publisher<K>, ? extends Publisher<R>>) - Method in interface org.infinispan.reactive.publisher.impl.ClusterPublisherManager
-
Same as
ClusterPublisherManager.entryPublisher(IntSet, Set, InvocationContext, long, DeliveryGuarantee, int, Function)except that the source publisher provided to the transformer is made up of keys only. - keyPublisher(IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, int, Function<? super Publisher<K>, ? extends Publisher<R>>) - Method in class org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl
- keyPublisher(IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, int, Function<? super Publisher<K>, ? extends Publisher<R>>) - Method in class org.infinispan.reactive.publisher.impl.LocalClusterPublisherManagerImpl
- keyPublisher(IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, int, Function<? super Publisher<K>, ? extends Publisher<R>>) - Method in class org.infinispan.reactive.publisher.impl.PartitionAwareClusterPublisherManager
- KeyPublisherResponse - Class in org.infinispan.reactive.publisher.impl.commands.batch
-
A Publisher Response that is used when key tracking is enabled.
- KeyPublisherResponse(Object[], IntSet, IntSet, int, boolean, List<PublisherHandler.SegmentResult>, Object[], int, Object[], int) - Constructor for class org.infinispan.reactive.publisher.impl.commands.batch.KeyPublisherResponse
- KeyPublisherResult<K,
R> - Class in org.infinispan.reactive.publisher.impl.commands.reduction -
A PublisherResult that was performed due to included keys.
- KeyPublisherResult(Set<K>) - Constructor for class org.infinispan.reactive.publisher.impl.commands.reduction.KeyPublisherResult
- keyReduction(boolean, IntSet, Set<K>, Set<K>, long, DeliveryGuarantee, Function<? super Publisher<K>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in interface org.infinispan.reactive.publisher.impl.LocalPublisherManager
-
Same as
LocalPublisherManager.entryReduction(boolean, IntSet, Set, Set, long, DeliveryGuarantee, Function, Function)except that the source publisher provided to the transformer is made up of keys only. - keyReduction(boolean, IntSet, Set<K>, Set<K>, long, DeliveryGuarantee, Function<? super Publisher<K>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- keyReduction(boolean, IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, Function<? super Publisher<K>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in interface org.infinispan.reactive.publisher.impl.ClusterPublisherManager
-
Same as
ClusterPublisherManager.entryReduction(boolean, IntSet, Set, InvocationContext, long, DeliveryGuarantee, Function, Function)except that the source publisher provided to the transformer is made up of keys only. - keyReduction(boolean, IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, Function<? super Publisher<K>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in class org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl
- keyReduction(boolean, IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, Function<? super Publisher<K>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in class org.infinispan.reactive.publisher.impl.LocalClusterPublisherManagerImpl
- keyReduction(boolean, IntSet, Set<K>, InvocationContext, long, DeliveryGuarantee, Function<? super Publisher<K>, ? extends CompletionStage<R>>, Function<? super Publisher<R>, ? extends CompletionStage<R>>) - Method in class org.infinispan.reactive.publisher.impl.PartitionAwareClusterPublisherManager
- keys - Variable in class org.infinispan.commands.functional.ReadOnlyManyCommand
- keys - Variable in class org.infinispan.commands.write.InvalidateCommand
- keys() - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Provides a
Traversablethat allows clients to navigate all cached keys. - keys() - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- keys() - Method in interface org.infinispan.telemetry.InfinispanSpanContext
- keys(C) - Method in interface org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadManyCommandHelper
- keys(ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadOnlyManyHelper
- keySet() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- keySet() - Method in class org.infinispan.cache.impl.CacheImpl
- keySet() - Method in class org.infinispan.cache.impl.DecoratedCache
- keySet() - Method in class org.infinispan.cache.impl.EncoderCache
- keySet() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- keySet() - Method in interface org.infinispan.Cache
-
Returns a set view of the keys contained in this cache and cache loader across the entire cluster.
- keySet() - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- keySet() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- keySet() - Method in class org.infinispan.security.impl.SecureCacheImpl
- KeySet() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
- KeySetCommand<K,
V> - Class in org.infinispan.commands.read -
Command implementation for
Map.keySet()functionality. - KeySetCommand(long) - Constructor for class org.infinispan.commands.read.KeySetCommand
- keysForNonCompletedSegments(ObjIntConsumer) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.KeyPublisherResponse
- keysForNonCompletedSegments(ObjIntConsumer) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponse
- keysFromMods(Stream<WriteCommand>) - Method in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
- keysToFilter - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- keysToFilter - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- KeyStreamSupplier<K,
V> - Class in org.infinispan.stream.impl.local -
Stream supplier that is to be used when the underlying stream is composed by key instances.
- KeyStreamSupplier(Cache<K, V>, ToIntFunction<Object>, Supplier<Stream<K>>) - Constructor for class org.infinispan.stream.impl.local.KeyStreamSupplier
- keyToEntryFunction() - Static method in class org.infinispan.stream.StreamMarshalling
-
Provides a function that given a key will return the
CacheEntrythat maps to this key. - keyToStorage(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- keyTransformers() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
The currently configured key transformers.
- KeyValueFilter<K,
V> - Interface in org.infinispan.filter -
A filter for keys with their values.
- KeyValueFilterAsCacheEventFilter<K,
V> - Class in org.infinispan.notifications.cachelistener.filter -
CacheEventFilter that implements it's filtering solely on the use of the provided KeyValueFilter
- KeyValueFilterAsCacheEventFilter(KeyValueFilter<? super K, ? super V>) - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter
- KeyValueFilterAsCacheEventFilter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
- KeyValueFilterConverter<K,
V, - Interface in org.infinispan.filterC> -
This interface is an optimization that can be used when a filter and converter are most efficiently used as the same object composing the filtering and conversion in the same method invocation.
- KeyValueFilterConverterAsCacheEventFilterConverter<K,
V, - Class in org.infinispan.notifications.cachelistener.filterC> -
CacheEventFilterConverterthat uses an underlyingKeyValueFilterConverterto do the conversion and filtering. - KeyValueFilterConverterAsCacheEventFilterConverter(KeyValueFilterConverter<K, V, C>) - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
- KeyValueFilterConverterAsCacheEventFilterConverter(KeyValueFilterConverter<K, V, C>, MediaType) - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
- KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
- KeyValueFilterConverterFactory<K,
V, - Interface in org.infinispan.filterC> -
Factory for
KeyValueFilterConverterinstances - KeyValueMetadataSizeCalculator<K,
V> - Interface in org.infinispan.container.impl -
Size calculator that takes into account not only key and value but also metadata.
- KeyValuePair<K,
V> - Class in org.infinispan.util -
Holds logically related key-value pairs or binary tuples.
- KeyValuePair(K, V) - Constructor for class org.infinispan.util.KeyValuePair
- KeyValuePair.Externalizer - Class in org.infinispan.util
- KnownComponentNames - Class in org.infinispan.factories
-
Holder for known named component names.
- KnownComponentNames() - Constructor for class org.infinispan.factories.KnownComponentNames
- KUBERNETES(Properties) - Static method in class org.infinispan.remoting.transport.jgroups.BuiltinJGroupsChannelConfigurator
L
- l1() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- l1() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- l1() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- l1() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- l1() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- l1() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
This method allows configuration of the L1 cache for distributed caches.
- l1() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
This method allows configuration of the L1 cache for distributed caches.
- l1() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
Configures the L1 cache behavior in 'distributed' caches instances.
- L1 - Enum constant in enum class org.infinispan.configuration.parsing.Element
- L1_LIFESPAN - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- L1Configuration - Class in org.infinispan.configuration.cache
-
Configures the L1 cache behavior in 'distributed' caches instances.
- L1ConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configures the L1 cache behavior in 'distributed' caches instances.
- L1InternalCacheEntry - Class in org.infinispan.container.entries
-
A
InternalCacheEntryimplementation to store a L1 entry. - L1InternalCacheEntry(Object, Object, long, long) - Constructor for class org.infinispan.container.entries.L1InternalCacheEntry
- l1InvalidLifespan() - Method in class org.infinispan.util.logging.Log_$logger
- l1InvalidLifespan() - Method in interface org.infinispan.util.logging.Log
- l1InvalidLifespan$str() - Method in class org.infinispan.util.logging.Log_$logger
- L1LastChanceInterceptor - Class in org.infinispan.interceptors.distribution
-
L1 based interceptor that flushes the L1 cache at the end after a transaction/entry is committed to the data container but before the lock has been released.
- L1LastChanceInterceptor() - Constructor for class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- l1Manager - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- L1Manager - Interface in org.infinispan.distribution
-
Manages the L1 Cache, in particular recording anyone who is going to cache an a command that a node responds to so that a unicast invalidation can be sent later if needed.
- L1ManagerImpl - Class in org.infinispan.distribution.impl
- L1ManagerImpl() - Constructor for class org.infinispan.distribution.impl.L1ManagerImpl
- L1Metadata - Class in org.infinispan.metadata.impl
-
Metadataimplementation that must be passed to theDataContainer.put(Object, Object, org.infinispan.metadata.Metadata)when the entry to store is a L1 entry. - L1Metadata(Metadata) - Constructor for class org.infinispan.metadata.impl.L1Metadata
- L1MetadataInternalCacheEntry - Class in org.infinispan.container.entries.metadata
-
A
InternalCacheEntryimplementation to store a L1 entry. - L1MetadataInternalCacheEntry(Object, Object, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.L1MetadataInternalCacheEntry
- L1NonTxInterceptor - Class in org.infinispan.interceptors.distribution
-
Interceptor that handles L1 logic for non-transactional caches.
- L1NonTxInterceptor() - Constructor for class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- l1NotValidWithExpirationEviction() - Method in class org.infinispan.util.logging.Log_$logger
- l1NotValidWithExpirationEviction() - Method in interface org.infinispan.util.logging.Log
- l1NotValidWithExpirationEviction$str() - Method in class org.infinispan.util.logging.Log_$logger
- l1OnlyForDistributedCache(String) - Method in class org.infinispan.util.logging.Log_$logger
- l1OnlyForDistributedCache(String) - Method in interface org.infinispan.util.logging.Log
- l1OnlyForDistributedCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- L1SegmentedDataContainer<K,
V> - Class in org.infinispan.container.impl -
Segmented data container that also allows for non owned segments to be written to a temporary map (L1).
- L1SegmentedDataContainer(Supplier<PeekableTouchableMap<K, V>>, int) - Constructor for class org.infinispan.container.impl.L1SegmentedDataContainer
- L1TxInterceptor - Class in org.infinispan.interceptors.distribution
-
Interceptor that handles L1 logic for transactional caches.
- L1TxInterceptor() - Constructor for class org.infinispan.interceptors.distribution.L1TxInterceptor
- L1WriteSynchronizer - Class in org.infinispan.interceptors.distribution
-
A write synchronizer that allows for a single thread to run the L1 update while others can block until it is completed.
- L1WriteSynchronizer(InternalDataContainer, long, StateTransferLock, ClusteringDependentLogic) - Constructor for class org.infinispan.interceptors.distribution.L1WriteSynchronizer
- LambdaWithMetasExternalizer() - Constructor for class org.infinispan.marshall.core.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
- lastAddress - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- lastUsed - Variable in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- lastUsed - Variable in class org.infinispan.container.entries.ReadCommittedEntry
- lastUsed - Variable in class org.infinispan.container.entries.TransientCacheEntry
- lastUsed - Variable in class org.infinispan.container.entries.TransientCacheValue
- lastUsed - Variable in class org.infinispan.container.entries.TransientMortalCacheEntry
- lastUsed - Variable in class org.infinispan.container.entries.TransientMortalCacheValue
- lastUsed() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- lastUsed() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- lastUsed() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- lastUsed() - Method in interface org.infinispan.metadata.InternalMetadata
-
Deprecated.
- lastUsed() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- latestSent(int, int) - Method in class org.infinispan.distribution.TriangleOrderManager
-
Meant for testing only.
- LazyConcatIterator<E> - Class in org.infinispan.util
-
Iterator implementation that will return all entries from the first iterator.
- LazyConcatIterator(CloseableIterator<E>, Supplier<? extends CloseableIterator<E>>) - Constructor for class org.infinispan.util.LazyConcatIterator
- lazyGetComponent(Class<T>) - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Looks up a component named
namein the registry, or registers it if necessary. - lazyGetComponent(Class<T>) - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- LazyInitializingBlockingTaskAwareExecutorService - Class in org.infinispan.executors
-
A delegating executor that lazily constructs and initializes the underlying executor.
- LazyInitializingBlockingTaskAwareExecutorService(ThreadPoolExecutorFactory<ExecutorService>, ThreadFactory, TimeService) - Constructor for class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- LazyInitializingExecutorService - Class in org.infinispan.executors
-
A delegating executor that lazily constructs and initializes the underlying executor, since unused JDK executors are expensive.
- LazyInitializingExecutorService(ThreadPoolExecutorFactory<ExecutorService>, ThreadFactory) - Constructor for class org.infinispan.executors.LazyInitializingExecutorService
- LazyInitializingScheduledExecutorService - Class in org.infinispan.executors
-
A delegating scheduled executor that lazily constructs and initializes the underlying scheduled executor, since unused JDK executors are expensive.
- LazyInitializingScheduledExecutorService(ThreadPoolExecutorFactory<ScheduledExecutorService>, ThreadFactory) - Constructor for class org.infinispan.executors.LazyInitializingScheduledExecutorService
- leave(String, long) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Forwards the leave request to the coordinator.
- leave(String, long) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- legacyBuilder() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- length() - Method in class org.infinispan.persistence.sifs.EntryMetadata
- level - Variable in class org.infinispan.util.logging.events.impl.BaseEventLog
- LIFECYCLE - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Allows control of a cache's lifecycle (i.e.
- LIFECYCLE - Enum constant in enum class org.infinispan.util.logging.events.EventLogCategory
- lifespan - Variable in class org.infinispan.container.entries.MortalCacheEntry
- lifespan - Variable in class org.infinispan.container.entries.MortalCacheValue
- lifespan - Variable in class org.infinispan.container.entries.TransientMortalCacheEntry
- lifespan - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
- lifespan() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in milliseconds.
- lifespan() - Method in class org.infinispan.configuration.cache.L1Configuration
-
Maximum lifespan of an entry placed in the L1 cache.
- lifespan() - Method in class org.infinispan.container.entries.RemoteMetadata
- lifespan() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- lifespan() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
- lifespan() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
- lifespan() - Method in class org.infinispan.metadata.EmbeddedMetadata
- lifespan() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- lifespan() - Method in class org.infinispan.metadata.impl.L1Metadata
- lifespan() - Method in interface org.infinispan.metadata.Metadata
-
Returns the lifespan of the cache entry with which this metadata object is associated, in milliseconds.
- lifespan(long) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in milliseconds.
- lifespan(long) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
Maximum lifespan of an entry placed in the L1 cache.
- lifespan(long) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Builder
- lifespan(long) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- lifespan(long) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Set lifespan time assuming that the time unit is milliseconds.
- lifespan(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in milliseconds.
- lifespan(long, TimeUnit) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
Maximum lifespan of an entry placed in the L1 cache.
- lifespan(long, TimeUnit) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Builder
- lifespan(long, TimeUnit) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- lifespan(long, TimeUnit) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Set lifespan time with a given time unit.
- LIFESPAN - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- LIFESPAN - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
- LIFESPAN - Static variable in class org.infinispan.configuration.cache.L1Configuration
- LifespanExternalizer() - Constructor for class org.infinispan.marshall.exts.MetaParamExternalizers.LifespanExternalizer
- lifespanUnit - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
- limit(long) - Method in interface org.infinispan.CacheStream
- limit(long) - Method in interface org.infinispan.DoubleCacheStream
- limit(long) - Method in interface org.infinispan.IntCacheStream
- limit(long) - Method in interface org.infinispan.LongCacheStream
- limit(long) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- limit(long) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- limit(long) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- limit(long) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- limit(long) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- limit(long) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- limit(long) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- limit(long) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- limit(long) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- limit(long) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- limit(long) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- limit(long) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- limit(long) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- LimitDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
-
Performs limit operation on a
DoubleStream - LimitDoubleOperation(long) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.LimitDoubleOperation
- limitedBlockingExecutor(String, int) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Provides a
BlockingManager.BlockingExecutorwhich is limited to the provided concurrency amount. - limitedBlockingExecutor(String, int) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- LimitedExecutor - Class in org.infinispan.executors
-
Executes tasks in the given executor, but never has more than
maxConcurrentTaskstasks running at the same time. - LimitedExecutor(String, Executor, int) - Constructor for class org.infinispan.executors.LimitedExecutor
- LimitIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs limit operation on a
IntStream - LimitIntOperation(long) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.LimitIntOperation
- LimitLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs limit operation on a
LongStream - LimitLongOperation(long) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.LimitLongOperation
- LimitOperation<S> - Class in org.infinispan.stream.impl.intops.object
-
Performs limit operation on a regular
Stream - LimitOperation(long) - Constructor for class org.infinispan.stream.impl.intops.object.LimitOperation
- list(String) - Method in class org.infinispan.security.mappers.ClusterRoleMapper
- list(String) - Method in interface org.infinispan.security.MutablePrincipalRoleMapper
- LIST - Enum constant in enum class org.infinispan.persistence.modifications.Modification.Type
- listAll() - Method in class org.infinispan.security.mappers.ClusterRoleMapper
- listAll() - Method in interface org.infinispan.security.MutablePrincipalRoleMapper
- LISTEN - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Allows attaching listeners to a cache
- Listenable - Interface in org.infinispan.notifications
-
Interface that denotes that the implementation can have listeners attached to it.
- listener - Variable in class org.infinispan.reactive.publisher.impl.PartitionAwareClusterPublisherManager
- Listener - Annotation Interface in org.infinispan.notifications
-
Class-level annotation used to annotate an object as being a valid cache listener.
- LISTENER_EXECUTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- Listener.Observation - Enum Class in org.infinispan.notifications
-
Enumeration that defines when a listener event can be observed.
- ListenerHolder - Class in org.infinispan.notifications.cachelistener
- ListenerHolder(Object, DataConversion, DataConversion, boolean) - Constructor for class org.infinispan.notifications.cachelistener.ListenerHolder
- ListenerInvocation<T> - Interface in org.infinispan.notifications.impl
-
Defines simple listener invocation.
- ListenerInvocationImpl(Object, Method, boolean, ClassLoader, Subject) - Constructor for class org.infinispan.notifications.impl.AbstractListenerImpl.ListenerInvocationImpl
- Listener Modes - Search tag in annotation interface org.infinispan.notifications.Listener
- Section
- ListenerRegistration - Class in org.infinispan.affinity
-
Used for registering various cache notifications.
- ListenerRegistration(KeyAffinityServiceImpl<?>) - Constructor for class org.infinispan.affinity.ListenerRegistration
- listeners - Variable in class org.infinispan.container.impl.AbstractInternalDataContainer
- listeners - Variable in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- listeners() - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Allows to read-write listeners to be registered.
- listeners() - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Allows to write-only listeners to be registered.
- listeners() - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- listeners() - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- Listeners - Class in org.infinispan.functional
-
Holder class for functional listener definitions.
- Listeners.ReadWriteListeners<K,
V> - Interface in org.infinispan.functional -
Read-write listeners enable users to register listeners for cache entry created, modified and removed events, and also register listeners for any cache entry write events.
- Listeners.ReadWriteListeners.ReadWriteListener<K,
V> - Interface in org.infinispan.functional -
Read-write listener
- Listeners.WriteListeners<K,
V> - Interface in org.infinispan.functional -
Write listeners enable user to register listeners for any cache entry write events that happen in either a read-write or write-only functional map.
- Listeners.WriteListeners.WriteListener<K,
V> - Interface in org.infinispan.functional -
Write-only listener.
- listenersMap - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl
- listenerThreadPool() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- listenerThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Configuration for the listener thread pool
- listenerThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- listenerThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- listenerThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- listenerThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- listPrincipals() - Method in class org.infinispan.security.mappers.ClusterRoleMapper
- listPrincipals() - Method in interface org.infinispan.security.MutablePrincipalRoleMapper
- listPrincipalsAndRoleSet() - Method in class org.infinispan.security.mappers.ClusterRoleMapper
- listPrincipalsAndRoleSet() - Method in interface org.infinispan.security.MutablePrincipalRoleMapper
- listPrincipalsByRole(String) - Method in class org.infinispan.security.mappers.ClusterRoleMapper
- listPrincipalsByRole(String) - Method in interface org.infinispan.security.MutablePrincipalRoleMapper
- load(int, Object) - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- load(int, Object) - Method in class org.infinispan.persistence.file.SingleFileStore
- load(int, Object) - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- load(int, Object) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Returns a stage that will contain the value loaded from the store.
- load(int, Object) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- load(int, Object) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- load(GlobalConfiguration) - Static method in class org.infinispan.marshall.core.impl.ExternalExternalizers
- load(GlobalConfiguration, int, int) - Static method in class org.infinispan.marshall.core.impl.ExternalExternalizers
-
Load the
AdvancedExternalizerinstances with Ids inclusive of the specified bounds. - LOAD_PERSIST - Enum constant in enum class org.infinispan.functional.Param.PersistenceMode
- loadAll() - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Deprecated, for removal: This API element is subject to removal in a future version.since 12.0, use
LocalConfigurationStorage.loadAllCaches()instead - loadAllCaches() - Method in class org.infinispan.globalstate.impl.ImmutableLocalConfigurationStorage
- loadAllCaches() - Method in class org.infinispan.globalstate.impl.OverlayLocalConfigurationStorage
- loadAllCaches() - Method in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- loadAllCaches() - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Loads all persisted cache configurations
- loadAllTemplates() - Method in class org.infinispan.globalstate.impl.ImmutableLocalConfigurationStorage
- loadAllTemplates() - Method in class org.infinispan.globalstate.impl.OverlayLocalConfigurationStorage
- loadAllTemplates() - Method in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- loadAllTemplates() - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Loads all persisted templates
- loadAndCheckExpiration(PersistenceManager, Object, int, InvocationContext) - Static method in class org.infinispan.persistence.internal.PersistenceUtil
- loadAndComputeInDataContainer(DataContainer<K, V>, int, PersistenceManager, K, InvocationContext, TimeService, DataContainer.ComputeAction<K, V>) - Static method in class org.infinispan.persistence.internal.PersistenceUtil
- loadAndStoreInDataContainer(K, int) - Method in interface org.infinispan.persistence.util.EntryLoader
-
Load and store the entry if present in the data container, returning the entry in the CompletionStage.
- loadAndStoreInDataContainer(DataContainer<K, V>, int, PersistenceManager, K, InvocationContext, TimeService, AtomicReference<Boolean>) - Static method in class org.infinispan.persistence.internal.PersistenceUtil
- loadAndStoreInDataContainer(DataContainer<K, V>, PersistenceManager, K, InvocationContext, TimeService, AtomicReference<Boolean>) - Static method in class org.infinispan.persistence.internal.PersistenceUtil
- loadAndStoreInDataContainer(InvocationContext, Object, int, FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- loadAndStoreInDataContainer(InvocationContext, Object, int, FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.PassivationCacheLoaderInterceptor
- loadAndStoreInDataContainer(InvocationContext, Object, int, FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.PassivationClusteredCacheLoaderInterceptor
- loadAndStoreInDataContainer(InvocationContext, Object, int, FlagAffectedCommand) - Method in interface org.infinispan.persistence.util.EntryLoader
-
Load and store the entry if present in the data container, returning the entry in the CompletionStage
- LOADED - Enum constant in enum class org.infinispan.container.entries.ReadCommittedEntry.Flags
- LOADED - Static variable in class org.infinispan.functional.MetaParam.MetaLoadedFromPersistence
- loadEntry(Object) - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.
- loadEntry(Object) - Method in interface org.infinispan.persistence.spi.CacheLoader
-
Deprecated.Fetches an entry from the storage.
- loadEntry(Object) - Method in class org.infinispan.persistence.support.AbstractSegmentedAdvancedLoadWriteStore
- loader() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- LOADER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- LoaderConfigurationChildBuilder<S> - Interface in org.infinispan.configuration.cache
-
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
- loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in class org.infinispan.util.logging.Log_$logger
- loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in interface org.infinispan.util.logging.Log
- loaderConfigurationDoesNotSpecifyLoaderClass$str() - Method in class org.infinispan.util.logging.Log_$logger
- loadFromAllStores(Object, boolean, boolean) - Method in class org.infinispan.persistence.manager.PassivationPersistenceManager
- loadFromAllStores(Object, boolean, boolean) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Loads an entry from the persistence store for the given key.
- loadFromAllStores(Object, boolean, boolean) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- loadFromAllStores(Object, boolean, boolean) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- loadFromAllStores(Object, int, boolean, boolean) - Method in class org.infinispan.persistence.manager.PassivationPersistenceManager
- loadFromAllStores(Object, int, boolean, boolean) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Same as
PersistenceManager.loadFromAllStores(Object, boolean, boolean)except that the segment of the key is also provided to avoid having to calculate the segment. - loadFromAllStores(Object, int, boolean, boolean) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- loadFromAllStores(Object, int, boolean, boolean) - Method in class org.infinispan.persistence.manager.TracedPersistenceManager
- loadFromAllStores(Object, int, boolean, boolean) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- loadIfNeeded(InvocationContext, Object, FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
-
Loads from the cache loader the entry for the given key.
- loadInContext(InvocationContext, Object, int, FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
-
Attemps to load the given entry for a key from the persistence store.
- loadMetadata(FileProvider.Handle, int) - Method in class org.infinispan.persistence.sifs.EntryRecord
- loadMetadataAndValue(FileProvider.Handle, int, boolean) - Method in class org.infinispan.persistence.sifs.EntryRecord
- loadType() - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- loadType() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- loadType() - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
- loadType() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- loadType() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- loadType() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- loadType() - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
- loadType() - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- loadType() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- loadType() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- loadType() - Method in class org.infinispan.commands.read.AbstractLocalCommand
- loadType() - Method in class org.infinispan.commands.read.GetAllCommand
- loadType() - Method in class org.infinispan.commands.read.GetCacheEntryCommand
- loadType() - Method in class org.infinispan.commands.read.GetKeyValueCommand
- loadType() - Method in class org.infinispan.commands.read.SizeCommand
- loadType() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- loadType() - Method in interface org.infinispan.commands.VisitableCommand
- loadType() - Method in class org.infinispan.commands.write.ClearCommand
- loadType() - Method in class org.infinispan.commands.write.ComputeCommand
- loadType() - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- loadType() - Method in class org.infinispan.commands.write.EvictCommand
- loadType() - Method in class org.infinispan.commands.write.InvalidateCommand
- loadType() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- loadType() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- loadType() - Method in class org.infinispan.commands.write.PutMapCommand
- loadType() - Method in class org.infinispan.commands.write.RemoveCommand
- loadType() - Method in class org.infinispan.commands.write.ReplaceCommand
- loadType() - Method in class org.infinispan.expiration.impl.TouchCommand
- LOCAL - Enum constant in enum class org.infinispan.configuration.cache.CacheMode
-
Data is not replicated.
- LOCAL - Enum constant in enum class org.infinispan.configuration.cache.CacheType
- LOCAL - Enum constant in enum class org.infinispan.configuration.parsing.ParsedCacheMode
- LOCAL - Enum constant in enum class org.infinispan.distribution.DataLocality
-
Deprecated.
- LOCAL - Enum constant in enum class org.infinispan.functional.Param.ExecutionMode
-
Command is executed only locally, it is not sent to remote nodes.
- LOCAL - Static variable in interface org.infinispan.transaction.impl.TransactionOriginatorChecker
-
A Local mode implementation.
- LOCAL_CACHE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- LOCAL_CACHE_CONFIGURATION - Enum constant in enum class org.infinispan.configuration.parsing.Element
- LOCAL_CLUSTER_PUBLISHER - Static variable in class org.infinispan.factories.PublisherManagerFactory
- LOCAL_CONTAINER_STATS - Static variable in class org.infinispan.stats.impl.LocalContainerStatsImpl
- LOCAL_HEAP - Enum constant in enum class org.infinispan.configuration.cache.IndexStorage
- LOCAL_NODE - Static variable in class org.infinispan.manager.CacheManagerInfo
- LOCAL_SITE - Enum constant in enum class org.infinispan.functional.Param.ExecutionMode
-
Command is executed only in the current site (same as
Param.ExecutionMode.ALL, but it is not sent for backup to other sites) - LOCAL_UNCERTAIN - Enum constant in enum class org.infinispan.distribution.DataLocality
-
Deprecated.
- localAddress - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- localAndPhysicalAddress(String, Address, List<Address>) - Method in class org.infinispan.util.logging.Log_$logger
- localAndPhysicalAddress(String, Address, List<Address>) - Method in interface org.infinispan.util.logging.Log
- localAndPhysicalAddress$str() - Method in class org.infinispan.util.logging.Log_$logger
- LocalCacheStream<R> - Class in org.infinispan.stream.impl.local
-
CacheStream that is to be used locally.
- LocalCacheStream(AbstractLocalCacheStream.StreamSupplier<R, Stream<R>>, boolean, ComponentRegistry) - Constructor for class org.infinispan.stream.impl.local.LocalCacheStream
- LocalCacheStream(AbstractLocalCacheStream<?, ?, ?>) - Constructor for class org.infinispan.stream.impl.local.LocalCacheStream
- LocalClusterPublisherManagerImpl<K,
V> - Class in org.infinispan.reactive.publisher.impl - LocalClusterPublisherManagerImpl() - Constructor for class org.infinispan.reactive.publisher.impl.LocalClusterPublisherManagerImpl
- LocalCommand - Interface in org.infinispan.commands
-
This is a marker interface to indicate that such commands will never be replicated and hence will not return any valid command IDs.
- LocalConfigurationStorage - Interface in org.infinispan.globalstate
-
The
LocalConfigurationStorageis responsible for applying on each node the configuration changes initiated through theGlobalConfigurationManagerand persist them unless they areCacheContainerAdmin.AdminFlag.VOLATILE. - LocalContainerStatsImpl - Class in org.infinispan.stats.impl
-
Provide statistics of the local JVM instance.
- LocalContainerStatsImpl() - Constructor for class org.infinispan.stats.impl.LocalContainerStatsImpl
- LocalDoubleCacheStream - Class in org.infinispan.stream.impl.local
-
DoubleStream that wraps a given stream to allow for additional functionality such as injection of values into various operations
- LocalDoubleCacheStream(AbstractLocalCacheStream.StreamSupplier<Double, DoubleStream>, boolean, ComponentRegistry) - Constructor for class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- LocalIntCacheStream - Class in org.infinispan.stream.impl.local
-
IntStream that wraps a given stream to allow for additional functionality such as injection of values into various operations
- LocalIntCacheStream(AbstractLocalCacheStream.StreamSupplier<Integer, IntStream>, boolean, ComponentRegistry) - Constructor for class org.infinispan.stream.impl.local.LocalIntCacheStream
- LocalInvocation - Class in org.infinispan.remoting
-
Simulates a remote invocation on the local node.
- LocalizedCacheTopology - Class in org.infinispan.distribution
-
Extends
CacheTopologywith information about keys owned by the local node. - LocalizedCacheTopology(CacheMode, CacheTopology, KeyPartitioner, Address, boolean) - Constructor for class org.infinispan.distribution.LocalizedCacheTopology
- LocalLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
- LocalLongCacheStream - Class in org.infinispan.stream.impl.local
-
LongStream that wraps a given stream to allow for additional functionality such as injection of values into various operations
- LocalLongCacheStream(AbstractLocalCacheStream.StreamSupplier<Long, LongStream>, boolean, ComponentRegistry) - Constructor for class org.infinispan.stream.impl.local.LocalLongCacheStream
- LocalModeAddress - Class in org.infinispan.remoting.transport
-
Represents the local node's address.
- localNodeName() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- localNodeName() - Method in interface org.infinispan.remoting.transport.Transport
- LocalOnlyCacheLoader - Interface in org.infinispan.persistence.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
- localPublisher(int) - Method in interface org.infinispan.CacheCollection
-
Returns a publisher that will publish all elements that map to the given segment.
- localPublisher(int) - Method in class org.infinispan.InternalCacheSet
- localPublisher(IntSet) - Method in interface org.infinispan.CacheCollection
-
Returns a publisher that will publish all elements that map to the given segment.
- localPublisher(IntSet) - Method in class org.infinispan.InternalCacheSet
- localPublisherManager - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- localPublisherManager - Variable in class org.infinispan.statetransfer.StateProviderImpl
- LocalPublisherManager<K,
V> - Interface in org.infinispan.reactive.publisher.impl -
Handles locally publishing entries from the cache.
- LocalPublisherManagerImpl<K,
V> - Class in org.infinispan.reactive.publisher.impl -
LocalPublisherManager that publishes entries from the local node only.
- LocalPublisherManagerImpl() - Constructor for class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- localSite() - Method in class org.infinispan.configuration.global.SiteConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- localSite(String) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- localSiteName() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- localSiteName() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- localSiteName() - Method in interface org.infinispan.remoting.transport.Transport
- LocalTopologyManager - Interface in org.infinispan.topology
-
Runs on every node and handles the communication with the
ClusterTopologyManager. - LocalTopologyManagerFactory - Class in org.infinispan.topology
-
Factory for ClusterTopologyManager implementations.
- LocalTopologyManagerFactory() - Constructor for class org.infinispan.topology.LocalTopologyManagerFactory
- LocalTopologyManagerImpl - Class in org.infinispan.topology
-
The
LocalTopologyManagerimplementation. - LocalTopologyManagerImpl() - Constructor for class org.infinispan.topology.LocalTopologyManagerImpl
- LocalTransaction - Class in org.infinispan.transaction.impl
-
Object that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction. - LocalTransaction(Transaction, GlobalTransaction, boolean, int, long) - Constructor for class org.infinispan.transaction.impl.LocalTransaction
- localTransactionPrepared(LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- localTransactionPrepared(LocalTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
- LocalTxInvocationContext - Class in org.infinispan.context.impl
-
Invocation context to be used for locally originated transactions.
- LocalTxInvocationContext(LocalTransaction) - Constructor for class org.infinispan.context.impl.LocalTxInvocationContext
- LocalXaTransaction - Class in org.infinispan.transaction.xa
-
LocalTransactionimplementation to be used withTransactionXaAdapter. - LocalXaTransaction(Transaction, GlobalTransaction, boolean, int, long) - Constructor for class org.infinispan.transaction.xa.LocalXaTransaction
- locateKey(String) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
- locateOwnersForSegment(int) - Method in interface org.infinispan.distribution.ch.ConsistentHash
- locateOwnersForSegment(int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- locateOwnersForSegment(int) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- locatePrimaryOwnerForSegment(int) - Method in interface org.infinispan.distribution.ch.ConsistentHash
- locatePrimaryOwnerForSegment(int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- locatePrimaryOwnerForSegment(int) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- location() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- location(String) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
-
Sets a location on disk where the store can write.
- location(String, String) - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- location(String, String) - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- Location() - Constructor for class org.infinispan.distribution.topologyaware.TopologyInfo.Location
- LOCATION - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- LOCATION - Static variable in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- lock() - Method in interface org.infinispan.util.concurrent.locks.LockPromise
-
It locks the key (or keys) associated to this promise.
- lock(Object, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- lock(Object, Object, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
Attempts to lock the
keyif the lock isn't already held by thelockOwner. - lock(Collection<? extends K>) - Method in interface org.infinispan.AdvancedCache
-
Locks collections of keys eagerly across cache nodes in a cluster.
- lock(Collection<? extends K>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- lock(Collection<? extends K>) - Method in class org.infinispan.cache.impl.CacheImpl
- lock(Collection<? extends K>) - Method in class org.infinispan.cache.impl.DecoratedCache
- lock(Collection<? extends K>) - Method in class org.infinispan.cache.impl.EncoderCache
- lock(Collection<? extends K>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- lock(Collection<? extends K>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- lock(K...) - Method in interface org.infinispan.AdvancedCache
-
Locks a given key or keys eagerly across cache nodes in a cluster.
- lock(K...) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- lock(K...) - Method in class org.infinispan.cache.impl.CacheImpl
- lock(K...) - Method in class org.infinispan.cache.impl.DecoratedCache
- lock(K...) - Method in class org.infinispan.cache.impl.EncoderCache
- lock(K...) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- lock(K...) - Method in class org.infinispan.security.impl.SecureCacheImpl
- LOCK - Enum constant in enum class org.infinispan.functional.Param.LockingMode
- LOCK_ACQUISITION_TIMEOUT - Static variable in class org.infinispan.configuration.cache.LockingConfiguration
- LOCK_TIMEOUT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- lockAcquisitionTimeout() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
Maximum time to attempt a particular lock acquisition
- lockAcquisitionTimeout(long) - Method in class org.infinispan.configuration.cache.LockingConfiguration
- lockAcquisitionTimeout(long) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Maximum time to attempt a particular lock acquisition
- lockAcquisitionTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Maximum time to attempt a particular lock acquisition
- lockAll() - Method in class org.infinispan.container.offheap.StripedLock
-
Locks all write locks.
- lockAll(Collection<?>, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- lockAll(Collection<?>, Object, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
Same as
LockManager.lock(Object, Object, long, TimeUnit)but for multiple keys. - lockAndRecord(InvocationContext, VisitableCommand, Object, long) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- lockAs(Object) - Method in interface org.infinispan.AdvancedCache
-
Whenever this cache acquires a lock it will do so using the given Object as the owner of said lock.
- lockAs(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- lockAs(Object) - Method in class org.infinispan.cache.impl.CacheImpl
- lockAs(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
- lockAs(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- lockAs(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- LockContainer - Interface in org.infinispan.util.concurrent.locks.impl
-
A container for locks
- LockContainerFactory - Class in org.infinispan.factories
-
Factory class that creates instances of
LockContainer. - LockContainerFactory() - Constructor for class org.infinispan.factories.LockContainerFactory
- LockControlCommand - Class in org.infinispan.commands.control
-
LockControlCommand is a command that enables distributed locking across infinispan nodes.
- LockControlCommand(Object, ByteString, long, GlobalTransaction) - Constructor for class org.infinispan.commands.control.LockControlCommand
- LockControlCommand(Collection<?>, ByteString, long, GlobalTransaction) - Constructor for class org.infinispan.commands.control.LockControlCommand
- LockControlCommand(ByteString) - Constructor for class org.infinispan.commands.control.LockControlCommand
- lockedStream() - Method in interface org.infinispan.AdvancedCache
-
Returns a sequential stream using this Cache as the source.
- lockedStream() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- lockedStream() - Method in class org.infinispan.cache.impl.CacheImpl
- lockedStream() - Method in class org.infinispan.cache.impl.DecoratedCache
- lockedStream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- lockedStream() - Method in class org.infinispan.security.impl.SecureCacheImpl
- LockedStream<K,
V> - Interface in org.infinispan -
Stream that allows for operation upon data solely with side effects by using
LockedStream.forEach(BiConsumer)where the BiConsumer is invoked while guaranteeing that the entry being passed is properly locked for the entire duration of the invocation. - LockedStreamImpl<K,
V> - Class in org.infinispan.stream.impl -
Lock Stream implementation that locks a key using the
LockManagerbefore and after executing the various code. - LockedStreamImpl(CacheStream<CacheEntry<K, V>>, long, TimeUnit) - Constructor for class org.infinispan.stream.impl.LockedStreamImpl
- locking() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- locking() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- locking() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- locking() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- locking() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- locking() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- locking() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- locking() - Method in class org.infinispan.configuration.cache.Configuration
- locking() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- locking() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- LOCKING - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- LOCKING - Enum constant in enum class org.infinispan.configuration.parsing.Element
- LOCKING_MODE - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- LOCKING_MODE_ID - Static variable in class org.infinispan.functional.ParamIds
- LockingConfiguration - Class in org.infinispan.configuration.cache
-
Defines the local, in-VM locking and concurrency characteristics of the cache.
- LockingConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Defines the local, in-VM locking and concurrency characteristics of the cache.
- LockingConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.LockingConfigurationBuilder
- lockingMode() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Configures whether the cache uses optimistic or pessimistic locking.
- lockingMode(LockingMode) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Configures whether the cache uses optimistic or pessimistic locking.
- lockingMode(LockingMode) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Configures whether the cache uses optimistic or pessimistic locking.
- LockingMode - Enum Class in org.infinispan.transaction
- Locking semantics - Search tag in annotation interface org.infinispan.notifications.Listener
- Section
- lockIsolationLevel() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
Cache isolation level.
- LockListener - Interface in org.infinispan.util.concurrent.locks
-
The listener for
LockPromise. - lockManager - Variable in class org.infinispan.interceptors.impl.ClusteringInterceptor
- lockManager - Variable in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- LockManager - Interface in org.infinispan.util.concurrent.locks
-
An interface to deal with all aspects of acquiring and releasing locks for cache entries.
- LockManagerFactory - Class in org.infinispan.factories
-
Factory class that creates instances of
LockManager. - LockManagerFactory() - Constructor for class org.infinispan.factories.LockManagerFactory
- lockOperationsNotSupported() - Method in class org.infinispan.util.logging.Log_$logger
- lockOperationsNotSupported() - Method in interface org.infinispan.util.logging.Log
- lockOperationsNotSupported$str() - Method in class org.infinispan.util.logging.Log_$logger
- lockOwner - Variable in class org.infinispan.cache.impl.AbstractCacheBackedSet
- LockPromise - Interface in org.infinispan.util.concurrent.locks
-
A promise returned by
InfinispanLock. - LockReleasedException - Exception Class in org.infinispan.util.concurrent.locks
-
The exception is thrown if a locks is released while waiting for it to be acquired.
- LockReleasedException() - Constructor for exception class org.infinispan.util.concurrent.locks.LockReleasedException
- LockReleasedException(String) - Constructor for exception class org.infinispan.util.concurrent.locks.LockReleasedException
- LockReleasedException(String, Throwable) - Constructor for exception class org.infinispan.util.concurrent.locks.LockReleasedException
- LockReleasedException(String, Throwable, boolean, boolean) - Constructor for exception class org.infinispan.util.concurrent.locks.LockReleasedException
- LockReleasedException(Throwable) - Constructor for exception class org.infinispan.util.concurrent.locks.LockReleasedException
- locksAcquired(Collection<Address>) - Method in class org.infinispan.transaction.impl.LocalTransaction
- LockState - Enum Class in org.infinispan.util.concurrent.locks
-
The
InfinispanLockpossible states. - log - Static variable in class org.infinispan.factories.AnyScopeComponentFactory
- log - Static variable in class org.infinispan.globalstate.impl.ImmutableLocalConfigurationStorage
- log - Static variable in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- log - Variable in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- log - Static variable in class org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl
- log - Static variable in class org.infinispan.reactive.publisher.impl.InnerPublisherSubscription
- log - Static variable in class org.infinispan.reactive.RxJavaInterop
- log - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- log - Variable in class org.infinispan.security.impl.AuditMessages_$logger
- log - Variable in class org.infinispan.stats.impl.AbstractClusterStats
- log(EventLogLevel, EventLogCategory, String) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Logs a message to the event log with the specified level
- log(EventLogLevel, EventLogCategory, String) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
- log(EventLogLevel, EventLogCategory, String) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- Log - Interface in org.infinispan.persistence.sifs
-
This module reserves range 29001 - 29500
- Log - Interface in org.infinispan.util.logging
-
Infinispan's log abstraction layer on top of JBoss Logging.
- Log(int, FileChannel) - Constructor for class org.infinispan.persistence.sifs.FileProvider.Log
- Log_$logger - Class in org.infinispan.persistence.sifs
-
Warning this class consists of generated code.
- Log_$logger - Class in org.infinispan.util.logging
-
Warning this class consists of generated code.
- Log_$logger(Logger) - Constructor for class org.infinispan.persistence.sifs.Log_$logger
- Log_$logger(Logger) - Constructor for class org.infinispan.util.logging.Log_$logger
- LOG_ROOT - Static variable in interface org.infinispan.util.logging.Log
- LogAppender - Class in org.infinispan.persistence.sifs
- LogAppender(NonBlockingManager, Index, TemporaryTable, Compactor, FileProvider, boolean, int) - Constructor for class org.infinispan.persistence.sifs.LogAppender
- logError(OutboundTransferTask, Throwable) - Method in class org.infinispan.statetransfer.StateProviderImpl
- logExceptions() - Method in class org.infinispan.xsite.irac.IracXSiteBackup
- LogFactory - Class in org.infinispan.util.logging
-
Factory that creates
Loginstances. - LogFactory() - Constructor for class org.infinispan.util.logging.LogFactory
- Logged - Annotation Interface in org.infinispan.util.logging.annotation.impl
-
This annotation is for internal use only!
- logger - Static variable in class org.infinispan.encoding.ProtostreamTranscoder
- LoggingAuditLogger - Class in org.infinispan.security.audit
-
LoggingAuditLogger.
- LoggingAuditLogger - Class in org.infinispan.security.impl
-
Deprecated, for removal: This API element is subject to removal in a future version.use
LoggingAuditLoggerinstead - LoggingAuditLogger() - Constructor for class org.infinispan.security.audit.LoggingAuditLogger
- LoggingAuditLogger() - Constructor for class org.infinispan.security.impl.LoggingAuditLogger
-
Deprecated.
- logMode() - Method in class org.infinispan.remoting.transport.raft.RaftChannelConfiguration
- logMode(RaftChannelConfiguration.RaftLogMode) - Method in class org.infinispan.remoting.transport.raft.RaftChannelConfiguration.Builder
-
Sets the RAFT log mode.
- logRetry(int, TopologyAffectedCommand) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- logRoutingTableInformation(String) - Method in class org.infinispan.topology.CacheTopology
- LogSupplier - Interface in org.infinispan.util.logging
-
Provides a
Loginstance to use. - logThrowable(Throwable) - Method in class org.infinispan.commands.remote.SingleRpcCommand
- logThrowable(Throwable) - Method in interface org.infinispan.commands.ReplicableCommand
- logThrowable(Throwable) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
- logUpdateDiscarded(Object, IracMetadata, LogSupplier) - Static method in class org.infinispan.util.IracUtils
- LONG - Enum constant in enum class org.infinispan.stream.impl.IntermediateType
- LONG_ATTRIBUTES - Static variable in interface org.infinispan.stats.ContainerStats
- longCacheStream() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- longCacheStream() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- longCacheStream() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- LongCacheStream - Interface in org.infinispan
-
A
LongStreamthat has additional methods to allow for Serializable instances. - LongSummaryStatisticsExternalizer - Class in org.infinispan.marshall.exts
-
Externalizer used for
LongSummaryStatistics. - LongSummaryStatisticsExternalizer() - Constructor for class org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer
- lookedUpEntries - Variable in class org.infinispan.transaction.impl.AbstractCacheTransaction
- lookedUpEntriesCount() - Method in interface org.infinispan.context.EntryLookup
- lookedUpEntriesCount() - Method in class org.infinispan.context.impl.NonTxInvocationContext
- lookedUpEntriesCount() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- lookedUpEntriesTopology() - Method in class org.infinispan.transaction.impl.RemoteTransaction
- lookupEntry(Object) - Method in interface org.infinispan.context.EntryLookup
-
Retrieves an entry from the collection of looked up entries in the current scope.
- lookupEntry(Object) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- lookupEntry(Object) - Method in class org.infinispan.context.impl.ClearInvocationContext
- lookupEntry(Object) - Method in class org.infinispan.context.impl.ImmutableContext
- lookupEntry(Object) - Method in class org.infinispan.context.impl.NonTxInvocationContext
- lookupEntry(Object) - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- lookupEntry(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- lookupEntry(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
- lostDataBecauseOfAbruptLeavers(Collection<Address>) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- lostDataBecauseOfAbruptLeavers(Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
- lostDataBecauseOfAbruptLeavers$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- lostDataBecauseOfGracefulLeaver(Address) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- lostDataBecauseOfGracefulLeaver(Address) - Method in interface org.infinispan.util.logging.events.Messages
- lostDataBecauseOfGracefulLeaver$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- LostDataCheck - Interface in org.infinispan.partitionhandling.impl
- LostDataVisitor() - Constructor for class org.infinispan.interceptors.impl.BaseStateTransferInterceptor.LostDataVisitor
- lostSegment() - Method in interface org.infinispan.reactive.publisher.impl.SegmentAwarePublisherSupplier.NotificationWithLost
-
The segment that was complete for this notification
- lostSegment(boolean) - Method in interface org.infinispan.stream.impl.SegmentAwareOperation
-
This method will be invoked when the operation is known to be performing on a given set of segments and this node no longer owns 1 or many of them.
- LOW_LEVEL_TRACE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- lruLock - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
M
- MACHINE - Enum constant in enum class org.infinispan.distribution.topologyaware.TopologyLevel
- MACHINE_ID - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MACHINE_ID - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- machineId() - Method in class org.infinispan.configuration.global.TransportConfiguration
- machineId(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
The id of the machine where this node runs.
- MAGIC_11_0 - Static variable in class org.infinispan.persistence.file.SingleFileStore
- MAGIC_12_0 - Static variable in class org.infinispan.persistence.file.SingleFileStore
- MAGIC_12_1 - Static variable in class org.infinispan.persistence.file.SingleFileStore
- MAGIC_BEFORE_11 - Static variable in class org.infinispan.persistence.file.SingleFileStore
- MAGIC_LATEST - Static variable in class org.infinispan.persistence.file.SingleFileStore
- main(String[]) - Static method in class org.infinispan.Version
-
Deprecated.Prints version information.
- makeCurrent() - Method in class org.infinispan.telemetry.impl.DisabledInfinispanSpan
- makeCurrent() - Method in interface org.infinispan.telemetry.InfinispanSpan
- makeSegmentedSingletonTopology(KeyPartitioner, int, Address) - Static method in class org.infinispan.distribution.LocalizedCacheTopology
-
Creates a new local topology that has a single address but multiple segments.
- makeSingletonTopology(CacheMode, KeyPartitioner, int, Address) - Static method in class org.infinispan.distribution.impl.DistributionManagerImpl
- makeSingletonTopology(CacheMode, Address) - Static method in class org.infinispan.distribution.LocalizedCacheTopology
- makeStage(Object) - Static method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Encode the result of an
BaseAsyncInterceptor.invokeNext(InvocationContext, VisitableCommand)in anInvocationStage. - makeStage(Object) - Static method in class org.infinispan.interceptors.InvocationStage
-
If
maybeStageis not anInvocationStage, wrap it, otherwise cast it to anInvocationStage. - ManageableExecutorService<T> - Class in org.infinispan.executors
- ManageableExecutorService() - Constructor for class org.infinispan.executors.ManageableExecutorService
- MANAGED - Enum constant in enum class org.infinispan.globalstate.ConfigurationStorage
-
Stores non-
CacheContainerAdmin.AdminFlag.VOLATILEcaches in a managed environment such as the server model. - MANAGED_CONFIGURATION_STORAGE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- MANAGER - Static variable in interface org.infinispan.jmx.ObjectNameKeys
- managerConfigurationStorageUnavailable() - Method in class org.infinispan.util.logging.Log_$logger
- managerConfigurationStorageUnavailable() - Method in interface org.infinispan.util.logging.Log
- managerConfigurationStorageUnavailable$str() - Method in class org.infinispan.util.logging.Log_$logger
- ManagerStatusResponse - Class in org.infinispan.topology
- ManagerStatusResponse(Map<String, CacheStatusResponse>, boolean) - Constructor for class org.infinispan.topology.ManagerStatusResponse
- ManagerStatusResponse.Externalizer - Class in org.infinispan.topology
- MANUAL - Enum constant in enum class org.infinispan.configuration.cache.IndexingMode
-
Indexes will be only updated when a reindex is explicitly invoked.
- MANUAL - Enum constant in enum class org.infinispan.eviction.EvictionStrategy
-
Strategy where the cache does nothing but the user is assumed to manually invoke evict method
- manuallyUpdateAvailabilityMode(List<Address>, AvailabilityMode, boolean) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
-
Enter a new availability mode manually.
- manuallyUpdateAvailabilityMode(List<Address>, AvailabilityMode, boolean) - Method in class org.infinispan.topology.ClusterCacheStatus
- map - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- map - Variable in class org.infinispan.remoting.transport.impl.MapResponseCollector
- map(InputStream) - Method in interface org.infinispan.stream.impl.intops.FlatMappingOperation
-
Instead of flat mapping this returns a stream of
FlatMappingOperation. - map(DoubleUnaryOperator) - Method in interface org.infinispan.DoubleCacheStream
- map(DoubleUnaryOperator) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- map(DoubleUnaryOperator) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- map(DoubleUnaryOperator) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- map(Function<? super R, ? extends R1>) - Method in interface org.infinispan.CacheStream
- map(Function<? super R, ? extends R1>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- map(Function<? super R, ? extends R1>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- map(Function<? super R, ? extends R1>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- map(Function<? super R, ? extends R1>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- map(Function<? super T, ? extends R>) - Method in interface org.infinispan.functional.Traversable
-
An intermediate operation that returns a traversable containing the results of applying the given function over the elements of the traversable.
- map(IntUnaryOperator) - Method in interface org.infinispan.IntCacheStream
- map(IntUnaryOperator) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- map(IntUnaryOperator) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- map(IntUnaryOperator) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- map(LongUnaryOperator) - Method in interface org.infinispan.LongCacheStream
- map(LongUnaryOperator) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- map(LongUnaryOperator) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- map(LongUnaryOperator) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- map(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.FlatMapDoubleOperation
- map(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.FlatMapIntOperation
- map(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.FlatMapLongOperation
- map(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapOperation
- map(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapToDoubleOperation
- map(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapToIntOperation
- map(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapToLongOperation
- map(SerializableDoubleUnaryOperator) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.map(DoubleUnaryOperator)except that the DoubleUnaryOperator must also implementSerializable - map(SerializableDoubleUnaryOperator) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- map(SerializableFunction<? super R, ? extends R1>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.map(Function)except that the Function must also implementSerializable - map(SerializableIntUnaryOperator) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.map(IntUnaryOperator)except that the IntUnaryOperator must also implementSerializable - map(SerializableIntUnaryOperator) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- map(SerializableLongUnaryOperator) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.map(LongUnaryOperator)except that the LongUnaryOperator must also implement Serializable. - map(SerializableLongUnaryOperator) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- mapAddresses(List<Address>) - Method in interface org.infinispan.topology.PersistentUUIDManager
-
Returns a list of
PersistentUUIDs for the suppliedAddresses - mapAddresses(List<Address>) - Method in class org.infinispan.topology.PersistentUUIDManagerImpl
- MapDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
-
Performs map operation on a
DoubleStream - MapDoubleOperation(DoubleUnaryOperator) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.MapDoubleOperation
- MapEntry$___Marshaller_37a121f54771729f5bc90dae7b319161c44a1e9491f8af866c7aba312bf9651e - Class in org.infinispan.container.versioning.irac
-
WARNING: Generated code! Do not edit!
- MapEntry$___Marshaller_37a121f54771729f5bc90dae7b319161c44a1e9491f8af866c7aba312bf9651e() - Constructor for class org.infinispan.container.versioning.irac.MapEntry$___Marshaller_37a121f54771729f5bc90dae7b319161c44a1e9491f8af866c7aba312bf9651e
- MapExternalizer - Class in org.infinispan.marshall.exts
-
Map externalizer for all map implementations except immutable maps and singleton maps, i.e.
- MapExternalizer() - Constructor for class org.infinispan.marshall.exts.MapExternalizer
- mapFlowable(Flowable<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapOperation
- mapFlowable(Flowable<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapToDoubleOperation
- mapFlowable(Flowable<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapToIntOperation
- mapFlowable(Flowable<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapToLongOperation
- mapFlowable(Flowable<I>) - Method in class org.infinispan.stream.impl.intops.object.MapOperation
- mapFlowable(Flowable<I>) - Method in class org.infinispan.stream.impl.intops.object.MapToDoubleOperation
- mapFlowable(Flowable<I>) - Method in class org.infinispan.stream.impl.intops.object.MapToIntOperation
- mapFlowable(Flowable<I>) - Method in class org.infinispan.stream.impl.intops.object.MapToLongOperation
- mapFlowable(Flowable<InputType>) - Method in interface org.infinispan.stream.impl.intops.IntermediateOperation
-
Performs the intermediate operation on a Flowable.
- mapFlowable(Flowable<Double>) - Method in class org.infinispan.stream.impl.intops.primitive.d.BoxedDoubleOperation
- mapFlowable(Flowable<Double>) - Method in class org.infinispan.stream.impl.intops.primitive.d.DistinctDoubleOperation
- mapFlowable(Flowable<Double>) - Method in class org.infinispan.stream.impl.intops.primitive.d.FilterDoubleOperation
- mapFlowable(Flowable<Double>) - Method in class org.infinispan.stream.impl.intops.primitive.d.FlatMapDoubleOperation
- mapFlowable(Flowable<Double>) - Method in class org.infinispan.stream.impl.intops.primitive.d.LimitDoubleOperation
- mapFlowable(Flowable<Double>) - Method in class org.infinispan.stream.impl.intops.primitive.d.MapDoubleOperation
- mapFlowable(Flowable<Double>) - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToIntDoubleOperation
- mapFlowable(Flowable<Double>) - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToLongDoubleOperation
- mapFlowable(Flowable<Double>) - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToObjDoubleOperation
- mapFlowable(Flowable<Double>) - Method in class org.infinispan.stream.impl.intops.primitive.d.PeekDoubleOperation
- mapFlowable(Flowable<Double>) - Method in class org.infinispan.stream.impl.intops.primitive.d.SkipDoubleOperation
- mapFlowable(Flowable<Double>) - Method in class org.infinispan.stream.impl.intops.primitive.d.SortedDoubleOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.AsDoubleIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.AsLongIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.BoxedIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.DistinctIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.FilterIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.FlatMapIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.LimitIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.MapIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToDoubleIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToLongIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToObjIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.PeekIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.SkipIntOperation
- mapFlowable(Flowable<Integer>) - Method in class org.infinispan.stream.impl.intops.primitive.i.SortedIntOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.AsDoubleLongOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.BoxedLongOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.DistinctLongOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.FilterLongOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.FlatMapLongOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.LimitLongOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.MapLongOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToDoubleLongOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToIntLongOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToObjLongOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.PeekLongOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.SkipLongOperation
- mapFlowable(Flowable<Long>) - Method in class org.infinispan.stream.impl.intops.primitive.l.SortedLongOperation
- mapFlowable(Flowable<S>) - Method in class org.infinispan.stream.impl.intops.object.DistinctOperation
- mapFlowable(Flowable<S>) - Method in class org.infinispan.stream.impl.intops.object.FilterOperation
- mapFlowable(Flowable<S>) - Method in class org.infinispan.stream.impl.intops.object.LimitOperation
- mapFlowable(Flowable<S>) - Method in class org.infinispan.stream.impl.intops.object.PeekOperation
- mapFlowable(Flowable<S>) - Method in class org.infinispan.stream.impl.intops.object.SkipOperation
- mapFlowable(Flowable<S>) - Method in class org.infinispan.stream.impl.intops.object.SortedComparatorOperation
- mapFlowable(Flowable<S>) - Method in class org.infinispan.stream.impl.intops.object.SortedOperation
- mapFlowable(Flowable<Type>) - Method in class org.infinispan.stream.impl.intops.UnorderedOperation
- MapIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs map operation on a
IntStream - MapIntOperation(IntUnaryOperator) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.MapIntOperation
- MapLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs map operation on a
LongStream - MapLongOperation(LongUnaryOperator) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.MapLongOperation
- MapOperation<I,
O> - Class in org.infinispan.stream.impl.intops.object -
Performs map to operation on a regular
Stream - MapOperation(Function<? super I, ? extends O>) - Constructor for class org.infinispan.stream.impl.intops.object.MapOperation
- MapOperation(SerializableFunction<? super I, ? extends O>) - Constructor for class org.infinispan.stream.impl.intops.object.MapOperation
- mapper - Variable in class org.infinispan.util.CollectionMapper
- mapper() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- mapper() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- mapper(PrincipalRoleMapper) - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- mapper(RolePermissionMapper) - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- MAPPER - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MappingOperation<InputType,
InputStream, - Interface in org.infinispan.stream.impl.intopsOutputType, OutputStream> -
Marker interface to signify that an
IntermediateOperationis a map operation. - MapResponseCollector - Class in org.infinispan.remoting.transport.impl
- maps - Variable in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- mapSupplier - Variable in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- mapToDouble(IntToDoubleFunction) - Method in interface org.infinispan.IntCacheStream
- mapToDouble(IntToDoubleFunction) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- mapToDouble(IntToDoubleFunction) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- mapToDouble(IntToDoubleFunction) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- mapToDouble(LongToDoubleFunction) - Method in interface org.infinispan.LongCacheStream
- mapToDouble(LongToDoubleFunction) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- mapToDouble(LongToDoubleFunction) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- mapToDouble(LongToDoubleFunction) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- mapToDouble(ToDoubleFunction<? super R>) - Method in interface org.infinispan.CacheStream
- mapToDouble(ToDoubleFunction<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- mapToDouble(ToDoubleFunction<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- mapToDouble(ToDoubleFunction<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- mapToDouble(ToDoubleFunction<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- mapToDouble(SerializableIntToDoubleFunction) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.mapToDouble(IntToDoubleFunction)except that the IntToIntFunction must also implementSerializable - mapToDouble(SerializableIntToDoubleFunction) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- mapToDouble(SerializableLongToDoubleFunction) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.mapToDouble(LongToDoubleFunction)except that the LongToLongFunction must also implement Serializable. - mapToDouble(SerializableLongToDoubleFunction) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- mapToDouble(SerializableToDoubleFunction<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.mapToDouble(ToDoubleFunction)except that the ToDoubleFunction must also implementSerializable - MapToDoubleIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs map to double operation on a
IntStream - MapToDoubleIntOperation(IntToDoubleFunction) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.MapToDoubleIntOperation
- MapToDoubleLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs map to double operation on a
LongStream - MapToDoubleLongOperation(LongToDoubleFunction) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.MapToDoubleLongOperation
- MapToDoubleOperation<I> - Class in org.infinispan.stream.impl.intops.object
-
Performs map to double operation on a regular
Stream - MapToDoubleOperation(ToDoubleFunction<? super I>) - Constructor for class org.infinispan.stream.impl.intops.object.MapToDoubleOperation
- mapToInt(DoubleToIntFunction) - Method in interface org.infinispan.DoubleCacheStream
- mapToInt(DoubleToIntFunction) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- mapToInt(DoubleToIntFunction) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- mapToInt(DoubleToIntFunction) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- mapToInt(LongToIntFunction) - Method in interface org.infinispan.LongCacheStream
- mapToInt(LongToIntFunction) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- mapToInt(LongToIntFunction) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- mapToInt(LongToIntFunction) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- mapToInt(ToIntFunction<? super R>) - Method in interface org.infinispan.CacheStream
- mapToInt(ToIntFunction<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- mapToInt(ToIntFunction<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- mapToInt(ToIntFunction<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- mapToInt(ToIntFunction<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- mapToInt(SerializableDoubleToIntFunction) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.mapToInt(DoubleToIntFunction)except that the DoubleToIntFunction must also implementSerializable - mapToInt(SerializableDoubleToIntFunction) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- mapToInt(SerializableLongToIntFunction) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.mapToInt(LongToIntFunction)except that the LongToIntFunction must also implement Serializable. - mapToInt(SerializableLongToIntFunction) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- mapToInt(SerializableToIntFunction<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.mapToInt(ToIntFunction)except that the ToIntFunction must also implementSerializable - MapToIntDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
-
Performs map to int operation on a
DoubleStream - MapToIntDoubleOperation(DoubleToIntFunction) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.MapToIntDoubleOperation
- MapToIntLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs map to int operation on a
LongStream - MapToIntLongOperation(LongToIntFunction) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.MapToIntLongOperation
- MapToIntOperation<I> - Class in org.infinispan.stream.impl.intops.object
-
Performs map to int operation on a regular
Stream - MapToIntOperation(ToIntFunction<? super I>) - Constructor for class org.infinispan.stream.impl.intops.object.MapToIntOperation
- mapToLong(DoubleToLongFunction) - Method in interface org.infinispan.DoubleCacheStream
- mapToLong(DoubleToLongFunction) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- mapToLong(DoubleToLongFunction) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- mapToLong(DoubleToLongFunction) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- mapToLong(IntToLongFunction) - Method in interface org.infinispan.IntCacheStream
- mapToLong(IntToLongFunction) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- mapToLong(IntToLongFunction) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- mapToLong(IntToLongFunction) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- mapToLong(ToLongFunction<? super R>) - Method in interface org.infinispan.CacheStream
- mapToLong(ToLongFunction<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- mapToLong(ToLongFunction<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- mapToLong(ToLongFunction<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- mapToLong(ToLongFunction<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- mapToLong(SerializableDoubleToLongFunction) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.mapToLong(DoubleToLongFunction)except that the DoubleToLongFunction must also implementSerializable - mapToLong(SerializableDoubleToLongFunction) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- mapToLong(SerializableIntToLongFunction) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.mapToLong(IntToLongFunction)except that the IntToLongFunction must also implementSerializable - mapToLong(SerializableIntToLongFunction) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- mapToLong(SerializableToLongFunction<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.mapToLong(ToLongFunction)except that the ToLongFunction must also implementSerializable - MapToLongDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
-
Performs map to long operation on a
DoubleStream - MapToLongDoubleOperation(DoubleToLongFunction) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.MapToLongDoubleOperation
- MapToLongIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs map to long operation on a
IntStream - MapToLongIntOperation(IntToLongFunction) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.MapToLongIntOperation
- MapToLongOperation<I> - Class in org.infinispan.stream.impl.intops.object
-
Performs map to long operation on a regular
Stream - MapToLongOperation(ToLongFunction<? super I>) - Constructor for class org.infinispan.stream.impl.intops.object.MapToLongOperation
- mapToObj(DoubleFunction<? extends U>) - Method in interface org.infinispan.DoubleCacheStream
- mapToObj(DoubleFunction<? extends U>) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- mapToObj(DoubleFunction<? extends U>) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- mapToObj(DoubleFunction<? extends U>) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- mapToObj(IntFunction<? extends U>) - Method in interface org.infinispan.IntCacheStream
- mapToObj(IntFunction<? extends U>) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- mapToObj(IntFunction<? extends U>) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- mapToObj(IntFunction<? extends U>) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- mapToObj(LongFunction<? extends U>) - Method in interface org.infinispan.LongCacheStream
- mapToObj(LongFunction<? extends U>) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- mapToObj(LongFunction<? extends U>) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- mapToObj(LongFunction<? extends U>) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- mapToObj(SerializableDoubleFunction<? extends U>) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.mapToObj(DoubleFunction)except that the DoubleFunction must also implementSerializable - mapToObj(SerializableDoubleFunction<? extends U>) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- mapToObj(SerializableIntFunction<? extends U>) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.mapToObj(IntFunction)except that the IntFunction must also implementSerializable - mapToObj(SerializableIntFunction<? extends U>) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- mapToObj(SerializableLongFunction<? extends U>) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.mapToObj(LongFunction)except that the LongFunction must also implement Serializable. - mapToObj(SerializableLongFunction<? extends U>) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- MapToObjDoubleOperation<R> - Class in org.infinispan.stream.impl.intops.primitive.d
-
Performs boxed operation on a
DoubleStream - MapToObjDoubleOperation(DoubleFunction<? extends R>) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.MapToObjDoubleOperation
- MapToObjIntOperation<R> - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs map to object operation on a
IntStream - MapToObjIntOperation(IntFunction<? extends R>) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.MapToObjIntOperation
- MapToObjLongOperation<R> - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs map to object operation on a
LongStream - MapToObjLongOperation(LongFunction<? extends R>) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.MapToObjLongOperation
- markCompleted(boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
-
Called when after the 2nd phase of a 2PC is successful.
- markDelivered(int, long, int) - Method in class org.infinispan.distribution.TriangleOrderManager
- markForRollback(boolean) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- markForRollback(boolean) - Method in interface org.infinispan.transaction.xa.CacheTransaction
- markPrepareSent() - Method in class org.infinispan.transaction.impl.LocalTransaction
-
Sets the prepare sent for this transaction
- markTransactionAsRemote(boolean) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- markTransactionAsRemote(boolean) - Method in interface org.infinispan.commands.tx.TransactionBoundaryCommand
- markTransactionCompleted(GlobalTransaction, boolean) - Method in class org.infinispan.transaction.impl.TransactionTable
-
With the current state transfer implementation it is possible for a transaction to be prepared several times on a remote node.
- MarshallableEntry<K,
V> - Interface in org.infinispan.persistence.spi -
Defines an externally persisted entry.
- MarshallableEntryFactory<K,
V> - Interface in org.infinispan.persistence.spi -
Factory for
MarshallableEntry. - MarshallableEntryImpl<K,
V> - Class in org.infinispan.marshall.persistence.impl - MarshallableFunctionExternalizers - Class in org.infinispan.marshall.core
- MarshallableFunctionExternalizers() - Constructor for class org.infinispan.marshall.core.MarshallableFunctionExternalizers
- MarshallableFunctionExternalizers.ConstantLambdaExternalizer - Class in org.infinispan.marshall.core
- MarshallableFunctionExternalizers.LambdaWithMetasExternalizer - Class in org.infinispan.marshall.core
- MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer - Class in org.infinispan.marshall.core
- MarshallableFunctions - Class in org.infinispan.marshall.core
- MarshallableUserObject<T> - Class in org.infinispan.marshall.protostream.impl
-
A wrapper message used by ProtoStream Marshallers to allow user objects to be marshalled/unmarshalled via the
MarshallableUserObject.Marshallerimplementation, which delegates to the configured user marshaller inSerializationConfigurationif it exists. - MarshallableUserObject(T) - Constructor for class org.infinispan.marshall.protostream.impl.MarshallableUserObject
- MarshallableUserObject.Marshaller - Class in org.infinispan.marshall.protostream.impl
- MarshallableUserObject$___Marshaller_ff6b068168b51aac5d0c18c371e02ff55d3bb0cb73296e9cf1f4a65917105dec - Class in org.infinispan.marshall.protostream.impl
-
WARNING: Generated code! Do not edit!
- MarshallableUserObject$___Marshaller_ff6b068168b51aac5d0c18c371e02ff55d3bb0cb73296e9cf1f4a65917105dec() - Constructor for class org.infinispan.marshall.protostream.impl.MarshallableUserObject$___Marshaller_ff6b068168b51aac5d0c18c371e02ff55d3bb0cb73296e9cf1f4a65917105dec
- MarshalledEntryFactoryImpl - Class in org.infinispan.marshall.persistence.impl
- MarshalledEntryFactoryImpl() - Constructor for class org.infinispan.marshall.persistence.impl.MarshalledEntryFactoryImpl
- MarshalledEntryFactoryImpl(Marshaller) - Constructor for class org.infinispan.marshall.persistence.impl.MarshalledEntryFactoryImpl
- marshalledEntryPurged(MarshallableEntry<K, V>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheExpirationWriter.ExpirationPurgeListener
-
Deprecated.If possible,
AdvancedCacheExpirationWriterimplementors should invoke this method for every entry that is purged from the store. - MarshalledValue - Interface in org.infinispan.persistence.spi
-
A marshallable object containing serialized representations of cache values and metadata, that can be used to store values, metadata and timestamps as a single entity.
- MarshalledValueImpl - Class in org.infinispan.marshall.persistence.impl
-
A marshallable object that can be used by our internal store implementations to store values, metadata and timestamps.
- MarshalledValueImpl$___Marshaller_c2708e4a2029dac3535526fdd0d6afc81184cbba3c2aa79abc33c7ec05e632b2 - Class in org.infinispan.marshall.persistence.impl
-
WARNING: Generated code! Do not edit!
- MarshalledValueImpl$___Marshaller_c2708e4a2029dac3535526fdd0d6afc81184cbba3c2aa79abc33c7ec05e632b2() - Constructor for class org.infinispan.marshall.persistence.impl.MarshalledValueImpl$___Marshaller_c2708e4a2029dac3535526fdd0d6afc81184cbba3c2aa79abc33c7ec05e632b2
- marshaller - Variable in class org.infinispan.cache.impl.CacheImpl
- marshaller - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- marshaller() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- marshaller(Marshaller) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Set the marshaller instance that will marshall and unmarshall cache entries.
- Marshaller(String, Marshaller) - Constructor for class org.infinispan.marshall.protostream.impl.MarshallableUserObject.Marshaller
- MARSHALLER - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MARSHALLER - Static variable in class org.infinispan.configuration.global.SerializationConfiguration
- MarshallerFactory - Class in org.infinispan.factories
-
MarshallerFactory.
- MarshallerFactory() - Constructor for class org.infinispan.factories.MarshallerFactory
- marshallerMissingFromUserAndGlobalContext(String) - Method in class org.infinispan.util.logging.Log_$logger
- marshallerMissingFromUserAndGlobalContext(String) - Method in interface org.infinispan.util.logging.Log
- marshallerMissingFromUserAndGlobalContext$str() - Method in class org.infinispan.util.logging.Log_$logger
- marshallersNotSupported() - Method in class org.infinispan.util.logging.Log_$logger
- marshallersNotSupported() - Method in interface org.infinispan.util.logging.Log
- marshallersNotSupported$str() - Method in class org.infinispan.util.logging.Log_$logger
- MarshallingTwoWayKey2StringMapper - Interface in org.infinispan.persistence.keymappers
-
MarshallingTwoWayKey2StringMapper.
- MATCH_ALWAYS - Enum constant in enum class org.infinispan.commands.write.ValueMatcher
-
Always match.
- MATCH_EXPECTED - Enum constant in enum class org.infinispan.commands.write.ValueMatcher
-
Match when the existing value is equal to the expected value.
- MATCH_EXPECTED_OR_NEW - Enum constant in enum class org.infinispan.commands.write.ValueMatcher
-
Match when the existing value is equal to the expected value or to the new value.
- MATCH_EXPECTED_OR_NULL - Enum constant in enum class org.infinispan.commands.write.ValueMatcher
- MATCH_NEVER - Enum constant in enum class org.infinispan.commands.write.ValueMatcher
-
Never match.
- MATCH_NON_NULL - Enum constant in enum class org.infinispan.commands.write.ValueMatcher
-
Match any non-null value.
- matcherForRetry() - Method in enum class org.infinispan.commands.write.ValueMatcher
- matches(int) - Method in enum class org.infinispan.security.AuthorizationPermission
- matches(int) - Method in class org.infinispan.security.impl.SubjectACL
- matches(Object, Object, Object) - Method in enum class org.infinispan.commands.write.ValueMatcher
- matches(String) - Method in enum class org.infinispan.configuration.parsing.ParsedCacheMode
- matches(String, String, String) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
- matches(Configuration) - Method in class org.infinispan.configuration.cache.Configuration
- matches(EncodingConfiguration) - Method in class org.infinispan.configuration.cache.EncodingConfiguration
- matches(KeyPartitioner) - Method in interface org.infinispan.distribution.ch.KeyPartitioner
- max() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- max() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- max() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- max() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- max() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- max() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- max() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- max() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- max() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- max(Comparator<? super E>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- max(Comparator<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- max(Comparator<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- max(Comparator<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- max(Comparator<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- max(Comparator<? super T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that returns an optional containing the maximum element of this traversable based on the comparator passed in.
- max(TopologyIracVersion, TopologyIracVersion) - Static method in class org.infinispan.container.versioning.irac.TopologyIracVersion
- max(SerializableComparator<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.max(Comparator)except that the Comparator must also implementSerializable - MAX_BATCH_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MAX_BATCH_SIZE - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- MAX_BUFFERED_ENTRIES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MAX_CLEANUP_DELAY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MAX_CLEANUP_DELAY - Static variable in class org.infinispan.configuration.cache.SitesConfiguration
- MAX_COUNT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MAX_COUNT - Static variable in class org.infinispan.configuration.cache.MemoryConfiguration
- MAX_ENTRIES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MAX_ENTRIES - Static variable in class org.infinispan.configuration.cache.IndexMergeConfiguration
- MAX_ENTRIES - Static variable in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 13.0, will be removed in 16.0
- MAX_FILE_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MAX_FILE_SIZE - Static variable in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- MAX_FORCED_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MAX_FORCED_SIZE - Static variable in class org.infinispan.configuration.cache.IndexMergeConfiguration
- MAX_IDLE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MAX_IDLE - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
- MAX_NODE_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MAX_NODE_SIZE - Static variable in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- MAX_RETRIES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MAX_RETRIES - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- MAX_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MAX_SIZE - Static variable in class org.infinispan.configuration.cache.IndexMergeConfiguration
- MAX_SIZE - Static variable in class org.infinispan.configuration.cache.MemoryConfiguration
- MAX_THREADS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- maxBatchSize() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- maxBatchSize() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- maxBatchSize(int) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- maxBatchSize(int) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- maxBatchSize(int) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
The maximum size of a batch to be inserted/deleted from the store.
- maxBufferedEntries(int) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- maxCount() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- maxCount() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- maxCount(long) - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- maxCount(long) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- maxEntries() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- maxEntries() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 13.0, will be removed in 16.0.
- maxEntries(int) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- maxEntries(int) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 13.0, will be removed in 16.0
- maxFileSize() - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- maxFileSize() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- maxFileSize(int) - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
- maxFileSize(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
Sets the maximum size of single data file with entries, in bytes.
- maxForcedSize() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- maxForcedSize(int) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- maxIdle - Variable in class org.infinispan.container.entries.TransientCacheEntry
- maxIdle - Variable in class org.infinispan.container.entries.TransientCacheValue
- maxIdle - Variable in class org.infinispan.container.entries.TransientMortalCacheEntry
- maxIdle - Variable in class org.infinispan.container.entries.TransientMortalCacheValue
- maxIdle - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
- maxIdle() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
- maxIdle() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
- maxIdle() - Method in class org.infinispan.container.entries.RemoteMetadata
- maxIdle() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- maxIdle() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
- maxIdle() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
- maxIdle() - Method in class org.infinispan.metadata.EmbeddedMetadata
- maxIdle() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- maxIdle() - Method in class org.infinispan.metadata.impl.L1Metadata
- maxIdle() - Method in interface org.infinispan.metadata.Metadata
-
Returns the the maximum amount of time that the cache entry associated with this metadata object is allowed to be idle for before it is considered as expired, in milliseconds.
- maxIdle(long) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
- maxIdle(long) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Builder
- maxIdle(long) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- maxIdle(long) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Set max idle time assuming that the time unit is milliseconds.
- maxIdle(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
- maxIdle(long, TimeUnit) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Builder
- maxIdle(long, TimeUnit) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- maxIdle(long, TimeUnit) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Set max idle time with a given time unit.
- MaxIdleExternalizer() - Constructor for class org.infinispan.marshall.exts.MetaParamExternalizers.MaxIdleExternalizer
- maxIdleNotAllowedWithoutPassivation() - Method in class org.infinispan.util.logging.Log_$logger
- maxIdleNotAllowedWithoutPassivation() - Method in interface org.infinispan.util.logging.Log
- maxIdleNotAllowedWithoutPassivation$str() - Method in class org.infinispan.util.logging.Log_$logger
- maxIdleNotTestedWithPassivation() - Method in class org.infinispan.util.logging.Log_$logger
- maxIdleNotTestedWithPassivation() - Method in interface org.infinispan.util.logging.Log
- maxIdleNotTestedWithPassivation$str() - Method in class org.infinispan.util.logging.Log_$logger
- maxIdleUnit - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
- maxNodeSize() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- maxNodeSize() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- maxNodeSize(int) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- maxNodeSize(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
Max size of node (continuous block on filesystem used in index implementation), in bytes.
- maxNodeSizeLimitedToShort(int) - Method in class org.infinispan.persistence.sifs.Log_$logger
- maxNodeSizeLimitedToShort(int) - Method in interface org.infinispan.persistence.sifs.Log
- maxNodeSizeLimitedToShort$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- maxRetries() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- maxRetries(int) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
The maximum number of retries when a push state command fails.
- maxSegment - Variable in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- maxSize - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- maxSize() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- maxSize() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- maxSize() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- maxSize(int) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- maxSize(String) - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- maxSize(String) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- maxSizeBytes() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- maxThreads - Variable in class org.infinispan.factories.threads.AbstractThreadPoolExecutorFactory
- maxThreads() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- maxThreads() - Method in class org.infinispan.factories.threads.AbstractThreadPoolExecutorFactory
- maxThreads(Integer) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- maxTombstoneCleanupDelay() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- maxTombstoneCleanupDelay(long) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
Sets the maximum delay, in milliseconds, between which the tombstone cleanup task runs.
- MBEAN_SERVER_LOOKUP - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MBEAN_SERVER_LOOKUP - Static variable in class org.infinispan.configuration.global.GlobalJmxConfiguration
- MBeanMetadata - Class in org.infinispan.factories.impl
-
JMX related component metadata, as expressed by
MBean,ManagedAttributeandManagedOperationannotations. - MBeanMetadata(String, String, String, Collection<MBeanMetadata.AttributeMetadata>, Collection<MBeanMetadata.OperationMetadata>) - Constructor for class org.infinispan.factories.impl.MBeanMetadata
- MBeanMetadata.AttributeMetadata - Class in org.infinispan.factories.impl
- MBeanMetadata.OperationMetadata - Class in org.infinispan.factories.impl
- MBeanMetadata.OperationParameterMetadata - Class in org.infinispan.factories.impl
- mbeanServerLookup() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- mBeanServerLookup(MBeanServerLookup) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
-
Sets the instance of the
MBeanServerLookupclass to be used to bound JMX MBeans to. - MEDIA_TYPE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MEDIA_TYPE - Static variable in class org.infinispan.configuration.cache.ContentTypeConfiguration
- mediaType() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- mediaType() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- mediaType() - Method in class org.infinispan.marshall.core.GlobalMarshaller
- mediaType() - Method in class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- mediaType() - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- mediaType(String) - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- mediaType(String) - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- mediaType(MediaType) - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- mediaType(MediaType) - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- members - Variable in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
-
The membership of the cache topology that uses this CH.
- members - Variable in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- memory() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- memory() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- memory() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- memory() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- memory() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- memory() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- memory() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- memory() - Method in class org.infinispan.configuration.cache.Configuration
- memory() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- memory() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- MEMORY - Enum constant in enum class org.infinispan.configuration.parsing.Element
- MEMORY - Enum constant in enum class org.infinispan.eviction.EvictionType
-
Deprecated.
- MEMORY_AVAILABLE - Static variable in interface org.infinispan.stats.ContainerStats
- MEMORY_MAX - Static variable in interface org.infinispan.stats.ContainerStats
- MEMORY_TOTAL - Static variable in interface org.infinispan.stats.ContainerStats
- MEMORY_USED - Static variable in interface org.infinispan.stats.ContainerStats
- MemoryAddressHash - Class in org.infinispan.container.offheap
- MemoryAddressHash(int, OffHeapMemoryAllocator) - Constructor for class org.infinispan.container.offheap.MemoryAddressHash
- MemoryConfiguration - Class in org.infinispan.configuration.cache
-
Controls the memory storage configuration for the cache.
- MemoryConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls the data container for the cache.
- MemoryStorageConfiguration - Class in org.infinispan.configuration.cache
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0,
MemoryConfigurationis used to defined the data container memory eviction and sizing. - MemoryStorageConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- MemoryStorageConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0, use
MemoryConfigurationBuilderinstead. - merge() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- merge() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- merge(Object, SiteEntry<Object>, SiteEntry<Object>) - Method in enum class org.infinispan.xsite.spi.XSiteMergePolicy
- merge(K, SiteEntry<V>, SiteEntry<V>) - Method in class org.infinispan.xsite.spi.AlwaysRemoveXSiteEntryMergePolicy
- merge(K, SiteEntry<V>, SiteEntry<V>) - Method in class org.infinispan.xsite.spi.DefaultXSiteEntryMergePolicy
- merge(K, SiteEntry<V>, SiteEntry<V>) - Method in class org.infinispan.xsite.spi.PreferNonNullXSiteEntryMergePolicy
- merge(K, SiteEntry<V>, SiteEntry<V>) - Method in class org.infinispan.xsite.spi.PreferNullXSiteEntryMergePolicy
- merge(K, SiteEntry<V>, SiteEntry<V>) - Method in interface org.infinispan.xsite.spi.XSiteEntryMergePolicy
-
Resolves conflicts for asynchronous cross-site replication.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.DecoratedCache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.EncoderCache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
Cache.merge(Object, Object, BiFunction), which takes in an instance ofMetadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - merge(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- merge(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
-
Overloaded
Cache.merge(Object, Object, BiFunction)with InfinispanSerializableBiFunction. - merge(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
BasicCache.merge(Object, Object, BiFunction, long, TimeUnit)with InfinispanSerializableBiFunction. - merge(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
BasicCache.merge(Object, Object, BiFunction, long, TimeUnit, long, TimeUnit)with InfinispanSerializableBiFunction. - merge(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
- merge(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- merge(CacheEntry<K, V>, List<CacheEntry<K, V>>) - Method in interface org.infinispan.conflict.EntryMergePolicy
-
This method is called by
ConflictManager.resolveConflicts()for each conflict discovered to determine whichCacheEntryshould be utilised. - merge(CacheEntry, List) - Method in enum class org.infinispan.conflict.MergePolicy
- merge(CacheEntry, List) - Method in class org.infinispan.conflict.MergePolicy.UnsupportedMergePolicy
- merge(IracEntryVersion) - Method in class org.infinispan.container.versioning.irac.IracEntryVersion
- merge(Metadata) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Builder
- merge(Metadata) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- merge(Metadata) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Merges the given metadata information into the given builder.
- merge(PrepareResponse) - Method in class org.infinispan.remoting.responses.PrepareResponse
- merge(AutoStateTransferResponse) - Method in class org.infinispan.xsite.response.AutoStateTransferResponseCollector
- merge(StateTransferStatus, StateTransferStatus) - Static method in enum class org.infinispan.xsite.statetransfer.StateTransferStatus
- MERGE_POLICY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MERGE_POLICY - Static variable in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- MERGE_POLICY - Static variable in class org.infinispan.configuration.cache.SitesConfiguration
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.DecoratedCache
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.EncoderCache
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded
AsyncCache.mergeAsync(Object, Object, BiFunction), which takes in an instance ofMetadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- mergeAsync(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.mergeAsync(Object, Object, BiFunction)with InfinispanSerializableBiFunction. - mergeAsync(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.mergeAsync(Object, Object, BiFunction, long, TimeUnit)with InfinispanSerializableBiFunction. - mergeAsync(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.mergeAsync(Object, Object, BiFunction, long, TimeUnit, long, TimeUnit)with InfinispanSerializableBiFunction. - mergeAsync(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
- mergeAsync(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- Merged - Annotation Interface in org.infinispan.notifications.cachemanagerlistener.annotation
-
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology experiences a merge event after a cluster split.
- MERGED - Enum constant in enum class org.infinispan.notifications.cachemanagerlistener.event.Event.Type
- mergeEntryVersions(Map<Object, IncrementableEntryVersion>) - Method in class org.infinispan.remoting.responses.PrepareResponse
- mergeEntryVersions(Map<Object, IncrementableEntryVersion>, Map<Object, IncrementableEntryVersion>) - Static method in class org.infinispan.transaction.impl.WriteSkewHelper
- MergeEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
This event is passed in to any method annotated with
Merged. - MergeFunction<K,
V> - Class in org.infinispan.commands.functional.functions - MergeFunction(V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Constructor for class org.infinispan.commands.functional.functions.MergeFunction
- MergeFunction.Externalizer - Class in org.infinispan.commands.functional.functions
- mergeHashMap(ValidResponse, Map<Object, Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- mergeInPrepareResponse(Map<Object, IncrementableEntryVersion>, PrepareResponse) - Static method in class org.infinispan.transaction.impl.WriteSkewHelper
- mergeInternal(K, V, BiFunction<? super V, ? super V, ? extends V>, SimpleCacheImpl.CacheEntryChange<K, V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- mergeInternal(K, V, BiFunction<? super V, ? super V, ? extends V>, SimpleCacheImpl.CacheEntryChange<K, V>, Metadata) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- mergeList(ValidResponse, List<Object>) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- mergeLists(List<Address>, List<Address>) - Static method in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
-
Adds all elements from
srclist that do not already exist indestlist to the latter. - mergePolicy() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- mergePolicy() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- mergePolicy(EntryMergePolicy) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- mergePolicy(XSiteEntryMergePolicy<?, ?>) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
Configures the
XSiteEntryMergePolicyto be used. - MergePolicy - Enum Class in org.infinispan.conflict
- MergePolicy.UnsupportedMergePolicy - Class in org.infinispan.conflict
- mergePrepareResponses(Response, PrepareResponse) - Static method in class org.infinispan.transaction.impl.WriteSkewHelper
- message - Variable in class org.infinispan.util.logging.events.impl.BaseEventLog
- Messages - Interface in org.infinispan.util.logging.events
-
Messages.
- MESSAGES - Static variable in interface org.infinispan.util.logging.events.Messages
- Messages_$bundle - Class in org.infinispan.util.logging.events
-
Warning this class consists of generated code.
- Messages_$bundle() - Constructor for class org.infinispan.util.logging.events.Messages_$bundle
- MetaBoolean(boolean) - Constructor for class org.infinispan.functional.MetaParam.MetaBoolean
- MetaCreated(long) - Constructor for class org.infinispan.functional.MetaParam.MetaCreated
- metadata - Variable in class org.infinispan.commands.write.RemoveCommand
- metadata - Variable in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
- metadata - Variable in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- metadata - Variable in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- metadata - Variable in class org.infinispan.container.entries.ReadCommittedEntry
- metadata() - Method in class org.infinispan.metadata.impl.L1Metadata
- metadata() - Method in class org.infinispan.xsite.statetransfer.XSiteState
- Metadata - Interface in org.infinispan.metadata
-
This interface encapsulates metadata information that can be stored alongside values in the cache.
- Metadata.Builder - Interface in org.infinispan.metadata
-
Metadata builder
- MetadataAware - Interface in org.infinispan.container.entries.metadata
-
Marker interface for metadata aware cache entry.
- MetadataAwareCommand - Interface in org.infinispan.commands
-
A command that contains metadata information.
- MetadataImmortalCacheEntry - Class in org.infinispan.container.entries.metadata
-
A form of
ImmortalCacheEntrythat isMetadataAware - MetadataImmortalCacheEntry(Object, Object, PrivateMetadata, Metadata) - Constructor for class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
- MetadataImmortalCacheEntry(Object, Object, Metadata) - Constructor for class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
- MetadataImmortalCacheEntry.Externalizer - Class in org.infinispan.container.entries.metadata
- MetadataImmortalCacheValue - Class in org.infinispan.container.entries.metadata
-
A form of
ImmortalCacheValuethat isMetadataAware. - MetadataImmortalCacheValue(Object, PrivateMetadata, Metadata) - Constructor for class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue
- MetadataImmortalCacheValue(Object, Metadata) - Constructor for class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue
- MetadataImmortalCacheValue.Externalizer - Class in org.infinispan.container.entries.metadata
- metadataLength() - Method in class org.infinispan.persistence.sifs.EntryHeader
- MetadataMortalCacheEntry - Class in org.infinispan.container.entries.metadata
-
A cache entry that is mortal and is
MetadataAware - MetadataMortalCacheEntry(Object, Object, PrivateMetadata, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- MetadataMortalCacheEntry(Object, Object, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- MetadataMortalCacheEntry.Externalizer - Class in org.infinispan.container.entries.metadata
- MetadataMortalCacheValue - Class in org.infinispan.container.entries.metadata
-
A mortal cache value, to correspond with
MetadataMortalCacheEntry - MetadataMortalCacheValue(Object, PrivateMetadata, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
- MetadataMortalCacheValue(Object, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
- MetadataMortalCacheValue.Externalizer - Class in org.infinispan.container.entries.metadata
- Metadatas - Class in org.infinispan.metadata
-
Utility method for Metadata classes.
- MetadataTransientCacheEntry - Class in org.infinispan.container.entries.metadata
-
A cache entry that is transient, i.e., it can be considered expired after a period of not being used, and
MetadataAware - MetadataTransientCacheEntry(Object, Object, PrivateMetadata, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- MetadataTransientCacheEntry(Object, Object, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- MetadataTransientCacheEntry.Externalizer - Class in org.infinispan.container.entries.metadata
- MetadataTransientCacheValue - Class in org.infinispan.container.entries.metadata
-
A transient cache value, to correspond with
TransientCacheEntrywhich isMetadataAware - MetadataTransientCacheValue(Object, PrivateMetadata, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
- MetadataTransientCacheValue(Object, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
- MetadataTransientCacheValue.Externalizer - Class in org.infinispan.container.entries.metadata
- MetadataTransientMortalCacheEntry - Class in org.infinispan.container.entries.metadata
-
A form of
TransientMortalCacheEntrythat storesMetadata - MetadataTransientMortalCacheEntry(Object, Object, PrivateMetadata, Metadata, long, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- MetadataTransientMortalCacheEntry(Object, Object, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- MetadataTransientMortalCacheEntry(Object, Object, Metadata, long, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- MetadataTransientMortalCacheEntry.Externalizer - Class in org.infinispan.container.entries.metadata
- MetadataTransientMortalCacheValue - Class in org.infinispan.container.entries.metadata
-
A form of
TransientMortalCacheValuethat storesMetadata - MetadataTransientMortalCacheValue(Object, PrivateMetadata, Metadata, long, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
- MetadataTransientMortalCacheValue(Object, Metadata, long, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
- MetadataTransientMortalCacheValue.Externalizer - Class in org.infinispan.container.entries.metadata
- MetaEntryVersion(EntryVersion) - Constructor for class org.infinispan.functional.MetaParam.MetaEntryVersion
- MetaLastUsed(long) - Constructor for class org.infinispan.functional.MetaParam.MetaLastUsed
- MetaLifespan(long) - Constructor for class org.infinispan.functional.MetaParam.MetaLifespan
- MetaLong(long) - Constructor for class org.infinispan.functional.MetaParam.MetaLong
- MetaMaxIdle(long) - Constructor for class org.infinispan.functional.MetaParam.MetaMaxIdle
- MetaParam<T> - Interface in org.infinispan.functional
-
An easily extensible metadata parameter that's stored along with the value in the the functional map.
- MetaParam.Lookup - Interface in org.infinispan.functional
-
Provides metadata parameter lookup capabilities using
Classas lookup key. - MetaParam.MetaBoolean - Class in org.infinispan.functional
- MetaParam.MetaCreated - Class in org.infinispan.functional
-
Read only metadata parameter representing a cached entry's created time in milliseconds.
- MetaParam.MetaEntryVersion - Class in org.infinispan.functional
-
Writable metadata parameter representing a cached entry's generic version.
- MetaParam.MetaLastUsed - Class in org.infinispan.functional
-
Read only metadata parameter representing a cached entry's last used time in milliseconds.
- MetaParam.MetaLifespan - Class in org.infinispan.functional
-
Writable metadata parameter representing a cached entry's millisecond lifespan.
- MetaParam.MetaLoadedFromPersistence - Class in org.infinispan.functional
-
Non-writable parameter telling if the entry was loaded from a persistence tier (
CacheLoader) or not. - MetaParam.MetaLong - Class in org.infinispan.functional
-
Abstract class for numeric long-based metadata parameter instances.
- MetaParam.MetaMaxIdle - Class in org.infinispan.functional
-
Writable metadata parameter representing a cached entry's millisecond max idle time.
- MetaParam.MetaUpdateCreationTime - Class in org.infinispan.functional
-
A parameter to tell if the creation timestamp should be updated for modified entries.
- MetaParam.Writable<T> - Interface in org.infinispan.functional
-
Writable
MetaParaminstances are those that the user can provide to be stored as part of the cache entry. - MetaParamExternalizers - Class in org.infinispan.marshall.exts
- MetaParamExternalizers.EntryVersionParamExternalizer - Class in org.infinispan.marshall.exts
- MetaParamExternalizers.LifespanExternalizer - Class in org.infinispan.marshall.exts
- MetaParamExternalizers.MaxIdleExternalizer - Class in org.infinispan.marshall.exts
- MetaParams - Class in org.infinispan.functional.impl
-
Represents a
MetaParamcollection. - MetaParamsInternalMetadata - Class in org.infinispan.functional.impl
-
Metadata parameters backed internal metadata representation.
- MetaParamsInternalMetadata.Builder - Class in org.infinispan.functional.impl
- MetaParamsInternalMetadata$___Marshaller_d639102389197d7d9d67594c1f4f7cd51d35bdb2ed77d89d90c58b8d63ad3ab0 - Class in org.infinispan.functional.impl
-
WARNING: Generated code! Do not edit!
- MetaParamsInternalMetadata$___Marshaller_d639102389197d7d9d67594c1f4f7cd51d35bdb2ed77d89d90c58b8d63ad3ab0() - Constructor for class org.infinispan.functional.impl.MetaParamsInternalMetadata$___Marshaller_d639102389197d7d9d67594c1f4f7cd51d35bdb2ed77d89d90c58b8d63ad3ab0
- MetaUpdateCreationTime(boolean) - Constructor for class org.infinispan.functional.MetaParam.MetaUpdateCreationTime
- meterRegistry() - Method in class org.infinispan.metrics.config.MicrometerMeterRegistryConfiguration
- meterRegistry(MeterRegistry) - Method in class org.infinispan.metrics.config.MicrometerMeterRegisterConfigurationBuilder
-
Set the
MeterRegistryinstance to use by Infinispan. - method - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- metricRegistrationFailed(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- metricRegistrationFailed(String, String) - Method in interface org.infinispan.util.logging.Log
- metricRegistrationFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
- metrics() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- metrics() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- metrics() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Global metrics configuration.
- METRICS - Enum constant in enum class org.infinispan.configuration.parsing.Element
- MetricsCollector - Class in org.infinispan.metrics.impl
-
Keeps a reference to the Micrometer MeterRegistry.
- MetricsComponentFactory - Class in org.infinispan.metrics.impl
-
Produces instances of
MetricsCollector. - MetricsComponentFactory() - Constructor for class org.infinispan.metrics.impl.MetricsComponentFactory
- metricsEnabled() - Method in class org.infinispan.metrics.impl.CacheManagerMetricsRegistration
- metricsEnabled() - Method in class org.infinispan.metrics.impl.CacheMetricsRegistration
- metricsManager - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- MetricsRegistry - Interface in org.infinispan.metrics.impl
-
A registry for metrics.
- MetricsRegistryImpl - Class in org.infinispan.metrics.impl
-
Concrete implementation of
MetricsRegistry. - MetricsRegistryImpl() - Constructor for class org.infinispan.metrics.impl.MetricsRegistryImpl
- MetricUtils - Class in org.infinispan.metrics.impl
-
Utility methods for metrics.
- MicrometerMeterRegisterConfigurationBuilder - Class in org.infinispan.metrics.config
-
Builder to inject an instance of
MeterRegistry. - MicrometerMeterRegisterConfigurationBuilder(GlobalConfigurationBuilder) - Constructor for class org.infinispan.metrics.config.MicrometerMeterRegisterConfigurationBuilder
- MicrometerMeterRegistryConfiguration - Class in org.infinispan.metrics.config
-
A configuration class to inject a custom
MeterRegistryinstance. - MicrometerMeterRegistryConfiguration(MeterRegistry) - Constructor for class org.infinispan.metrics.config.MicrometerMeterRegistryConfiguration
- MicrometerMeterRegistryConfigurationSerializer - Class in org.infinispan.metrics.config
-
A
ConfigurationSerializerimplementation to serializeMicrometerMeterRegistryConfiguration. - MicrometerMeterRegistryConfigurationSerializer() - Constructor for class org.infinispan.metrics.config.MicrometerMeterRegistryConfigurationSerializer
- millisSinceFirstFailure() - Method in class org.infinispan.xsite.OfflineStatus
- min() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- min() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- min() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- min() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- min() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- min() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- min() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- min() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- min() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- min(Comparator<? super E>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- min(Comparator<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- min(Comparator<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- min(Comparator<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- min(Comparator<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- min(Comparator<? super T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that returns an optional containing the minimum element of this traversable based on the comparator passed in.
- min(AvailabilityMode) - Method in enum class org.infinispan.partitionhandling.AvailabilityMode
- min(SerializableComparator<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.min(Comparator)except that the Comparator must also implementSerializable - MIN_NODE_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MIN_NODE_SIZE - Static variable in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- MIN_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MIN_SIZE - Static variable in class org.infinispan.configuration.cache.IndexMergeConfiguration
- MIN_TIME_TO_WAIT - Static variable in class org.infinispan.configuration.cache.TakeOfflineConfiguration
- minNodeSize() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- minNodeSize() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- minNodeSize(int) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- minNodeSize(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
If the size of the node (continuous block on filesystem used in index implementation) drops below this threshold, the node will try to balance its size with some neighbour node, possibly causing join of multiple nodes.
- minNodeSizeMustBeLessOrEqualToMax(int, int) - Method in class org.infinispan.persistence.sifs.Log_$logger
- minNodeSizeMustBeLessOrEqualToMax(int, int) - Method in interface org.infinispan.persistence.sifs.Log
- minNodeSizeMustBeLessOrEqualToMax$str() - Method in class org.infinispan.persistence.sifs.Log_$logger
- minorityPartition(Collection<Address>, Collection<Address>, Collection<Address>) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- minorityPartition(Collection<Address>, Collection<Address>, Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
- minorityPartition$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- minSize() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- minSize() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- minSize(int) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- minTimeHasElapsed() - Method in class org.infinispan.xsite.OfflineStatus
- minTimeToWait() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
- minTimeToWait(long) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
-
The minimal number of milliseconds to wait before taking this site offline.
- MISS - Static variable in class org.infinispan.functional.impl.StatsEnvelope
- missing() - Method in class org.infinispan.util.concurrent.CountDownRunnable
- missingBackupFailurePolicyClass(String) - Method in class org.infinispan.util.logging.Log_$logger
- missingBackupFailurePolicyClass(String) - Method in interface org.infinispan.util.logging.Log
- missingBackupFailurePolicyClass$str() - Method in class org.infinispan.util.logging.Log_$logger
- missingCustomInterceptorPosition(String) - Method in class org.infinispan.util.logging.Log_$logger
- missingCustomInterceptorPosition(String) - Method in interface org.infinispan.util.logging.Log
- missingCustomInterceptorPosition$str() - Method in class org.infinispan.util.logging.Log_$logger
- missingDefaultCacheDeclaration(String) - Method in class org.infinispan.util.logging.Log_$logger
- missingDefaultCacheDeclaration(String) - Method in interface org.infinispan.util.logging.Log
- missingDefaultCacheDeclaration$str() - Method in class org.infinispan.util.logging.Log_$logger
- missingForeignExternalizer(int) - Method in class org.infinispan.util.logging.Log_$logger
- missingForeignExternalizer(int) - Method in interface org.infinispan.util.logging.Log
- missingForeignExternalizer$str() - Method in class org.infinispan.util.logging.Log_$logger
- missingGlobalStatePersistentLocation() - Method in class org.infinispan.util.logging.Log_$logger
- missingGlobalStatePersistentLocation() - Method in interface org.infinispan.util.logging.Log
- missingGlobalStatePersistentLocation$str() - Method in class org.infinispan.util.logging.Log_$logger
- missingJGroupsStack(String) - Method in class org.infinispan.util.logging.Log_$logger
- missingJGroupsStack(String) - Method in interface org.infinispan.util.logging.Log
- missingJGroupsStack$str() - Method in class org.infinispan.util.logging.Log_$logger
- missingListPreparedTransactions(Object, Object) - Method in class org.infinispan.util.logging.Log_$logger
- missingListPreparedTransactions(Object, Object) - Method in interface org.infinispan.util.logging.Log
- missingListPreparedTransactions$str() - Method in class org.infinispan.util.logging.Log_$logger
- MissingMembersException - Exception Class in org.infinispan.topology
-
Thrown when members are missing after a cluster shutdown.
- MissingMembersException(String) - Constructor for exception class org.infinispan.topology.MissingMembersException
- missingRequired(ConfigurationReader, Set<?>) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Get an exception reporting a missing, required XML attribute.
- missingRequiredElement(ConfigurationReader, Set<?>) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Get an exception reporting a missing, required XML child element.
- missingRequiredProperty(String, String, Location) - Method in class org.infinispan.util.logging.Log_$logger
- missingRequiredProperty(String, String, Location) - Method in interface org.infinispan.util.logging.Log
- missingRequiredProperty$str() - Method in class org.infinispan.util.logging.Log_$logger
- missingTooManyMembers(String, int, int, int) - Method in class org.infinispan.util.logging.Log_$logger
- missingTooManyMembers(String, int, int, int) - Method in interface org.infinispan.util.logging.Log
- missingTooManyMembers$str() - Method in class org.infinispan.util.logging.Log_$logger
- missingTransportConfiguration() - Method in class org.infinispan.util.logging.Log_$logger
- missingTransportConfiguration() - Method in interface org.infinispan.util.logging.Log
- missingTransportConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
- missingTypeForUnwrappedPayload() - Method in class org.infinispan.util.logging.Log_$logger
- missingTypeForUnwrappedPayload() - Method in interface org.infinispan.util.logging.Log
- missingTypeForUnwrappedPayload$str() - Method in class org.infinispan.util.logging.Log_$logger
- missingXSiteEntryMergePolicy() - Method in class org.infinispan.util.logging.Log_$logger
- missingXSiteEntryMergePolicy() - Method in interface org.infinispan.util.logging.Log
- missingXSiteEntryMergePolicy$str() - Method in class org.infinispan.util.logging.Log_$logger
- mixedOn(String) - Method in class org.infinispan.xsite.status.ContainerSiteStatusBuilder
-
Adds the cache with an mixed connection to the site.
- modCount - Variable in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- mode() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- mode(XSiteStateTransferMode) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
The cross-site state transfer mode.
- MODE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MODE - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- Modification - Interface in org.infinispan.persistence.modifications
-
An interface that defines a
CacheWritermodification - MODIFICATION_QUEUE_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MODIFICATION_QUEUE_SIZE - Static variable in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- Modification.Type - Enum Class in org.infinispan.persistence.modifications
- ModificationList - Class in org.infinispan.transaction.impl
-
A list of
WriteCommandfor a transaction - ModificationList() - Constructor for class org.infinispan.transaction.impl.ModificationList
- ModificationList(int) - Constructor for class org.infinispan.transaction.impl.ModificationList
- modificationQueueSize() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
Sets the size of the modification queue for the async store.
- modificationQueueSize(int) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
Sets the size of the modification queue for the async store.
- modifications - Variable in class org.infinispan.commands.tx.PrepareCommand
- modifications - Variable in class org.infinispan.transaction.impl.AbstractCacheTransaction
- ModificationsList - Class in org.infinispan.persistence.modifications
-
ModificationsList contains a List
- ModificationsList(List<? extends Modification>) - Constructor for class org.infinispan.persistence.modifications.ModificationsList
- ModifiedValueFunction<I,
O> - Interface in org.infinispan.reactive.publisher.impl -
This is a special interface that can mark a Function so that a user can know if the actual value will change when the function is applied or not.
- Modifying or Adding Entries - Search tag in org.infinispan.Cache.entrySet()
- Section
- Modifying or Adding Entries - Search tag in org.infinispan.Cache.entrySet()
- Section
- Modifying or Adding Entries - Search tag in org.infinispan.Cache.entrySet()
- Section
- Modifying or Adding Entries - Search tag in org.infinispan.Cache.entrySet()
- Section
- Modifying or Adding Entries - Search tag in org.infinispan.Cache.entrySet()
- Section
- Modifying or Adding Entries - Search tag in org.infinispan.Cache.entrySet()
- Section
- Modifying or Adding Entries - Search tag in org.infinispan.Cache.entrySet()
- Section
- module(Class<T>) - Method in class org.infinispan.configuration.cache.Configuration
- module(Class<T>) - Method in class org.infinispan.configuration.global.GlobalConfiguration
- module(Class<T>) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- MODULE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- MODULE_COMMAND_FACTORIES - Static variable in class org.infinispan.factories.KnownComponentNames
- MODULE_COMMANDS - Static variable in class org.infinispan.factories.KnownComponentNames
- ModuleCommandExtensions - Interface in org.infinispan.commands.module
-
Module command extensions.
- ModuleCommandFactory - Interface in org.infinispan.commands.module
-
Modules which wish to implement their own commands and visitors must also provide an implementation of this interface.
- ModuleInitializer() - Constructor for class org.infinispan.factories.GlobalComponentRegistry.ModuleInitializer
- ModuleLifecycle - Interface in org.infinispan.lifecycle
-
ModuleLifecycle is an API hook for delegating lifecycle events to Infinispan sub-modules.
- ModuleMetadataBuilder - Interface in org.infinispan.factories.impl
-
Module metadata.
- ModuleMetadataBuilder.ModuleBuilder - Interface in org.infinispan.factories.impl
- ModuleRepository - Class in org.infinispan.manager
-
Store for component and module information.
- modules() - Method in class org.infinispan.configuration.cache.Configuration
- modules() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- modules() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- modules() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Global modules configuration
- MODULES - Enum constant in enum class org.infinispan.configuration.parsing.Element
- moduleStopError(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- moduleStopError(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- moduleStopError$str() - Method in class org.infinispan.util.logging.Log_$logger
- MONITOR - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Allows retrieval of stats
- monitorRoleDescription() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- monitorRoleDescription() - Method in interface org.infinispan.util.logging.events.Messages
- monitorRoleDescription$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- MortalCacheEntry - Class in org.infinispan.container.entries
-
A cache entry that is mortal.
- MortalCacheEntry(Object, Object, long, long) - Constructor for class org.infinispan.container.entries.MortalCacheEntry
- MortalCacheEntry(Object, Object, PrivateMetadata, long, long) - Constructor for class org.infinispan.container.entries.MortalCacheEntry
- MortalCacheEntry.Externalizer - Class in org.infinispan.container.entries
- MortalCacheValue - Class in org.infinispan.container.entries
-
A mortal cache value, to correspond with
MortalCacheEntry - MortalCacheValue(Object, long, long) - Constructor for class org.infinispan.container.entries.MortalCacheValue
- MortalCacheValue(Object, PrivateMetadata, long, long) - Constructor for class org.infinispan.container.entries.MortalCacheValue
- MortalCacheValue.Externalizer - Class in org.infinispan.container.entries
- mostRecentExpirationTime(long, long) - Static method in class org.infinispan.container.entries.ExpiryHelper
-
Returns the most recent (i.e.
- MultiClusterEventCommand<K,
V> - Class in org.infinispan.notifications.cachelistener.cluster -
This command is used to send cluster events for multiple listeners on the same node
- MultiClusterEventCommand() - Constructor for class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCommand
- MultiClusterEventCommand(ByteString) - Constructor for class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCommand
- MultiClusterEventCommand(ByteString, Map<UUID, Collection<ClusterEvent<K, V>>>) - Constructor for class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCommand
- MultiEntriesFunctionalBackupWriteCommand - Class in org.infinispan.commands.triangle
- MultiEntriesFunctionalBackupWriteCommand() - Constructor for class org.infinispan.commands.triangle.MultiEntriesFunctionalBackupWriteCommand
- MultiEntriesFunctionalBackupWriteCommand(ByteString) - Constructor for class org.infinispan.commands.triangle.MultiEntriesFunctionalBackupWriteCommand
- MultiKeyFunctionalBackupWriteCommand - Class in org.infinispan.commands.triangle
- MultiKeyFunctionalBackupWriteCommand() - Constructor for class org.infinispan.commands.triangle.MultiKeyFunctionalBackupWriteCommand
- MultiKeyFunctionalBackupWriteCommand(ByteString) - Constructor for class org.infinispan.commands.triangle.MultiKeyFunctionalBackupWriteCommand
- multipleCustomInterceptorPositions(String) - Method in class org.infinispan.util.logging.Log_$logger
- multipleCustomInterceptorPositions(String) - Method in interface org.infinispan.util.logging.Log
- multipleCustomInterceptorPositions$str() - Method in class org.infinispan.util.logging.Log_$logger
- multipleKeys() - Method in class org.infinispan.commands.control.LockControlCommand
- multipleSitesWithSameName(String) - Method in class org.infinispan.util.logging.Log_$logger
- multipleSitesWithSameName(String) - Method in interface org.infinispan.util.logging.Log
- multipleSitesWithSameName$str() - Method in class org.infinispan.util.logging.Log_$logger
- MultiSubCommandInvoker - Class in org.infinispan.interceptors.impl
-
Invoke a sequence of sub-commands.
- MultiTargetRequest<T> - Class in org.infinispan.remoting.transport.impl
-
Request implementation that waits for responses from multiple target nodes.
- MultiTargetRequest(ResponseCollector<T>, long, RequestRepository, Collection<Address>, Address, JGroupsMetricsManager) - Constructor for class org.infinispan.remoting.transport.impl.MultiTargetRequest
- MutablePrincipalRoleMapper - Interface in org.infinispan.security
- MutableRolePermissionMapper - Interface in org.infinispan.security
-
A
RolePermissionMapperwith the ability to add/remove roles at runtime - Mutation<K,
V, - Interface in org.infinispan.commands.functionalR> -
Simplified version of functional command used for read-only operations after transactional modifications.
- MVCCEntry<K,
V> - Interface in org.infinispan.container.entries -
An entry that can be safely copied when updates are made, to provide MVCC semantics
N
- name() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- name() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- name() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- name() - Method in interface org.infinispan.configuration.global.NamedStackConfiguration
- name() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- name() - Method in class org.infinispan.configuration.global.StackConfiguration
- name() - Method in class org.infinispan.configuration.global.StackFileConfiguration
- name() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- name() - Method in class org.infinispan.configuration.global.ThreadPoolConfiguration
- name() - Element in annotation interface org.infinispan.filter.NamedFactory
- name(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- name(String) - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- name(String) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- NAME - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- NAME - Static variable in interface org.infinispan.jmx.ObjectNameKeys
- NAME_REWRITER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- NAMED_CACHE - Enum constant in enum class org.infinispan.factories.impl.Scopes
-
Every cache uses a separate instance of the component.
- NamedExecutorsFactory - Class in org.infinispan.factories
-
A factory that specifically knows how to create named executors.
- NamedExecutorsFactory() - Constructor for class org.infinispan.factories.NamedExecutorsFactory
- NamedFactory - Annotation Interface in org.infinispan.filter
- NamedSocketFactory - Class in org.infinispan.remoting.transport.jgroups
-
A
SocketFactorywhich allows setting a callback to configure the sockets using a supplied name. - NamedSocketFactory(Supplier<SocketFactory>, Supplier<ServerSocketFactory>) - Constructor for class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- NamedStackConfiguration - Interface in org.infinispan.configuration.global
- nameRewriter() - Method in class org.infinispan.security.mappers.ClusterRoleMapper
- nameRewriter(NameRewriter) - Method in class org.infinispan.security.mappers.ClusterRoleMapper
- NameRewriter - Interface in org.infinispan.security.mappers
- NAMES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- NAMES_AS_TAGS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- NAMES_AS_TAGS - Static variable in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- namesAsTags() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
-
Put the cache manager and cache name in tags rather then include them in the metric name.
- namesAsTags() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Put the cache manager and cache name in tags rather then include them in the metric name.
- namesAsTags() - Method in interface org.infinispan.metrics.impl.MetricsRegistry
- namesAsTags() - Method in class org.infinispan.metrics.impl.MetricsRegistryImpl
- namesAsTags() - Method in class org.infinispan.metrics.impl.NoMetricRegistry
- namesAsTags(boolean) - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Put the cache manager and cache name in tags rather then include them in the metric name.
- Namespace - Annotation Interface in org.infinispan.configuration.parsing
-
Namespace.
- NAMESPACE - Static variable in class org.infinispan.configuration.parsing.CacheParser
- NAMESPACE - Static variable in class org.infinispan.configuration.parsing.Parser
- NamespaceMappingParser - Interface in org.infinispan.configuration.parsing
-
NamespaceMappingParser.
- Namespaces - Annotation Interface in org.infinispan.configuration.parsing
-
Namespaces.
- needMoreResponses() - Method in class org.infinispan.remoting.responses.ClusteredGetResponseValidityFilter
- needMoreResponses() - Method in class org.infinispan.remoting.responses.IgnoreExtraResponsesValidityFilter
- needMoreResponses() - Method in interface org.infinispan.remoting.rpc.ResponseFilter
-
Right after calling
ResponseFilter.isAcceptable(Response, Address), this method is called to see whether we are done with the request and can unblock the caller - needSegments(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- needsStateTransfer() - Method in enum class org.infinispan.configuration.cache.CacheMode
- needToDestroyFailedCache() - Method in enum class org.infinispan.lifecycle.ComponentStatus
- needToInitializeBeforeStart() - Method in enum class org.infinispan.lifecycle.ComponentStatus
- newBuilder() - Static method in class org.infinispan.reactive.publisher.impl.Notifications
- newCacheEntryMapper(DataConversion, DataConversion, InternalEntryFactory) - Static method in class org.infinispan.cache.impl.EncoderEntryMapper
- newConditionStage(Predicate<T>, long, TimeUnit) - Method in class org.infinispan.util.concurrent.ConditionFuture
- newConditionStage(Predicate<T>, Supplier<Exception>, long, TimeUnit) - Method in class org.infinispan.util.concurrent.ConditionFuture
-
Create a new
CompletionStagethat completes after the firstConditionFuture.update(Object)call with a value satisfying thetestpredicate. - newConfigurationBuilder(String) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- newConfigurationFrom(int) - Method in class org.infinispan.configuration.cache.AbstractSegmentedStoreConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.since 10.0 - please implement
AbstractSegmentedStoreConfiguration.newConfigurationFrom(int, InitializationContext). - newConfigurationFrom(int, InitializationContext) - Method in class org.infinispan.configuration.cache.AbstractSegmentedStoreConfiguration
-
Same as
AbstractSegmentedStoreConfiguration.newConfigurationFrom(int)except that you can utilize the intialization context when initializing the segmented store object. - newContainer() - Method in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- newDefaultMetadata(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- newEntryMapper(DataConversion, DataConversion, InternalEntryFactory) - Static method in class org.infinispan.cache.impl.EncoderEntryMapper
- newGlobalTransaction(Address, boolean) - Method in class org.infinispan.transaction.xa.TransactionFactory
- newGlobalTransaction(Address, boolean, VersionGenerator, boolean) - Method in enum class org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
- newInstance() - Method in class org.infinispan.factories.impl.ComponentAccessor
- newInstance(ComponentRegistry, CacheRpcCommand) - Static method in class org.infinispan.remoting.LocalInvocation
- newInstanceFromCache(Cache<?, ?>, CacheRpcCommand) - Static method in class org.infinispan.remoting.LocalInvocation
- newKeyAffinityService(Cache<K, V>, Collection<Address>, KeyGenerator<K>, Executor, int) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
- newKeyAffinityService(Cache<K, V>, Collection<Address>, KeyGenerator<K>, Executor, int, boolean) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
-
Creates a service that would only generate keys for addresses specified in filter.
- newKeyAffinityService(Cache<K, V>, Executor, KeyGenerator<K>, int) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
- newKeyAffinityService(Cache<K, V>, Executor, KeyGenerator<K>, int, boolean) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
-
Creates an
KeyAffinityServiceinstance that generates keys mapped to all addresses in the cluster. - newKeyDataConversion() - Static method in class org.infinispan.encoding.DataConversion
- newKeyDataConversion(Class<? extends Encoder>, Class<? extends Wrapper>) - Static method in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0. Replaced by
DataConversion.newKeyDataConversion(). - newLocalKeyAffinityService(Cache<K, V>, KeyGenerator<K>, Executor, int) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
- newLocalKeyAffinityService(Cache<K, V>, KeyGenerator<K>, Executor, int, boolean) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
-
Created an service that only generates keys for the local address.
- newLocalTransaction(Transaction, GlobalTransaction, boolean, int) - Method in class org.infinispan.transaction.xa.TransactionFactory
- newLocalTransaction(Transaction, GlobalTransaction, boolean, int, long) - Method in enum class org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
- newModuleLifecycle() - Method in class org.infinispan.CoreModuleImpl
- newModuleLifecycle() - Method in interface org.infinispan.factories.impl.ModuleMetadataBuilder
- newModuleRepository(ClassLoader, GlobalConfiguration) - Static method in class org.infinispan.manager.ModuleRepository
- newNonTxInvocationContext(Address) - Method in class org.infinispan.context.impl.TransactionalInvocationContextFactory
- newPermissionCollection() - Method in class org.infinispan.security.CachePermission
- newRemoteTransaction(List<WriteCommand>, GlobalTransaction, int) - Method in class org.infinispan.transaction.xa.TransactionFactory
- newRemoteTransaction(List<WriteCommand>, GlobalTransaction, int, long) - Method in enum class org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
- newRemoteTransaction(WriteCommand[], GlobalTransaction, int) - Method in class org.infinispan.transaction.xa.TransactionFactory
- newRemoteTransaction(WriteCommand[], GlobalTransaction, int, long) - Method in enum class org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
- newRemoteTransaction(GlobalTransaction, int) - Method in class org.infinispan.transaction.xa.TransactionFactory
- newRemoteTransaction(GlobalTransaction, int, long) - Method in enum class org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
- newRequestId() - Method in class org.infinispan.remoting.transport.impl.RequestRepository
- newRole(String, String, boolean, boolean, AuthorizationPermission...) - Static method in interface org.infinispan.security.Role
- newThread(Runnable) - Method in class org.infinispan.factories.threads.DefaultThreadFactory
- newValueDataConversion() - Static method in class org.infinispan.encoding.DataConversion
- newValueDataConversion(Class<? extends Encoder>, Class<? extends Wrapper>) - Static method in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0. Replaced by
DataConversion.newValueDataConversion(). - newVersion(int) - Static method in class org.infinispan.container.versioning.irac.TopologyIracVersion
- newVersion(ByteString, TopologyIracVersion) - Static method in class org.infinispan.container.versioning.irac.IracEntryVersion
- next - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
- next() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
- next() - Method in class org.infinispan.transaction.xa.recovery.PreparedTxIterator
- next() - Method in class org.infinispan.util.CloseableSuppliedIterator
- next() - Method in class org.infinispan.util.DataContainerRemoveIterator
- next() - Method in class org.infinispan.util.LazyConcatIterator
- next(int, int) - Method in class org.infinispan.distribution.TriangleOrderManager
- nextElement(ConfigurationReader) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- NextPublisherCommand - Class in org.infinispan.reactive.publisher.impl.commands.batch
- NextPublisherCommand(ByteString) - Constructor for class org.infinispan.reactive.publisher.impl.commands.batch.NextPublisherCommand
- NextPublisherCommand(ByteString, String) - Constructor for class org.infinispan.reactive.publisher.impl.commands.batch.NextPublisherCommand
- NO_COMMIT - Enum constant in enum class org.infinispan.interceptors.locking.ClusteringDependentLogic.Commit
-
Do not commit the entry.
- NO_KEY - Static variable in class org.infinispan.statetransfer.StateConsumerImpl
- NO_OP - Static variable in interface org.infinispan.remoting.inboundhandler.Reply
- NO_OP - Static variable in interface org.infinispan.util.concurrent.locks.KeyAwareLockPromise
- NO_OP - Static variable in interface org.infinispan.util.concurrent.locks.PendingLockPromise
- NO_OP - Static variable in interface org.infinispan.util.ExponentialBackOff
-
Disabled exponential back-off algorithm.
- NO_OP_BUILDER - Static variable in interface org.infinispan.util.ExponentialBackOff
- NO_REBALANCE - Enum constant in enum class org.infinispan.topology.CacheTopology.Phase
-
Only currentCH should be set, this works as both readCH and writeCH
- NO_REQUEST_ID - Static variable in interface org.infinispan.remoting.transport.impl.Request
- NO_STATE_TRANSFER_IN_PROGRESS - Static variable in class org.infinispan.statetransfer.StateConsumerImpl
- NO_SUCH_SITE - Enum constant in enum class org.infinispan.xsite.status.BringSiteOnlineResponse
- NO_SUCH_SITE - Enum constant in enum class org.infinispan.xsite.status.TakeSiteOfflineResponse
- NO_VERSION - Static variable in class org.infinispan.container.versioning.irac.TopologyIracVersion
- noAnnotateMethodsFoundInListener(Class<?>) - Method in class org.infinispan.util.logging.Log_$logger
- noAnnotateMethodsFoundInListener(Class<?>) - Method in interface org.infinispan.util.logging.Log
- noAnnotateMethodsFoundInListener$str() - Method in class org.infinispan.util.logging.Log_$logger
- noConfiguration(String) - Method in class org.infinispan.util.logging.Log_$logger
- noConfiguration(String) - Method in interface org.infinispan.util.logging.Log
- noConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
- NODE - Enum constant in enum class org.infinispan.distribution.topologyaware.TopologyLevel
- NODE_NAME - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- NODE_NAME - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- NODE_TAG_NAME - Static variable in interface org.infinispan.metrics.Constants
- noDefaultCache() - Method in class org.infinispan.util.logging.Log_$logger
- noDefaultCache() - Method in interface org.infinispan.util.logging.Log
- noDefaultCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- nodeJoined(Address) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- nodeJoined(Address) - Method in interface org.infinispan.util.logging.events.Messages
- nodeJoined$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- nodeLeft(Address) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- nodeLeft(Address) - Method in interface org.infinispan.util.logging.events.Messages
- nodeLeft$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- nodeName() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- nodeName() - Method in class org.infinispan.configuration.global.TransportConfiguration
- nodeName(String) - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- nodeName(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- nodeName(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Name of the current node.
- nodeNameNotInRaftMembers(String) - Method in class org.infinispan.util.logging.Log_$logger
- nodeNameNotInRaftMembers(String) - Method in interface org.infinispan.util.logging.Log
- nodeNameNotInRaftMembers$str() - Method in class org.infinispan.util.logging.Log_$logger
- nodeStatus(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
-
Obtain the status of the nodes from a site
- nodeWithIncompatibleStateJoiningCache(Address, String) - Method in class org.infinispan.util.logging.Log_$logger
- nodeWithIncompatibleStateJoiningCache(Address, String) - Method in interface org.infinispan.util.logging.Log
- nodeWithIncompatibleStateJoiningCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- nodeWithoutPersistentStateJoiningCacheWithState(Address, String) - Method in class org.infinispan.util.logging.Log_$logger
- nodeWithoutPersistentStateJoiningCacheWithState(Address, String) - Method in interface org.infinispan.util.logging.Log
- nodeWithoutPersistentStateJoiningCacheWithState$str() - Method in class org.infinispan.util.logging.Log_$logger
- nodeWithPersistentStateJoiningClusterWithoutState(Address, String) - Method in class org.infinispan.util.logging.Log_$logger
- nodeWithPersistentStateJoiningClusterWithoutState(Address, String) - Method in interface org.infinispan.util.logging.Log
- nodeWithPersistentStateJoiningClusterWithoutState$str() - Method in class org.infinispan.util.logging.Log_$logger
- NODLD_NORECOVERY_NOXA - Enum constant in enum class org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
- NODLD_NORECOVERY_XA - Enum constant in enum class org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
- NODLD_RECOVERY_XA - Enum constant in enum class org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
- noFilter() - Method in interface org.infinispan.manager.ClusterExecutor
-
Applies no filtering and will send any invocations to any/all current nodes.
- noFilterIndexingServiceProviderFound(String) - Method in class org.infinispan.util.logging.Log_$logger
- noFilterIndexingServiceProviderFound(String) - Method in interface org.infinispan.util.logging.Log
- noFilterIndexingServiceProviderFound$str() - Method in class org.infinispan.util.logging.Log_$logger
- noFlags() - Method in interface org.infinispan.AdvancedCache
-
Unset all flags set on this cache using
AdvancedCache.withFlags(Flag...)orAdvancedCache.withFlags(Collection)methods. - noFlags() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- noFlags() - Method in class org.infinispan.cache.impl.CacheImpl
- noFlags() - Method in class org.infinispan.cache.impl.DecoratedCache
- noFlags() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- noFlags() - Method in class org.infinispan.security.impl.SecureCacheImpl
- noIndexableClassesDefined() - Method in class org.infinispan.util.logging.Log_$logger
- noIndexableClassesDefined() - Method in interface org.infinispan.util.logging.Log
- noIndexableClassesDefined$str() - Method in class org.infinispan.util.logging.Log_$logger
- noLiveOwnersFoundForSegments(Collection<Integer>, String, Collection<Address>) - Method in class org.infinispan.util.logging.Log_$logger
- noLiveOwnersFoundForSegments(Collection<Integer>, String, Collection<Address>) - Method in interface org.infinispan.util.logging.Log
- noLiveOwnersFoundForSegments$str() - Method in class org.infinispan.util.logging.Log_$logger
- NoMetricRegistry - Class in org.infinispan.metrics.impl
-
An empty implementation of
MetricsRegistry. - NON_BLOCKING_BOUNDED_QUEUE_THREAD_POOL - Enum constant in enum class org.infinispan.configuration.parsing.Element
- NON_BLOCKING_EXECUTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- NON_BLOCKING_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
- NON_DURABLE_XA - Enum constant in enum class org.infinispan.configuration.cache.TransactionMode
- NON_DURABLE_XA - Enum constant in enum class org.infinispan.configuration.parsing.CacheParser.TransactionMode
- NON_OWNER - Enum constant in enum class org.infinispan.distribution.Ownership
-
This node is not an owner.
- NON_TRANSACTIONAL - Enum constant in enum class org.infinispan.transaction.TransactionMode
- NON_XA - Enum constant in enum class org.infinispan.configuration.cache.TransactionMode
- NON_XA - Enum constant in enum class org.infinispan.configuration.parsing.CacheParser.TransactionMode
- nonBlocking(Boolean) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- nonBlockingExecutor - Variable in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- nonBlockingExecutor - Variable in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
- nonBlockingExecutor - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- nonBlockingExecutor - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- nonBlockingExecutor - Variable in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
- nonBlockingExecutor(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- NonBlockingManager - Interface in org.infinispan.util.concurrent
-
Manager utility for non-blocking operations.
- NonBlockingManagerImpl - Class in org.infinispan.util.concurrent
- NonBlockingManagerImpl() - Constructor for class org.infinispan.util.concurrent.NonBlockingManagerImpl
- nonBlockingScheduler - Variable in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- NonBlockingSoftIndexFileStore<K,
V> - Class in org.infinispan.persistence.sifs -
Local file-based cache store, optimized for write-through use with strong consistency guarantees (ability to flush disk operations before returning from the store call).
- NonBlockingSoftIndexFileStore() - Constructor for class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- NonBlockingSoftIndexFileStore.EntryCreator<K,
V> - Interface in org.infinispan.persistence.sifs - NonBlockingStore<K,
V> - Interface in org.infinispan.persistence.spi -
The contract for defining how caches interface with external sources of data, such as databases or filesystems.
- NonBlockingStore.Characteristic - Enum Class in org.infinispan.persistence.spi
-
Enumeration defining the various characteristics of the underlying store to communicate what features it may or may not support.
- NonBlockingStore.SegmentedPublisher<Type> - Interface in org.infinispan.persistence.spi
-
A Publisher that provides a stream of values and the segments to which those values map.
- NonBlockingStoreAdapter<K,
V> - Class in org.infinispan.persistence.support - NonBlockingStoreAdapter(Lifecycle) - Constructor for class org.infinispan.persistence.support.NonBlockingStoreAdapter
- NonBlockingThreadFactory - Class in org.infinispan.factories.threads
- NonBlockingThreadFactory(int, String, String, String) - Constructor for class org.infinispan.factories.threads.NonBlockingThreadFactory
- NonBlockingThreadFactory(String, String, int, String, String, String) - Constructor for class org.infinispan.factories.threads.NonBlockingThreadFactory
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- nonBlockingThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Configuration for the non blocking thread pool
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- NonBlockingThreadPoolExecutorFactory - Class in org.infinispan.factories.threads
-
Executor Factory used for non blocking executors which utilizes
ThreadPoolExecutorinternally. - NonBlockingThreadPoolExecutorFactory(int, int, int, long) - Constructor for class org.infinispan.factories.threads.NonBlockingThreadPoolExecutorFactory
- nonBlockingThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- nonBlockingThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- nonClusteredDefault() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- nonClusteredDefault() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
Helper method that gets you a default constructed GlobalConfiguration, preconfigured for use in LOCAL mode
- NONE - Enum constant in enum class org.infinispan.configuration.cache.IndexStartupMode
-
No mass-indexing operation is triggered at cache startup time.
- NONE - Enum constant in enum class org.infinispan.configuration.cache.IsolationLevel
-
No isolation.
- NONE - Enum constant in enum class org.infinispan.configuration.cache.TransactionMode
- NONE - Enum constant in enum class org.infinispan.configuration.cache.VersioningScheme
- NONE - Enum constant in enum class org.infinispan.configuration.parsing.CacheParser.TransactionMode
- NONE - Enum constant in enum class org.infinispan.conflict.MergePolicy
- NONE - Enum constant in enum class org.infinispan.eviction.EvictionStrategy
-
Eviction Strategy where nothing is done by the cache and the user is probably not going to use eviction manually
- NONE - Enum constant in enum class org.infinispan.factories.impl.Scopes
-
The component is not cached between requests, but a subclass may be either
GLOBALorNAMED_CACHE. - NONE - Enum constant in enum class org.infinispan.remoting.inboundhandler.DeliverOrder
-
The message is delivered as soon as it is received.
- NONE - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
No permissions
- NONE - Enum constant in enum class org.infinispan.statetransfer.RebalanceType
-
Used by local and invalidation cache modes.
- NONE - Enum constant in enum class org.infinispan.util.concurrent.IsolationLevel
-
Deprecated.
- NONE_NO_FC - Enum constant in enum class org.infinispan.remoting.inboundhandler.DeliverOrder
-
The message is delivered as soon as it is received and, it is not affected by any flow control algorithm.
- noneMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- noneMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- noneMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- noneMatch(IntPredicate) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- noneMatch(IntPredicate) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- noneMatch(IntPredicate) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- noneMatch(LongPredicate) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- noneMatch(LongPredicate) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- noneMatch(LongPredicate) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- noneMatch(Predicate<? super E>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- noneMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- noneMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- noneMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- noneMatch(Predicate<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- noneMatch(Predicate<? super T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that returns whether no elements of this traversable match the provided predicate.
- noneMatch(SerializableDoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.noneMatch(DoublePredicate)except that the DoublePredicate must also implementSerializable - noneMatch(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.noneMatch(IntPredicate)except that the IntPredicate must also implementSerializable - noneMatch(SerializableLongPredicate) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.noneMatch(LongPredicate)except that the LongPredicate must also implement Serializable. - noneMatch(SerializablePredicate<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.noneMatch(Predicate)except that the Predicate must also implementSerializable - nonExistant() - Method in class org.infinispan.commands.write.RemoveCommand
- nonExistingVersion() - Method in class org.infinispan.container.versioning.NumericVersionGenerator
- nonExistingVersion() - Method in class org.infinispan.container.versioning.SimpleClusteredVersionGenerator
- nonExistingVersion() - Method in interface org.infinispan.container.versioning.VersionGenerator
- nonNullPredicate() - Static method in class org.infinispan.stream.StreamMarshalling
-
Predicate that returns true if the object passed to it is not null.
- nonSharedStoreConfiguredAsShared(String) - Method in class org.infinispan.util.logging.Log_$logger
- nonSharedStoreConfiguredAsShared(String) - Method in interface org.infinispan.util.logging.Log
- nonSharedStoreConfiguredAsShared$str() - Method in class org.infinispan.util.logging.Log_$logger
- NonTransactionalBackupInterceptor - Class in org.infinispan.interceptors.xsite
-
Handles x-site data backups for non-transactional caches.
- NonTransactionalBackupInterceptor() - Constructor for class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- NonTransactionalInvocationContextFactory - Class in org.infinispan.context.impl
-
Invocation Context container to be used for non-transactional caches.
- NonTransactionalInvocationContextFactory() - Constructor for class org.infinispan.context.impl.NonTransactionalInvocationContextFactory
- NonTransactionalLockingInterceptor - Class in org.infinispan.interceptors.locking
-
Locking interceptor to be used for non-transactional caches.
- NonTransactionalLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
- NonTxDistributionInterceptor - Class in org.infinispan.interceptors.distribution
-
Non-transactional interceptor used by distributed caches that support concurrent writes.
- NonTxDistributionInterceptor() - Constructor for class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- NonTxInvocationContext - Class in org.infinispan.context.impl
-
Context to be used for non transactional calls, both remote and local.
- NonTxInvocationContext(int, Address) - Constructor for class org.infinispan.context.impl.NonTxInvocationContext
- NonTxInvocationContext(Address) - Constructor for class org.infinispan.context.impl.NonTxInvocationContext
- NonTxIracLocalSiteInterceptor - Class in org.infinispan.interceptors.impl
-
Interceptor used by IRAC for non transactional caches to handle the local site updates.
- NonTxIracLocalSiteInterceptor() - Constructor for class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- NonTxIracRemoteSiteInterceptor - Class in org.infinispan.interceptors.impl
-
Interceptor to handle updates from remote sites.
- NonTxIracRemoteSiteInterceptor(boolean) - Constructor for class org.infinispan.interceptors.impl.NonTxIracRemoteSiteInterceptor
- NonTxPerCacheInboundInvocationHandler - Class in org.infinispan.remoting.inboundhandler
-
A
PerCacheInboundInvocationHandlerimplementation for non-total order caches. - NonTxPerCacheInboundInvocationHandler() - Constructor for class org.infinispan.remoting.inboundhandler.NonTxPerCacheInboundInvocationHandler
- nonWritableStateFile(File) - Method in class org.infinispan.util.logging.Log_$logger
- nonWritableStateFile(File) - Method in interface org.infinispan.util.logging.Log
- nonWritableStateFile$str() - Method in class org.infinispan.util.logging.Log_$logger
- NoOpBackupSender - Class in org.infinispan.xsite
-
A no-op implementation of
BackupSender. - NoOpIracManager - Enum Class in org.infinispan.xsite.irac
-
A no-op implementation of
IracManagerfor cache without asynchronous remote site backups. - NoOpIracTombstoneManager - Class in org.infinispan.container.versioning.irac
-
No-op implementation for
IracTombstoneManager. - NoOpIracVersionGenerator - Class in org.infinispan.container.versioning.irac
-
A no-op implementation of
IracVersionGeneratorfor caches without asynchronous remote site backups. - NoOpJGroupsMetricManager - Class in org.infinispan.remoting.transport.jgroups
-
An empty implementation of
JGroupsMetricsManager. - NoOpPendingLockManager - Class in org.infinispan.util.concurrent.locks.impl
-
An
PendingLockManagerimplementation that does nothing. - NoOpTakeOfflineManager - Class in org.infinispan.xsite.status
-
An empty
TakeOfflineManagerimplementation for caches which don't backup any data to remote sites. - NoOpXSiteEventsManager - Class in org.infinispan.xsite.events
-
A no-op implementation of
XSiteEventsManager. - NoOpXSiteMetricsCollector - Class in org.infinispan.xsite.metrics
-
An no-op implementation for
XSiteMetricsCollector. - NoOpXSiteStateProvider - Class in org.infinispan.xsite.statetransfer
-
A no-op implementation of
XSiteStateProvider. - NoOpXSiteStateTransferManager - Class in org.infinispan.xsite.statetransfer
-
A no-op implementation of
XSiteStateTransferManager. - NoOpXSiteStateTransferManager() - Constructor for class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- noSuchCacheConfiguration(String) - Method in class org.infinispan.util.logging.Log_$logger
- noSuchCacheConfiguration(String) - Method in interface org.infinispan.util.logging.Log
- noSuchCacheConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
- noSuchGlobalRoles(Set<String>) - Method in class org.infinispan.util.logging.Log_$logger
- noSuchGlobalRoles(Set<String>) - Method in interface org.infinispan.util.logging.Log
- noSuchGlobalRoles$str() - Method in class org.infinispan.util.logging.Log_$logger
- NOT_ASYNC - Enum constant in enum class org.infinispan.persistence.manager.PersistenceManager.AccessMode
-
The operation is performed only in a
CacheWriterorCacheLoaderthat doesn't have async write behind. - NOT_COMPLETED - Enum constant in enum class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionStatus
- NOT_FOUND - Enum constant in enum class org.infinispan.xsite.status.SiteState
- NOT_FOUND - Static variable in class org.infinispan.marshall.core.GlobalMarshaller
- NOT_LOADED - Static variable in class org.infinispan.functional.MetaParam.MetaLoadedFromPersistence
- NOT_LOCAL - Enum constant in enum class org.infinispan.distribution.DataLocality
-
Deprecated.
- NOT_LOCAL_UNCERTAIN - Enum constant in enum class org.infinispan.distribution.DataLocality
-
Deprecated.
- NOT_READY - Enum constant in enum class org.infinispan.remoting.inboundhandler.action.ActionStatus
-
The action isn't completed yet.
- NOTHING - Static variable in interface org.infinispan.transaction.xa.recovery.RecoveryManager.RecoveryIterator
- NotificationInterceptor - Class in org.infinispan.interceptors.impl
-
The interceptor in charge of firing off notifications to cache listeners
- NotificationInterceptor() - Constructor for class org.infinispan.interceptors.impl.NotificationInterceptor
- Notification Pool - Search tag in annotation interface org.infinispan.notifications.Listener
- Section
- notifications() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- notifications(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- Notifications - Class in org.infinispan.reactive.publisher.impl
- NOTIFICATIONS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- NOTIFICATIONS - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- Notifications.NotificationBuilder<R> - Interface in org.infinispan.reactive.publisher.impl
- NOTIFIED - Static variable in interface org.infinispan.notifications.cachelistener.QueueingSegmentListener
- notifier - Variable in class org.infinispan.cache.impl.CacheImpl
- notifier - Variable in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- notifier - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- notifier - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- notifier - Variable in class org.infinispan.util.logging.events.impl.EventLogManagerImpl
- notifyAsyncAck(XSiteAsyncAckListener) - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
- notifyAsyncAck(XSiteAsyncAckListener) - Method in interface org.infinispan.remoting.transport.BackupResponse
-
Invokes
XSiteAsyncAckListenerfor each ack received from an asynchronous cross site request. - notifyAsyncAck(XSiteAsyncAckListener) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
- notifyCacheEntriesEvicted(Collection<Map.Entry<K, V>>, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Notifies all registered listeners of a
CacheEntriesEvictedEventevent. - notifyCacheEntriesEvicted(Collection<Map.Entry<K, V>>, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyCacheEntryActivated(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Notifies all registered listeners of a
CacheEntryActivatedEventevent. - notifyCacheEntryActivated(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyCacheEntryCreated(K, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Notifies all registered listeners of a
CacheEntryCreatedEventevent. - notifyCacheEntryCreated(K, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyCacheEntryExpired(K, V, Metadata, InvocationContext) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Notifies all registered listeners of a CacheEntryExpired event.
- notifyCacheEntryExpired(K, V, Metadata, InvocationContext) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyCacheEntryInvalidated(K, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Notifies all registered listeners of a
CacheEntryInvalidatedEventevent. - notifyCacheEntryInvalidated(K, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyCacheEntryLoaded(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Notifies all registered listeners of a
CacheEntryLoadedEventevent. - notifyCacheEntryLoaded(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyCacheEntryModified(K, V, Metadata, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Notifies all registered listeners of a
CacheEntryModifiedEventevent. - notifyCacheEntryModified(K, V, Metadata, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyCacheEntryPassivated(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Notifies all registered listeners of a
CacheEntryPassivatedEventevent. - notifyCacheEntryPassivated(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyCacheEntryRemoved(K, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Notifies all registered listeners of a
CacheEntryRemovedEventevent. - notifyCacheEntryRemoved(K, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyCacheEntryVisited(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Notifies all registered listeners of a
CacheEntryVisitedEventevent. - notifyCacheEntryVisited(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyCacheStarted(String) - Method in class org.infinispan.factories.GlobalComponentRegistry
- notifyCacheStarted(String) - Method in interface org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier
- notifyCacheStarted(String) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- notifyCacheStopped(String) - Method in interface org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier
- notifyCacheStopped(String) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- notifyClusterListeners(Collection<ClusterEvent<K, V>>, UUID) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyClusterListeners(Collection<ClusterEvent<K, V>>, UUID) - Method in interface org.infinispan.notifications.cachelistener.cluster.ClusterCacheNotifier
-
Method that is invoked on the node that has the given cluster listener that when registered generated the given listenerId.
- notifyConfigurationChanged(ConfigurationChangedEvent.EventType, String, String) - Method in interface org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier
-
Notifies all registered listeners of a configurationChange event.
- notifyConfigurationChanged(ConfigurationChangedEvent.EventType, String, String) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- notifyCrossSiteViewChanged(Collection<String>, Collection<String>, Collection<String>) - Method in interface org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier
-
Notifies all registered listeners of a sites view change event
- notifyCrossSiteViewChanged(Collection<String>, Collection<String>, Collection<String>) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- notifyDataRehashed(ConsistentHash, ConsistentHash, ConsistentHash, int, boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
- notifyDataRehashed(ConsistentHash, ConsistentHash, ConsistentHash, int, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyEndOfStateTransferIfNeeded() - Method in class org.infinispan.statetransfer.StateConsumerImpl
- notifyEventLogged(EventLog) - Method in interface org.infinispan.util.logging.events.EventLoggerNotifier
-
Notify the listeners about logged information.
- notifyEventLogged(EventLog) - Method in class org.infinispan.util.logging.events.impl.EventLoggerNotifierImpl
- notifyFinish(LongConsumer) - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
- notifyFinish(LongConsumer) - Method in interface org.infinispan.remoting.transport.BackupResponse
-
Registers a listener that is notified when the cross-site request is finished.
- notifyFinish(LongConsumer) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
- NotifyHelper - Class in org.infinispan.notifications.cachelistener
- NotifyHelper() - Constructor for class org.infinispan.notifications.cachelistener.NotifyHelper
- notifyMerge(List<Address>, List<Address>, Address, int, List<List<Address>>) - Method in interface org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier
- notifyMerge(List<Address>, List<Address>, Address, int, List<List<Address>>) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- notifyOnCreate(CacheEntry) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
- notifyOnCreate(CacheEntry<K, V>) - Method in interface org.infinispan.functional.impl.FunctionalNotifier
-
Notify registered
Listeners.ReadWriteListeners.ReadWriteListenerinstances of the created entry. - notifyOnModify(CacheEntry<K, V>, V, Metadata) - Method in interface org.infinispan.functional.impl.FunctionalNotifier
-
Notify registered
Listeners.ReadWriteListeners.ReadWriteListenerinstances of the modified entry passing the previous and new value. - notifyOnModify(CacheEntry<K, V>, V, Metadata) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
- notifyOnRemove(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.functional.impl.FunctionalNotifier
-
Notify registered
Listeners.ReadWriteListeners.ReadWriteListenerinstances of the removed entry passing in the removed entry. - notifyOnRemove(EntryView.ReadEntryView<K, V>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
- notifyOnTransactionFinished() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- notifyOnTransactionFinished() - Method in interface org.infinispan.transaction.xa.CacheTransaction
- notifyOnWrite(CacheEntry<K, V>) - Method in interface org.infinispan.functional.impl.FunctionalNotifier
- notifyOnWrite(CacheEntry<K, V>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
- notifyOnWriteRemove(K) - Method in interface org.infinispan.functional.impl.FunctionalNotifier
-
Notify registered
Listeners.WriteListeners.WriteListenerinstances of the written entry. - notifyOnWriteRemove(K) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
- notifyPartitionStatusChanged(AvailabilityMode, boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
- notifyPartitionStatusChanged(AvailabilityMode, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyPersistenceAvailabilityChanged(boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
- notifyPersistenceAvailabilityChanged(boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyStatePushFinished(String, Address, boolean) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- notifyStatePushFinished(String, Address, boolean) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
-
It receives the notifications from local site when some node finishes pushing the state to the remote site.
- notifyStatePushFinished(String, Address, boolean) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- notifyStateTransferEnd(String, Address, boolean) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateProvider
- notifyStateTransferEnd(String, Address, boolean) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
-
Notifies
XSiteStatePushTaskhas completed the send. - notifyStateTransferEnd(String, Address, boolean) - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
- notifyTopologyChanged(CacheTopology, CacheTopology, int, boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
- notifyTopologyChanged(CacheTopology, CacheTopology, int, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyTopologyInstalled(int) - Method in interface org.infinispan.statetransfer.StateTransferLock
- notifyTopologyInstalled(int) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
- notifyTransactionCompleted(GlobalTransaction, boolean, InvocationContext) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Notifies all registered listeners of a transaction completion event.
- notifyTransactionCompleted(GlobalTransaction, boolean, InvocationContext) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyTransactionDataReceived(int) - Method in interface org.infinispan.statetransfer.StateTransferLock
- notifyTransactionDataReceived(int) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
- notifyTransactionRegistered(GlobalTransaction, boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
-
Notifies all registered listeners of a transaction registration event.
- notifyTransactionRegistered(GlobalTransaction, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- notifyViewChange(List<Address>, List<Address>, Address, int) - Method in interface org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier
-
Notifies all registered listeners of a viewChange event.
- notifyViewChange(List<Address>, List<Address>, Address, int) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- notNullCacheEntryPredicate() - Static method in class org.infinispan.filter.CacheFilters
-
Provides a predicate that can be used to filter out null cache entry objects as well as placeholder "null" entries of
NullCacheEntrythat can be returned from methods such asCacheFilters.converterToFunction(KeyValueFilterConverter). - notStartingEvictionThread() - Method in class org.infinispan.util.logging.Log_$logger
- notStartingEvictionThread() - Method in interface org.infinispan.util.logging.Log
- notStartingEvictionThread$str() - Method in class org.infinispan.util.logging.Log_$logger
- notSupportedInSimpleCache() - Method in class org.infinispan.util.logging.Log_$logger
- notSupportedInSimpleCache() - Method in interface org.infinispan.util.logging.Log
- notSupportedInSimpleCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- noValue(Object) - Static method in class org.infinispan.functional.impl.EntryViews
- noValue(Object, DataConversion) - Static method in class org.infinispan.functional.impl.EntryViews
- NoValueReadOnlyViewExternalizer() - Constructor for class org.infinispan.functional.impl.EntryViews.NoValueReadOnlyViewExternalizer
- NullAuditLogger - Class in org.infinispan.security.audit
-
NullAuditLogger.
- NullAuditLogger - Class in org.infinispan.security.impl
-
Deprecated, for removal: This API element is subject to removal in a future version.use
NullAuditLoggerinstead - NullAuditLogger() - Constructor for class org.infinispan.security.audit.NullAuditLogger
- NullAuditLogger() - Constructor for class org.infinispan.security.impl.NullAuditLogger
-
Deprecated.
- NullCacheEntry<K,
V> - Class in org.infinispan.container.entries - NUM_OWNERS - Static variable in class org.infinispan.configuration.cache.HashConfiguration
- NUM_SEGMENTS - Static variable in class org.infinispan.configuration.cache.HashConfiguration
- NumericVersion - Class in org.infinispan.container.versioning
-
Numeric version
- NumericVersion(long) - Constructor for class org.infinispan.container.versioning.NumericVersion
- NumericVersion.Externalizer - Class in org.infinispan.container.versioning
- NumericVersion$___Marshaller_54e14f07f0b2d32fc02dc14b15442c6b41ee1d50304f1e61ddb56d9feb6975b1 - Class in org.infinispan.container.versioning
-
WARNING: Generated code! Do not edit!
- NumericVersion$___Marshaller_54e14f07f0b2d32fc02dc14b15442c6b41ee1d50304f1e61ddb56d9feb6975b1() - Constructor for class org.infinispan.container.versioning.NumericVersion$___Marshaller_54e14f07f0b2d32fc02dc14b15442c6b41ee1d50304f1e61ddb56d9feb6975b1
- NumericVersionGenerator - Class in org.infinispan.container.versioning
-
Generates unique numeric versions for both local and clustered environments.
- NumericVersionGenerator() - Constructor for class org.infinispan.container.versioning.NumericVersionGenerator
- numOwners() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
Number of cluster-wide replicas for each cache entry.
- numOwners(int) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
Number of cluster-wide replicas for each cache entry.
- numRecords - Variable in class org.infinispan.persistence.sifs.EntryInfo
- numSegments - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- numSegments - Variable in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- numSegments() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
Controls the total number of hash space segments (per cluster).
- numSegments(int) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
Controls the total number of hash space segments (per cluster).
O
- OBJECT - Enum constant in enum class org.infinispan.configuration.cache.StorageType
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0, use
StorageType.HEAPinstead. - OBJECT - Enum constant in enum class org.infinispan.configuration.parsing.Element
- OBJECT_NAME - Static variable in class org.infinispan.cache.impl.CacheImpl
- OBJECT_NAME - Static variable in interface org.infinispan.health.jmx.HealthJMXExposer
-
JMX Object name.
- OBJECT_NAME - Static variable in class org.infinispan.manager.DefaultCacheManager
- OBJECT_NAME - Static variable in class org.infinispan.remoting.rpc.RpcManagerImpl
- OBJECT_NAME - Static variable in interface org.infinispan.stats.CacheContainerStats
-
Deprecated.
- OBJECT_NAME - Static variable in interface org.infinispan.stats.ClusterCacheStats
- OBJECT_NAME - Static variable in interface org.infinispan.stats.ClusterContainerStats
- objectFromByteBuffer(byte[]) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- objectFromByteBuffer(byte[]) - Method in class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- objectFromByteBuffer(byte[]) - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- objectFromInputStream(InputStream) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- objectFromObjectStream(ObjectInput) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- ObjectNameKeys - Interface in org.infinispan.jmx
- objectToBuffer(Object) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- objectToBuffer(Object) - Method in class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- objectToBuffer(Object) - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- objectToByteBuffer(Object) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- objectToByteBuffer(Object) - Method in class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- objectToByteBuffer(Object) - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- objectToByteBuffer(Object, int) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- objectToByteBuffer(Object, int) - Method in class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- objectToByteBuffer(Object, int) - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- objectToObjectStream(Object, ObjectOutput) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- observation - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- observation() - Element in annotation interface org.infinispan.notifications.Listener
-
Returns the type of observation level this listener defines.
- observerRoleDescription() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- observerRoleDescription() - Method in interface org.infinispan.util.logging.events.Messages
- observerRoleDescription$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- of(boolean) - Static method in class org.infinispan.functional.MetaParam.MetaLoadedFromPersistence
- of(boolean) - Static method in class org.infinispan.functional.MetaParam.MetaUpdateCreationTime
- of(Class<?>) - Static method in class org.infinispan.factories.impl.ComponentAlias
- of(String) - Static method in class org.infinispan.factories.impl.ComponentAlias
- of(String, String, String, Object...) - Static method in class org.infinispan.factories.impl.MBeanMetadata
- of(Stream<T>) - Static method in class org.infinispan.functional.impl.Traversables
- of(K, V) - Static method in class org.infinispan.util.KeyValuePair
- of(Cache<K, V>) - Static method in class org.infinispan.factories.ComponentRegistry
- of(CacheType, boolean) - Static method in enum class org.infinispan.configuration.cache.CacheMode
- of(EmbeddedCacheManager) - Static method in class org.infinispan.factories.GlobalComponentRegistry
- of(EmbeddedCacheManager) - Static method in class org.infinispan.manager.impl.InternalCacheManager
- OFF_HEAP - Enum constant in enum class org.infinispan.configuration.cache.StorageType
-
Entries are stored in internal memory off the normal Java heap.
- OFF_HEAP - Enum constant in enum class org.infinispan.configuration.parsing.Element
- OffHeapConcurrentMap - Class in org.infinispan.container.offheap
-
A
ConcurrentMapimplementation that stores the keys and values off the JVM heap in native heap. - OffHeapConcurrentMap(OffHeapMemoryAllocator, OffHeapEntryFactory, OffHeapConcurrentMap.EntryListener) - Constructor for class org.infinispan.container.offheap.OffHeapConcurrentMap
- OffHeapConcurrentMap.EntryListener - Interface in org.infinispan.container.offheap
-
Listener interface that is notified when certain operations occur for various memory addresses.
- OffHeapDataContainer - Class in org.infinispan.container.offheap
- OffHeapDataContainer() - Constructor for class org.infinispan.container.offheap.OffHeapDataContainer
- offHeapEntryFactory - Variable in class org.infinispan.container.offheap.OffHeapDataContainer
- offHeapEntryFactory - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- OffHeapEntryFactory - Interface in org.infinispan.container.offheap
-
Factory that can create
InternalCacheEntryobjects that use off-heap heap memory. - OffHeapEntryFactoryImpl - Class in org.infinispan.container.offheap
-
Factory that can create CacheEntry instances from off-heap memory.
- OffHeapEntryFactoryImpl() - Constructor for class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
- offHeapEntrySize(boolean, boolean, int, int) - Static method in class org.infinispan.container.offheap.UnpooledOffHeapMemoryAllocator
- offHeapEntrySize(boolean, boolean, int, int, int, int) - Static method in class org.infinispan.container.offheap.UnpooledOffHeapMemoryAllocator
-
It returns the off-heap size of an entry without alignment.
- OffHeapMemoryAllocator - Interface in org.infinispan.container.offheap
-
Allows for allocation of memory outside of the heap as well additional functionality surrounding it if necessary.
- offHeapMemoryEvictionNotSupportedWithObject() - Method in class org.infinispan.util.logging.Log_$logger
- offHeapMemoryEvictionNotSupportedWithObject() - Method in interface org.infinispan.util.logging.Log
- offHeapMemoryEvictionNotSupportedWithObject$str() - Method in class org.infinispan.util.logging.Log_$logger
- offline - Variable in class org.infinispan.xsite.status.AbstractMixedSiteStatus
- OFFLINE - Enum constant in enum class org.infinispan.xsite.status.SiteState
- OFFLINE - Static variable in class org.infinispan.xsite.XSiteAdminOperations
- offlineOn(E) - Method in class org.infinispan.xsite.status.AbstractSiteStatusBuilder
-
Adds the member with an offline connection to the site.
- OfflineSiteStatus - Class in org.infinispan.xsite.status
-
SiteStatusimplementation for offline sites. - OfflineStatus - Class in org.infinispan.xsite
-
Keeps state needed for knowing when a site needs to be taken offline.
- OfflineStatus(TakeOfflineConfiguration, TimeService, SiteStatusListener) - Constructor for class org.infinispan.xsite.OfflineStatus
- offset - Variable in class org.infinispan.persistence.sifs.EntryInfo
- oldMetadata - Variable in class org.infinispan.container.entries.ReadCommittedEntry
- oldValue - Variable in class org.infinispan.container.entries.ReadCommittedEntry
- ON_REHASH - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- onAckReceived(long, String, Throwable) - Method in interface org.infinispan.remoting.transport.XSiteAsyncAckListener
-
Invoked when an ack for an asynchronous request is received.
- onCacheStarted(CacheStartedEvent) - Method in class org.infinispan.xsite.events.XSiteEventsManagerImpl
- onChannelConnected(JChannel, boolean) - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsMetricsManager
-
Registers metrics for a
JChannel. - onChannelConnected(JChannel, boolean) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsMetricsManagerImpl
- onChannelConnected(JChannel, boolean) - Method in class org.infinispan.remoting.transport.jgroups.NoOpJGroupsMetricManager
- onChannelDisconnected(JChannel) - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsMetricsManager
-
Unregisters metrics for a
JChannel. - onChannelDisconnected(JChannel) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsMetricsManagerImpl
- onChannelDisconnected(JChannel) - Method in class org.infinispan.remoting.transport.jgroups.NoOpJGroupsMetricManager
- onClose(Runnable) - Method in interface org.infinispan.CacheStream
- onClose(Runnable) - Method in interface org.infinispan.DoubleCacheStream
- onClose(Runnable) - Method in interface org.infinispan.IntCacheStream
- onClose(Runnable) - Method in interface org.infinispan.LongCacheStream
- onClose(Runnable) - Method in class org.infinispan.stream.impl.AbstractCacheStream
- onClose(Runnable) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- onClose(Runnable) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- onClose(Runnable) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- onClose(Runnable) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- onClose(Runnable) - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- onClose(Runnable) - Method in class org.infinispan.stream.impl.LockedStreamImpl
- onClose(Runnable) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- onCloseRunnables - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- onClusterViewChange(AvailabilityStrategyContext, List<Address>) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
-
Called when the cluster view changed (e.g.
- onClusterViewChange(AvailabilityStrategyContext, List<Address>) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
- onClusterViewChange(AvailabilityStrategyContext, List<Address>) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
- onComplete() - Method in interface org.infinispan.remoting.inboundhandler.action.ActionListener
-
Invoked when an
Actionis completed. - onComplete() - Method in class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
- onComplete() - Method in interface org.infinispan.remoting.transport.jgroups.RequestTracker
-
The reply was just received.
- onCompleted(XSiteBackup, long, long, Throwable) - Method in interface org.infinispan.remoting.transport.XSiteResponse.XSiteResponseCompleted
- onCompleted(XSiteBackup, long, long, Throwable) - Method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- onCompletion() - Method in interface org.infinispan.transaction.xa.CacheTransaction.TransactionCompletedListener
- onCreate(Consumer<EntryView.ReadEntryView<K, V>>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
- onCreate(Consumer<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners
-
Add a create event specific listener by passing in a
Consumerto be called back each time a new cache entry is created, passing in aEntryView.ReadEntryViewof that new entry. - onCreate(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners.ReadWriteListener
-
Entry created event callback that receives a
EntryView.ReadEntryViewof the created entry. - onDataRehash(DataRehashedEvent<K, V>) - Method in class org.infinispan.conflict.impl.StateReceiverImpl
- onEntryEviction(Map<K, Map.Entry<K, V>>) - Method in interface org.infinispan.eviction.EvictionManager
-
Handles notifications of evicted entries
- onEntryEviction(Map<K, Map.Entry<K, V>>, FlagAffectedCommand) - Method in interface org.infinispan.eviction.EvictionManager
-
Handles notifications of evicted entries based on if the command allow them
- onEntryEviction(Map<K, Map.Entry<K, V>>, FlagAffectedCommand) - Method in class org.infinispan.eviction.impl.EvictionManagerImpl
- onePhaseCommit - Variable in class org.infinispan.commands.tx.PrepareCommand
- onEvent(Object, LockState) - Method in interface org.infinispan.util.concurrent.locks.KeyAwareLockListener
-
Invoked when the lock is available.
- onEvent(LockState) - Method in interface org.infinispan.util.concurrent.locks.LockListener
-
Invoked when the lock is available.
- onException() - Method in class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
- onException() - Method in interface org.infinispan.remoting.inboundhandler.action.ReadyAction
-
Cleanup when the command throws an exception while executing.
- onException(Throwable) - Method in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- onException(ActionState) - Method in interface org.infinispan.remoting.inboundhandler.action.Action
-
Invoked when an exception occurs while processing the command.
- onFinally() - Method in class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
- onFinally() - Method in interface org.infinispan.remoting.inboundhandler.action.ReadyAction
-
Invoked always after the command is executed and the reply is sent.
- onFinally() - Method in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- onFinally(ActionState) - Method in interface org.infinispan.remoting.inboundhandler.action.Action
-
Invoked always after the command is executed.
- onFinally(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.TriangleOrderAction
- onGracefulLeave(AvailabilityStrategyContext, Address) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
-
Called when a node leaves gracefully.
- onGracefulLeave(AvailabilityStrategyContext, Address) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
- onGracefulLeave(AvailabilityStrategyContext, Address) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
- onJoin(AvailabilityStrategyContext, Address) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
-
Called when a node joins.
- onJoin(AvailabilityStrategyContext, Address) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
- onJoin(AvailabilityStrategyContext, Address) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
- online - Variable in class org.infinispan.xsite.status.AbstractMixedSiteStatus
- ONLINE - Enum constant in enum class org.infinispan.xsite.status.SiteState
- ONLINE - Static variable in class org.infinispan.xsite.XSiteAdminOperations
- onlineOn(E) - Method in class org.infinispan.xsite.status.AbstractSiteStatusBuilder
-
Adds the element with an online connection to the site.
- OnlineSiteStatus - Class in org.infinispan.xsite.status
-
SiteStatusimplementation for online sites. - onLocalEvents(List<XSiteEvent>) - Method in class org.infinispan.xsite.events.NoOpXSiteEventsManager
- onLocalEvents(List<XSiteEvent>) - Method in interface org.infinispan.xsite.events.XSiteEventsManager
-
Handles a list of
XSiteEventfrom another node in the local site. - onLocalEvents(List<XSiteEvent>) - Method in class org.infinispan.xsite.events.XSiteEventsManagerImpl
- onlyOnePreloadStoreAllowed() - Method in class org.infinispan.util.logging.Log_$logger
- onlyOnePreloadStoreAllowed() - Method in interface org.infinispan.util.logging.Log
- onlyOnePreloadStoreAllowed$str() - Method in class org.infinispan.util.logging.Log_$logger
- onlyPrimary - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- onManualAvailabilityChange(AvailabilityStrategyContext, AvailabilityMode) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
-
Called when the administrator manually changes the availability status.
- onManualAvailabilityChange(AvailabilityStrategyContext, AvailabilityMode) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
- onManualAvailabilityChange(AvailabilityStrategyContext, AvailabilityMode) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
- onMembersChange(Collection<Address>) - Method in class org.infinispan.util.concurrent.CommandAckCollector
-
Notifies a change in member list.
- onModify(BiConsumer<EntryView.ReadEntryView<K, V>, EntryView.ReadEntryView<K, V>>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
- onModify(BiConsumer<EntryView.ReadEntryView<K, V>, EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners
-
Add a modify/update event specific listener by passing in a
BiConsumerto be called back each time an entry is modified or updated, passing in aEntryView.ReadEntryViewof the previous entry as first parameter, and aEntryView.ReadEntryViewof the new value as second parameter. - onModify(EntryView.ReadEntryView<K, V>, EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners.ReadWriteListener
-
Entry modify/update event callback that receives
EntryView.ReadEntryViewof the previous entry as first parameter, and theEntryView.ReadEntryViewof the new entry. - onNewView(Set<Address>) - Method in class org.infinispan.remoting.transport.impl.MultiTargetRequest
- onNewView(Set<Address>) - Method in interface org.infinispan.remoting.transport.impl.Request
-
Called when the node received a new cluster view.
- onNewView(Set<Address>) - Method in class org.infinispan.remoting.transport.impl.SingleTargetRequest
- onNewView(Set<Address>) - Method in class org.infinispan.remoting.transport.jgroups.SingleSiteRequest
- onPartitionMerge(AvailabilityStrategyContext, Map<Address, CacheStatusResponse>) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
-
Called when two or more partitions merge, to compute the stable and current cache topologies for the merged cluster.
- onPartitionMerge(AvailabilityStrategyContext, Map<Address, CacheStatusResponse>) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
- onPartitionMerge(AvailabilityStrategyContext, Map<Address, CacheStatusResponse>) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
- onReady() - Method in interface org.infinispan.util.concurrent.locks.PendingLockListener
-
Invoked when
PendingLockPromiseis ready. - onRebalanceEnd(AvailabilityStrategyContext) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
-
Called when a rebalance ends.
- onRebalanceEnd(AvailabilityStrategyContext) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
- onRebalanceEnd(AvailabilityStrategyContext) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
- onRemoteEvents(List<XSiteEvent>) - Method in class org.infinispan.xsite.events.NoOpXSiteEventsManager
- onRemoteEvents(List<XSiteEvent>) - Method in interface org.infinispan.xsite.events.XSiteEventsManager
-
Handles a list of
XSiteEventfrom another site. - onRemoteEvents(List<XSiteEvent>) - Method in class org.infinispan.xsite.events.XSiteEventsManagerImpl
- onRemove(Consumer<EntryView.ReadEntryView<K, V>>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
- onRemove(Consumer<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners
-
Add a remove event specific listener by passing in a
Consumerto be called back each time an entry is removed, passing in theEntryView.ReadEntryViewof the removed entry. - onRemove(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners.ReadWriteListener
-
Entry removed event callback that receives a
EntryView.ReadEntryViewof the removed entry. - onResponse(Address, Response) - Method in class org.infinispan.remoting.transport.impl.MultiTargetRequest
- onResponse(Address, Response) - Method in interface org.infinispan.remoting.transport.impl.Request
-
Called when a response is received for this response.
- onResponse(Address, Response) - Method in class org.infinispan.remoting.transport.impl.SingleTargetRequest
- onResponse(Address, Response) - Method in class org.infinispan.remoting.transport.jgroups.SingleSiteRequest
- onResponse(Address, Response) - Method in class org.infinispan.remoting.transport.jgroups.StaggeredRequest
- onSiteViewChanged(SitesViewChangedEvent) - Method in class org.infinispan.xsite.events.XSiteEventsManagerImpl
- onStart() - Method in class org.infinispan.interceptors.impl.JmxStatsCommandInterceptor
- onStateReceived(int, boolean) - Method in class org.infinispan.statetransfer.InboundTransferTask
- onTaskCompletion(InboundTransferTask) - Method in class org.infinispan.statetransfer.StateConsumerImpl
- onTaskCompletion(OutboundTransferTask) - Method in class org.infinispan.statetransfer.StateProviderImpl
- onTimeout() - Method in class org.infinispan.remoting.transport.AbstractRequest
-
Called when the timeout task scheduled with
AbstractRequest.setTimeout(ScheduledExecutorService, long, TimeUnit)expires. - onTimeout() - Method in class org.infinispan.remoting.transport.impl.MultiTargetRequest
- onTimeout() - Method in class org.infinispan.remoting.transport.impl.SingleTargetRequest
- onTimeout() - Method in interface org.infinispan.remoting.transport.jgroups.RequestTracker
-
The request timed-out before receiving the reply.
- onTimeout() - Method in class org.infinispan.remoting.transport.jgroups.SingleSiteRequest
- onTimeout() - Method in class org.infinispan.remoting.transport.jgroups.StaggeredRequest
- onTopologyChange(TopologyChangedEvent<?, ?>) - Method in class org.infinispan.container.versioning.SimpleClusteredVersionGenerator.TopologyIdUpdater
- onTopologyChange(TopologyChangedEvent<?, ?>) - Method in class org.infinispan.transaction.impl.TransactionTable
- onTopologyChange(CacheTopology) - Method in class org.infinispan.container.versioning.irac.DefaultIracVersionGenerator
- onTopologyChange(CacheTopology) - Method in interface org.infinispan.container.versioning.irac.IracVersionGenerator
-
Invoked when a topology change occurs in the cluster.
- onTopologyChange(CacheTopology) - Method in class org.infinispan.container.versioning.irac.NoOpIracVersionGenerator
- onTopologyUpdate(CacheTopology) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- onTopologyUpdate(CacheTopology) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
-
Notifies the
PartitionHandlingManagerthat the cache topology was update. - onTopologyUpdate(CacheTopology) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- onTopologyUpdate(CacheTopology, boolean) - Method in interface org.infinispan.statetransfer.StateConsumer
-
Receive notification of topology changes.
- onTopologyUpdate(CacheTopology, boolean) - Method in class org.infinispan.statetransfer.StateConsumerImpl
- onTopologyUpdate(CacheTopology, boolean) - Method in interface org.infinispan.statetransfer.StateProvider
-
Receive notification of topology changes.
- onTopologyUpdate(CacheTopology, boolean) - Method in class org.infinispan.statetransfer.StateProviderImpl
- onTopologyUpdate(CacheTopology, CacheTopology) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- onTopologyUpdate(CacheTopology, CacheTopology) - Method in interface org.infinispan.xsite.irac.IracManager
-
Notifies a topology changed.
- onTopologyUpdate(CacheTopology, CacheTopology) - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- onTopologyUpdated(CacheTopology, boolean) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- onTopologyUpdated(CacheTopology, boolean) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
-
Notifies
XSiteStateTransferManagerthat a newCacheTopologyis installed and if the local cluster state transfer is in progress (or about to start) - onTopologyUpdated(CacheTopology, boolean) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- onViewChange(ViewChangedEvent) - Method in class org.infinispan.transaction.impl.TransactionTable
- onViewChanged(ViewChangedEvent) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsMetricsManagerImpl
- onWrite(Consumer<EntryView.ReadEntryView<K, V>>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
- onWrite(Consumer<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.functional.Listeners.WriteListeners
-
Add a write event listener by passing in a
Consumerto be called each time a cache entry is created, modified/updated or removed. - onWrite(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.functional.Listeners.WriteListeners.WriteListener
-
Entry write event callback that receives a
EntryView.ReadEntryViewof the written entry. - open() - Method in class org.infinispan.util.concurrent.ReclosableLatch
- OPEN_FILES_LIMIT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- OPEN_FILES_LIMIT - Static variable in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- openChannel(int) - Method in class org.infinispan.persistence.sifs.FileProvider
- openChannel(File, boolean, boolean) - Method in class org.infinispan.persistence.sifs.FileProvider
- openFilesLimit() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
-
The maximum number of files that will be open at a given time for all the data and index files, which does not include compactor and current log file (which will always be 2).
- openFilesLimit(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
Sets the maximum number of open files.
- openPublishers() - Method in class org.infinispan.reactive.publisher.impl.PublisherHandler
-
Returns how many publishers are currently open
- OperationMetadata(String, String, String, String, MBeanMetadata.OperationParameterMetadata...) - Constructor for class org.infinispan.factories.impl.MBeanMetadata.OperationMetadata
- OperationParameterMetadata(String, String, String) - Constructor for class org.infinispan.factories.impl.MBeanMetadata.OperationParameterMetadata
- OPTIMISTIC - Enum constant in enum class org.infinispan.transaction.LockingMode
- OptimisticBackupInterceptor - Class in org.infinispan.interceptors.xsite
-
Handles x-site data backups for optimistic transactional caches.
- OptimisticBackupInterceptor() - Constructor for class org.infinispan.interceptors.xsite.OptimisticBackupInterceptor
- OptimisticLockingInterceptor - Class in org.infinispan.interceptors.locking
-
Locking interceptor to be used by optimistic transactional caches.
- OptimisticLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
- OptimisticTxIracLocalSiteInterceptor - Class in org.infinispan.interceptors.impl
-
Interceptor used by IRAC for optimistic transactional caches to handle the local site updates.
- OptimisticTxIracLocalSiteInterceptor() - Constructor for class org.infinispan.interceptors.impl.OptimisticTxIracLocalSiteInterceptor
- OptionalExternalizer - Class in org.infinispan.marshall.exts
- OptionalExternalizer() - Constructor for class org.infinispan.marshall.exts.OptionalExternalizer
- or() - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- orderer - Variable in class org.infinispan.container.impl.AbstractInternalDataContainer
- orderer - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- orderer - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- orderOn(Object, CompletionStage<DataOperationOrderer.Operation>) - Method in class org.infinispan.util.concurrent.DataOperationOrderer
-
Registers the provided Stage to be next in line to do an operation on behalf of the provided key.
- orderOnKey(Object, Callable<? extends CompletionStage<T>>) - Method in class org.infinispan.util.concurrent.ActionSequencer
- orderOnKeys(Collection<?>, Callable<? extends CompletionStage<T>>) - Method in class org.infinispan.util.concurrent.ActionSequencer
-
It order a non-blocking action.
- org.infinispan - package org.infinispan
-
This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.
- org.infinispan.affinity - package org.infinispan.affinity
-
This package contains the
KeyAffinityServiceinterfaces which allow user code to determine mapping of keys onto nodes - org.infinispan.affinity.impl - package org.infinispan.affinity.impl
- org.infinispan.batch - package org.infinispan.batch
-
Support for batching calls using the
BatchingCache.startBatch()andBatchingCache.endBatch(boolean)API. - org.infinispan.cache.impl - package org.infinispan.cache.impl
- org.infinispan.commands - package org.infinispan.commands
-
Commands that operate on the cache, either locally or remotely.
- org.infinispan.commands.control - package org.infinispan.commands.control
- org.infinispan.commands.functional - package org.infinispan.commands.functional
- org.infinispan.commands.functional.functions - package org.infinispan.commands.functional.functions
- org.infinispan.commands.irac - package org.infinispan.commands.irac
- org.infinispan.commands.module - package org.infinispan.commands.module
- org.infinispan.commands.read - package org.infinispan.commands.read
- org.infinispan.commands.remote - package org.infinispan.commands.remote
-
Meta-commands that wrap other commands for remote execution.
- org.infinispan.commands.remote.recovery - package org.infinispan.commands.remote.recovery
- org.infinispan.commands.statetransfer - package org.infinispan.commands.statetransfer
- org.infinispan.commands.topology - package org.infinispan.commands.topology
- org.infinispan.commands.triangle - package org.infinispan.commands.triangle
- org.infinispan.commands.tx - package org.infinispan.commands.tx
-
Commands that represent transactional lifecycle transitions.
- org.infinispan.commands.write - package org.infinispan.commands.write
-
Commands that alter the state of the cache.
- org.infinispan.configuration - package org.infinispan.configuration
- org.infinispan.configuration.cache - package org.infinispan.configuration.cache
-
Cacheconfiguration - org.infinispan.configuration.format - package org.infinispan.configuration.format
- org.infinispan.configuration.global - package org.infinispan.configuration.global
-
EmbeddedCacheManagerconfiguration - org.infinispan.configuration.internal - package org.infinispan.configuration.internal
-
A private configuration package.
- org.infinispan.configuration.parsing - package org.infinispan.configuration.parsing
- org.infinispan.configuration.serializing - package org.infinispan.configuration.serializing
- org.infinispan.conflict - package org.infinispan.conflict
-
This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.
- org.infinispan.conflict.impl - package org.infinispan.conflict.impl
-
This package contains implementations of the conflict resolution API.
- org.infinispan.container - package org.infinispan.container
-
Package that contains the interface describing the underlyling API for storage in Infinispan
- org.infinispan.container.entries - package org.infinispan.container.entries
-
Entries which are stored in data containers.
- org.infinispan.container.entries.metadata - package org.infinispan.container.entries.metadata
- org.infinispan.container.entries.versioned - package org.infinispan.container.entries.versioned
- org.infinispan.container.impl - package org.infinispan.container.impl
-
Data containers which store cache entries.
- org.infinispan.container.offheap - package org.infinispan.container.offheap
- org.infinispan.container.versioning - package org.infinispan.container.versioning
- org.infinispan.container.versioning.irac - package org.infinispan.container.versioning.irac
- org.infinispan.context - package org.infinispan.context
-
Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.
- org.infinispan.context.impl - package org.infinispan.context.impl
-
This package contains different context implementations, selected dynamically based on the type of invocation.
- org.infinispan.distribution - package org.infinispan.distribution
-
Classes relating to the distributed cache mode.
- org.infinispan.distribution.ch - package org.infinispan.distribution.ch
-
Consistent Hash interfaces
- org.infinispan.distribution.ch.impl - package org.infinispan.distribution.ch.impl
- org.infinispan.distribution.group - package org.infinispan.distribution.group
-
Groups allow keys with differeing hash codes to be co-located on the same node.
- org.infinispan.distribution.group.impl - package org.infinispan.distribution.group.impl
- org.infinispan.distribution.impl - package org.infinispan.distribution.impl
- org.infinispan.distribution.topologyaware - package org.infinispan.distribution.topologyaware
- org.infinispan.distribution.util - package org.infinispan.distribution.util
- org.infinispan.encoding - package org.infinispan.encoding
- org.infinispan.encoding.impl - package org.infinispan.encoding.impl
- org.infinispan.eviction - package org.infinispan.eviction
-
Classes related to eviction.
- org.infinispan.eviction.impl - package org.infinispan.eviction.impl
- org.infinispan.executors - package org.infinispan.executors
-
Implementations of different executors used for asynchronous operation.
- org.infinispan.expiration - package org.infinispan.expiration
-
Cache expiration.
- org.infinispan.expiration.impl - package org.infinispan.expiration.impl
- org.infinispan.factories - package org.infinispan.factories
-
Factories are internal components used to create other components based on a cache's configuration.
- org.infinispan.factories.impl - package org.infinispan.factories.impl
- org.infinispan.factories.threads - package org.infinispan.factories.threads
- org.infinispan.filter - package org.infinispan.filter
-
Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.
- org.infinispan.functional - package org.infinispan.functional
-
Functional API package
- org.infinispan.functional.impl - package org.infinispan.functional.impl
- org.infinispan.globalstate - package org.infinispan.globalstate
-
Global configuration state.
- org.infinispan.globalstate.impl - package org.infinispan.globalstate.impl
- org.infinispan.health - package org.infinispan.health
- org.infinispan.health.impl - package org.infinispan.health.impl
- org.infinispan.health.impl.jmx - package org.infinispan.health.impl.jmx
- org.infinispan.health.jmx - package org.infinispan.health.jmx
- org.infinispan.interceptors - package org.infinispan.interceptors
-
Infinispan is designed around a set of interceptors around a data container.
- org.infinispan.interceptors.distribution - package org.infinispan.interceptors.distribution
-
Interceptors dealing with command replication in distributed/replicated mode.
- org.infinispan.interceptors.impl - package org.infinispan.interceptors.impl
-
Basic interceptors
- org.infinispan.interceptors.locking - package org.infinispan.interceptors.locking
-
Interceptors dealing with locking.
- org.infinispan.interceptors.xsite - package org.infinispan.interceptors.xsite
-
Interceptors dealing with cross-site replication.
- org.infinispan.jmx - package org.infinispan.jmx
-
Helpers that allow easy exposure of attributes and operations via JMX.
- org.infinispan.lifecycle - package org.infinispan.lifecycle
-
Module and component lifecycle.
- org.infinispan.manager - package org.infinispan.manager
-
Cache manager API.
- org.infinispan.manager.impl - package org.infinispan.manager.impl
- org.infinispan.marshall.core - package org.infinispan.marshall.core
- org.infinispan.marshall.core.impl - package org.infinispan.marshall.core.impl
- org.infinispan.marshall.exts - package org.infinispan.marshall.exts
-
Externalizers for various JDK types that are marshalled using the marshalling framework.
- org.infinispan.marshall.persistence - package org.infinispan.marshall.persistence
- org.infinispan.marshall.persistence.impl - package org.infinispan.marshall.persistence.impl
-
This package should mainly contain
MessageMarshallerimplementations for classes which a static inner class is not possible. - org.infinispan.marshall.protostream.impl - package org.infinispan.marshall.protostream.impl
- org.infinispan.metadata - package org.infinispan.metadata
-
Metadata interfaces
- org.infinispan.metadata.impl - package org.infinispan.metadata.impl
- org.infinispan.metrics - package org.infinispan.metrics
-
Micrometer based metrics.
- org.infinispan.metrics.config - package org.infinispan.metrics.config
- org.infinispan.metrics.impl - package org.infinispan.metrics.impl
-
Micrometer-based metrics.
- org.infinispan.metrics.impl.helper - package org.infinispan.metrics.impl.helper
- org.infinispan.notifications - package org.infinispan.notifications
-
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
- org.infinispan.notifications.cachelistener - package org.infinispan.notifications.cachelistener
-
Cache-specific notifications and eventing. - org.infinispan.notifications.cachelistener.annotation - package org.infinispan.notifications.cachelistener.annotation
-
Cache-specific listener annotations - org.infinispan.notifications.cachelistener.cluster - package org.infinispan.notifications.cachelistener.cluster
- org.infinispan.notifications.cachelistener.cluster.impl - package org.infinispan.notifications.cachelistener.cluster.impl
- org.infinispan.notifications.cachelistener.event - package org.infinispan.notifications.cachelistener.event
-
-specific listener events
invalid reference
Cache - org.infinispan.notifications.cachelistener.event.impl - package org.infinispan.notifications.cachelistener.event.impl
- org.infinispan.notifications.cachelistener.filter - package org.infinispan.notifications.cachelistener.filter
-
Cache-specific notifications and eventing filtering classes. - org.infinispan.notifications.cachemanagerlistener - package org.infinispan.notifications.cachemanagerlistener
-
-specific notifications and eventing.
invalid reference
CacheManager - org.infinispan.notifications.cachemanagerlistener.annotation - package org.infinispan.notifications.cachemanagerlistener.annotation
-
EmbeddedCacheManager-specific listener annotations - org.infinispan.notifications.cachemanagerlistener.event - package org.infinispan.notifications.cachemanagerlistener.event
-
EmbeddedCacheManager-specific listener events - org.infinispan.notifications.cachemanagerlistener.event.impl - package org.infinispan.notifications.cachemanagerlistener.event.impl
- org.infinispan.notifications.impl - package org.infinispan.notifications.impl
- org.infinispan.partitionhandling - package org.infinispan.partitionhandling
- org.infinispan.partitionhandling.impl - package org.infinispan.partitionhandling.impl
- org.infinispan.persistence - package org.infinispan.persistence
-
Persistence API.
- org.infinispan.persistence.async - package org.infinispan.persistence.async
- org.infinispan.persistence.cluster - package org.infinispan.persistence.cluster
-
A
CacheLoader(notCacheWriter) that polls other nodes in the cluster for state. - org.infinispan.persistence.file - package org.infinispan.persistence.file
-
Simple filesystem-based
CacheWriterimplementation. - org.infinispan.persistence.internal - package org.infinispan.persistence.internal
- org.infinispan.persistence.keymappers - package org.infinispan.persistence.keymappers
- org.infinispan.persistence.manager - package org.infinispan.persistence.manager
-
Implementations of the
PersistenceManagerinterface, which define the logic of how infinispan interacts with external stores. - org.infinispan.persistence.modifications - package org.infinispan.persistence.modifications
-
Modifications that are used to encapsulate cache operations for application to a.
invalid reference
CacheStore - org.infinispan.persistence.sifs - package org.infinispan.persistence.sifs
-
Soft Index
AdvancedLoadWriteStore. - org.infinispan.persistence.sifs.configuration - package org.infinispan.persistence.sifs.configuration
-
Configuration for.
invalid reference
org.infinispan.persistence.sifs.SoftIndexFileStore - org.infinispan.persistence.sifs.pmem - package org.infinispan.persistence.sifs.pmem
- org.infinispan.persistence.spi - package org.infinispan.persistence.spi
-
The Persistence SPI.
- org.infinispan.persistence.support - package org.infinispan.persistence.support
- org.infinispan.persistence.util - package org.infinispan.persistence.util
- org.infinispan.reactive - package org.infinispan.reactive
- org.infinispan.reactive.publisher - package org.infinispan.reactive.publisher
- org.infinispan.reactive.publisher.impl - package org.infinispan.reactive.publisher.impl
- org.infinispan.reactive.publisher.impl.commands.batch - package org.infinispan.reactive.publisher.impl.commands.batch
- org.infinispan.reactive.publisher.impl.commands.reduction - package org.infinispan.reactive.publisher.impl.commands.reduction
- org.infinispan.registry - package org.infinispan.registry
-
The internal cache registry API
- org.infinispan.registry.impl - package org.infinispan.registry.impl
- org.infinispan.remoting - package org.infinispan.remoting
-
Remote communication between cache instances.
- org.infinispan.remoting.inboundhandler - package org.infinispan.remoting.inboundhandler
-
Handling of inbound commands on remote nodes.
- org.infinispan.remoting.inboundhandler.action - package org.infinispan.remoting.inboundhandler.action
- org.infinispan.remoting.responses - package org.infinispan.remoting.responses
-
Abstractions of the different response types allowed during RPC.
- org.infinispan.remoting.rpc - package org.infinispan.remoting.rpc
-
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
- org.infinispan.remoting.transport - package org.infinispan.remoting.transport
-
Transports handle the low-level networking, used by the remoting components.
- org.infinispan.remoting.transport.impl - package org.infinispan.remoting.transport.impl
- org.infinispan.remoting.transport.jgroups - package org.infinispan.remoting.transport.jgroups
-
A transport implementation based on JGroups.
- org.infinispan.remoting.transport.raft - package org.infinispan.remoting.transport.raft
-
RAFT interfaces for internal usage.
- org.infinispan.security - package org.infinispan.security
-
Security API.
- org.infinispan.security.actions - package org.infinispan.security.actions
- org.infinispan.security.audit - package org.infinispan.security.audit
- org.infinispan.security.impl - package org.infinispan.security.impl
- org.infinispan.security.mappers - package org.infinispan.security.mappers
- org.infinispan.statetransfer - package org.infinispan.statetransfer
-
Transfer of state to new caches in a cluster.
- org.infinispan.stats - package org.infinispan.stats
-
Cache statistics.
- org.infinispan.stats.impl - package org.infinispan.stats.impl
- org.infinispan.stream - package org.infinispan.stream
-
Cache stream processing.
- org.infinispan.stream.impl - package org.infinispan.stream.impl
- org.infinispan.stream.impl.intops - package org.infinispan.stream.impl.intops
- org.infinispan.stream.impl.intops.object - package org.infinispan.stream.impl.intops.object
- org.infinispan.stream.impl.intops.primitive.d - package org.infinispan.stream.impl.intops.primitive.d
- org.infinispan.stream.impl.intops.primitive.i - package org.infinispan.stream.impl.intops.primitive.i
- org.infinispan.stream.impl.intops.primitive.l - package org.infinispan.stream.impl.intops.primitive.l
- org.infinispan.stream.impl.local - package org.infinispan.stream.impl.local
- org.infinispan.stream.impl.spliterators - package org.infinispan.stream.impl.spliterators
- org.infinispan.telemetry - package org.infinispan.telemetry
- org.infinispan.telemetry.impl - package org.infinispan.telemetry.impl
- org.infinispan.topology - package org.infinispan.topology
- org.infinispan.transaction - package org.infinispan.transaction
-
JTA transaction support.
- org.infinispan.transaction.impl - package org.infinispan.transaction.impl
- org.infinispan.transaction.lookup - package org.infinispan.transaction.lookup
-
Interfaces and implementations of lookup classes to locate and/or instantiate JTAs.
invalid reference
javax.transaction.TransactionManager - org.infinispan.transaction.synchronization - package org.infinispan.transaction.synchronization
- org.infinispan.transaction.tm - package org.infinispan.transaction.tm
-
Infinispan's bare-bones internal transaction manager, used for batching calls as well as as a dummy, unit-test-only transaction manager.
- org.infinispan.transaction.xa - package org.infinispan.transaction.xa
-
XA transaction support.
- org.infinispan.transaction.xa.recovery - package org.infinispan.transaction.xa.recovery
- org.infinispan.upgrade - package org.infinispan.upgrade
- org.infinispan.util - package org.infinispan.util
-
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers.
- org.infinispan.util.concurrent - package org.infinispan.util.concurrent
-
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers.
- org.infinispan.util.concurrent.locks - package org.infinispan.util.concurrent.locks
-
Lock and synchronization related classes, tools and utilities.
- org.infinispan.util.concurrent.locks.impl - package org.infinispan.util.concurrent.locks.impl
- org.infinispan.util.function - package org.infinispan.util.function
- org.infinispan.util.logging - package org.infinispan.util.logging
-
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
- org.infinispan.util.logging.annotation.impl - package org.infinispan.util.logging.annotation.impl
- org.infinispan.util.logging.events - package org.infinispan.util.logging.events
- org.infinispan.util.logging.events.impl - package org.infinispan.util.logging.events.impl
- org.infinispan.xsite - package org.infinispan.xsite
-
This is the private xsite package.
- org.infinispan.xsite.commands - package org.infinispan.xsite.commands
- org.infinispan.xsite.commands.remote - package org.infinispan.xsite.commands.remote
- org.infinispan.xsite.events - package org.infinispan.xsite.events
- org.infinispan.xsite.irac - package org.infinispan.xsite.irac
- org.infinispan.xsite.metrics - package org.infinispan.xsite.metrics
- org.infinispan.xsite.notification - package org.infinispan.xsite.notification
- org.infinispan.xsite.response - package org.infinispan.xsite.response
- org.infinispan.xsite.spi - package org.infinispan.xsite.spi
-
Cross-Site Replication conflict resolution.
- org.infinispan.xsite.statetransfer - package org.infinispan.xsite.statetransfer
- org.infinispan.xsite.status - package org.infinispan.xsite.status
- origin - Variable in class org.infinispan.commands.remote.BaseRpcCommand
- origin - Variable in class org.infinispan.commands.topology.AbstractCacheControlCommand
- OTLP - Enum constant in enum class org.infinispan.configuration.global.TracingExporterProtocol
-
Use the OpenTelemetry Protocol (OTLP).
- OutboundTransferTask - Class in org.infinispan.statetransfer
-
Outbound state transfer task.
- OutboundTransferTask(Address, IntSet, int, int, int, Consumer<Collection<StateChunk>>, RpcManager, CommandsFactory, long, String, boolean) - Constructor for class org.infinispan.statetransfer.OutboundTransferTask
- OutdatedTopologyException - Exception Class in org.infinispan.statetransfer
-
An exception signalling that a command should be retried because a newer topology was seen during execution.
- OutdatedTopologyException(int) - Constructor for exception class org.infinispan.statetransfer.OutdatedTopologyException
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.0, the explicit topology is ignored and the delta is set to 1
- OutdatedTopologyException(String) - Constructor for exception class org.infinispan.statetransfer.OutdatedTopologyException
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.0, please use the constants
- OVERLAY - Enum constant in enum class org.infinispan.globalstate.ConfigurationStorage
-
Persists cache configurations to the
GlobalStateConfiguration.persistentLocation()in a - OVERLAY_CONFIGURATION_STORAGE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- OverlayLocalConfigurationStorage - Class in org.infinispan.globalstate.impl
-
An implementation of
LocalConfigurationStoragewhich stores non-CacheContainerAdmin.AdminFlag.VOLATILE - OverlayLocalConfigurationStorage() - Constructor for class org.infinispan.globalstate.impl.OverlayLocalConfigurationStorage
- overrideWrapper(Class<? extends Wrapper>, ComponentRegistry) - Method in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, will be removed with no replacement
- overrideWrapper(Wrapper, Wrapper) - Method in class org.infinispan.encoding.impl.StorageConfigurationManager
- OWNER - Enum constant in enum class org.infinispan.commands.VisitableCommand.LoadType
-
In non-transactional cache, load previous value on both primary and backups.
- OWNERS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ownersConsistentHash(CacheTopology, ConsistentHashFactory) - Static method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
-
Compute the read consistent hash for a topology with a
nullunion consistent hash. - Ownership - Enum Class in org.infinispan.distribution
- OwnershipStatistics - Class in org.infinispan.distribution.ch.impl
-
This class holds statistics about a consistent hash.
- OwnershipStatistics(List<Address>) - Constructor for class org.infinispan.distribution.ch.impl.OwnershipStatistics
- OwnershipStatistics(ConsistentHash) - Constructor for class org.infinispan.distribution.ch.impl.OwnershipStatistics
- OwnershipStatistics(ConsistentHash, List<Address>) - Constructor for class org.infinispan.distribution.ch.impl.OwnershipStatistics
- OwnershipStatistics(OwnershipStatistics) - Constructor for class org.infinispan.distribution.ch.impl.OwnershipStatistics
- ownsData() - Method in interface org.infinispan.statetransfer.StateConsumer
- ownsData() - Method in class org.infinispan.statetransfer.StateConsumerImpl
- ownsLock(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- ownsLock(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
- ownsLock(Object, Object) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- ownsLock(Object, Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
Tests if the
lockOwnerowns a lock on thekey.
P
- PACKAGE_NAME - Static variable in interface org.infinispan.marshall.persistence.impl.PersistenceContextInitializer
- parallel - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- parallel - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- parallel() - Method in interface org.infinispan.CacheStream
- parallel() - Method in interface org.infinispan.DoubleCacheStream
- parallel() - Method in interface org.infinispan.IntCacheStream
- parallel() - Method in interface org.infinispan.LongCacheStream
- parallel() - Method in class org.infinispan.stream.impl.AbstractCacheStream
- parallel() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- parallel() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- parallel() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- parallel() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- parallel() - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- parallel() - Method in class org.infinispan.stream.impl.LockedStreamImpl
- parallel() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- parallelDistribution - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- parallelDistribution() - Method in interface org.infinispan.BaseCacheStream
-
This would enable sending requests to all other remote nodes when a terminal operator is performed.
- parallelDistribution() - Method in interface org.infinispan.CacheStream
- parallelDistribution() - Method in interface org.infinispan.DoubleCacheStream
- parallelDistribution() - Method in interface org.infinispan.IntCacheStream
- parallelDistribution() - Method in interface org.infinispan.LockedStream
-
This would enable sending requests to all other remote nodes when a terminal operator is performed.
- parallelDistribution() - Method in interface org.infinispan.LongCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- parallelDistribution() - Method in class org.infinispan.stream.impl.LockedStreamImpl
- parallelDistribution() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- parallelizePublisher(IntSet, Scheduler, IntFunction<Publisher<R>>) - Static method in class org.infinispan.persistence.internal.PersistenceUtil
- parallelizePublisher(IntSet, Executor, IntFunction<Publisher<R>>) - Static method in class org.infinispan.persistence.PersistenceUtil
-
Will create a publisher that parallelizes each publisher returned from the publisherFunction by executing them on the executor as needed.
- parallelStream() - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- parallelStream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
- parallelStream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
- parallelStream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
- parallelStream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
- parallelStream() - Method in interface org.infinispan.CacheCollection
- parallelStream() - Method in class org.infinispan.InternalCacheSet
- parallelStream() - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
- parallelStream() - Method in class org.infinispan.util.CacheSetMapper
- parallelStream() - Method in class org.infinispan.util.CollectionMapper
- parallelStream() - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- Param<P> - Interface in org.infinispan.functional
-
An easily extensible parameter that allows functional map operations to be tweaked.
- Param.ExecutionMode - Enum Class in org.infinispan.functional
-
Defines where is the command executed.
- Param.LockingMode - Enum Class in org.infinispan.functional
-
Normally the cache has to acquire locks during any write operation to guarantee its correctness.
- Param.PersistenceMode - Enum Class in org.infinispan.functional
-
When a persistence store is attached to a cache, by default all write operations, regardless of whether they are inserts, updates or removes, are persisted to the store.
- Param.ReplicationMode - Enum Class in org.infinispan.functional
- Param.StatisticsMode - Enum Class in org.infinispan.functional
-
Defines how statistics are gathered for this command.
- ParamIds - Class in org.infinispan.functional
-
Parameter identifiers.
- ParamKeyValueFilterConverterFactory<K,
V, - Interface in org.infinispan.filterC> -
Factory for
KeyValueFilterConverterinstances supporting parameters. - params - Variable in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- params - Variable in class org.infinispan.commands.functional.ReadOnlyManyCommand
- params - Variable in class org.infinispan.functional.impl.ReadOnlyMapImpl
- params - Variable in class org.infinispan.functional.impl.ReadWriteMapImpl
- params - Variable in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- params - Variable in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- params - Variable in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- params - Variable in class org.infinispan.functional.impl.WriteOnlyMapImpl
- Params - Class in org.infinispan.functional.impl
-
Internal class that encapsulates collection of parameters used to tweak functional map operations.
- parse(InputStream, ConfigurationResourceResolver, MediaType) - Method in class org.infinispan.configuration.parsing.ParserRegistry
-
Parses the supplied
InputStreamreturning a newConfigurationBuilderHolder - parse(InputStream, MediaType) - Method in class org.infinispan.configuration.parsing.ParserRegistry
-
Parses the supplied
InputStreamreturning a newConfigurationBuilderHolder. - parse(InputStream, ConfigurationBuilderHolder, ConfigurationResourceResolver, MediaType) - Method in class org.infinispan.configuration.parsing.ParserRegistry
- parse(String) - Method in class org.infinispan.configuration.parsing.ParserRegistry
- parse(String, MediaType) - Method in class org.infinispan.configuration.parsing.ParserRegistry
- parse(URL) - Method in class org.infinispan.configuration.parsing.ParserRegistry
- parse(URL, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.ParserRegistry
- parse(Path) - Method in class org.infinispan.configuration.parsing.ParserRegistry
- parse(ConfigurationReader, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.ParserRegistry
- parseAttribute(ConfigurationReader, int, ConfigurationBuilderHolder) - Method in interface org.infinispan.configuration.parsing.NamespaceMappingParser
-
Handle a namespaced attribute
- parseAttribute(ConfigurationReader, int, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.ParserRegistry
- parseAttributes(ConfigurationReader, Builder<?>) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- parseBoolean(ConfigurationReader, int, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- parseBoundedQueueThreadPool(ConfigurationReader, ConfigurationBuilderHolder, String, boolean) - Method in class org.infinispan.configuration.parsing.Parser
- parseCacheElement(ConfigurationReader, Element, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.CacheParser
- parseCapacityFactors(ScopedPersistentState) - Static method in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- ParsedCacheMode - Enum Class in org.infinispan.configuration.parsing
- parseDistributedCache(ConfigurationReader, ConfigurationBuilderHolder, String, boolean) - Method in class org.infinispan.configuration.parsing.CacheParser
- parseElement(ConfigurationReader, ConfigurationBuilderHolder) - Method in interface org.infinispan.configuration.parsing.NamespaceMappingParser
-
Recursively parses the current element of an XML stream using an appropriate
ConfigurationParserdepending on the element's namespace. - parseElement(ConfigurationReader, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.ParserRegistry
- parseEnum(ConfigurationReader, int, Class<T>, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- parseFile(File) - Method in class org.infinispan.configuration.parsing.ParserRegistry
- parseFile(String) - Method in class org.infinispan.configuration.parsing.ParserRegistry
- parseFileStore(ConfigurationReader, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.CacheParser
- parseHashFunction(ScopedPersistentState) - Static method in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- parseInt(ConfigurationReader, int, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- parseInvalidationCache(ConfigurationReader, ConfigurationBuilderHolder, String, boolean) - Method in class org.infinispan.configuration.parsing.CacheParser
- parseLocalCache(ConfigurationReader, ConfigurationBuilderHolder, String, boolean) - Method in class org.infinispan.configuration.parsing.CacheParser
- parseLong(ConfigurationReader, int, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- parseMembers(ScopedPersistentState) - Static method in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- parseNumSegments(ScopedPersistentState) - Static method in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- parseProperties(ConfigurationReader, Enum<?>) - Static method in class org.infinispan.configuration.parsing.CacheParser
- parseProperties(ConfigurationReader, Enum<?>, Enum<?>, Enum<?>) - Static method in class org.infinispan.configuration.parsing.CacheParser
- parseProperties(ConfigurationReader, String, String, String) - Static method in class org.infinispan.configuration.parsing.CacheParser
- Parser - Class in org.infinispan.configuration.parsing
-
This class implements the parser for Infinispan/AS7/EAP/JDG schema files
- Parser() - Constructor for class org.infinispan.configuration.parsing.Parser
- parserDoesNotDeclareNamespaces(String) - Method in class org.infinispan.util.logging.Log_$logger
- parserDoesNotDeclareNamespaces(String) - Method in interface org.infinispan.util.logging.Log
- parserDoesNotDeclareNamespaces$str() - Method in class org.infinispan.util.logging.Log_$logger
- parseReplicatedCache(ConfigurationReader, ConfigurationBuilderHolder, String, boolean) - Method in class org.infinispan.configuration.parsing.CacheParser
- parserRegistry - Variable in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- ParserRegistry - Class in org.infinispan.configuration.parsing
-
ParserRegistry is a namespace-mapping-aware meta-parser which provides a way to delegate the parsing of multi-namespace XML files to appropriate parsers, defined by the
ConfigurationParserinterface. - ParserRegistry() - Constructor for class org.infinispan.configuration.parsing.ParserRegistry
- ParserRegistry(ClassLoader) - Constructor for class org.infinispan.configuration.parsing.ParserRegistry
- ParserRegistry(ClassLoader, boolean, Properties) - Constructor for class org.infinispan.configuration.parsing.ParserRegistry
- ParserRegistry.NamespaceParserPair - Class in org.infinispan.configuration.parsing
- ParserRegistry.QName - Class in org.infinispan.configuration.parsing
- parserRootElementAlreadyRegistered(String, String, String) - Method in class org.infinispan.util.logging.Log_$logger
- parserRootElementAlreadyRegistered(String, String, String) - Method in interface org.infinispan.util.logging.Log
- parserRootElementAlreadyRegistered$str() - Method in class org.infinispan.util.logging.Log_$logger
- ParserScope - Enum Class in org.infinispan.configuration.parsing
-
ParserScope indicates the configuration parser scope.
- parseScatteredCache(ConfigurationReader, ConfigurationBuilderHolder, Element) - Method in class org.infinispan.configuration.parsing.CacheParser
- parseSingleFileStore(ConfigurationReader, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.CacheParser
- parseStoreAttribute(ConfigurationReader, int, AbstractStoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.CacheParser
-
This method is public static so that it can be reused by custom cache store/loader configuration parsers
- parseStoreAttribute(ConfigurationReader, int, AbstractStoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.Parser
-
Deprecated, for removal: This API element is subject to removal in a future version.
- parseStoreElement(ConfigurationReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.CacheParser
- parseStoreElement(ConfigurationReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.Parser
-
Deprecated, for removal: This API element is subject to removal in a future version.
- parseStoreProperties(ConfigurationReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.CacheParser
- parseStoreProperty(ConfigurationReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.CacheParser
- parseStoreProperty(ConfigurationReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.Parser
-
Deprecated, for removal: This API element is subject to removal in a future version.
- parseStoreWriteBehind(ConfigurationReader, AsyncStoreConfigurationBuilder<?>) - Static method in class org.infinispan.configuration.parsing.CacheParser
- parseStoreWriteBehind(ConfigurationReader, AsyncStoreConfigurationBuilder<?>) - Static method in class org.infinispan.configuration.parsing.Parser
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ParseUtils - Class in org.infinispan.configuration.parsing
- parsingComplete(ConfigurationBuilderHolder) - Method in interface org.infinispan.configuration.parsing.ConfigurationParserListener
- partition - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- PARTITION_HANDLING - Enum constant in enum class org.infinispan.configuration.parsing.Element
- PARTITION_STATUS_CHANGED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- PartitionAwareClusterPublisherManager<K,
V> - Class in org.infinispan.reactive.publisher.impl -
Cluster stream manager that also pays attention to partition status and properly closes iterators and throws exceptions when the availability mode changes.
- PartitionAwareClusterPublisherManager() - Constructor for class org.infinispan.reactive.publisher.impl.PartitionAwareClusterPublisherManager
- partitionDegraded() - Method in class org.infinispan.util.logging.Log_$logger
- partitionDegraded() - Method in interface org.infinispan.util.logging.Log
- partitionDegraded$str() - Method in class org.infinispan.util.logging.Log_$logger
- partitionHandling() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- partitionHandling() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- partitionHandling() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- partitionHandling() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- partitionHandling() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- partitionHandling() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
Configures cluster's behaviour in the presence of partitions or node failures.
- partitionHandling() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- partitionHandling() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
Configures how the cache will react to cluster partitions.
- PartitionHandling - Enum Class in org.infinispan.partitionhandling
- PartitionHandlingConfiguration - Class in org.infinispan.configuration.cache
-
Controls how the cache handles partitioning and/or multiple node failures.
- PartitionHandlingConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- PartitionHandlingConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls how the cache handles partitioning and/or multiple node failures.
- PartitionHandlingConfigurationBuilder(ClusteringConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- partitionHandlingConfigurationEnabledDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
- partitionHandlingConfigurationEnabledDeprecated() - Method in interface org.infinispan.util.logging.Log
- partitionHandlingConfigurationEnabledDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
- PartitionHandlingInterceptor - Class in org.infinispan.partitionhandling.impl
- PartitionHandlingInterceptor() - Constructor for class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- partitionHandlingManager - Variable in class org.infinispan.transaction.impl.TransactionTable
- PartitionHandlingManager - Interface in org.infinispan.partitionhandling.impl
- PartitionHandlingManagerFactory - Class in org.infinispan.factories
- PartitionHandlingManagerFactory() - Constructor for class org.infinispan.factories.PartitionHandlingManagerFactory
- PartitionHandlingManagerImpl - Class in org.infinispan.partitionhandling.impl
- PartitionHandlingManagerImpl(Configuration) - Constructor for class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- PartitionStatusChanged - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when the
AvailabilityModein use by thePartitionHandlingManagerchanges due to a change in cluster topology. - PartitionStatusChangedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
The event passed in to methods annotated with
PartitionStatusChanged. - passivate(MarshallableEntry, int) - Method in class org.infinispan.persistence.manager.PassivationPersistenceManager
- passivateAll() - Method in class org.infinispan.eviction.impl.AbstractPassivationManager
-
Passivates all entries that are in memory.
- passivateAll() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
- passivateAll() - Method in class org.infinispan.eviction.impl.PassivationManagerStub
- passivateAllAsync() - Method in interface org.infinispan.eviction.impl.PassivationManager
-
Start passivating all entries that are in memory.
- passivateAllAsync() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
- passivateAllAsync() - Method in class org.infinispan.eviction.impl.PassivationManagerStub
- passivateAsync(InternalCacheEntry) - Method in class org.infinispan.eviction.impl.PassivationManagerStub
- passivateAsync(InternalCacheEntry<?, ?>) - Method in interface org.infinispan.eviction.impl.PassivationManager
-
Passivates the entry in a non blocking fashion.
- passivateAsync(InternalCacheEntry<?, ?>) - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
- passivation() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
If true, data is only written to the cache store when it is evicted from memory, a phenomenon known as 'passivation'.
- passivation(boolean) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- PASSIVATION - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- PASSIVATION - Static variable in class org.infinispan.configuration.cache.PersistenceConfiguration
- PassivationCacheLoaderInterceptor<K,
V> - Class in org.infinispan.interceptors.impl - PassivationCacheLoaderInterceptor() - Constructor for class org.infinispan.interceptors.impl.PassivationCacheLoaderInterceptor
- PassivationClusteredCacheLoaderInterceptor<K,
V> - Class in org.infinispan.interceptors.impl - PassivationClusteredCacheLoaderInterceptor() - Constructor for class org.infinispan.interceptors.impl.PassivationClusteredCacheLoaderInterceptor
- PassivationManager - Interface in org.infinispan.eviction.impl
-
A passivation manager
- PassivationManagerImpl - Class in org.infinispan.eviction.impl
- PassivationManagerImpl() - Constructor for class org.infinispan.eviction.impl.PassivationManagerImpl
- PassivationManagerStub - Class in org.infinispan.eviction.impl
- PassivationManagerStub() - Constructor for class org.infinispan.eviction.impl.PassivationManagerStub
- PassivationPersistenceManager - Class in org.infinispan.persistence.manager
- PassivationPersistenceManager(PersistenceManager) - Constructor for class org.infinispan.persistence.manager.PassivationPersistenceManager
- passivationStoreCannotBeShared(String) - Method in class org.infinispan.util.logging.Log_$logger
- passivationStoreCannotBeShared(String) - Method in interface org.infinispan.util.logging.Log
- passivationStoreCannotBeShared$str() - Method in class org.infinispan.util.logging.Log_$logger
- passivationWithoutEviction() - Method in class org.infinispan.util.logging.Log_$logger
- passivationWithoutEviction() - Method in interface org.infinispan.util.logging.Log
- passivationWithoutEviction$str() - Method in class org.infinispan.util.logging.Log_$logger
- PassivationWriterInterceptor - Class in org.infinispan.interceptors.impl
-
Passivation writer ignores any create/modify operations and only does removals.
- PassivationWriterInterceptor() - Constructor for class org.infinispan.interceptors.impl.PassivationWriterInterceptor
- passivator - Variable in class org.infinispan.container.impl.AbstractInternalDataContainer
- passivator - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- PassthroughMapResponseCollector - Class in org.infinispan.remoting.transport.impl
-
Receive responses from multiple nodes, without checking that the responses are valid.
- PassthroughMapResponseCollector(int) - Constructor for class org.infinispan.remoting.transport.impl.PassthroughMapResponseCollector
- PassthroughSingleResponseCollector - Class in org.infinispan.remoting.transport.impl
-
RPC to a single node, without any validity checks.
- path() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- path() - Method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- path() - Method in class org.infinispan.configuration.global.StackFileConfiguration
- path() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- path(String) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- path(String) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- path(String) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- path(String) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- path(String) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- path(String) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- path(String) - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- PATH - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- PATH - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
- PATH - Static variable in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- PATH - Static variable in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- PATTERN - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- pause() - Method in class org.infinispan.persistence.sifs.LogAppender
- peek() - Method in class org.infinispan.container.versioning.irac.DefaultIracVersionGenerator
- peek() - Method in interface org.infinispan.functional.EntryView.ReadEntryView
-
The same as
EntryView.ReadEntryView.find()but does not update any hit/miss statistics. - peek(int, Object) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- peek(int, Object) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- peek(int, Object) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Same as
DataContainer.peek(Object)except that the segment of the key can provided to lookup entries without calculating the segment for the given key - peek(int, Object) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- peek(Object) - Method in interface org.infinispan.container.DataContainer
-
Retrieves a cache entry in the same way as
DataContainer.get(Object)} except that it does not update or reorder any of the internal constructs. - peek(Object) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- peek(Object) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- peek(Object) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- peek(Object) - Method in class org.infinispan.container.impl.PeekableTouchableCaffeineMap
- peek(Object) - Method in class org.infinispan.container.impl.PeekableTouchableContainerMap
- peek(Object) - Method in interface org.infinispan.container.impl.PeekableTouchableMap
-
Peaks at a value for the given key.
- peek(Object) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- peek(Object) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- peek(Consumer<? super R>) - Method in interface org.infinispan.CacheStream
- peek(Consumer<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- peek(Consumer<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- peek(Consumer<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- peek(Consumer<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- peek(DoubleConsumer) - Method in interface org.infinispan.DoubleCacheStream
- peek(DoubleConsumer) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- peek(DoubleConsumer) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- peek(DoubleConsumer) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- peek(IntConsumer) - Method in interface org.infinispan.IntCacheStream
- peek(IntConsumer) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- peek(IntConsumer) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- peek(IntConsumer) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- peek(LongConsumer) - Method in interface org.infinispan.LongCacheStream
- peek(LongConsumer) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- peek(LongConsumer) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- peek(LongConsumer) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- peek(SerializableConsumer<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.peek(Consumer)except that the Consumer must also implementSerializable - peek(SerializableDoubleConsumer) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.flatMap(DoubleFunction)except that the DoubleFunction must also implementSerializable - peek(SerializableDoubleConsumer) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- peek(SerializableIntConsumer) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.flatMap(IntFunction)except that the IntFunction must also implementSerializable - peek(SerializableIntConsumer) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- peek(SerializableLongConsumer) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.flatMap(LongFunction)except that the LongFunction must also implement Serializable. - peek(SerializableLongConsumer) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- PeekableTouchableCaffeineMap<K,
V> - Class in org.infinispan.container.impl - PeekableTouchableCaffeineMap(Cache<K, InternalCacheEntry<K, V>>) - Constructor for class org.infinispan.container.impl.PeekableTouchableCaffeineMap
- PeekableTouchableContainerMap<K,
V> - Class in org.infinispan.container.impl - PeekableTouchableContainerMap() - Constructor for class org.infinispan.container.impl.PeekableTouchableContainerMap
- PeekableTouchableContainerMap(ConcurrentMap<K, InternalCacheEntry<K, V>>) - Constructor for class org.infinispan.container.impl.PeekableTouchableContainerMap
- PeekableTouchableMap<K,
V> - Interface in org.infinispan.container.impl - PeekDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
-
Performs peek operation on a
DoubleStream - PeekDoubleOperation(DoubleConsumer) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.PeekDoubleOperation
- PeekIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs peek operation on a
IntStream - PeekIntOperation(IntConsumer) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.PeekIntOperation
- PeekLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs peek operation on a
LongStream - PeekLongOperation(LongConsumer) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.PeekLongOperation
- PeekOperation<S> - Class in org.infinispan.stream.impl.intops.object
-
Performs peek operation on a regular
Stream - PeekOperation(Consumer<? super S>) - Constructor for class org.infinispan.stream.impl.intops.object.PeekOperation
- PENDING - Enum constant in enum class org.infinispan.topology.RebalancingStatus
- PendingLockListener - Interface in org.infinispan.util.concurrent.locks
-
A listener that is invoked when
PendingLockPromiseis ready. - PendingLockManager - Interface in org.infinispan.util.concurrent.locks
-
A manager that checks and waits for older topology transaction with conflicting keys.
- PendingLockPromise - Interface in org.infinispan.util.concurrent.locks
-
A promise returned by
PendingLockManager. - pendingOperations() - Method in class org.infinispan.util.concurrent.DataOperationOrderer
-
Returns how many keys have pending operations waiting for their completion
- pendingPassivations() - Method in class org.infinispan.persistence.manager.PassivationPersistenceManager
- pendingTransactionCount() - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- PER_SENDER - Enum constant in enum class org.infinispan.remoting.inboundhandler.DeliverOrder
-
The message is delivered by the order they are sent.
- PER_SENDER_NO_FC - Enum constant in enum class org.infinispan.remoting.inboundhandler.DeliverOrder
-
The message is delivered by the order they are sent and, it is not affected by any flow control algorithm.
- PerCacheInboundInvocationHandler - Interface in org.infinispan.remoting.inboundhandler
-
Interface to invoke when a
CacheRpcCommandis received from other node in the local site. - perform(InputStream) - Method in interface org.infinispan.stream.impl.intops.IntermediateOperation
-
Performs the actualy intermediate operation returning the resulting stream
- perform(BaseStream) - Method in class org.infinispan.stream.impl.intops.UnorderedOperation
- perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.BoxedDoubleOperation
- perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.DistinctDoubleOperation
- perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.FilterDoubleOperation
- perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.FlatMapDoubleOperation
- perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.LimitDoubleOperation
- perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.MapDoubleOperation
- perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToIntDoubleOperation
- perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToLongDoubleOperation
- perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToObjDoubleOperation
- perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.PeekDoubleOperation
- perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.SkipDoubleOperation
- perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.SortedDoubleOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.AsDoubleIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.AsLongIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.BoxedIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.DistinctIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.FilterIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.FlatMapIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.LimitIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.MapIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToDoubleIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToLongIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToObjIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.PeekIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.SkipIntOperation
- perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.SortedIntOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.AsDoubleLongOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.BoxedLongOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.DistinctLongOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.FilterLongOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.FlatMapLongOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.LimitLongOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.MapLongOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToDoubleLongOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToIntLongOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToObjLongOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.PeekLongOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.SkipLongOperation
- perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.SortedLongOperation
- perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapOperation
- perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapToDoubleOperation
- perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapToIntOperation
- perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapToLongOperation
- perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.MapOperation
- perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.MapToDoubleOperation
- perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.MapToIntOperation
- perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.MapToLongOperation
- perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.DistinctOperation
- perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.FilterOperation
- perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.LimitOperation
- perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.PeekOperation
- perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.SkipOperation
- perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.SortedComparatorOperation
- perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.SortedOperation
- performBatch(TxInvocationContext<AbstractCacheTransaction>, TriPredicate<? super WriteCommand, Object, MVCCEntry<?, ?>>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Writes a batch for the given modifications in the transactional context
- performBatch(TxInvocationContext<AbstractCacheTransaction>, TriPredicate<? super WriteCommand, Object, MVCCEntry<?, ?>>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- performBatch(TxInvocationContext<AbstractCacheTransaction>, TriPredicate<? super WriteCommand, Object, MVCCEntry<?, ?>>) - Method in class org.infinispan.persistence.manager.TracedPersistenceManager
- performBatch(TxInvocationContext<AbstractCacheTransaction>, TriPredicate<? super WriteCommand, Object, MVCCEntry<?, ?>>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- performCheckOnSegment(int) - Method in interface org.infinispan.transaction.impl.WriteSkewHelper.KeySpecificLogic
- performCommandWithL1WriteIfAble(InvocationContext, DataCommand, boolean, boolean, boolean) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- performOnLostData() - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
-
Apply function on entry without any data
- performOperation() - Method in interface org.infinispan.stream.impl.TerminalOperation
-
Actually runs the terminal operation returning the result from the operation
- performRemove(MVCCEntry<?, ?>, InvocationContext, ValueMatcher, Object, Object, Object, Metadata, boolean, boolean, DataWriteCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- performWriteSkewCheck(EntryLoader<K, V>, int, TxInvocationContext<?>, EntryVersion, VersionGenerator, boolean) - Method in class org.infinispan.container.entries.VersionedRepeatableReadEntry
- performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand, EntryLoader<?, ?>, VersionGenerator, TxInvocationContext<?>, WriteSkewHelper.KeySpecificLogic, KeyPartitioner) - Static method in class org.infinispan.transaction.impl.WriteSkewHelper
- PerKeyLockContainer - Class in org.infinispan.util.concurrent.locks.impl
-
A lock container that creates and maintains a new lock per entry.
- PerKeyLockContainer() - Constructor for class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
- permission(String) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
Adds a permission to a role
- permission(String...) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
Adds multiple permissions to a role
- permission(AuthorizationPermission) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
Adds a permission to a role
- permission(AuthorizationPermission...) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
Adds multiple permissions to a role
- permissionMapper() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfiguration
- permissionMapperConfiguration() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- PERMISSIONS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- PermissiveAuthorizationManager - Class in org.infinispan.security.impl
-
A permissive
AuthorizationManager. - PermissiveAuthorizationManager() - Constructor for class org.infinispan.security.impl.PermissiveAuthorizationManager
- persistedDataMigrationFailed(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- persistedDataMigrationFailed(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- persistedDataMigrationFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
- persistedDataMigrationUnsupportedVersion(String) - Method in class org.infinispan.util.logging.Log_$logger
- persistedDataMigrationUnsupportedVersion(String) - Method in interface org.infinispan.util.logging.Log
- persistedDataMigrationUnsupportedVersion$str() - Method in class org.infinispan.util.logging.Log_$logger
- persistedDataSuccessfulMigrated(String) - Method in class org.infinispan.util.logging.Log_$logger
- persistedDataSuccessfulMigrated(String) - Method in interface org.infinispan.util.logging.Log
- persistedDataSuccessfulMigrated$str() - Method in class org.infinispan.util.logging.Log_$logger
- persistence() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- persistence() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- persistence() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- persistence() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- persistence() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- persistence() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- persistence() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- persistence() - Method in class org.infinispan.configuration.cache.Configuration
- persistence() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- persistence() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- persistence() - Method in interface org.infinispan.configuration.cache.PersistenceConfigurationChildBuilder
- PERSISTENCE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- PERSISTENCE - Enum constant in enum class org.infinispan.marshall.protostream.impl.SerializationContextRegistry.MarshallerType
- PERSISTENCE - Enum constant in enum class org.infinispan.telemetry.SpanCategory
-
Span category for persistence operations causally related by client interactions.
- PERSISTENCE - Static variable in interface org.infinispan.util.logging.Log
- PERSISTENCE_AVAILABILITY_CHANGED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- PERSISTENCE_EXECUTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
-
Deprecated, for removal: This API element is subject to removal in a future version.
- PERSISTENCE_MARSHALLER - Static variable in class org.infinispan.factories.KnownComponentNames
- PERSISTENCE_MODE_ID - Static variable in class org.infinispan.functional.ParamIds
- PersistenceAvailabilityChanged - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
Use this annotation on methods that require notification when the availability of the PersistenceManager changes.
- PersistenceAvailabilityChangedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event - persistenceAvailable() - Method in class org.infinispan.util.logging.Log_$logger
- persistenceAvailable() - Method in interface org.infinispan.util.logging.Log
- persistenceAvailable$str() - Method in class org.infinispan.util.logging.Log_$logger
- persistenceConfiguration() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- PersistenceConfiguration - Class in org.infinispan.configuration.cache
-
Configuration for stores.
- PersistenceConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configuration for cache stores.
- PersistenceConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- PersistenceConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
- PersistenceContextInitializer - Interface in org.infinispan.marshall.persistence.impl
-
Interface used to initialise the
PersistenceMarshallerImpl'sSerializationContextusing the specified Pojos, Marshaller implementations and provided .proto schemas. - PersistenceContextInitializerImpl - Class in org.infinispan.marshall.persistence.impl
-
WARNING: Generated code! Do not edit!
- PersistenceContextInitializerImpl() - Constructor for class org.infinispan.marshall.persistence.impl.PersistenceContextInitializerImpl
- PersistenceEntryStreamSupplier<K,
V> - Class in org.infinispan.stream.impl.local -
StreamSupplier that allows for creating streams where they utilize the
PersistenceManagerto publish entries using segments if possible. - PersistenceEntryStreamSupplier(Cache<K, V>, InternalEntryFactory, ToIntFunction<Object>, CacheStream<CacheEntry<K, V>>, PersistenceManager) - Constructor for class org.infinispan.stream.impl.local.PersistenceEntryStreamSupplier
- PersistenceException - Exception Class in org.infinispan.persistence.spi
-
An exception thrown by a
CacheLoaderor aCacheWriterimplementation if there are problems reading from a loader. - PersistenceException() - Constructor for exception class org.infinispan.persistence.spi.PersistenceException
- PersistenceException(String) - Constructor for exception class org.infinispan.persistence.spi.PersistenceException
- PersistenceException(String, Throwable) - Constructor for exception class org.infinispan.persistence.spi.PersistenceException
- PersistenceException(Throwable) - Constructor for exception class org.infinispan.persistence.spi.PersistenceException
- persistenceExecutor(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- PersistenceKeyStreamSupplier<K> - Class in org.infinispan.stream.impl.local
-
StreamSupplier that allows for creating streams where they utilize the
PersistenceManagerto publish keys using segments if possible. - PersistenceKeyStreamSupplier(Cache<K, ?>, ToIntFunction<Object>, CacheStream<K>, PersistenceManager) - Constructor for class org.infinispan.stream.impl.local.PersistenceKeyStreamSupplier
- persistenceManager - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
- persistenceManager - Variable in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- persistenceManager - Variable in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- persistenceManager - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- persistenceManager - Variable in class org.infinispan.persistence.manager.PreloadManager
- persistenceManager - Variable in class org.infinispan.persistence.support.DelegatingPersistenceManager
- persistenceManager - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- persistenceManager - Variable in class org.infinispan.statetransfer.StateProviderImpl
- PersistenceManager - Interface in org.infinispan.persistence.manager
-
Defines the logic for interacting with the chain of external storage.
- PersistenceManager.AccessMode - Enum Class in org.infinispan.persistence.manager
- PersistenceManager.StoreChangeListener - Interface in org.infinispan.persistence.manager
- PersistenceManagerImpl - Class in org.infinispan.persistence.manager
- PersistenceManagerImpl() - Constructor for class org.infinispan.persistence.manager.PersistenceManagerImpl
- PersistenceMarshaller - Interface in org.infinispan.marshall.persistence
-
The marshaller that is responsible serializing/deserializing objects which are to be persisted.
- PersistenceMarshallerImpl - Class in org.infinispan.marshall.persistence.impl
-
A Protostream based
PersistenceMarshallerimplementation that is responsible for marshalling/unmarshalling objects which are to be persisted. - PersistenceMarshallerImpl() - Constructor for class org.infinispan.marshall.persistence.impl.PersistenceMarshallerImpl
- PersistenceStatus - Class in org.infinispan.persistence.manager
- PersistenceStatus(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.infinispan.persistence.manager.PersistenceStatus
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used.
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- persistenceThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Configuration for the persistence thread pool
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- persistenceThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used.
- persistenceThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- persistenceUnavailable(String) - Method in class org.infinispan.util.logging.Log_$logger
- persistenceUnavailable(String) - Method in interface org.infinispan.util.logging.Log
- persistenceUnavailable$str() - Method in class org.infinispan.util.logging.Log_$logger
- PersistenceUtil - Class in org.infinispan.persistence.internal
-
Persistence Utility that is useful for internal classes.
- PersistenceUtil - Class in org.infinispan.persistence
- PersistenceUtil() - Constructor for class org.infinispan.persistence.internal.PersistenceUtil
- PersistenceUtil() - Constructor for class org.infinispan.persistence.PersistenceUtil
- persistenceWithoutCacheLoaderInterceptor() - Method in class org.infinispan.util.logging.Log_$logger
- persistenceWithoutCacheLoaderInterceptor() - Method in interface org.infinispan.util.logging.Log
- persistenceWithoutCacheLoaderInterceptor$str() - Method in class org.infinispan.util.logging.Log_$logger
- persistenceWithoutCacheWriteInterceptor() - Method in class org.infinispan.util.logging.Log_$logger
- persistenceWithoutCacheWriteInterceptor() - Method in interface org.infinispan.util.logging.Log
- persistenceWithoutCacheWriteInterceptor$str() - Method in class org.infinispan.util.logging.Log_$logger
- PERSISTENT - Enum constant in enum class org.infinispan.registry.InternalCacheRegistry.Flag
-
means the cache should be made persistent across restarts if global state persistence is enabled
- PERSISTENT - Enum constant in enum class org.infinispan.remoting.transport.raft.RaftChannelConfiguration.RaftLogMode
-
The RAFT log entries are persisted before applying to the
RaftStateMachine. - PERSISTENT_LOCATION - Enum constant in enum class org.infinispan.configuration.parsing.Element
- persistentConsistentHashMismatch(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- persistentConsistentHashMismatch(String, String) - Method in interface org.infinispan.util.logging.Log
- persistentConsistentHashMismatch$str() - Method in class org.infinispan.util.logging.Log_$logger
- persistentLocation() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
-
Returns the filesystem path where persistent state data which needs to survive container restarts should be stored.
- persistentLocation(String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Defines the filesystem path where node-specific persistent data which needs to survive container restarts should be stored.
- persistentLocation(String, String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- PersistentUUID - Class in org.infinispan.topology
-
PersistentUUID.
- PersistentUUID(long, long) - Constructor for class org.infinispan.topology.PersistentUUID
- PersistentUUID.Externalizer - Class in org.infinispan.topology
- PersistentUUIDManager - Interface in org.infinispan.topology
-
PersistentUUIDManager maintains a mapping of
PersistentUUIDs present in the cluster - PersistentUUIDManagerImpl - Class in org.infinispan.topology
-
Implementation of the
PersistentUUIDManagerinterface - PersistentUUIDManagerImpl() - Constructor for class org.infinispan.topology.PersistentUUIDManagerImpl
- persistentUUIDToAddress() - Method in interface org.infinispan.topology.PersistentUUIDManager
-
Provides a remapping operator which translates persistentuuids to addresses
- persistentUUIDToAddress() - Method in class org.infinispan.topology.PersistentUUIDManagerImpl
- PESSIMISTIC - Enum constant in enum class org.infinispan.transaction.LockingMode
- PessimisticBackupInterceptor - Class in org.infinispan.interceptors.xsite
-
Handles x-site data backups for pessimistic transactional caches.
- PessimisticBackupInterceptor() - Constructor for class org.infinispan.interceptors.xsite.PessimisticBackupInterceptor
- PessimisticLockingInterceptor - Class in org.infinispan.interceptors.locking
-
Locking interceptor to be used by pessimistic caches.
- PessimisticLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
- PessimisticTxIracLocalInterceptor - Class in org.infinispan.interceptors.impl
-
Interceptor used by IRAC for pessimistic transactional caches to handle the local site updates.
- PessimisticTxIracLocalInterceptor() - Constructor for class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- physicalAddress - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- pickConsistentHashFactory(GlobalConfiguration, Configuration) - Static method in class org.infinispan.statetransfer.StateTransferManagerImpl
-
If no ConsistentHashFactory was explicitly configured we choose a suitable one based on cache mode.
- pmemChannelFor(File, int, boolean, boolean) - Static method in class org.infinispan.persistence.sifs.pmem.PmemUtilWrapper
-
Same as
PmemUtil.pmemChannelFor(File, int, boolean, boolean). - PmemUtilWrapper - Class in org.infinispan.persistence.sifs.pmem
-
This class is here solely for the purpose of encapsulating the
PmemUtilclass so we do not load it unless necessary, allowing this to be an optional dependency. - PmemUtilWrapper() - Constructor for class org.infinispan.persistence.sifs.pmem.PmemUtilWrapper
- poll() - Method in class org.infinispan.executors.ExecutorAllCompletionService
- poll() - Method in class org.infinispan.executors.SemaphoreCompletionService
- poll(long, TimeUnit) - Method in class org.infinispan.executors.ExecutorAllCompletionService
- poll(long, TimeUnit) - Method in class org.infinispan.executors.SemaphoreCompletionService
- pollStoreAvailability() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
-
Polls the availability of all configured stores.
- popNDC(boolean) - Static method in class org.infinispan.util.logging.LogFactory
- popScope() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- POSITION - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- POST - Enum constant in enum class org.infinispan.notifications.Listener.Observation
-
Observation level used to only be notified of an operation after it has completed
- PostCacheEventFilter<K,
V> - Class in org.infinispan.notifications.cachelistener.filter -
A Filter that only allows post events to be accepted.
- PostCacheEventFilter() - Constructor for class org.infinispan.notifications.cachelistener.filter.PostCacheEventFilter
- postDeregister() - Method in class org.infinispan.jmx.ResourceDMBean
- postRegister(Boolean) - Method in class org.infinispan.jmx.ResourceDMBean
- postStart() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- postStart() - Method in class org.infinispan.factories.ComponentRegistry
- postStart() - Method in class org.infinispan.factories.GlobalComponentRegistry
- postStart() - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
- postStop() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- postStop() - Method in class org.infinispan.factories.ComponentRegistry
- postStop() - Method in class org.infinispan.factories.GlobalComponentRegistry
- postTxCommandCheck(InvocationContext, VisitableCommand, Object) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- PRE - Enum constant in enum class org.infinispan.notifications.Listener.Observation
-
Observation level used to only be notified of an operation before it completes
- preDeregister() - Method in class org.infinispan.jmx.ResourceDMBean
- predicate(KeyValueFilter<? super K, ? super V>) - Static method in class org.infinispan.filter.CacheFilters
-
Creates a new
Predicateusing the provided key value filter as a basis for the operation. - PREFER_NON_NULL - Enum constant in enum class org.infinispan.xsite.spi.XSiteMergePolicy
-
Chooses the
non-nullvalue if available (write/remove conflict, write wins), otherwise uses theXSiteMergePolicy.DEFAULT. - PREFER_NULL - Enum constant in enum class org.infinispan.xsite.spi.XSiteMergePolicy
-
Chooses the
nullvalue if available (write/remove conflict, remove wins), otherwise uses theXSiteMergePolicy.DEFAULT. - PreferAvailabilityStrategy - Class in org.infinispan.partitionhandling.impl
- PreferAvailabilityStrategy(EventLogManager, PersistentUUIDManager, LostDataCheck) - Constructor for class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
- PreferConsistencyStrategy - Class in org.infinispan.partitionhandling.impl
- PreferConsistencyStrategy(EventLogManager, PersistentUUIDManager, LostDataCheck) - Constructor for class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
- PreferNonNullXSiteEntryMergePolicy<K,
V> - Class in org.infinispan.xsite.spi -
A
XSiteEntryMergePolicyimplementation that chooses a non-null entry. - PreferNullXSiteEntryMergePolicy<K,
V> - Class in org.infinispan.xsite.spi -
A
XSiteEntryMergePolicyimplementation that chooses a null entry. - PREFERRED_ALWAYS - Enum constant in enum class org.infinispan.conflict.MergePolicy
- PREFERRED_NON_NULL - Enum constant in enum class org.infinispan.conflict.MergePolicy
- prefix() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
-
The global prefix to add to all metric names.
- prefix() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
The global prefix to add to all metric names.
- prefix(String) - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
The global prefix to add to all metric names.
- PREFIX - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- PREFIX - Static variable in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- PREFIX_10_1 - Static variable in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- PREFIX_11_0 - Static variable in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- PREFIX_12_0 - Static variable in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- PREFIX_LATEST - Static variable in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- preload() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- preload() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
Loops through all individual cache loader configs and checks if preload is set on any of them
- preload() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- preload(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
- preload(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- preload(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
- PRELOAD - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- PRELOAD - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- PRELOAD_FLAGS - Static variable in class org.infinispan.persistence.manager.PreloadManager
- PRELOAD_WITHOUT_INDEXING_FLAGS - Static variable in class org.infinispan.persistence.manager.PreloadManager
- preloadAndPurgeOnStartupConflict() - Method in class org.infinispan.util.logging.Log_$logger
- preloadAndPurgeOnStartupConflict() - Method in interface org.infinispan.util.logging.Log
- preloadAndPurgeOnStartupConflict$str() - Method in class org.infinispan.util.logging.Log_$logger
- PreloadManager - Class in org.infinispan.persistence.manager
-
Separate the preload into its own component
- PreloadManager() - Constructor for class org.infinispan.persistence.manager.PreloadManager
- preloadPublisher() - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Loads the data from the external store into memory during cache startup.
- preloadPublisher() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- preloadPublisher() - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- prepare(Xid) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
-
This can be call for any transaction object.
- prepare(XidImpl) - Method in class org.infinispan.transaction.xa.XaTransactionTable
- prepare(LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionCoordinator
- prepare(LocalTransaction, boolean) - Method in class org.infinispan.transaction.impl.TransactionCoordinator
- prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction>, Predicate<? super StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Perform the prepare phase of 2PC on all Tx stores.
- prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- PrepareCommand - Class in org.infinispan.commands.tx
-
Command corresponding to the 1st phase of 2PC.
- PrepareCommand(ByteString) - Constructor for class org.infinispan.commands.tx.PrepareCommand
- PrepareCommand(ByteString, GlobalTransaction, List<WriteCommand>, boolean) - Constructor for class org.infinispan.commands.tx.PrepareCommand
- preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in class org.infinispan.util.logging.Log_$logger
- preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in interface org.infinispan.util.logging.Log
- preparedTxAlreadyExists$str() - Method in class org.infinispan.util.logging.Log_$logger
- PreparedTxIterator - Class in org.infinispan.transaction.xa.recovery
-
Default implementation for RecoveryIterator.
- PreparedTxIterator() - Constructor for class org.infinispan.transaction.xa.recovery.PreparedTxIterator
- prepareForPersist(ScopedPersistentState) - Method in interface org.infinispan.globalstate.GlobalStateProvider
-
This method is invoked by the
GlobalStateManagerjust before persisting the global state - prepareForPersist(ScopedPersistentState) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- prepareForPersist(ScopedPersistentState) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- prepareForRestore(ScopedPersistentState) - Method in interface org.infinispan.globalstate.GlobalStateProvider
-
This method is invoked by the
GlobalStateManagerafter starting up to notify that global state has been restored. - prepareForRestore(ScopedPersistentState) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- prepareForRestore(ScopedPersistentState) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- prepareOnAffectedNodes(TxInvocationContext<?>, PrepareCommand, Collection<Address>) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- prepareOnAffectedNodes(TxInvocationContext<?>, PrepareCommand, Collection<Address>) - Method in class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor
- PrepareResponse - Class in org.infinispan.remoting.responses
-
A
ValidResponseused by Optimistic Transactions. - PrepareResponse() - Constructor for class org.infinispan.remoting.responses.PrepareResponse
- prepareWithModifications(Transaction, int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Write remove and put modifications to the store in the prepare phase, which should not yet persisted until the same transaction is committed via
NonBlockingStore.commit(Transaction)or they are discarded if the transaction is rolled back viaNonBlockingStore.rollback(Transaction). - prepareWithModifications(Transaction, int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- prepareWithModifications(Transaction, int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- prepareWithModifications(Transaction, BatchModification) - Method in interface org.infinispan.persistence.spi.TransactionalCacheWriter
-
Deprecated.Write modifications to the store in the prepare phase, as this is the only way we know the FINAL values of the entries.
- preRegister(MBeanServer, ObjectName) - Method in class org.infinispan.jmx.ResourceDMBean
- preserveOrder() - Method in enum class org.infinispan.remoting.inboundhandler.DeliverOrder
- preStart() - Method in class org.infinispan.cache.impl.CacheImpl
- preStart() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- preStart() - Method in class org.infinispan.factories.ComponentRegistry
- preStart() - Method in class org.infinispan.factories.GlobalComponentRegistry
- preStart() - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- preStart() - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- preStop() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- preStop() - Method in class org.infinispan.factories.ComponentRegistry
- preStop() - Method in class org.infinispan.factories.GlobalComponentRegistry
- prettyPrintOwnership() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- primary() - Method in class org.infinispan.distribution.DistributionInfo
- PRIMARY - Enum constant in enum class org.infinispan.commands.VisitableCommand.LoadType
-
In non-transactional cache, load previous value only on the primary owner.
- PRIMARY - Enum constant in enum class org.infinispan.distribution.Ownership
-
This node is the primary owner.
- primaryException(Throwable) - Method in interface org.infinispan.interceptors.distribution.Collector
-
The exception results of the primary owner.
- primaryException(Throwable) - Method in class org.infinispan.interceptors.distribution.PrimaryOwnerOnlyCollector
- primaryOnly() - Element in annotation interface org.infinispan.notifications.Listener
-
Specifies whether the event should be fired on the primary data owner of the affected key, or all nodes that see the update.
- PrimaryOwnerOnlyCollector<T> - Class in org.infinispan.interceptors.distribution
-
A
Collectorimplementation that only waits for the primary owner. - PrimaryOwnerOnlyCollector() - Constructor for class org.infinispan.interceptors.distribution.PrimaryOwnerOnlyCollector
- primaryResult(T, boolean) - Method in interface org.infinispan.interceptors.distribution.Collector
-
The write operation's return value.
- primaryResult(T, boolean) - Method in class org.infinispan.interceptors.distribution.PrimaryOwnerOnlyCollector
- primaryReturnHandler(InvocationContext, AbstractDataWriteCommand, Object) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- PrimitiveEntrySizeCalculator - Class in org.infinispan.container.entries
-
Entry Size calculator that returns an approximation of how much various primitives, primitive wrappers, Strings, and arrays
- PrimitiveEntrySizeCalculator() - Constructor for class org.infinispan.container.entries.PrimitiveEntrySizeCalculator
- principalRoleMapper() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- principalRoleMapper(PrincipalRoleMapper) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- PrincipalRoleMapper - Interface in org.infinispan.security
-
PrincipalRoleMapper.
- PrincipalRoleMapperConfiguration - Class in org.infinispan.configuration.global
- PrincipalRoleMapperConfigurationBuilder - Class in org.infinispan.configuration.global
- PrincipalRoleMapperContext - Interface in org.infinispan.security
-
Deprecated, for removal: This API element is subject to removal in a future version.since 14.0. To be removed in 17.0. Use
AuthorizationMapperContextinstead - principalToRoles(Principal) - Method in class org.infinispan.security.mappers.ClusterRoleMapper
- principalToRoles(Principal) - Method in class org.infinispan.security.mappers.CommonNameRoleMapper
- principalToRoles(Principal) - Method in class org.infinispan.security.mappers.IdentityRoleMapper
- principalToRoles(Principal) - Method in interface org.infinispan.security.PrincipalRoleMapper
-
Maps a principal name to a set of role names.
- printFlags() - Method in class org.infinispan.commands.AbstractFlagAffectedCommand
- printFlags() - Method in class org.infinispan.commands.read.AbstractDataCommand
- printFlags() - Method in class org.infinispan.commands.remote.BaseClusteredReadCommand
- printFullVersionInformation() - Static method in class org.infinispan.Version
-
Deprecated.Prints full version information to the standard output.
- printLockInfo() - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- printLockInfo() - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
Prints lock information for all locks.
- printVersion() - Static method in class org.infinispan.Version
-
Deprecated.Returns version information as a string.
- priority() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- priority(Integer) - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- PRIORITY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- PRIVATE - Enum constant in enum class org.infinispan.persistence.manager.PersistenceManager.AccessMode
-
The operation is performed only in non-shared
CacheWriterorCacheLoader - PrivateGlobalConfiguration - Class in org.infinispan.configuration.internal
-
An internal configuration.
- PrivateGlobalConfigurationBuilder - Class in org.infinispan.configuration.internal
-
A
Builderimplementation ofPrivateGlobalConfiguration. - PrivateGlobalConfigurationBuilder(GlobalConfigurationBuilder) - Constructor for class org.infinispan.configuration.internal.PrivateGlobalConfigurationBuilder
- PrivateGlobalConfigurationSerializer - Class in org.infinispan.configuration.internal
-
A
ConfigurationSerializerimplementation forPrivateGlobalConfiguration. - PrivateGlobalConfigurationSerializer() - Constructor for class org.infinispan.configuration.internal.PrivateGlobalConfigurationSerializer
- PrivateMetadata - Class in org.infinispan.metadata.impl
-
A class to store internal metadata.
- PrivateMetadata.Builder - Class in org.infinispan.metadata.impl
- PrivateMetadata$___Marshaller_2707b1b527c228e45215e24669c8ab752e6a1689fb6e3510d925b1e899b8ee06 - Class in org.infinispan.metadata.impl
-
WARNING: Generated code! Do not edit!
- PrivateMetadata$___Marshaller_2707b1b527c228e45215e24669c8ab752e6a1689fb6e3510d925b1e899b8ee06() - Constructor for class org.infinispan.metadata.impl.PrivateMetadata$___Marshaller_2707b1b527c228e45215e24669c8ab752e6a1689fb6e3510d925b1e899b8ee06
- problemApplyingStateForKey(Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- problemApplyingStateForKey(Object, Throwable) - Method in interface org.infinispan.util.logging.Log
- problemApplyingStateForKey$str() - Method in class org.infinispan.util.logging.Log_$logger
- problemClosingChannel(Exception, String) - Method in class org.infinispan.util.logging.Log_$logger
- problemClosingChannel(Exception, String) - Method in interface org.infinispan.util.logging.Log
- problemClosingChannel$str() - Method in class org.infinispan.util.logging.Log_$logger
- problemPreloadingKey(Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- problemPreloadingKey(Object, Throwable) - Method in interface org.infinispan.util.logging.Log
- problemPreloadingKey$str() - Method in class org.infinispan.util.logging.Log_$logger
- processExpiration() - Method in interface org.infinispan.expiration.ExpirationManager
-
Processes the expiration event queue.
- processExpiration() - Method in class org.infinispan.expiration.impl.ClusterExpirationManager
- processExpiration() - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
- PROMETHEUS - Enum constant in enum class org.infinispan.configuration.global.TracingExporterProtocol
-
Tracing will be exported for a Prometheus collector.
- properties() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- properties() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- properties() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- properties() - Method in class org.infinispan.configuration.global.TransportConfiguration
- properties(Properties) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- PROPERTIES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- PROPERTIES - Enum constant in enum class org.infinispan.configuration.parsing.Element
- PROPERTIES - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- PROPERTIES - Static variable in class org.infinispan.configuration.global.GlobalJmxConfiguration
- PROPERTY - Enum constant in enum class org.infinispan.configuration.parsing.Element
- PropertyFormatter - Class in org.infinispan.configuration.format
-
Extracts the configuration into flat key-value property structure by reflection.
- PropertyFormatter() - Constructor for class org.infinispan.configuration.format.PropertyFormatter
-
Create a new PropertyFormatter instance.
- PropertyFormatter(String, String) - Constructor for class org.infinispan.configuration.format.PropertyFormatter
-
Create a new PropertyFormatter instance.
- props - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- PROTECTED - Enum constant in enum class org.infinispan.registry.InternalCacheRegistry.Flag
-
means that his cache requires security to be accessible remotely
- PROTOCOL_METADATA - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsMetricsMetadata
- ProtostreamTranscoder - Class in org.infinispan.encoding
-
Performs conversions between application/x-protostream and commons formats.
- ProtostreamTranscoder(SerializationContextRegistry, ClassLoader) - Constructor for class org.infinispan.encoding.ProtostreamTranscoder
- publishEntries(boolean, boolean) - Method in class org.infinispan.persistence.manager.PassivationPersistenceManager
- publishEntries(boolean, boolean) - Method in interface org.infinispan.persistence.manager.PersistenceManager
- publishEntries(boolean, boolean) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- publishEntries(boolean, boolean) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- publishEntries(Predicate<? super K>, boolean, boolean, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PassivationPersistenceManager
- publishEntries(Predicate<? super K>, boolean, boolean, Predicate<? super StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Returns a publisher that will publish all entries stored by the underlying cache store.
- publishEntries(Predicate<? super K>, boolean, boolean, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- publishEntries(Predicate<? super K>, boolean, boolean, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- publishEntries(IntSet, Predicate<? super K>, boolean) - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- publishEntries(IntSet, Predicate<? super K>, boolean) - Method in class org.infinispan.persistence.file.SingleFileStore
- publishEntries(IntSet, Predicate<? super K>, boolean) - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- publishEntries(IntSet, Predicate<? super K>, boolean) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Publishes entries from this store that are in one of the provided segments and also pass the provided filter.
- publishEntries(IntSet, Predicate<? super K>, boolean) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- publishEntries(IntSet, Predicate<? super K>, boolean) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- publishEntries(IntSet, Predicate<? super K>, boolean, boolean, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PassivationPersistenceManager
- publishEntries(IntSet, Predicate<? super K>, boolean, boolean, Predicate<? super StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Returns a publisher that will publish entries that map to the provided segments.
- publishEntries(IntSet, Predicate<? super K>, boolean, boolean, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- publishEntries(IntSet, Predicate<? super K>, boolean, boolean, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- publisher() - Method in interface org.infinispan.context.EntryLookup
-
Returns a Publisher that when subscribed to provide all values that have a value in the given context.
- publisher() - Method in class org.infinispan.context.impl.AbstractInvocationContext
- publisher() - Method in class org.infinispan.context.impl.ImmutableContext
- publisher() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- publisher(int) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- publisher(int) - Method in interface org.infinispan.container.impl.InternalDataContainer
- publisher(IntSet) - Method in class org.infinispan.container.impl.DefaultDataContainer
- publisher(IntSet) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- publisher(IntSet) - Method in interface org.infinispan.container.impl.InternalDataContainer
- PublisherHandler - Class in org.infinispan.reactive.publisher.impl
-
Handler for holding publisher results between requests of data
- PublisherHandler() - Constructor for class org.infinispan.reactive.publisher.impl.PublisherHandler
- PublisherHandler.SegmentResult - Class in org.infinispan.reactive.publisher.impl
- PublisherManagerFactory - Class in org.infinispan.factories
-
Factory that allows creation of a
LocalPublisherManagerorClusterPublisherManagerbased on the provided configuration. - PublisherManagerFactory() - Constructor for class org.infinispan.factories.PublisherManagerFactory
- PublisherReducers - Class in org.infinispan.reactive.publisher
-
Static factory method class to provide various reducers and finalizers for use with distributed Publisher.
- PublisherReducers.PublisherReducersExternalizer - Class in org.infinispan.reactive.publisher
- PublisherReducersExternalizer() - Constructor for class org.infinispan.reactive.publisher.PublisherReducers.PublisherReducersExternalizer
- PublisherResponse - Class in org.infinispan.reactive.publisher.impl.commands.batch
-
The response for a cache publisher request to a given node.
- PublisherResponse(Object[], IntSet, IntSet, int, boolean, List<PublisherHandler.SegmentResult>) - Constructor for class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponse
- PublisherResponseExternalizer - Class in org.infinispan.reactive.publisher.impl.commands.batch
- PublisherResponseExternalizer() - Constructor for class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponseExternalizer
- PublisherResult<R> - Interface in org.infinispan.reactive.publisher.impl.commands.reduction
-
A result from a publisher.
- PublisherTransformers - Class in org.infinispan.reactive.publisher
-
Static factory method class to provide various transformers for use with distributed Publisher.
- PublisherTransformers.PublisherTransformersExternalizer - Class in org.infinispan.reactive.publisher
- PublisherTransformersExternalizer() - Constructor for class org.infinispan.reactive.publisher.PublisherTransformers.PublisherTransformersExternalizer
- publisherWithLostSegments() - Method in interface org.infinispan.reactive.publisher.impl.SegmentAwarePublisherSupplier
-
Same as
SegmentPublisherSupplier.publisherWithSegments(), except that we also can notify a listener when a segment has been lost before publishing all its entries. - publisherWithLostSegments(boolean) - Method in interface org.infinispan.reactive.publisher.impl.SegmentAwarePublisherSupplier
-
Same as
SegmentPublisherSupplier.publisherWithSegments(), except that we also can notify a listener when a segment has been lost before publishing all its entries - publisherWithoutSegments() - Method in interface org.infinispan.reactive.publisher.impl.SegmentAwarePublisherSupplier
-
When this method is used the
DeliveryGuaranteeis ignored as the user isn't listening to completion or lost segments - publisherWithoutSegments() - Method in interface org.infinispan.reactive.publisher.impl.SegmentPublisherSupplier
- publisherWithSegments() - Method in interface org.infinispan.reactive.publisher.impl.SegmentPublisherSupplier
- publishKeys(Predicate<? super K>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader
-
Deprecated.Publishes all the keys from this store.
- publishKeys(Predicate<? super K>) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- publishKeys(Predicate<? super K>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PassivationPersistenceManager
- publishKeys(Predicate<? super K>, Predicate<? super StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Returns a publisher that will publish all keys stored by the underlying cache store.
- publishKeys(Predicate<? super K>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- publishKeys(Predicate<? super K>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- publishKeys(IntSet, Predicate<? super K>) - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- publishKeys(IntSet, Predicate<? super K>) - Method in class org.infinispan.persistence.file.SingleFileStore
- publishKeys(IntSet, Predicate<? super K>) - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- publishKeys(IntSet, Predicate<? super K>) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Publishes keys from this store that are in one of the provided segments and also pass the provided filter.
- publishKeys(IntSet, Predicate<? super K>) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Publishes all the keys that map to the given segments from this store.
- publishKeys(IntSet, Predicate<? super K>) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- publishKeys(IntSet, Predicate<? super K>) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- publishKeys(IntSet, Predicate<? super K>) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- publishKeys(IntSet, Predicate<? super K>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PassivationPersistenceManager
- publishKeys(IntSet, Predicate<? super K>, Predicate<? super StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Returns a publisher that will publish keys that map to the provided segments.
- publishKeys(IntSet, Predicate<? super K>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- publishKeys(IntSet, Predicate<? super K>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- purge(Executor, AdvancedCacheExpirationWriter.ExpirationPurgeListener<K, V>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheExpirationWriter
-
Deprecated.Using the thread in the pool, removed all the expired data from the persistence storage.
- purge(Executor, AdvancedCacheExpirationWriter.ExpirationPurgeListener<K, V>) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Using the thread in the pool, removed all the expired data from the persistence storage.
- purge(Executor, AdvancedCacheExpirationWriter.ExpirationPurgeListener<K, V>) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- purge(Executor, AdvancedCacheWriter.PurgeListener<? super K>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheExpirationWriter
-
Deprecated.This method is never called.
- purge(Executor, AdvancedCacheWriter.PurgeListener<? super K>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheWriter
-
Deprecated.Using the thread in the pool, removed all the expired data from the persistence storage.
- PURGE - Enum constant in enum class org.infinispan.configuration.cache.IndexStartupMode
-
Purge will be triggered at cache startup time.
- PURGE - Enum constant in enum class org.infinispan.configuration.global.UncleanShutdownAction
-
Clears the persistent global state if a dangling lock file is found in the persistent global state.
- PURGE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- PURGE_ON_STARTUP - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- purgeExpired() - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- purgeExpired() - Method in class org.infinispan.persistence.file.SingleFileStore
- purgeExpired() - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Removes the expired entries from all the existing storage.
- purgeExpired() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- purgeExpired() - Method in class org.infinispan.persistence.manager.TracedPersistenceManager
- purgeExpired() - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- purgeExpired() - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Returns a Publisher that, after it is subscribed to, removes any expired entries from the store and publishes them to the returned Publisher.
- purgeExpired() - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- purgeExpired() - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- purgeExpired() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- purgeOnStartup() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
If true, purges this cache store when it starts up.
- purgeOnStartup() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
If true, purges this cache store when it starts up.
- purgeOnStartup(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
If true, purges this cache store when it starts up.
- purgeOnStartup(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- purgeOnStartup(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, purges this cache store when it starts up.
- pushNDC(String, boolean) - Static method in class org.infinispan.util.logging.LogFactory
- pushNDC(ByteString, boolean) - Static method in class org.infinispan.util.logging.LogFactory
- pushScope(String) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- pushState(String) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
- pushState(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- pushStateAllCaches(String) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
- put(int, K, V, Metadata, PrivateMetadata, long, long) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- put(int, K, V, Metadata, PrivateMetadata, long, long) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- put(int, K, V, Metadata, PrivateMetadata, long, long) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Same as
DataContainer.put(Object, Object, Metadata)except that the segment of the key can provided to write/lookup entries without calculating the segment for the given key. - put(int, AdvancedExternalizer) - Method in interface org.infinispan.marshall.core.impl.ClassToExternalizerMap.IdToExternalizerMap
- put(int, WrappedBytes, WrappedBytes, Metadata, PrivateMetadata, long, long) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- put(int, WrappedBytes, WrappedBytes, Metadata, PrivateMetadata, long, long) - Method in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- put(Class, AdvancedExternalizer) - Method in class org.infinispan.marshall.core.impl.ClassToExternalizerMap
-
Put a value into the map.
- put(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- put(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
- put(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
- put(K, V) - Method in class org.infinispan.cache.impl.EncoderCache
- put(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- put(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
- put(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- put(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- put(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- put(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- put(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- put(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- put(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of, which takes in an instance of
invalid reference
#put(K, V)Metadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - put(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- put(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- put(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- put(K, V, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- put(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- put(K, V, Metadata) - Method in interface org.infinispan.container.DataContainer
-
Puts an entry in the cache along with metadata adding information such lifespan of entry, max idle time, version information...etc.
- put(K, V, Metadata) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- put(K, V, Metadata) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- put(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- put(WrappedBytes, WrappedBytes, Metadata) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- put(WrappedBytes, WrappedBytes, Metadata) - Method in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- put(WrappedBytes, InternalCacheEntry<WrappedBytes, WrappedBytes>) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- PUT_FOR_EXTERNAL_READ - Enum constant in enum class org.infinispan.context.Flag
-
Flags the invocation as a
Cache.putForExternalRead(Object, Object)call, as opposed to a regularBasicCache.put(Object, Object). - PUT_FOR_EXTERNAL_READ - Static variable in class org.infinispan.context.impl.FlagBitSets
- PUT_FOR_STATE_TRANSFER - Enum constant in enum class org.infinispan.context.Flag
-
Flags the invocation as a put operation done internally by the state transfer.
- PUT_FOR_STATE_TRANSFER - Static variable in class org.infinispan.context.impl.FlagBitSets
- PUT_FOR_X_SITE_STATE_TRANSFER - Enum constant in enum class org.infinispan.context.Flag
-
Flags the invocation as a put operation done internally by the cross-site state transfer.
- PUT_FOR_X_SITE_STATE_TRANSFER - Static variable in class org.infinispan.context.impl.FlagBitSets
- putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
- putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.EncoderCache
- putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putAll(Map<? extends K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
Map.putAll(Map), which takes in an instance ofMetadatawhich can be used to provide metadata information for the entries being stored, such as lifespan, version of value...etc. - putAll(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- putAll(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- putAll(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAll(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- putAll(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAll(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putAll(Map<? extends WrappedBytes, ? extends InternalCacheEntry<WrappedBytes, WrappedBytes>>) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
- putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.EncoderCache
- putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putAllAsync(Map<? extends K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
- putAllAsync(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- putAllAsync(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- putAllAsync(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAllAsync(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- putAllAsync(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAllAsync(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putAllInternal(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAsync(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putAsync(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
- putAsync(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAsync(K, V) - Method in class org.infinispan.cache.impl.EncoderCache
- putAsync(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAsync(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putAsync(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Asynchronous version of
AdvancedCache.put(Object, Object, Metadata)which stores metadata alongside the value. - putAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- putAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- putAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- putAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAsync(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putAsyncEntry(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Extension of
AdvancedCache.putAsync(K, V, Metadata)which returns aCacheEntryinstead of only the previous value. - putAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- putAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- putAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- putAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- putAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putAsyncEntry(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putConfiguration(String, Configuration) - Method in class org.infinispan.configuration.ConfigurationManager
- putConfiguration(String, ConfigurationBuilder) - Method in class org.infinispan.configuration.ConfigurationManager
- putEntryInMap(PeekableTouchableMap<K, V>, int, K, InternalCacheEntry<K, V>) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- putEntryInMap(PeekableTouchableMap<K, V>, int, K, InternalCacheEntry<K, V>) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- putForExternalRead(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putForExternalRead(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
- putForExternalRead(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
- putForExternalRead(K, V) - Method in class org.infinispan.cache.impl.EncoderCache
- putForExternalRead(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putForExternalRead(K, V) - Method in interface org.infinispan.Cache
-
Under special operating behavior, associates the value with the specified key.
- putForExternalRead(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putForExternalRead(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putForExternalRead(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- putForExternalRead(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- putForExternalRead(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- putForExternalRead(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putForExternalRead(K, V, long, TimeUnit) - Method in interface org.infinispan.Cache
-
An overloaded form of
Cache.putForExternalRead(K, V), which takes in lifespan parameters. - putForExternalRead(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
An overloaded form of
Cache.putForExternalRead(K, V), which takes in lifespan parameters. - putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putForExternalRead(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of, which takes in an instance of
invalid reference
#putForExternalRead(K, V)Metadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - putForExternalRead(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- putForExternalRead(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- putForExternalRead(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- putForExternalRead(K, V, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- putForExternalRead(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putForExternalRead(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putForExternalReadInternal(K, V, Metadata, ByRef.Boolean) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putForExternalReadInternal(K, V, Metadata, ByRef.Boolean) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- putIfAbsent(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putIfAbsent(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
- putIfAbsent(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
- putIfAbsent(K, V) - Method in class org.infinispan.cache.impl.EncoderCache
- putIfAbsent(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putIfAbsent(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putIfAbsent(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of, which takes in an instance of
invalid reference
#putIfAbsent(K, V)Metadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - putIfAbsent(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- putIfAbsent(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- putIfAbsent(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- putIfAbsent(K, V, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- putIfAbsent(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putIfAbsent(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putIfAbsent(WrappedBytes, InternalCacheEntry<WrappedBytes, WrappedBytes>) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- putIfAbsentAsync(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putIfAbsentAsync(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
- putIfAbsentAsync(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
- putIfAbsentAsync(K, V) - Method in class org.infinispan.cache.impl.EncoderCache
- putIfAbsentAsync(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putIfAbsentAsync(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putIfAbsentAsync(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of, which takes in an instance of
invalid reference
#putIfAbsentAsync(K, V)Metadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - putIfAbsentAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- putIfAbsentAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- putIfAbsentAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- putIfAbsentAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- putIfAbsentAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putIfAbsentAsync(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putIfAbsentAsyncEntry(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An extension form of
AdvancedCache.putIfAbsentAsync(K, V, Metadata), which returns aCacheEntryinstead of only the value. - putIfAbsentAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- putIfAbsentAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- putIfAbsentAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- putIfAbsentAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- putIfAbsentAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putIfAbsentAsyncEntry(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- putIfAbsentInternal(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- putIfAbsentInternal(K, V, Metadata) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- putKeyValue(Object, Object, Metadata, IracMetadata) - Method in interface org.infinispan.xsite.BackupReceiver
-
Updates the key with the value from a remote site.
- putKeyValue(Object, Object, Metadata, IracMetadata) - Method in class org.infinispan.xsite.ClusteredCacheBackupReceiver
- PutKeyValueCommand - Class in org.infinispan.commands.write
-
Implements functionality defined by
BasicCache.put(Object, Object) - PutKeyValueCommand() - Constructor for class org.infinispan.commands.write.PutKeyValueCommand
- PutKeyValueCommand(Object, Object, boolean, boolean, Metadata, int, long, CommandInvocationId) - Constructor for class org.infinispan.commands.write.PutKeyValueCommand
- putLookedUpEntries(Map<Object, CacheEntry>) - Method in class org.infinispan.transaction.impl.LocalTransaction
- putLookedUpEntries(Map<Object, CacheEntry>) - Method in class org.infinispan.transaction.impl.RemoteTransaction
- putLookedUpEntries(Map<Object, CacheEntry>) - Method in interface org.infinispan.transaction.xa.CacheTransaction
- putLookedUpEntry(Object, CacheEntry) - Method in interface org.infinispan.context.EntryLookup
-
Puts an entry in the registry of looked up entries in the current scope.
- putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.context.impl.ClearInvocationContext
- putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.context.impl.ImmutableContext
- putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.context.impl.NonTxInvocationContext
- putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.transaction.impl.LocalTransaction
- putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.transaction.impl.RemoteTransaction
- putLookedUpEntry(Object, CacheEntry) - Method in interface org.infinispan.transaction.xa.CacheTransaction
- PutMapBackupWriteCommand - Class in org.infinispan.commands.triangle
-
A
BackupWriteCommandimplementation forPutMapCommand. - PutMapBackupWriteCommand() - Constructor for class org.infinispan.commands.triangle.PutMapBackupWriteCommand
- PutMapBackupWriteCommand(ByteString) - Constructor for class org.infinispan.commands.triangle.PutMapBackupWriteCommand
- PutMapCommand - Class in org.infinispan.commands.write
-
A command writing multiple key/value pairs with the same metadata.
- PutMapCommand() - Constructor for class org.infinispan.commands.write.PutMapCommand
- PutMapCommand(Map<?, ?>, Metadata, long, CommandInvocationId) - Constructor for class org.infinispan.commands.write.PutMapCommand
- PutMapCommand(PutMapCommand) - Constructor for class org.infinispan.commands.write.PutMapCommand
- putMemoryAddressOffset(int, long) - Method in class org.infinispan.container.offheap.MemoryAddressHash
- putNoReturn(K, InternalCacheEntry<K, V>) - Method in interface org.infinispan.container.impl.PeekableTouchableMap
-
Same as
Map.put(Object, Object)except that the map is not required to return a value. - putNoReturn(WrappedBytes, InternalCacheEntry<WrappedBytes, WrappedBytes>) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
Q
- QName(String, String) - Constructor for class org.infinispan.configuration.parsing.ParserRegistry.QName
- queriedAttributeNotFound(String) - Method in class org.infinispan.util.logging.Log_$logger
- queriedAttributeNotFound(String) - Method in interface org.infinispan.util.logging.Log
- queriedAttributeNotFound$str() - Method in class org.infinispan.util.logging.Log_$logger
- query() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- query() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- query() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- query() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- query() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- query() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- query() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- query() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- query() - Method in class org.infinispan.configuration.cache.Configuration
- query() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- query() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- query(String) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- query(String) - Method in class org.infinispan.cache.impl.CacheImpl
- query(String) - Method in interface org.infinispan.cache.impl.QueryProducer
- query(String) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- query(String) - Method in class org.infinispan.security.impl.SecureCacheImpl
- QUERY - Enum constant in enum class org.infinispan.configuration.parsing.Element
- QUERYABLE - Enum constant in enum class org.infinispan.registry.InternalCacheRegistry.Flag
-
means that this cache should be queryable
- QueryConfiguration - Class in org.infinispan.configuration.cache
-
Configures query options and defaults
- QueryConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.QueryConfiguration
- QueryConfigurationBuilder - Class in org.infinispan.configuration.cache
- QueryConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.QueryConfigurationBuilder
- queryNotSupported() - Method in class org.infinispan.util.logging.Log_$logger
- queryNotSupported() - Method in interface org.infinispan.util.logging.Log
- queryNotSupported$str() - Method in class org.infinispan.util.logging.Log_$logger
- QueryProducer - Interface in org.infinispan.cache.impl
- querySimpleCacheNotSupported() - Method in class org.infinispan.util.logging.Log_$logger
- querySimpleCacheNotSupported() - Method in interface org.infinispan.util.logging.Log
- querySimpleCacheNotSupported$str() - Method in class org.infinispan.util.logging.Log_$logger
- QUEUE_COUNT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- QUEUE_FLUSH_INTERVAL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
-
Deprecated, for removal: This API element is subject to removal in a future version.
- QUEUE_LENGTH - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- QUEUE_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- QueueAsyncInvocationStage - Class in org.infinispan.interceptors.impl
-
Invocation stage representing a computation that may or may not be done yet.
- QueueAsyncInvocationStage(InvocationContext, VisitableCommand, CompletableFuture<?>, InvocationCallback) - Constructor for class org.infinispan.interceptors.impl.QueueAsyncInvocationStage
- queueConflictResolution(CacheTopology, Set<Address>) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
-
Initiates conflict resolution using the conflictTopology, which should have already been broadcast via}
invalid @link
{@link this#updateTopologiesAfterMerge(CacheTopology, CacheTopology, AvailabilityMode) - queueConflictResolution(CacheTopology, Set<Address>) - Method in class org.infinispan.topology.ClusterCacheStatus
- queueCount(int) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- QueueingSegmentListener<K,
V, - Interface in org.infinispan.notifications.cachelistenerE> -
This interface describes methods needed for a segment listener that is used when iterating over the current events and be able to queue them properly
- queueLength - Variable in class org.infinispan.factories.threads.AbstractThreadPoolExecutorFactory
- queueLength() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- queueLength() - Method in class org.infinispan.factories.threads.AbstractThreadPoolExecutorFactory
- queueLength(Integer) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- queueRebalance(List<Address>) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
-
Queue (or start) a rebalance.
- queueRebalance(List<Address>) - Method in class org.infinispan.topology.ClusterCacheStatus
- queueSize(int) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
R
- RACK - Enum constant in enum class org.infinispan.distribution.topologyaware.TopologyLevel
- RACK_ID - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- RACK_ID - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- rackId() - Method in class org.infinispan.configuration.global.TransportConfiguration
- rackId(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
The id of the rack where this node runs.
- RAFT_MEMBERS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- RAFT_MEMBERS - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- RaftChannel - Interface in org.infinispan.remoting.transport.raft
-
A channel abstraction to invoke commands on the RAFT channel.
- RaftChannelConfiguration - Class in org.infinispan.remoting.transport.raft
-
A configuration object to configure
RaftChannel. - RaftChannelConfiguration.Builder - Class in org.infinispan.remoting.transport.raft
- RaftChannelConfiguration.RaftLogMode - Enum Class in org.infinispan.remoting.transport.raft
- raftGlobalStateDisabled() - Method in class org.infinispan.util.logging.Log_$logger
- raftGlobalStateDisabled() - Method in interface org.infinispan.util.logging.Log
- raftGlobalStateDisabled$str() - Method in class org.infinispan.util.logging.Log_$logger
- raftId() - Method in enum class org.infinispan.remoting.transport.impl.EmptyRaftManager
- raftId() - Method in interface org.infinispan.remoting.transport.raft.RaftChannel
- raftId() - Method in interface org.infinispan.remoting.transport.raft.RaftManager
- raftManager() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- raftManager() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- raftManager() - Method in interface org.infinispan.remoting.transport.Transport
- RaftManager - Interface in org.infinispan.remoting.transport.raft
-
Use this class to create and register
RaftStateMachine. - raftMember(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Adds a single member to the
raft-members. - raftMembers() - Method in class org.infinispan.configuration.global.TransportConfiguration
- raftMembers(String...) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Adds multiple members to the
raft-members. - raftMembers(Collection<String>) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Adds multiple members to the
raft-members. - raftProtocolAvailable() - Method in class org.infinispan.util.logging.Log_$logger
- raftProtocolAvailable() - Method in interface org.infinispan.util.logging.Log
- raftProtocolAvailable$str() - Method in class org.infinispan.util.logging.Log_$logger
- raftProtocolUnavailable(String) - Method in class org.infinispan.util.logging.Log_$logger
- raftProtocolUnavailable(String) - Method in interface org.infinispan.util.logging.Log
- raftProtocolUnavailable$str() - Method in class org.infinispan.util.logging.Log_$logger
- RaftStateMachine - Interface in org.infinispan.remoting.transport.raft
-
A state machine interface.
- RaftUtil - Enum Class in org.infinispan.remoting.transport.jgroups
-
Utility methods for jgroups-raft
- RAM_BUFFER_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ramBufferSize(int) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- randomCacheModeSynonymsDeprecated(String, String, List<String>) - Method in class org.infinispan.util.logging.Log_$logger
- randomCacheModeSynonymsDeprecated(String, String, List<String>) - Method in interface org.infinispan.util.logging.Log
- randomCacheModeSynonymsDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
- randomUUID() - Static method in class org.infinispan.topology.PersistentUUID
- randomUUID(String, String, String, String) - Static method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
- RankCalculator - Class in org.infinispan.container.versioning
-
Compute the version prefix to be used by
NumericVersionGeneratorin clustered caches. - RankCalculator() - Constructor for class org.infinispan.container.versioning.RankCalculator
- read() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- read(byte[]) - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- read(byte[], int, int) - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- read(ByteBuffer, long) - Method in class org.infinispan.persistence.sifs.FileProvider.Handle
- read(AsyncStoreConfiguration, Combine) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- read(AuthorizationConfiguration, Combine) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- read(BackupConfiguration, Combine) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- read(BackupForConfiguration, Combine) - Method in class org.infinispan.configuration.cache.BackupForBuilder
- read(ClusteringConfiguration, Combine) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- read(ClusterLoaderConfiguration, Combine) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- read(Configuration) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- read(Configuration, Combine) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- read(ContentTypeConfiguration, Combine) - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- read(CustomStoreConfiguration, Combine) - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- read(EncodingConfiguration, Combine) - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- read(ExpirationConfiguration, Combine) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- read(GroupsConfiguration, Combine) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- read(HashConfiguration, Combine) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- read(IndexingConfiguration, Combine) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- read(IndexMergeConfiguration, Combine) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- read(IndexReaderConfiguration, Combine) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- read(IndexShardingConfiguration, Combine) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- read(IndexWriterConfiguration, Combine) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- read(InvocationBatchingConfiguration, Combine) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- read(L1Configuration, Combine) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- read(LockingConfiguration, Combine) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- read(MemoryConfiguration, Combine) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- read(MemoryStorageConfiguration, Combine) - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
-
Deprecated.
- read(PartitionHandlingConfiguration, Combine) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- read(PersistenceConfiguration, Combine) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- read(QueryConfiguration, Combine) - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- read(RecoveryConfiguration, Combine) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- read(SecurityConfiguration, Combine) - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- read(SingleFileStoreConfiguration, Combine) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- read(SitesConfiguration, Combine) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- read(StateTransferConfiguration, Combine) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- read(StatisticsConfiguration, Combine) - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- read(TakeOfflineConfiguration, Combine) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- read(TracingConfiguration, Combine) - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- read(TransactionConfiguration, Combine) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- read(UnsafeConfiguration, Combine) - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- read(XSiteStateTransferConfiguration, Combine) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- read(AllowListConfiguration, Combine) - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
- read(BoundedThreadPoolConfiguration, Combine) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- read(CacheContainerConfiguration, Combine) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- read(CachedThreadPoolConfiguration, Combine) - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- read(ExecutorFactoryConfiguration, Combine) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- read(GlobalAuthorizationConfiguration, Combine) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- read(GlobalConfiguration) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- read(GlobalJmxConfiguration, Combine) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- read(GlobalMetricsConfiguration, Combine) - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- read(GlobalSecurityConfiguration, Combine) - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- read(GlobalStateConfiguration, Combine) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- read(GlobalStatePathConfiguration, Combine) - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- read(GlobalStorageConfiguration, Combine) - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- read(GlobalTracingConfiguration, Combine) - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- read(JGroupsConfiguration, Combine) - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- read(PrincipalRoleMapperConfiguration, Combine) - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- read(RolePermissionMapperConfiguration, Combine) - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- read(ScheduledExecutorFactoryConfiguration, Combine) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- read(ScheduledThreadPoolConfiguration, Combine) - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- read(SerializationConfiguration, Combine) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- read(ShutdownConfiguration, Combine) - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- read(SiteConfiguration, Combine) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- read(StackConfiguration, Combine) - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- read(StackFileConfiguration, Combine) - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- read(TemporaryGlobalStatePathConfiguration, Combine) - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- read(ThreadFactoryConfiguration, Combine) - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- read(ThreadPoolConfiguration, Combine) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- read(ThreadsConfiguration, Combine) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- read(TransportConfiguration, Combine) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- read(WhiteListConfiguration, Combine) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.
- read(PrivateGlobalConfiguration, Combine) - Method in class org.infinispan.configuration.internal.PrivateGlobalConfigurationBuilder
- read(MicrometerMeterRegistryConfiguration, Combine) - Method in class org.infinispan.metrics.config.MicrometerMeterRegisterConfigurationBuilder
- read(DataConfiguration, Combine) - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
- read(IndexConfiguration, Combine) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- read(SoftIndexFileStoreConfiguration, Combine) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.container.entries.RemoteMetadata$___Marshaller_4cb4a1b59ce257eb4994240cafc1894764116cb17c3875df246d2943dcbdce0d
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.container.versioning.irac.IracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.container.versioning.irac.MapEntry$___Marshaller_37a121f54771729f5bc90dae7b319161c44a1e9491f8af866c7aba312bf9651e
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.container.versioning.irac.TopologyIracVersion$___Marshaller_14f804c9dae1c80820c4a124ae0decae2266c24993f77973d0fee34d7db215d2
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.container.versioning.NumericVersion$___Marshaller_54e14f07f0b2d32fc02dc14b15442c6b41ee1d50304f1e61ddb56d9feb6975b1
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.container.versioning.SimpleClusteredVersion$___Marshaller_f7402494821fa8e2ee025bf7d4a4b60322db5a0eb2018b6aa5836c002c8e07b7
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata$___Marshaller_d639102389197d7d9d67594c1f4f7cd51d35bdb2ed77d89d90c58b8d63ad3ab0
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.marshall.persistence.impl.MarshalledValueImpl$___Marshaller_c2708e4a2029dac3535526fdd0d6afc81184cbba3c2aa79abc33c7ec05e632b2
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.marshall.protostream.impl.MarshallableUserObject.Marshaller
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.marshall.protostream.impl.MarshallableUserObject$___Marshaller_ff6b068168b51aac5d0c18c371e02ff55d3bb0cb73296e9cf1f4a65917105dec
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.metadata.EmbeddedExpirableMetadata$___Marshaller_57542ccf09e811f3460251c589ca05aed449dbbc1765661fa3851dddaac8dd71
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.metadata.EmbeddedLifespanExpirableMetadata$___Marshaller_8da6d90d1f279b201c958e38c4b73ab7f2712dc1dc20b32c21334eacdfc6fd4b
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.metadata.EmbeddedMaxIdleExpirableMetadata$___Marshaller_6887b83200c53e83a8233e38450ed44c3191b4968b578e16a63c12add76959ed
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.metadata.EmbeddedMetadata$___Marshaller_d44c815cc3de96e45a01e06b569541e480035dc14f5499e3f3edc3fa7c6fe67
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.metadata.impl.IracMetadata$___Marshaller_cf0a6ded5e9e5b145ea5821d40d9659677d03a5df3e405762cc053e3bbb15e64
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.metadata.impl.PrivateMetadata$___Marshaller_2707b1b527c228e45215e24669c8ab752e6a1689fb6e3510d925b1e899b8ee06
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress$___Marshaller_fff84712bca7d00f611bdc3fd76a067b0a3a1f4981a7d3aad1c9257d9a5d7324
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.security.impl.CacheRoleImpl$___Marshaller_8ebe2292503551beeebd9f0cc1e432a19521b4115fff99f8859a58acb74d6d74
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.security.impl.SubjectAdapter$___Marshaller_75e0224333a6eeeafc364cef114fe68e65410956aa87814e98e0722f4d8a588d
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.security.mappers.RoleSet$___Marshaller_2fda1a742ac008d38f1c852650748615da7cca98a60afaa87bb162ebc6157665
- read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.util.ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a
- read(CreatePermissionConfiguration, Combine) - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- read(Role, Combine) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- read(T, Combine) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- READ - Enum constant in enum class org.infinispan.container.entries.ReadCommittedEntry.Flags
- READ - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Allows reading data from a cache
- READ - Enum constant in enum class org.infinispan.util.concurrent.DataOperationOrderer.Operation
- READ_ALL_WRITE_ALL - Enum constant in enum class org.infinispan.topology.CacheTopology.Phase
-
Used after state transfer completes: readCH == writeCH = unionCH
- READ_COMMITTED - Enum constant in enum class org.infinispan.configuration.cache.IsolationLevel
- READ_COMMITTED - Enum constant in enum class org.infinispan.util.concurrent.IsolationLevel
-
Deprecated.
- READ_NEW_WRITE_ALL - Enum constant in enum class org.infinispan.topology.CacheTopology.Phase
-
Intermediate state that prevents ISPN-5021: readCH == pendingCH, writeCH = unionCH
- READ_OLD_WRITE_ALL - Enum constant in enum class org.infinispan.topology.CacheTopology.Phase
-
Used during state transfer: readCH == currentCH, writeCH = unionCH
- READ_ONLY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- READ_ONLY - Enum constant in enum class org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store supports only being read from.
- READ_ONLY - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- READ_UNCOMMITTED - Enum constant in enum class org.infinispan.configuration.cache.IsolationLevel
- READ_UNCOMMITTED - Enum constant in enum class org.infinispan.util.concurrent.IsolationLevel
-
Deprecated.
- read10_1EntryHeader(FileProvider.Handle, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- readAttribute(ConfigurationReader, String, int, ConfigurationBuilderHolder) - Method in interface org.infinispan.configuration.parsing.ConfigurationParser
- readBoolean() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readBooleanAttributeElement(ConfigurationReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Read an element which contains only a single boolean attribute.
- readByte() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readCacheEntry(K, InternalCacheEntry<K, V>) - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- readCacheEntry(K, InternalCacheEntry<K, V>) - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- readCacheEntry(K, InternalCacheEntry<K, V>) - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- readChar() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- ReadCommittedEntry<K,
V> - Class in org.infinispan.container.entries -
A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or rolled back.
- ReadCommittedEntry(K, V, Metadata) - Constructor for class org.infinispan.container.entries.ReadCommittedEntry
- ReadCommittedEntry.Flags - Enum Class in org.infinispan.container.entries
- readContext(int) - Method in class org.infinispan.cache.impl.DecoratedCache
- readDouble() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readElement(ConfigurationReader, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.CacheParser
- readElement(ConfigurationReader, ConfigurationBuilderHolder) - Method in interface org.infinispan.configuration.parsing.ConfigurationParser
-
The entry point of a configuration parser which gets passed a
ConfigurationReaderpositioned at a root element associated with the parser itself according to the registered mapping. - readElement(ConfigurationReader, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.Parser
- readEntries(IntSet) - Method in class org.infinispan.statetransfer.StateProviderImpl
- readEntryHeader(FileProvider.Handle, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- reader() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- reader() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- reader() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- reader() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- reader() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- reader() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- reader() - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- readFloat() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readFrom(ObjectInput) - Static method in class org.infinispan.commands.CommandInvocationId
- readFrom(ObjectInput) - Method in class org.infinispan.commands.control.LockControlCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.TxReadOnlyKeyCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.TxReadOnlyManyCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.irac.IracCleanupKeysCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.irac.IracMetadataRequestCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.irac.IracRequestStateCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.irac.IracStateResponseCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.irac.IracTombstoneRemoteSiteCheckCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.irac.IracUpdateVersionCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.read.AbstractLocalCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.read.GetAllCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.read.GetCacheEntryCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.read.GetKeyValueCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.read.SizeCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.CheckTransactionRpcCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.ClusteredGetCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.SingleRpcCommand
- readFrom(ObjectInput) - Method in interface org.infinispan.commands.ReplicableCommand
-
Reads this instance from the stream written by
ReplicableCommand.writeTo(ObjectOutput). - readFrom(ObjectInput) - Method in class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.statetransfer.StateTransferStartCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.statetransfer.StateResponseCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.statetransfer.StateTransferGetListenersCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.topology.CacheAvailabilityUpdateCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.topology.CacheJoinCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.topology.CacheLeaveCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.topology.CacheShutdownCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.topology.CacheShutdownRequestCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.topology.CacheStatusRequestCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.topology.RebalancePhaseConfirmCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.topology.RebalancePolicyUpdateCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.topology.RebalanceStartCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.topology.RebalanceStatusRequestCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.topology.TopologyUpdateCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.topology.TopologyUpdateStableCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.triangle.BackupNoopCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.triangle.MultiEntriesFunctionalBackupWriteCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.triangle.MultiKeyFunctionalBackupWriteCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.triangle.PutMapBackupWriteCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.triangle.SingleKeyFunctionalBackupWriteCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.tx.CommitCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.tx.PrepareCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.tx.VersionedCommitCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.BackupAckCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.BackupMultiKeyAckCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.ClearCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.ComputeCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.ExceptionAckCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.InvalidateCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.InvalidateL1Command
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.PutKeyValueCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.PutMapCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.RemoveCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
- readFrom(ObjectInput) - Method in class org.infinispan.commands.write.ReplaceCommand
- readFrom(ObjectInput) - Static method in class org.infinispan.container.versioning.irac.IracTombstoneInfo
- readFrom(ObjectInput) - Static method in class org.infinispan.encoding.DataConversion
- readFrom(ObjectInput) - Method in class org.infinispan.expiration.impl.TouchCommand
- readFrom(ObjectInput) - Static method in class org.infinispan.functional.impl.MetaParams
- readFrom(ObjectInput) - Method in class org.infinispan.manager.impl.ReplicableManagerFunctionCommand
- readFrom(ObjectInput) - Method in class org.infinispan.manager.impl.ReplicableRunnableCommand
- readFrom(ObjectInput) - Static method in class org.infinispan.metadata.impl.IracMetadata
- readFrom(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCommand
- readFrom(ObjectInput) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.CancelPublisherCommand
- readFrom(ObjectInput) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- readFrom(ObjectInput) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.NextPublisherCommand
- readFrom(ObjectInput) - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.ReductionPublisherRequestCommand
- readFrom(ObjectInput) - Static method in class org.infinispan.remoting.responses.PrepareResponse
- readFrom(ObjectInput) - Method in class org.infinispan.topology.HeartBeatCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.remote.IracPutManyRequest
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.remote.IracTombstoneCheckRequest
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.remote.IracTouchKeyRequest
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.remote.XSiteCacheRequest
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.remote.XSiteRemoteEventCommand
- readFrom(ObjectInput) - Method in interface org.infinispan.xsite.commands.remote.XSiteRequest
-
Reads this instance from the stream written by
XSiteRequest.writeTo(ObjectOutput). - readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.remote.XSiteStatePushRequest
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.remote.XSiteStateTransferControlRequest
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteAmendOfflineStatusCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteAutoTransferStatusCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteBringOnlineCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteLocalEventCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteOfflineStatusCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteSetStateTransferModeCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteStateTransferCancelSendCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishReceiveCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishSendCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteStateTransferRestartSendingCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartReceiveCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartSendCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.commands.XSiteTakeOfflineCommand
- readFrom(ObjectInput) - Static method in class org.infinispan.xsite.events.XSiteEvent
- readFrom(ObjectInput) - Static method in class org.infinispan.xsite.irac.IracManagerKeyInfo
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
- readFrom(ObjectInput) - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
- readFully(byte[]) - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readFully(byte[], int, int) - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readInt() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readInternalMetadata(FileProvider.Handle, EntryHeader, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- readKey(FileProvider.Handle, EntryHeader, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- readLine() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readLong() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readMetadata(FileProvider.Handle, EntryHeader, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- readNeedsRemoteValue(FlagAffectedCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- readObject(InputStream) - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- readObject(ObjectInput) - Method in class org.infinispan.cache.impl.BiFunctionMapper.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.cache.impl.EncoderEntryMapper.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.cache.impl.EncoderKeyMapper.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.cache.impl.EncoderValueMapper.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.cache.impl.FunctionMapper.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.commands.functional.functions.MergeFunction.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.ImmortalCacheEntry.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.ImmortalCacheValue.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.MortalCacheEntry.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.MortalCacheValue.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.RemoteMetadata.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.TransientCacheEntry.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.TransientCacheValue.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.versioning.NumericVersion.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.container.versioning.SimpleClusteredVersion.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.context.Flag.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.encoding.DataConversion.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.functional.impl.EntryViews.NoValueReadOnlyViewExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.functional.impl.EntryViews.ReadOnlySnapshotViewExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotViewExternalizer
- readObject(ObjectInput) - Static method in class org.infinispan.functional.impl.Params
- readObject(ObjectInput) - Method in class org.infinispan.functional.impl.StatsEnvelope.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.globalstate.impl.CacheState.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.globalstate.ScopedState.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.globalstate.ScopeFilter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.interceptors.distribution.VersionedResult.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.interceptors.distribution.VersionedResults.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.CacheRpcCommandExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.ClassExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.CollectionExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.DoubleSummaryStatisticsExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.EnumExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.EnumSetExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.IntSummaryStatisticsExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.MapExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.EntryVersionParamExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.LifespanExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.MaxIdleExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.OptionalExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.ThrowableExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.TriangleAckExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.UuidExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.metadata.impl.InternalMetadataImpl.Externalizer
-
Deprecated.
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponseExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.reactive.publisher.PublisherReducers.PublisherReducersExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.reactive.publisher.PublisherTransformers.PublisherTransformersExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.remoting.responses.BiasRevocationResponse.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.remoting.responses.ExceptionResponse.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.remoting.responses.UnsureResponse.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.statetransfer.StateChunk.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.statetransfer.TransactionInfo.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl.DistributedCacheStatsCallableExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.stream.impl.CacheBiConsumers.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.stream.impl.CacheIntermediatePublisher.ReducerExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.stream.impl.CacheStreamIntermediateReducer.ReducerExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.stream.impl.intops.IntermediateOperationExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.topology.CacheJoinInfo.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.topology.CacheStatusResponse.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.topology.PersistentUUID.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.transaction.xa.GlobalTransaction.Externalizer
- readObject(ObjectInput) - Static method in class org.infinispan.util.ByteString
- readObject(ObjectInput) - Method in class org.infinispan.util.IntSetExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.util.KeyValuePair.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.xsite.commands.remote.XSiteRequestExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer
- readObjectFromObjectInput(GlobalMarshaller, ObjectInput) - Static method in class org.infinispan.marshall.core.GlobalMarshaller
- readOnly(K, V, Metadata) - Static method in class org.infinispan.functional.impl.EntryViews
- readOnly(CacheEntry) - Static method in class org.infinispan.functional.impl.EntryViews
- readOnly(CacheEntry<K, V>, DataConversion, DataConversion) - Static method in class org.infinispan.functional.impl.EntryViews
- ReadOnlyKeyCommand<K,
V, - Class in org.infinispan.commands.functionalR> - ReadOnlyKeyCommand() - Constructor for class org.infinispan.commands.functional.ReadOnlyKeyCommand
- ReadOnlyKeyCommand(Object, Function<EntryView.ReadEntryView<K, V>, R>, int, Params, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.ReadOnlyKeyCommand
- ReadOnlyManyCommand<K,
V, - Class in org.infinispan.commands.functionalR> - ReadOnlyManyCommand() - Constructor for class org.infinispan.commands.functional.ReadOnlyManyCommand
- ReadOnlyManyCommand(Collection<?>, Function<EntryView.ReadEntryView<K, V>, R>, Params, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.ReadOnlyManyCommand
- ReadOnlyManyCommand(ReadOnlyManyCommand) - Constructor for class org.infinispan.commands.functional.ReadOnlyManyCommand
- ReadOnlyManyHelper() - Constructor for class org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadOnlyManyHelper
- ReadOnlyMapImpl<K,
V> - Class in org.infinispan.functional.impl -
Read-only map implementation.
- readOnlyPermissionCollection() - Method in class org.infinispan.util.logging.Log_$logger
- readOnlyPermissionCollection() - Method in interface org.infinispan.util.logging.Log
- readOnlyPermissionCollection$str() - Method in class org.infinispan.util.logging.Log_$logger
- ReadOnlySegmentAwareCollection<E> - Class in org.infinispan.distribution.util
-
Set implementation that shows a read only view of the provided set by only allowing entries that map to a given segment using the provided consistent hash.
- ReadOnlySegmentAwareCollection(Collection<E>, LocalizedCacheTopology, IntSet) - Constructor for class org.infinispan.distribution.util.ReadOnlySegmentAwareCollection
- ReadOnlySegmentAwareEntryCollection<K,
V> - Class in org.infinispan.distribution.util -
Iterator implementation that shows a read only view of the provided iterator by only allowing values that map to a given segment using the provided consistent hash.
- ReadOnlySegmentAwareEntryCollection(Set<Map.Entry<K, V>>, LocalizedCacheTopology, IntSet) - Constructor for class org.infinispan.distribution.util.ReadOnlySegmentAwareEntryCollection
- ReadOnlySegmentAwareEntryIterator<K,
V> - Class in org.infinispan.distribution.util -
Iterator implementation that shows a read only view of the provided iterator by only allowing values that map to a given segment using the provided consistent hash.
- ReadOnlySegmentAwareEntryIterator(Iterator<Map.Entry<K, V>>, LocalizedCacheTopology, IntSet) - Constructor for class org.infinispan.distribution.util.ReadOnlySegmentAwareEntryIterator
- ReadOnlySegmentAwareIterator<E> - Class in org.infinispan.distribution.util
-
Iterator implementation that shows a read only view of the provided iterator by only allowing values that map to a given segment using the provided consistent hash.
- ReadOnlySegmentAwareIterator(Iterator<E>, LocalizedCacheTopology, IntSet) - Constructor for class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
- ReadOnlySegmentAwareMap<K,
V> - Class in org.infinispan.distribution.util -
Map implementation that shows a read only view of the provided entry by only allowing entries whose key maps to a given segment using the provided consistent hash.
- ReadOnlySegmentAwareMap(Map<K, V>, LocalizedCacheTopology, IntSet) - Constructor for class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- ReadOnlySnapshotViewExternalizer() - Constructor for class org.infinispan.functional.impl.EntryViews.ReadOnlySnapshotViewExternalizer
- readOwners() - Method in class org.infinispan.distribution.DistributionInfo
- readOwnership() - Method in class org.infinispan.distribution.DistributionInfo
- readResolve() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- readScopedState(String) - Method in interface org.infinispan.globalstate.GlobalStateManager
-
Reads the persistent state for the specified scope.
- readScopedState(String) - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
- readShort() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readStateFrom(DataInput) - Method in interface org.infinispan.remoting.transport.raft.RaftStateMachine
-
Discards current state and reads the state from
DataInput. - readString() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readStringAttributeElement(ConfigurationReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Read an element which contains only a single string attribute.
- readUnsignedByte() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readUnsignedShort() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readUTF() - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- readValue(FileProvider.Handle, EntryHeader, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- readWrite(MVCCEntry, Object, Metadata, DataConversion, DataConversion) - Static method in class org.infinispan.functional.impl.EntryViews
- readWrite(MVCCEntry, DataConversion, DataConversion) - Static method in class org.infinispan.functional.impl.EntryViews
- ReadWriteKeyCommand<K,
V, - Class in org.infinispan.commands.functionalR> - ReadWriteKeyCommand() - Constructor for class org.infinispan.commands.functional.ReadWriteKeyCommand
- ReadWriteKeyCommand(Object, Function<EntryView.ReadWriteEntryView<K, V>, R>, int, CommandInvocationId, ValueMatcher, Params, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.ReadWriteKeyCommand
- ReadWriteKeyValueCommand<K,
V, - Class in org.infinispan.commands.functionalT, R> - ReadWriteKeyValueCommand() - Constructor for class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- ReadWriteKeyValueCommand(Object, Object, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>, int, CommandInvocationId, ValueMatcher, Params, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- ReadWriteManyCommand<K,
V, - Class in org.infinispan.commands.functionalR> - ReadWriteManyCommand() - Constructor for class org.infinispan.commands.functional.ReadWriteManyCommand
- ReadWriteManyCommand(Collection<?>, Function<EntryView.ReadWriteEntryView<K, V>, R>, Params, CommandInvocationId, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.ReadWriteManyCommand
- ReadWriteManyCommand(ReadWriteManyCommand) - Constructor for class org.infinispan.commands.functional.ReadWriteManyCommand
- ReadWriteManyEntriesCommand<K,
V, - Class in org.infinispan.commands.functionalT, R> - ReadWriteManyEntriesCommand() - Constructor for class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- ReadWriteManyEntriesCommand(Map<?, ?>, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>, Params, CommandInvocationId, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- ReadWriteManyEntriesCommand(ReadWriteManyEntriesCommand) - Constructor for class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- ReadWriteMapImpl<K,
V> - Class in org.infinispan.functional.impl -
Read-write map implementation.
- ReadWriteSnapshotViewExternalizer() - Constructor for class org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotViewExternalizer
- READY - Enum constant in enum class org.infinispan.remoting.inboundhandler.action.ActionStatus
-
The action is completed successfully.
- READY_TOPOLOGY - Enum constant in enum class org.infinispan.remoting.inboundhandler.TopologyMode
- READY_TX_DATA - Enum constant in enum class org.infinispan.remoting.inboundhandler.TopologyMode
- ReadyAction - Interface in org.infinispan.remoting.inboundhandler.action
-
An interface that allows the
PerCacheInboundInvocationHandlerto check when this action is ready. - realCacheCollection - Variable in class org.infinispan.util.WriteableCacheCollectionMapper
- realCollection - Variable in class org.infinispan.util.CollectionMapper
- realSet - Variable in class org.infinispan.util.CacheSetMapper
- REAPER_ENABLED - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
- REAPER_WAKE_UP_INTERVAL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- REAPER_WAKE_UP_INTERVAL - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- reaperEnabled() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
Determines whether the background reaper thread is enabled to test entries for expiration.
- reaperEnabled() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- reaperEnabled(boolean) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Enable the background reaper to test entries for expiration.
- reaperWakeUpInterval() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- reaperWakeUpInterval(long) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
The time interval (millis) at which the thread that cleans up transaction completion information kicks in.
- rebalance(CH) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
-
Deprecated.Create a new consistent hash instance, based on an existing instance, but balanced according to the implementation's rules.
- rebalance(DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- rebalance(DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
- rebalance(ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
- rebalance(ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
- rebalance(CacheTopology) - Method in interface org.infinispan.topology.CacheTopologyHandler
-
Invoked when state transfer has to be started.
- rebalanceBuilder(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- rebalanceError(String, Address, int, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- rebalanceError(String, Address, int, Throwable) - Method in interface org.infinispan.util.logging.Log
- rebalanceError$str() - Method in class org.infinispan.util.logging.Log_$logger
- rebalanceFinished(Collection<Address>, int) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- rebalanceFinished(Collection<Address>, int) - Method in interface org.infinispan.util.logging.events.Messages
- rebalanceFinished$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- rebalanceFinishedWithFailure(Collection<Address>, int, Throwable) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- rebalanceFinishedWithFailure(Collection<Address>, int, Throwable) - Method in interface org.infinispan.util.logging.events.Messages
- rebalanceFinishedWithFailure$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- RebalancePhaseConfirmCommand - Class in org.infinispan.commands.topology
-
A member is confirming that it has finished a topology change during rebalance.
- RebalancePhaseConfirmCommand() - Constructor for class org.infinispan.commands.topology.RebalancePhaseConfirmCommand
- RebalancePhaseConfirmCommand(String, Address, Throwable, int, int) - Constructor for class org.infinispan.commands.topology.RebalancePhaseConfirmCommand
- rebalancePhaseConfirmedOnNode(CacheTopology.Phase, String, Address, int) - Method in class org.infinispan.util.logging.Log_$logger
- rebalancePhaseConfirmedOnNode(CacheTopology.Phase, String, Address, int) - Method in interface org.infinispan.util.logging.Log
- rebalancePhaseConfirmedOnNode$str() - Method in class org.infinispan.util.logging.Log_$logger
- RebalancePolicyUpdateCommand - Class in org.infinispan.commands.topology
-
Enable or Disable rebalancing.
- RebalancePolicyUpdateCommand() - Constructor for class org.infinispan.commands.topology.RebalancePolicyUpdateCommand
- RebalancePolicyUpdateCommand(String, boolean) - Constructor for class org.infinispan.commands.topology.RebalancePolicyUpdateCommand
- RebalanceStartCommand - Class in org.infinispan.commands.topology
-
The coordinator is starting a rebalance operation.
- RebalanceStartCommand() - Constructor for class org.infinispan.commands.topology.RebalanceStartCommand
- RebalanceStartCommand(String, Address, CacheTopology, int) - Constructor for class org.infinispan.commands.topology.RebalanceStartCommand
- rebalanceStartError(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- rebalanceStartError(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- rebalanceStartError$str() - Method in class org.infinispan.util.logging.Log_$logger
- RebalanceStatusRequestCommand - Class in org.infinispan.commands.topology
-
Query the rebalancing status.
- RebalanceStatusRequestCommand() - Constructor for class org.infinispan.commands.topology.RebalanceStatusRequestCommand
- RebalanceStatusRequestCommand(String) - Constructor for class org.infinispan.commands.topology.RebalanceStatusRequestCommand
- RebalanceType - Enum Class in org.infinispan.statetransfer
- rebalancingEnabled() - Method in class org.infinispan.util.logging.Log_$logger
- rebalancingEnabled() - Method in interface org.infinispan.util.logging.Log
- rebalancingEnabled$str() - Method in class org.infinispan.util.logging.Log_$logger
- RebalancingStatus - Enum Class in org.infinispan.topology
-
RebalancingStatus.
- rebalancingSuspended() - Method in class org.infinispan.util.logging.Log_$logger
- rebalancingSuspended() - Method in interface org.infinispan.util.logging.Log
- rebalancingSuspended$str() - Method in class org.infinispan.util.logging.Log_$logger
- recalculateMinTopologyIdIfNeeded(CacheTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- receiveClusterView(View, boolean) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- receivedClusterView(String, View) - Method in class org.infinispan.util.logging.Log_$logger
- receivedClusterView(String, View) - Method in interface org.infinispan.util.logging.Log
- receivedClusterView$str() - Method in class org.infinispan.util.logging.Log_$logger
- receivedMergedView(String, View) - Method in class org.infinispan.util.logging.Log_$logger
- receivedMergedView(String, View) - Method in interface org.infinispan.util.logging.Log
- receivedMergedView$str() - Method in class org.infinispan.util.logging.Log_$logger
- receivedXSiteClusterView(Collection<String>) - Method in class org.infinispan.util.logging.Log_$logger
- receivedXSiteClusterView(Collection<String>) - Method in interface org.infinispan.util.logging.Log
- receivedXSiteClusterView$str() - Method in class org.infinispan.util.logging.Log_$logger
- receiveState(int, Object, Object, IracMetadata) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- receiveState(int, Object, Object, IracMetadata) - Method in interface org.infinispan.xsite.irac.IracManager
-
Receives the state related to the
key. - receiveState(int, Object, Object, IracMetadata) - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- receiveState(Address, int, Collection<StateChunk>) - Method in interface org.infinispan.conflict.impl.StateReceiver
- receiveState(Address, int, Collection<StateChunk>) - Method in class org.infinispan.conflict.impl.StateReceiverImpl
- ReclosableLatch - Class in org.infinispan.util.concurrent
-
A thread gate, that uses an
AbstractQueuedSynchronizer. - ReclosableLatch() - Constructor for class org.infinispan.util.concurrent.ReclosableLatch
- ReclosableLatch(boolean) - Constructor for class org.infinispan.util.concurrent.ReclosableLatch
- record(double) - Method in class org.infinispan.metrics.impl.DistributionSummaryTrackerImpl
- recordEviction() - Method in class org.infinispan.stats.impl.StatsCollector
- recordEvictions(int) - Method in class org.infinispan.stats.impl.StatsCollector
- recordException(Exception) - Method in class org.infinispan.remoting.transport.impl.MapResponseCollector
- recordException(Throwable) - Method in class org.infinispan.telemetry.impl.DisabledInfinispanSpan
- recordException(Throwable) - Method in interface org.infinispan.telemetry.InfinispanSpan
- recordHit(long) - Method in class org.infinispan.metrics.impl.helper.KeyMetrics
- recordHit(long, Ownership) - Method in class org.infinispan.metrics.impl.helper.KeyMetrics
- recordHits(int, long) - Method in class org.infinispan.stats.impl.StatsCollector
- recordMessageSent(Address, int, boolean) - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsMetricsManager
-
Records a message sent to a
destination. - recordMessageSent(Address, int, boolean) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsMetricsManagerImpl
- recordMessageSent(Address, int, boolean) - Method in class org.infinispan.remoting.transport.jgroups.NoOpJGroupsMetricManager
- recordMiss(long) - Method in class org.infinispan.metrics.impl.helper.KeyMetrics
- recordMiss(long, Ownership) - Method in class org.infinispan.metrics.impl.helper.KeyMetrics
- recordMisses(int, long) - Method in class org.infinispan.stats.impl.StatsCollector
- recordRemoveHit(long) - Method in class org.infinispan.metrics.impl.helper.KeyMetrics
- recordRemoveHit(long, Ownership) - Method in class org.infinispan.metrics.impl.helper.KeyMetrics
- recordRemoveHits(int, long) - Method in class org.infinispan.stats.impl.StatsCollector
- recordRemoveMiss(long, Ownership) - Method in class org.infinispan.metrics.impl.helper.KeyMetrics
- recordRemoveMisses(int) - Method in class org.infinispan.stats.impl.StatsCollector
- recordRequestSent(String, long, TimeUnit) - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- recordRequestSent(String, long, TimeUnit) - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- recordRequestSent(String, long, TimeUnit) - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- recordRequestsReceived(String) - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- recordRequestsReceived(String) - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- recordRequestsReceived(String) - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- recordStore(long) - Method in class org.infinispan.metrics.impl.helper.KeyMetrics
- recordStore(long, Ownership) - Method in class org.infinispan.metrics.impl.helper.KeyMetrics
- recordStores(int, long) - Method in class org.infinispan.stats.impl.StatsCollector
- recover(int) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- recoverFromStateMissingMembers(String, List<Address>, int) - Method in class org.infinispan.util.logging.Log_$logger
- recoverFromStateMissingMembers(String, List<Address>, int) - Method in interface org.infinispan.util.logging.Log
- recoverFromStateMissingMembers(String, List<Address>, String) - Method in class org.infinispan.util.logging.Log_$logger
- recoverFromStateMissingMembers(String, List<Address>, String) - Method in interface org.infinispan.util.logging.Log
- recoverFromStateMissingMembers$str() - Method in class org.infinispan.util.logging.Log_$logger
- RECOVERING_CLUSTER - Enum constant in enum class org.infinispan.topology.ClusterTopologyManager.ClusterManagerStatus
- recovery() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- recovery() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
This method allows configuration of the transaction recovery cache.
- recovery() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
This method allows configuration of the transaction recovery cache.
- recovery() - Method in interface org.infinispan.configuration.cache.TransactionConfigurationChildBuilder
- RECOVERY - Enum constant in enum class org.infinispan.configuration.parsing.Element
- RECOVERY_INFO_CACHE_NAME - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- RECOVERY_INFO_CACHE_NAME - Static variable in class org.infinispan.configuration.cache.RecoveryConfiguration
- RecoveryAdminOperations - Class in org.infinispan.transaction.xa.recovery
-
Admin utility class for allowing management of in-doubt transactions (e.g.
- RecoveryAdminOperations() - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
- RecoveryAwareLocalTransaction - Class in org.infinispan.transaction.xa.recovery
-
Extends
LocalXaTransactionand adds recovery related information. - RecoveryAwareLocalTransaction(Transaction, GlobalTransaction, boolean, int, long) - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareLocalTransaction
- RecoveryAwareRemoteTransaction - Class in org.infinispan.transaction.xa.recovery
-
Extends
RemoteTransactionand adds recovery related information and functionality. - RecoveryAwareRemoteTransaction(List<WriteCommand>, GlobalTransaction, int, long) - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
- RecoveryAwareTransaction - Interface in org.infinispan.transaction.xa.recovery
-
Base interface for transactions that are holders of recovery information.
- RecoveryAwareTransactionTable - Class in org.infinispan.transaction.xa.recovery
-
Transaction table that delegates prepared transaction's management to the
RecoveryManager. - RecoveryAwareTransactionTable() - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
- RecoveryConfiguration - Class in org.infinispan.configuration.cache
-
Defines recovery configuration for the cache.
- RecoveryConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Defines recovery configuration for the cache.
- recoveryIgnored() - Method in class org.infinispan.util.logging.Log_$logger
- recoveryIgnored() - Method in interface org.infinispan.util.logging.Log
- recoveryIgnored$str() - Method in class org.infinispan.util.logging.Log_$logger
- recoveryInfoCacheName() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
-
Sets the name of the cache where recovery related information is held.
- recoveryInfoCacheName(String) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
Sets the name of the cache where recovery related information is held.
- RecoveryInfoKey - Class in org.infinispan.transaction.xa.recovery
-
This makes sure that only xids pertaining to a certain cache are being returned when needed.
- RecoveryInfoKey(XidImpl, String) - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryInfoKey
- recoveryManager - Variable in class org.infinispan.transaction.xa.XaTransactionTable
- RecoveryManager - Interface in org.infinispan.transaction.xa.recovery
-
RecoveryManager is the component responsible with managing recovery related information and the functionality associated with it.
- RecoveryManager.RecoveryIterator - Interface in org.infinispan.transaction.xa.recovery
-
Stateful structure allowing prepared-tx retrieval in a batch-oriented manner, as required by
XAResource.recover(int). - RecoveryManagerFactory - Class in org.infinispan.factories
-
Factory for RecoveryManager.
- RecoveryManagerFactory() - Constructor for class org.infinispan.factories.RecoveryManagerFactory
- RecoveryManagerImpl - Class in org.infinispan.transaction.xa.recovery
-
Default implementation for
RecoveryManager - RecoveryManagerImpl(ConcurrentMap<RecoveryInfoKey, RecoveryAwareRemoteTransaction>, String) - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- recoveryNotSupportedWithNonTxCache() - Method in class org.infinispan.util.logging.Log_$logger
- recoveryNotSupportedWithNonTxCache() - Method in interface org.infinispan.util.logging.Log
- recoveryNotSupportedWithNonTxCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- recoveryNotSupportedWithSynchronization() - Method in class org.infinispan.util.logging.Log_$logger
- recoveryNotSupportedWithSynchronization() - Method in interface org.infinispan.util.logging.Log
- recoveryNotSupportedWithSynchronization$str() - Method in class org.infinispan.util.logging.Log_$logger
- reduce(double, DoubleBinaryOperator) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- reduce(double, DoubleBinaryOperator) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- reduce(double, DoubleBinaryOperator) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- reduce(double, SerializableDoubleBinaryOperator) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.reduce(double, DoubleBinaryOperator)except that the DoubleBinaryOperator must also implementSerializable - reduce(int, IntBinaryOperator) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- reduce(int, IntBinaryOperator) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- reduce(int, IntBinaryOperator) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- reduce(int, SerializableIntBinaryOperator) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.reduce(int, IntBinaryOperator)except that the IntBinaryOperator must also implementSerializable - reduce(long, LongBinaryOperator) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- reduce(long, LongBinaryOperator) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- reduce(long, LongBinaryOperator) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- reduce(long, SerializableLongBinaryOperator) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.reduce(long, LongBinaryOperator)except that the LongBinaryOperator must also implement Serializable. - reduce(E, BiFunction<E, ? super I, E>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
-
Provides a reduction where the initial value must be the identity value that is not modified via the provided biFunction.
- reduce(BinaryOperator<E>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- reduce(BinaryOperator<R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- reduce(BinaryOperator<R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- reduce(BinaryOperator<R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- reduce(BinaryOperator<R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- reduce(BinaryOperator<T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that applies a binary folding operation to all elements of this traversable, and wraps the result in an optional.
- reduce(DoubleBinaryOperator) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- reduce(DoubleBinaryOperator) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- reduce(DoubleBinaryOperator) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- reduce(IntBinaryOperator) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- reduce(IntBinaryOperator) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- reduce(IntBinaryOperator) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- reduce(LongBinaryOperator) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- reduce(LongBinaryOperator) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- reduce(LongBinaryOperator) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- reduce(SerializableBinaryOperator<R>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.reduce(BinaryOperator)except that the BinaryOperator must also implementSerializable - reduce(SerializableDoubleBinaryOperator) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.reduce(DoubleBinaryOperator)except that the DoubleBinaryOperator must also implementSerializable - reduce(SerializableIntBinaryOperator) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.reduce(IntBinaryOperator)except that the IntBinaryOperator must also implementSerializable - reduce(SerializableLongBinaryOperator) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.reduce(LongBinaryOperator)except that the LongBinaryOperator must also implement Serializable. - reduce(R, BinaryOperator<R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- reduce(R, BinaryOperator<R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- reduce(R, BinaryOperator<R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- reduce(R, BinaryOperator<R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- reduce(R, SerializableBinaryOperator<R>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.reduce(Object, BinaryOperator)except that the BinaryOperator must also implementSerializable - reduce(T, BinaryOperator<T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that applies a binary folding operation to a start value and all elements of this traversable.
- reduce(U, BiFunction<U, ? super R, U>, BinaryOperator<U>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- reduce(U, BiFunction<U, ? super R, U>, BinaryOperator<U>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- reduce(U, BiFunction<U, ? super R, U>, BinaryOperator<U>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- reduce(U, BiFunction<U, ? super R, U>, BinaryOperator<U>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that applies a binary folding operation to a start value and the result of each element having a mapping function applied.
- reduce(U, SerializableBiFunction<U, ? super R, U>, SerializableBinaryOperator<U>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.reduce(Object, BiFunction, BinaryOperator)except that the BinaryOperator must also implementSerializable - ReducerExternalizer() - Constructor for class org.infinispan.stream.impl.CacheIntermediatePublisher.ReducerExternalizer
- ReducerExternalizer() - Constructor for class org.infinispan.stream.impl.CacheStreamIntermediateReducer.ReducerExternalizer
- reduceWith(Callable<? extends E>, BiFunction<E, ? super I, E>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- ReductionPublisherRequestCommand<K> - Class in org.infinispan.reactive.publisher.impl.commands.reduction
-
Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.
- ReductionPublisherRequestCommand(ByteString) - Constructor for class org.infinispan.reactive.publisher.impl.commands.reduction.ReductionPublisherRequestCommand
- ReductionPublisherRequestCommand(ByteString, boolean, DeliveryGuarantee, IntSet, Set<K>, Set<K>, long, boolean, Function, Function) - Constructor for class org.infinispan.reactive.publisher.impl.commands.reduction.ReductionPublisherRequestCommand
- REF - Enum constant in enum class org.infinispan.stream.impl.IntermediateType
- REFRESH_INTERVAL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- REFRESH_INTERVAL - Static variable in class org.infinispan.configuration.cache.IndexReaderConfiguration
- refreshInterval(long) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- REGEX - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- REGEX - Enum constant in enum class org.infinispan.configuration.parsing.Element
- REGEX_PRINCIPAL_TRANSFORMER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- RegexNameRewriter - Class in org.infinispan.security.mappers
-
A simple regular expression-based name rewriter.
- RegexNameRewriter(Pattern, String, boolean) - Constructor for class org.infinispan.security.mappers.RegexNameRewriter
-
Construct a new instance.
- register(SerializationContextInitializer) - Method in class org.infinispan.marshall.persistence.impl.PersistenceMarshallerImpl
- register(SerializationContextInitializer) - Method in interface org.infinispan.marshall.persistence.PersistenceMarshaller
-
Registers the schemas and marshallers defined by the provided
SerializationContextInitializerwith thePersistenceMarshaller'sSerializationContext. - register(InitialPublisherCommand<?, I, R>) - Method in class org.infinispan.reactive.publisher.impl.PublisherHandler
-
Registers a publisher given the initial command arguments.
- REGISTER - Enum constant in enum class org.infinispan.configuration.global.ShutdownHookBehavior
-
Forces the cache to register a shutdown hook even if an MBean server is detected.
- registerAlias(String, String, Class<?>) - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Register an alias to another component.
- registerAlias(String, String, Class<?>) - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- registerComponent(Class<?>, T, boolean) - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Register a component named
componentType.getName(). - registerComponent(Object, Class<?>) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.Registers a component in the registry under the given type, and injects any dependencies needed.
- registerComponent(Object, String) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- registerComponent(Object, String, boolean) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- registerComponent(String, T, boolean) - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Register a component named
componentName. - registerComponent(String, T, boolean) - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- registerComponentAccessor(String, List<String>, ComponentAccessor<?>) - Method in interface org.infinispan.factories.impl.ModuleMetadataBuilder.ModuleBuilder
- registerComponentInternal(Object, String, boolean) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- registerDynamicMetadata(ModuleMetadataBuilder.ModuleBuilder, GlobalConfiguration) - Method in interface org.infinispan.factories.impl.DynamicModuleMetadataProvider
-
Use the provided builder to add additional component metadata.
- registerEncoder(Encoder) - Method in interface org.infinispan.marshall.core.EncoderRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.
- registerEncoder(Encoder) - Method in class org.infinispan.marshall.core.EncoderRegistryImpl
- registerExternalMBean(Object, String) - Method in class org.infinispan.jmx.CacheJmxRegistration
-
Registers a MBean, but does not track it to perform automatic unregistration on stop.
- registerExternalMBean(Object, String) - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
-
Registers a MBean, but does not track it to perform automatic unregistration on stop.
- registerExternalMetrics(Object, String) - Method in class org.infinispan.metrics.impl.CacheManagerMetricsRegistration
-
Register metrics for a component that was manually registered later, after component registry startup.
- registerExternalMetrics(Object, String) - Method in class org.infinispan.metrics.impl.CacheMetricsRegistration
-
Register metrics for a component that was manually registered later, after component registry startup.
- registerInDoubtTransaction(RecoveryAwareRemoteTransaction) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
- registerInDoubtTransaction(RecoveryAwareRemoteTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- registerInternalCache(String, Configuration) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
- registerInternalCache(String, Configuration) - Method in interface org.infinispan.registry.InternalCacheRegistry
-
Registers an internal cache.
- registerInternalCache(String, Configuration, EnumSet<InternalCacheRegistry.Flag>) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
- registerInternalCache(String, Configuration, EnumSet<InternalCacheRegistry.Flag>) - Method in interface org.infinispan.registry.InternalCacheRegistry
-
Registers an internal cache with the specified flags.
- registerL1WriteSynchronizer(Object, L1WriteSynchronizer) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
- registerL1WriteSynchronizer(Object, L1WriteSynchronizer) - Method in interface org.infinispan.distribution.L1Manager
-
Registers the given write synchronizer to be notified whenever a remote value is looked up for the given key.
- registerListener() - Method in class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
- registerListenerInvocations(boolean, boolean, boolean, IndexedFilter<?, ?, ?>, Map<Class<? extends Annotation>, List<DelegatingCacheEntryListenerInvocation<K, V>>>, DataConversion, DataConversion) - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
- registerLockedKey(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- registerMarshallers(SerializationContext) - Method in class org.infinispan.marshall.persistence.impl.PersistenceContextInitializerImpl
- registerMBean(Object) - Method in class org.infinispan.jmx.CacheJmxRegistration
-
Registers a MBean (and tracks it to perform automatic unregistration on stop).
- registerMBean(Object) - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
-
Registers a MBean (and tracks it to perform automatic unregistration on stop).
- registerMBean(Object, String) - Method in class org.infinispan.jmx.CacheJmxRegistration
-
Registers a MBean (and tracks it to perform automatic unregistration on stop).
- registerMBean(Object, String) - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
-
Registers a MBean (and tracks it to perform automatic unregistration on stop).
- registerMBeanMetadata(String, MBeanMetadata) - Method in interface org.infinispan.factories.impl.ModuleMetadataBuilder.ModuleBuilder
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.batch.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.cache.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.commands.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.commands.module.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.commands.topology.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.configuration.global.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.conflict.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.conflict.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.container.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.container.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.container.offheap.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.container.versioning.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.container.versioning.irac.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.context.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.context.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Method in class org.infinispan.CoreModuleImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.distribution.ch.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.distribution.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.distribution.group.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.distribution.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.encoding.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.encoding.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.eviction.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.eviction.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.executors.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.expiration.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.factories.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Method in interface org.infinispan.factories.impl.ModuleMetadataBuilder
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.filter.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.functional.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.globalstate.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.globalstate.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.health.impl.jmx.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.interceptors.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.interceptors.distribution.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.interceptors.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.interceptors.locking.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.interceptors.xsite.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.jmx.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.manager.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.manager.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.marshall.core.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.marshall.core.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.marshall.persistence.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.marshall.protostream.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.metrics.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.notifications.cachelistener.cluster.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.notifications.cachelistener.cluster.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.notifications.cachelistener.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.notifications.cachelistener.filter.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.notifications.cachemanagerlistener.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.notifications.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.partitionhandling.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.persistence.manager.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.persistence.support.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.reactive.publisher.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.registry.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.registry.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.remoting.inboundhandler.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.remoting.responses.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.remoting.rpc.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.remoting.transport.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.remoting.transport.jgroups.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.security.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.security.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.security.mappers.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.statetransfer.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.stats.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.stats.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.stream.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.stream.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.telemetry.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.topology.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.transaction.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.transaction.lookup.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.transaction.xa.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.transaction.xa.recovery.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.upgrade.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.util.concurrent.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.util.concurrent.locks.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.util.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.util.logging.events.impl.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.xsite.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.xsite.events.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.xsite.irac.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.xsite.metrics.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.xsite.statetransfer.CorePackageImpl
- registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.xsite.status.CorePackageImpl
- registerMetrics(Object, String, String) - Method in class org.infinispan.metrics.impl.CacheManagerMetricsRegistration
-
Register metrics for a component that was manually registered later, after component registry startup.
- registerMetrics(Object, String, String) - Method in class org.infinispan.metrics.impl.CacheMetricsRegistration
-
Register metrics for a component that was manually registered later, after component registry startup.
- registerMetrics(Object, Collection<MetricInfo>, String, String) - Method in class org.infinispan.metrics.impl.MetricsCollector
- registerMetrics(Object, Collection<MetricInfo>, String, Map<String, String>) - Method in interface org.infinispan.metrics.impl.MetricsRegistry
-
Register the
MBeanMetadata.AttributeMetadataas metrics. - registerMetrics(Object, Collection<MetricInfo>, String, Map<String, String>) - Method in class org.infinispan.metrics.impl.MetricsRegistryImpl
- registerMetrics(Object, Collection<MetricInfo>, String, Map<String, String>) - Method in class org.infinispan.metrics.impl.NoMetricRegistry
- registerNamedComponentRegistry(ComponentRegistry, String) - Method in class org.infinispan.factories.GlobalComponentRegistry
- registerNonVolatileComponent(Object, String) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- registerRequest(XSiteResponse) - Method in class org.infinispan.xsite.status.NoOpTakeOfflineManager
- registerRequest(XSiteResponse<?>) - Method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- registerRequest(XSiteResponse<?>) - Method in interface org.infinispan.xsite.status.TakeOfflineManager
-
Registers a cross-site request made.
- registerSchema(SerializationContext) - Method in class org.infinispan.marshall.persistence.impl.PersistenceContextInitializerImpl
- registerStateProvider(GlobalStateProvider) - Method in interface org.infinispan.globalstate.GlobalStateManager
-
Registers a state provider within this state manager
- registerStateProvider(GlobalStateProvider) - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
- registerTimer(String, TimerTracker) - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- registerTimer(String, TimerTracker) - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- registerTimer(String, TimerTracker) - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- registerTimer(TimerTracker) - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- registerTimer(TimerTracker) - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- registerTimer(TimerTracker) - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- registerTranscoder(Transcoder) - Method in interface org.infinispan.marshall.core.EncoderRegistry
- registerTranscoder(Transcoder) - Method in class org.infinispan.marshall.core.EncoderRegistryImpl
- registerVersionGenerator(NumericVersionGenerator) - Method in class org.infinispan.factories.ComponentRegistry
- registerWrapper(Wrapper) - Method in interface org.infinispan.marshall.core.EncoderRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0, with
DataConversion.getWrapper() - registerWrapper(Wrapper) - Method in class org.infinispan.marshall.core.EncoderRegistryImpl
- registry - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- registry - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- registry() - Method in class org.infinispan.metrics.impl.MetricsRegistryImpl
- REGULAR_MEMBER - Enum constant in enum class org.infinispan.topology.ClusterTopologyManager.ClusterManagerStatus
- rehashAware - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- reincarnate(long) - Method in class org.infinispan.container.entries.ImmortalCacheEntry
- reincarnate(long) - Method in interface org.infinispan.container.entries.InternalCacheEntry
-
"Reincarnates" an entry.
- reincarnate(long) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- reincarnate(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- reincarnate(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- reincarnate(long) - Method in class org.infinispan.container.entries.MortalCacheEntry
- reincarnate(long) - Method in class org.infinispan.container.entries.TransientCacheEntry
- reincarnate(long) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- REINDEX - Enum constant in enum class org.infinispan.configuration.cache.IndexStartupMode
-
Reindex will be triggered at cache startup time.
- RELATIVE_TO - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- RELATIVE_TO - Static variable in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- RELATIVE_TO - Static variable in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- relativeTo() - Method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- relativeTo() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- release(Object) - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
-
It tries to release the lock held by
lockOwner. - release(Object, Object) - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
- release(Object, Object) - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
- release(Object, Object) - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
- RELEASED - Enum constant in enum class org.infinispan.util.concurrent.locks.LockState
-
The lock owner released the lock.
- releaseExclusiveTopologyLock() - Method in interface org.infinispan.statetransfer.StateTransferLock
- releaseExclusiveTopologyLock() - Method in class org.infinispan.statetransfer.StateTransferLockImpl
- releaseLocksForCompletedTransaction(LocalTransaction, boolean) - Method in class org.infinispan.transaction.impl.TransactionTable
- releaseSharedTopologyLock() - Method in interface org.infinispan.statetransfer.StateTransferLock
- releaseSharedTopologyLock() - Method in class org.infinispan.statetransfer.StateTransferLockImpl
- remapAddresses(UnaryOperator<Address>) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Returns a new ConsistentHash with the addresses remapped according to the provided
UnaryOperator. - remapAddresses(UnaryOperator<Address>) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- remapAddresses(UnaryOperator<Address>) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- remapAddressRemoveMissing(UnaryOperator<Address>) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Same as
ConsistentHash.remapAddresses(UnaryOperator)but skip missing members. - remapAddressRemoveMissing(UnaryOperator<Address>) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- remapCapacityFactors(UnaryOperator<Address>, boolean) - Method in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- remapMembers(UnaryOperator<Address>, boolean) - Method in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- REMOTE_CACHE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- REMOTE_CACHE - Static variable in class org.infinispan.configuration.cache.BackupForConfiguration
- REMOTE_COMMAND_EXECUTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- REMOTE_EXECUTOR - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- REMOTE_ITERATION - Enum constant in enum class org.infinispan.context.Flag
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0, no longer does anything. Will be removed in 17.0.
- REMOTE_ITERATION - Static variable in class org.infinispan.context.impl.FlagBitSets
-
Deprecated, for removal: This API element is subject to removal in a future version.
- REMOTE_SITE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- REMOTE_SITE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- REMOTE_SITE - Static variable in class org.infinispan.configuration.cache.BackupForConfiguration
- REMOTE_SITES - Enum constant in enum class org.infinispan.configuration.parsing.Element
- REMOTE_TIMEOUT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- REMOTE_TIMEOUT - Static variable in class org.infinispan.configuration.cache.ClusteringConfiguration
- remoteCache - Variable in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- remoteCache() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
- remoteCache(String) - Method in class org.infinispan.configuration.cache.BackupForBuilder
- remoteCachesFromSite(ByteString) - Method in class org.infinispan.xsite.XSiteCacheMapper
- remoteCallback - Variable in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- remoteCallTimeout() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
-
Deprecated.
- remoteCallTimeout(long) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- remoteCallTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- RemoteClusterListener - Class in org.infinispan.notifications.cachelistener.cluster
-
A listener that installed locally on each node when a cluster listener is installed on a given node.
- RemoteClusterListener(UUID, Address, CacheNotifier, CacheManagerNotifier, ClusterEventManager, boolean) - Constructor for class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
- RemoteCommandsFactory - Class in org.infinispan.commands
-
Specifically used to create un-initialized
ReplicableCommands from a byte stream. - RemoteCommandsFactory() - Constructor for class org.infinispan.commands.RemoteCommandsFactory
- remoteCommandThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- remoteCommandThreadPool() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- remoteCommandThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- remoteException(Address, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- remoteException(Address, Throwable) - Method in interface org.infinispan.util.logging.Log
- RemoteException - Exception Class in org.infinispan.remoting
-
Represents an application-level exception originating in a remote node.
- RemoteException(String, Throwable) - Constructor for exception class org.infinispan.remoting.RemoteException
- remoteException$str() - Method in class org.infinispan.util.logging.Log_$logger
- remoteGetMany(InvocationContext, C, Collection<?>) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- remoteGetSingleKey(InvocationContext, C, Object, boolean) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
-
Fetch a key from its remote owners and store it in the context.
- remoteGetSingleKey(InvocationContext, C, Object, boolean) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- RemoteGetSingleKeyCollector - Class in org.infinispan.interceptors.distribution
-
Return the first successful response for a staggered remote get, used in dist mode.
- RemoteGetSingleKeyCollector() - Constructor for class org.infinispan.interceptors.distribution.RemoteGetSingleKeyCollector
- RemoteLockCommand - Interface in org.infinispan.util.concurrent.locks
-
Simple interface to extract all the keys that may need to be locked.
- remoteLocksAcquired(Collection<Address>) - Method in class org.infinispan.context.impl.LocalTxInvocationContext
- RemoteMetadata - Class in org.infinispan.container.entries
-
This is a metadata type used by scattered cache during state transfer.
- RemoteMetadata(Address, EntryVersion) - Constructor for class org.infinispan.container.entries.RemoteMetadata
- RemoteMetadata.Externalizer - Class in org.infinispan.container.entries
- RemoteMetadata$___Marshaller_4cb4a1b59ce257eb4994240cafc1894764116cb17c3875df246d2943dcbdce0d - Class in org.infinispan.container.entries
-
WARNING: Generated code! Do not edit!
- RemoteMetadata$___Marshaller_4cb4a1b59ce257eb4994240cafc1894764116cb17c3875df246d2943dcbdce0d() - Constructor for class org.infinispan.container.entries.RemoteMetadata$___Marshaller_4cb4a1b59ce257eb4994240cafc1894764116cb17c3875df246d2943dcbdce0d
- remoteNodeSuspected(Address) - Static method in class org.infinispan.remoting.transport.ResponseCollectors
- remoteNodeSuspected(Address) - Method in class org.infinispan.util.logging.Log_$logger
- remoteNodeSuspected(Address) - Method in interface org.infinispan.util.logging.Log
- remoteNodeSuspected$str() - Method in class org.infinispan.util.logging.Log_$logger
- remoteNodeTimedOut(Address, long, TimeUnit) - Method in class org.infinispan.util.logging.Log_$logger
- remoteNodeTimedOut(Address, long, TimeUnit) - Method in interface org.infinispan.util.logging.Log
- remoteNodeTimedOut$str() - Method in class org.infinispan.util.logging.Log_$logger
- remoteReadOnlyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- remoteReadOnlyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- remoteSite() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
- remoteSite(String) - Method in class org.infinispan.configuration.cache.BackupForBuilder
- RemoteSites(String, String) - Constructor for class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.RemoteSites
- RemoteSiteStatus - Class in org.infinispan.xsite.statetransfer
-
Cross-Site state transfer status invalid input: '&' collector
- remoteThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- remoteThreadPoolName() - Method in class org.infinispan.configuration.global.TransportConfiguration
- remoteTimeout() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
This is the timeout used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
- remoteTimeout(long) - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
This is the timeout used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
- remoteTimeout(long) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
This is the timeout used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
- remoteTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
This is the timeout used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
- RemoteTransaction - Class in org.infinispan.transaction.impl
-
Defines the state of a remotely originated transaction.
- RemoteTransaction(List<WriteCommand>, GlobalTransaction, int, long) - Constructor for class org.infinispan.transaction.impl.RemoteTransaction
- RemoteTransaction(GlobalTransaction, int, long) - Constructor for class org.infinispan.transaction.impl.RemoteTransaction
- remoteTransactionAlreadyCompleted(GlobalTransaction) - Method in class org.infinispan.util.logging.Log_$logger
- remoteTransactionAlreadyCompleted(GlobalTransaction) - Method in interface org.infinispan.util.logging.Log
- remoteTransactionAlreadyCompleted$str() - Method in class org.infinispan.util.logging.Log_$logger
- remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.util.logging.Log_$logger
- remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in interface org.infinispan.util.logging.Log
- remoteTransactionAlreadyRolledBack$str() - Method in class org.infinispan.util.logging.Log_$logger
- remoteTransactionCommitted(GlobalTransaction, boolean) - Method in class org.infinispan.transaction.impl.TransactionTable
-
Removes the
RemoteTransactioncorresponding to the given tx. - remoteTransactionCommitted(GlobalTransaction, boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
- remoteTransactionOriginatorNotInView(GlobalTransaction) - Method in class org.infinispan.util.logging.Log_$logger
- remoteTransactionOriginatorNotInView(GlobalTransaction) - Method in interface org.infinispan.util.logging.Log
- remoteTransactionOriginatorNotInView$str() - Method in class org.infinispan.util.logging.Log_$logger
- remoteTransactionPrepared(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- remoteTransactionPrepared(GlobalTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
-
Marks the transaction as prepared.
- remoteTransactionRollback(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- remoteTransactionRollback(GlobalTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
- remoteTransactionStatusMissing(GlobalTransaction) - Method in class org.infinispan.util.logging.Log_$logger
- remoteTransactionStatusMissing(GlobalTransaction) - Method in interface org.infinispan.util.logging.Log
- remoteTransactionStatusMissing$str() - Method in class org.infinispan.util.logging.Log_$logger
- remoteTransactionTimeout(GlobalTransaction, long) - Method in class org.infinispan.util.logging.Log_$logger
- remoteTransactionTimeout(GlobalTransaction, long) - Method in interface org.infinispan.util.logging.Log
- remoteTransactionTimeout$str() - Method in class org.infinispan.util.logging.Log_$logger
- RemoteTxInvocationContext - Class in org.infinispan.context.impl
-
Context to be used for transaction that originated remotely.
- RemoteTxInvocationContext(RemoteTransaction) - Constructor for class org.infinispan.context.impl.RemoteTxInvocationContext
- remoteValueFound(InternalCacheEntry) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
- remoteValueFound(InternalCacheEntry) - Method in interface org.infinispan.distribution.RemoteValueRetrievedListener
-
Invoked when a remote value is found from a remote source
- remoteValueNotFound(Object) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
- remoteValueNotFound(Object) - Method in interface org.infinispan.distribution.RemoteValueRetrievedListener
-
Invoked when a remote value is not found from the remote source for the given key
- RemoteValueRetrievedListener - Interface in org.infinispan.distribution
-
Listener that is notified when a remote value is looked up
- RemovableCloseableIterator<K,
C> - Class in org.infinispan.stream.impl -
Deprecated.Users should use
RemovableCloseableIteratorinstead - RemovableCloseableIterator(CloseableIterator<C>, Cache<K, ?>, Function<? super C, K>) - Constructor for class org.infinispan.stream.impl.RemovableCloseableIterator
-
Deprecated.
- RemovableIterator<K,
C> - Class in org.infinispan.stream.impl -
Deprecated.Users should use
RemovableIteratorinstead - RemovableIterator(Iterator<C>, Cache<K, ?>, Function<? super C, K>) - Constructor for class org.infinispan.stream.impl.RemovableIterator
-
Deprecated.
- remove() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
- remove() - Method in interface org.infinispan.functional.EntryView.WriteEntryView
-
Removes the value and any metadata parameters associated with it.
- remove() - Method in class org.infinispan.transaction.xa.recovery.PreparedTxIterator
- remove() - Method in class org.infinispan.util.DataContainerRemoveIterator
- remove(int, Object) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- remove(int, Object) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- remove(int, Object) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Same as
DataContainer.remove(Object)except that the segment of the key can provided to remove the entry without calculating the segment for the given key. - remove(int, Object) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- remove(Class<T>) - Method in class org.infinispan.functional.impl.MetaParams
- remove(Object) - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- remove(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- remove(Object) - Method in class org.infinispan.cache.impl.CacheImpl
- remove(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
- remove(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- remove(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
- remove(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
- remove(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- remove(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
- remove(Object) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- remove(Object) - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- remove(Object) - Method in interface org.infinispan.container.DataContainer
-
Removes an entry from the cache
- remove(Object) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- remove(Object) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- remove(Object) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- remove(Object) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- remove(Object) - Method in class org.infinispan.InternalCacheSet
- remove(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- remove(Object) - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
- remove(Object) - Method in class org.infinispan.util.CollectionMapper
- remove(Object) - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- remove(Object, Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- remove(Object, Object) - Method in class org.infinispan.cache.impl.CacheImpl
- remove(Object, Object) - Method in class org.infinispan.cache.impl.DecoratedCache
- remove(Object, Object) - Method in class org.infinispan.cache.impl.EncoderCache
- remove(Object, Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- remove(Object, Object) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- remove(Object, Object) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- remove(Object, Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- remove(T) - Method in class org.infinispan.util.DependencyGraph
-
Remove element from the graph
- Remove - Class in org.infinispan.persistence.modifications
-
Represents a
CacheWriter.delete(Object)(Object)} modification - Remove(Object) - Constructor for class org.infinispan.persistence.modifications.Remove
- REMOVE - Enum constant in enum class org.infinispan.eviction.EvictionStrategy
-
Strategy where the cache will remove entries to make room for new ones while staying under the configured size
- REMOVE - Enum constant in enum class org.infinispan.notifications.cachemanagerlistener.event.ConfigurationChangedEvent.EventType
- REMOVE - Enum constant in enum class org.infinispan.persistence.modifications.Modification.Type
- REMOVE - Enum constant in enum class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.StackCombine
- REMOVE - Enum constant in enum class org.infinispan.util.concurrent.DataOperationOrderer.Operation
- REMOVE_ALL - Enum constant in enum class org.infinispan.conflict.MergePolicy
- removeAll() - Method in class org.infinispan.container.offheap.MemoryAddressHash
-
Removes all the address lookups by setting them to 0.
- removeAll(int, int) - Method in class org.infinispan.container.offheap.MemoryAddressHash
-
Removes all the address lookups by setting them to 0 within the given offset, limiting the removal to only a specific count of addresses.
- removeAll(Collection<?>) - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- removeAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
- removeAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
- removeAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
- removeAll(Collection<?>) - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- removeAll(Collection<?>) - Method in class org.infinispan.InternalCacheSet
- removeAll(Collection<?>) - Method in class org.infinispan.util.CollectionMapper
- removeAll(Collection<?>) - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- removeAndUnlock(TemporaryTable.LockedEntry, int, Object) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- removeAsync(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- removeAsync(Object) - Method in class org.infinispan.cache.impl.CacheImpl
- removeAsync(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
- removeAsync(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- removeAsync(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- removeAsync(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- removeAsync(Object, Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- removeAsync(Object, Object) - Method in class org.infinispan.cache.impl.CacheImpl
- removeAsync(Object, Object) - Method in class org.infinispan.cache.impl.DecoratedCache
- removeAsync(Object, Object) - Method in class org.infinispan.cache.impl.EncoderCache
- removeAsync(Object, Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- removeAsync(Object, Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- removeAsyncEntry(Object) - Method in interface org.infinispan.AdvancedCache
-
An extension of
AsyncCache.removeAsync(Object), which returns aCacheEntryinstead of only the value. - removeAsyncEntry(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- removeAsyncEntry(Object) - Method in class org.infinispan.cache.impl.CacheImpl
- removeAsyncEntry(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
- removeAsyncEntry(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- removeAsyncEntry(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- removeAsyncEntry(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- removeBackupLock(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- removeBackupLock(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
It cleans up the backup for
key. - removeBackupLocks(Collection<?>) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- removeBackupLocks(Collection<?>) - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
It cleans up the backup lock for the
keys. - removeCache(String) - Method in class org.infinispan.factories.GlobalComponentRegistry
-
Removes a cache with the given name, returning true if the cache was removed.
- removeCache(String) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- removeCache(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Removes a cluster-wide cache and its configuration
- removeCache(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.GlobalConfigurationManagerImpl
- removeCache(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.ImmutableLocalConfigurationStorage
- removeCache(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.OverlayLocalConfigurationStorage
- removeCache(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- removeCache(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Removes the specified cache.
- removeCacheSync(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- RemoveCommand - Class in org.infinispan.commands.write
- RemoveCommand() - Constructor for class org.infinispan.commands.write.RemoveCommand
- RemoveCommand(Object, Object, boolean, int, long, CommandInvocationId) - Constructor for class org.infinispan.commands.write.RemoveCommand
- removeConditionally(int, Object, int, int) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- removeConfiguration(String) - Method in class org.infinispan.configuration.ConfigurationManager
- removeConsumer() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- REMOVED - Enum constant in enum class org.infinispan.container.entries.ReadCommittedEntry.Flags
- REMOVED - Static variable in interface org.infinispan.notifications.cachelistener.QueueingSegmentListener
- removeDependency(T, T) - Method in class org.infinispan.util.DependencyGraph
-
Remove a dependency
- removedSince(ConfigurationReader, int, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- removeEntry(Object) - Method in class org.infinispan.persistence.support.BatchModification
- removeEntryInMap(PeekableTouchableMap<K, V>, int, Object) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- removeEntryInMap(PeekableTouchableMap<K, V>, int, Object) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- RemoveExpiredCommand - Class in org.infinispan.commands.write
-
Removes an entry that is expired from memory
- RemoveExpiredCommand() - Constructor for class org.infinispan.commands.write.RemoveExpiredCommand
- RemoveExpiredCommand(Object, Object, Long, boolean, int, long, CommandInvocationId) - Constructor for class org.infinispan.commands.write.RemoveExpiredCommand
- removeExtraBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- removeGroup(String) - Method in interface org.infinispan.AdvancedCache
-
It removes all the key which belongs to a group.
- removeGroup(String) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- removeGroup(String) - Method in class org.infinispan.cache.impl.CacheImpl
- removeGroup(String) - Method in class org.infinispan.cache.impl.DecoratedCache
- removeGroup(String) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- removeGroup(String) - Method in class org.infinispan.security.impl.SecureCacheImpl
- removeIf(Predicate<? super E>) - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- removeIf(Predicate<? super E>) - Method in class org.infinispan.InternalCacheSet
- removeIf(Predicate<? super R>) - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- removeIfValueEqualsReturnBoolean() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- removeInterceptor(int) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Removes the interceptor at the given position.
- removeInterceptor(int) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- removeInterceptor(int) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- removeInterceptor(Class<? extends AsyncInterceptor>) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Removes all the occurrences of supplied interceptor type from the chain.
- removeInterceptor(Class<? extends AsyncInterceptor>) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- removeInterceptor(Class<? extends AsyncInterceptor>) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- removeInternalListener(Object) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
- removeInternalListener(Object) - Method in interface org.infinispan.expiration.impl.InternalExpirationManager
-
Removes a previous registered
InternalExpirationManager.ExpirationConsumer. - removeKey(Object, IracMetadata, boolean) - Method in interface org.infinispan.xsite.BackupReceiver
-
Deletes the key.
- removeKey(Object, IracMetadata, boolean) - Method in class org.infinispan.xsite.ClusteredCacheBackupReceiver
- removeLifespanExpired(K, V, Long) - Method in interface org.infinispan.AdvancedCache
-
Attempts to remove the entry if it is expired.
- removeLifespanExpired(K, V, Long) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- removeLifespanExpired(K, V, Long) - Method in class org.infinispan.cache.impl.CacheImpl
- removeLifespanExpired(K, V, Long) - Method in class org.infinispan.cache.impl.DecoratedCache
- removeLifespanExpired(K, V, Long) - Method in class org.infinispan.cache.impl.EncoderCache
- removeLifespanExpired(K, V, Long) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- removeLifespanExpired(K, V, Long) - Method in class org.infinispan.security.impl.SecureCacheImpl
- removeListener() - Method in class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
- removeListener(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- removeListener(Object) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- removeListener(Object) - Method in interface org.infinispan.notifications.Listenable
-
Removes a listener from the component.
- removeListenerAsync(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- removeListenerAsync(Object) - Method in class org.infinispan.cache.impl.CacheImpl
- removeListenerAsync(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- removeListenerAsync(Object) - Method in class org.infinispan.manager.DefaultCacheManager
- removeListenerAsync(Object) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- removeListenerAsync(Object) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- removeListenerAsync(Object) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- removeListenerAsync(Object) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- removeListenerAsync(Object) - Method in interface org.infinispan.notifications.Listenable
-
Asynchronous version of
Listenable.removeListener(Object) - removeListenerAsync(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
- removeListenerAsync(Object) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
- removeListenerAsync(Object) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- removeListenerAsync(Object) - Method in class org.infinispan.util.logging.events.impl.EventLoggerNotifierImpl
- removeListenerAsync(Listenable, Object) - Static method in class org.infinispan.security.actions.SecurityActions
- RemoveListenerAsyncAction - Class in org.infinispan.security.actions
-
removeListenerAsync action
- RemoveListenerAsyncAction(Listenable, Object) - Constructor for class org.infinispan.security.actions.RemoveListenerAsyncAction
- removeListenerFromMaps(Object) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- removeListenerInvocation(Class<? extends Annotation>, Object) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- removeListenerInvocation(Class<? extends Annotation>, Object) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- removeLocalTransaction(LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
-
Removes the
TransactionXaAdaptercorresponding to the given tx. - removeLocalTransaction(LocalTransaction) - Method in class org.infinispan.transaction.xa.XaTransactionTable
- removeLookedUpEntries(Collection<?>) - Method in interface org.infinispan.context.EntryLookup
- removeLookedUpEntry(Object) - Method in interface org.infinispan.context.EntryLookup
- removeLookedUpEntry(Object) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- removeLookedUpEntry(Object) - Method in class org.infinispan.context.impl.ClearInvocationContext
- removeLookedUpEntry(Object) - Method in class org.infinispan.context.impl.ImmutableContext
- removeLookedUpEntry(Object) - Method in class org.infinispan.context.impl.NonTxInvocationContext
- removeLookedUpEntry(Object) - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- removeLookedUpEntry(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- removeLookedUpEntry(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
- removeMaxIdleExpired(K, V) - Method in interface org.infinispan.AdvancedCache
-
Attempts to remove the entry for the given key, if it has expired due to max idle.
- removeMaxIdleExpired(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- removeMaxIdleExpired(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
- removeMaxIdleExpired(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
- removeMaxIdleExpired(K, V) - Method in class org.infinispan.cache.impl.EncoderCache
- removeMaxIdleExpired(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- removeMaxIdleExpired(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
- removeOwner(int, Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- removePersistentAddressMapping(Address) - Method in interface org.infinispan.topology.PersistentUUIDManager
-
Removes any address mapping for the specified
Address - removePersistentAddressMapping(Address) - Method in class org.infinispan.topology.PersistentUUIDManagerImpl
- removePersistentAddressMapping(PersistentUUID) - Method in interface org.infinispan.topology.PersistentUUIDManager
-
Removes any address mapping for the specified
PersistentUUID - removePersistentAddressMapping(PersistentUUID) - Method in class org.infinispan.topology.PersistentUUIDManagerImpl
- removeProperty(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- removeProtoFile(SerializationContextRegistry.MarshallerType, String) - Method in interface org.infinispan.marshall.protostream.impl.SerializationContextRegistry
- removeProtoFile(SerializationContextRegistry.MarshallerType, String) - Method in class org.infinispan.marshall.protostream.impl.SerializationContextRegistryImpl
- removeRecoveryInformation(Long) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
-
Same as
RecoveryManager.removeRecoveryInformation(XidImpl)but identifies the tx by its internal id. - removeRecoveryInformation(Long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- removeRecoveryInformation(Collection<Address>, XidImpl, GlobalTransaction, boolean) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
-
Removes from the specified nodes (or all nodes if the value of 'where' is null) the recovery information associated with these Xids.
- removeRecoveryInformation(Collection<Address>, XidImpl, GlobalTransaction, boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- removeRecoveryInformation(XidImpl) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
-
Remove recovery information stored on this node (doesn't involve rpc).
- removeRecoveryInformation(XidImpl) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- removeRecoveryInformationFromCluster(Collection<Address>, long) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
-
Same as
RecoveryManager.removeRecoveryInformation(Collection, XidImpl, GlobalTransaction, boolean)but the transaction is identified by its internal id, and not by its xid. - removeRecoveryInformationFromCluster(Collection<Address>, long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
- removeRemoteTransaction(XidImpl) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
- removeRemoteTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
- removeRemovalListener(Object) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- removeRemovalListener(Object) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- removeRemovalListener(Object) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Removes a previously registered listener via
InternalDataContainer.addRemovalListener(Consumer). - removeRemovalListener(Object) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- removeRequest(long) - Method in class org.infinispan.remoting.transport.impl.RequestRepository
- removeReturnBoolean() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- removeReturnPrevOrNull() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- removeRole(String) - Method in class org.infinispan.security.mappers.ClusterPermissionMapper
- removeRole(String) - Method in interface org.infinispan.security.MutableRolePermissionMapper
-
Removes a role
- removeSegments(IntSet) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- removeSegments(IntSet) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- removeSegments(IntSet) - Method in class org.infinispan.container.impl.DefaultDataContainer
- removeSegments(IntSet) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- removeSegments(IntSet) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Removes and un-associates the given segments.
- removeSegments(IntSet) - Method in class org.infinispan.container.impl.L1SegmentedDataContainer
- removeSegments(IntSet) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- removeSegments(IntSet) - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- removeSegments(IntSet) - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- removeSegments(IntSet) - Method in class org.infinispan.persistence.file.SingleFileStore
- removeSegments(IntSet) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Notifies any underlying segmented stores that a given segment is no longer owned by this cache and allowing it to remove the given segments and release resources related to it.
- removeSegments(IntSet) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- removeSegments(IntSet) - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- removeSegments(IntSet) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- removeSegments(IntSet) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Invoked when a node loses ownership of the given segments.
- removeSegments(IntSet) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Invoked when a node loses ownership of a segment.
- removeSegments(IntSet) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- removeSegments(IntSet) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- removeSegments(IntSet) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- removeSegments(IntSet) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- removeShutdownHook() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- removeShutdownHook() - Method in class org.infinispan.factories.GlobalComponentRegistry
- removeStaleData(IntSet) - Method in class org.infinispan.statetransfer.StateConsumerImpl
- removeState(IracManagerKeyInfo) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- removeState(IracManagerKeyInfo) - Method in interface org.infinispan.xsite.irac.IracManager
-
Removes the state associated to a single key.
- removeState(IracManagerKeyInfo) - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- removeStoreListener(PersistenceManager.StoreChangeListener) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Remote a registered
PersistenceManager.StoreChangeListener - removeStoreListener(PersistenceManager.StoreChangeListener) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- removeStoreListener(PersistenceManager.StoreChangeListener) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- removeTemplate(String) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- removeTemplate(String) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Removes a template from the cache container.
- removeTemplate(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Removes a cluster-wide template
- removeTemplate(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.GlobalConfigurationManagerImpl
- removeTemplate(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.ImmutableLocalConfigurationStorage
- removeTemplate(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.OverlayLocalConfigurationStorage
- removeTemplate(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- removeTemplate(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Removes the specified template.
- removeTemplateSync(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- removeTombstone(Object) - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- removeTombstone(Object) - Method in interface org.infinispan.container.versioning.irac.IracTombstoneManager
-
Removes the tombstone for
key. - removeTombstone(Object) - Method in class org.infinispan.container.versioning.irac.NoOpIracTombstoneManager
- removeTombstone(IracTombstoneInfo) - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- removeTombstone(IracTombstoneInfo) - Method in interface org.infinispan.container.versioning.irac.IracTombstoneManager
-
Removes the tombstone if it matches.
- removeTombstone(IracTombstoneInfo) - Method in class org.infinispan.container.versioning.irac.NoOpIracTombstoneManager
- removeTransfer(InboundTransferTask) - Method in class org.infinispan.statetransfer.StateConsumerImpl
- REPEATABLE_READ - Enum constant in enum class org.infinispan.configuration.cache.IsolationLevel
- REPEATABLE_READ - Enum constant in enum class org.infinispan.util.concurrent.IsolationLevel
-
Deprecated.
- RepeatableReadEntry<K,
V> - Class in org.infinispan.container.entries -
An extension of
ReadCommittedEntrythat provides Repeatable Read semantics - RepeatableReadEntry(K, V, Metadata) - Constructor for class org.infinispan.container.entries.RepeatableReadEntry
- REPL - Enum constant in enum class org.infinispan.configuration.parsing.ParsedCacheMode
- REPL_ASYNC - Enum constant in enum class org.infinispan.configuration.cache.CacheMode
-
Data replicated asynchronously.
- REPL_SYNC - Enum constant in enum class org.infinispan.configuration.cache.CacheMode
-
Data replicated synchronously.
- replace(Class<T>, Function<T, T>) - Method in class org.infinispan.functional.impl.MetaParams
- replace(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replace(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
- replace(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
- replace(K, V) - Method in class org.infinispan.cache.impl.EncoderCache
- replace(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replace(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replace(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replace(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- replace(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- replace(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- replace(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replace(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replace(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of, which takes in an instance of
invalid reference
#replace(K, V)Metadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - replace(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- replace(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- replace(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- replace(K, V, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- replace(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replace(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replace(K, V, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replace(K, V, V) - Method in class org.infinispan.cache.impl.CacheImpl
- replace(K, V, V) - Method in class org.infinispan.cache.impl.DecoratedCache
- replace(K, V, V) - Method in class org.infinispan.cache.impl.EncoderCache
- replace(K, V, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replace(K, V, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replace(K, V, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of, which takes in an instance of
invalid reference
#replace(K, V, V)Metadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - replace(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- replace(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- replace(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- replace(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- replace(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replace(K, V, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replace(WrappedBytes, InternalCacheEntry<WrappedBytes, WrappedBytes>) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- replace(WrappedBytes, InternalCacheEntry<WrappedBytes, WrappedBytes>, InternalCacheEntry<WrappedBytes, WrappedBytes>) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- REPLACE - Enum constant in enum class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.StackCombine
- REPLACE_ALL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.EncoderCache
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replaceAsync(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replaceAsync(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
- replaceAsync(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
- replaceAsync(K, V) - Method in class org.infinispan.cache.impl.EncoderCache
- replaceAsync(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replaceAsync(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replaceAsync(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of, which takes in an instance of
invalid reference
#replaceAsync(K, V)Metadatawhich can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - replaceAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- replaceAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- replaceAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- replaceAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- replaceAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replaceAsync(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replaceAsync(K, V, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replaceAsync(K, V, V) - Method in class org.infinispan.cache.impl.CacheImpl
- replaceAsync(K, V, V) - Method in class org.infinispan.cache.impl.DecoratedCache
- replaceAsync(K, V, V) - Method in class org.infinispan.cache.impl.EncoderCache
- replaceAsync(K, V, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replaceAsync(K, V, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
- replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
- replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.EncoderCache
- replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replaceAsync(K, V, V, Metadata) - Method in interface org.infinispan.AdvancedCache
- replaceAsync(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- replaceAsync(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- replaceAsync(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- replaceAsync(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- replaceAsync(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replaceAsync(K, V, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replaceAsyncEntry(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An extension of
AdvancedCache.replaceAsync(K, V, Metadata), which returns aCacheEntryinstead of only the value. - replaceAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- replaceAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
- replaceAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
- replaceAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.EncoderCache
- replaceAsyncEntry(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replaceAsyncEntry(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
- replaceBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- ReplaceCommand - Class in org.infinispan.commands.write
- ReplaceCommand() - Constructor for class org.infinispan.commands.write.ReplaceCommand
- ReplaceCommand(Object, Object, Object, boolean, Metadata, int, long, CommandInvocationId) - Constructor for class org.infinispan.commands.write.ReplaceCommand
- replaceComponent(String, Object, boolean) - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Replace an existing component.
- replaceComponent(String, Object, boolean) - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- replaceEventLogger(EventLogger) - Method in interface org.infinispan.util.logging.events.EventLogManager
-
Replaces the event logger with the provided one.
- replaceEventLogger(EventLogger) - Method in class org.infinispan.util.logging.events.impl.EventLogManagerImpl
- replaceInterceptor(AsyncInterceptor, Class<? extends AsyncInterceptor>) - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Replaces an existing interceptor of the given type in the interceptor chain with a new interceptor instance passed as parameter.
- replaceInterceptor(AsyncInterceptor, Class<? extends AsyncInterceptor>) - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- replaceInterceptor(AsyncInterceptor, Class<? extends AsyncInterceptor>) - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- replaceInternal(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- replaceInternal(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- REPLACEMENT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- replaceOrLock(int, Object, int, int, int, int) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- replacePrimaryOwners(DefaultConsistentHashFactory.Builder, int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- replacePrimaryOwnerWithBackup(int, Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- ReplicableCommand - Interface in org.infinispan.commands
-
The core of the command-based cache framework.
- ReplicableCommandExternalizer - Class in org.infinispan.marshall.exts
-
ReplicableCommandExternalizer.
- ReplicableCommandExternalizer(RemoteCommandsFactory, GlobalComponentRegistry) - Constructor for class org.infinispan.marshall.exts.ReplicableCommandExternalizer
- ReplicableManagerFunctionCommand - Class in org.infinispan.manager.impl
-
Replicable Command that runs the given Function passing the
EmbeddedCacheManageras an argument - ReplicableManagerFunctionCommand() - Constructor for class org.infinispan.manager.impl.ReplicableManagerFunctionCommand
- ReplicableManagerFunctionCommand(Function<? super EmbeddedCacheManager, ?>, Subject) - Constructor for class org.infinispan.manager.impl.ReplicableManagerFunctionCommand
- ReplicableRunnableCommand - Class in org.infinispan.manager.impl
-
Replicable Command that runs the given Runnable
- ReplicableRunnableCommand() - Constructor for class org.infinispan.manager.impl.ReplicableRunnableCommand
- ReplicableRunnableCommand(Runnable) - Constructor for class org.infinispan.manager.impl.ReplicableRunnableCommand
- REPLICATED_CACHE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- REPLICATED_CACHE_CONFIGURATION - Enum constant in enum class org.infinispan.configuration.parsing.Element
- ReplicatedConsistentHash - Class in org.infinispan.distribution.ch.impl
-
Special implementation of
ConsistentHashfor replicated caches. - ReplicatedConsistentHash(List<Address>, int[]) - Constructor for class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- ReplicatedConsistentHash(List<Address>, Map<Address, Float>, List<Address>, int[]) - Constructor for class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- ReplicatedConsistentHash.Externalizer - Class in org.infinispan.distribution.ch.impl
- ReplicatedConsistentHashFactory - Class in org.infinispan.distribution.ch.impl
-
Factory for ReplicatedConsistentHash.
- ReplicatedConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
- ReplicatedConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch.impl
- REPLICATION - Enum constant in enum class org.infinispan.configuration.cache.CacheType
- REPLICATION_MODE_ID - Static variable in class org.infinispan.functional.ParamIds
- REPLICATION_TIMEOUT - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- ReplicationLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.ReplicationLogic
- replicationTimeout() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- replicationTimeout(long) - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0. To be removed without replacement
- replicationTimeout(long) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
Timeout(millis) used for replicating calls to other sites.
- reply - Variable in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- reply(Response) - Method in interface org.infinispan.remoting.inboundhandler.Reply
-
Sends back the return value to the sender.
- Reply - Interface in org.infinispan.remoting.inboundhandler
-
Interface responsible to send back the return value to the sender.
- REPLY_FLAGS - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- repository - Variable in class org.infinispan.remoting.transport.AbstractRequest
- Request<T> - Interface in org.infinispan.remoting.transport.impl
-
A remote command invocation request.
- REQUEST_FLAGS_PER_SENDER - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- REQUEST_FLAGS_PER_SENDER_NO_FC - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- REQUEST_FLAGS_UNORDERED - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- REQUEST_FLAGS_UNORDERED_NO_FC - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- requestId - Variable in class org.infinispan.remoting.transport.AbstractRequest
- RequestRepository - Class in org.infinispan.remoting.transport.impl
- RequestRepository() - Constructor for class org.infinispan.remoting.transport.impl.RequestRepository
- requestSegments() - Method in class org.infinispan.statetransfer.InboundTransferTask
-
Send START_STATE_TRANSFER request to source node.
- requestState(Address, IntSet) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- requestState(Address, IntSet) - Method in interface org.infinispan.xsite.irac.IracManager
-
Requests the state stored in this instance for the given
segments. - requestState(Address, IntSet) - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- requestTimedOut(long, String, String) - Method in class org.infinispan.util.logging.Log_$logger
- requestTimedOut(long, String, String) - Method in interface org.infinispan.util.logging.Log
- requestTimedOut$str() - Method in class org.infinispan.util.logging.Log_$logger
- RequestTracker - Interface in org.infinispan.remoting.transport.jgroups
-
A tracker for synchronous requests.
- requireAttributeProperty(ConfigurationReader, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- requireAttributes(ConfigurationReader, boolean, String...) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Require all the named attributes, returning their values in order.
- requireAttributes(ConfigurationReader, Enum<?>...) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- requireAttributes(ConfigurationReader, String...) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- requireNoAttributes(ConfigurationReader) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Checks that the current element has no attributes, throwing an
ConfigurationReaderExceptionif one is found. - requireNoContent(ConfigurationReader) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Consumes the remainder of the current element, throwing an
ConfigurationReaderExceptionif it contains any child elements. - requireNodeName() - Method in class org.infinispan.util.logging.Log_$logger
- requireNodeName() - Method in interface org.infinispan.util.logging.Log
- requireNodeName$str() - Method in class org.infinispan.util.logging.Log_$logger
- requireNoNamespaceAttribute(ConfigurationReader, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- requireNonNullClusterName() - Method in class org.infinispan.util.logging.Log_$logger
- requireNonNullClusterName() - Method in interface org.infinispan.util.logging.Log
- requireNonNullClusterName$str() - Method in class org.infinispan.util.logging.Log_$logger
- requireSingleAttribute(ConfigurationReader, Enum<?>) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- requireSingleAttribute(ConfigurationReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Require that the current element have only a single attribute with the given name.
- requireValid(String) - Static method in enum class org.infinispan.configuration.cache.IndexingMode
- requireValid(String, Log) - Static method in enum class org.infinispan.configuration.cache.IndexStartupMode
- requireValid(String, Log) - Static method in enum class org.infinispan.configuration.cache.IndexStorage
- reset() - Method in interface org.infinispan.stats.ClusterCacheStats
-
Reset the collected statistics
- reset() - Method in interface org.infinispan.stats.ClusterContainerStats
-
Reset the collected statistics
- reset() - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
-
Reset the collected statistics
- reset() - Method in class org.infinispan.stats.impl.AbstractClusterStats
- reset() - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- reset() - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- reset() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- reset() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- reset() - Method in class org.infinispan.stats.impl.StatsCollector
- reset() - Method in class org.infinispan.stats.impl.StatsImpl
- reset() - Method in interface org.infinispan.stats.Stats
-
Reset statistics
- reset() - Method in interface org.infinispan.util.ExponentialBackOff
-
Resets its state.
- reset() - Method in class org.infinispan.util.ExponentialBackOffImpl
- reset() - Method in class org.infinispan.xsite.OfflineStatus
- resetCurrentValue() - Method in interface org.infinispan.container.entries.MVCCEntry
-
Reset the current value of the entry to the value before the command was executed the first time.
- resetCurrentValue() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- resetRequestReceived() - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- resetRequestReceived() - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- resetRequestReceived() - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- resetRequestsSent() - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- resetRequestsSent() - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- resetRequestsSent() - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- resetSendTime() - Method in interface org.infinispan.remoting.transport.jgroups.RequestTracker
-
Resets the send time to the current time.
- resetState() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- resetStatistics() - Method in class org.infinispan.eviction.impl.AbstractPassivationManager
- resetStatistics() - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
- resetStatistics() - Method in interface org.infinispan.eviction.impl.PassivationManager
- resetStatistics() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
- resetStatistics() - Method in class org.infinispan.eviction.impl.PassivationManagerStub
- resetStatistics() - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- resetStatistics() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- resetStatistics() - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- resetStatistics() - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- resetStatistics() - Method in class org.infinispan.interceptors.impl.JmxStatsCommandInterceptor
-
Resets statistics gathered.
- resetStatistics() - Method in class org.infinispan.interceptors.impl.TxInterceptor
- resetStatistics() - Method in interface org.infinispan.jmx.JmxStatisticsExposer
-
Resets an interceptor's cache statistics
- resetStatistics() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- resetStatistics() - Method in class org.infinispan.stats.impl.AbstractClusterStats
- resetStatistics() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- resetStatistics() - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- resetStatistics() - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- resetStatistics() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- resetStatistics() - Method in class org.infinispan.stats.impl.StatsCollector
- resetStatistics() - Method in class org.infinispan.util.concurrent.ActionSequencer
- resetStatistics() - Method in class org.infinispan.xsite.irac.DefaultIracManager
-
Resets statistics gathered.
- resize(int) - Method in interface org.infinispan.container.offheap.OffHeapConcurrentMap.EntryListener
-
Invoked when a resize event occurs.
- resize(long) - Method in interface org.infinispan.container.DataContainer
-
Resizes the capacity of the underlying container.
- resize(long) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- resize(long) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- resize(long) - Method in class org.infinispan.container.impl.DefaultDataContainer
- resolveConflicts() - Method in interface org.infinispan.conflict.ConflictManager
-
Utilises
ConflictManager.getConflicts()to discover conflicts between Key replicas and utilises the configuredEntryMergePolicyto determine which entry should take precedence. - resolveConflicts() - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- resolveConflicts(EntryMergePolicy<K, V>) - Method in interface org.infinispan.conflict.ConflictManager
-
Utilises
ConflictManager.getConflicts()to discover conflicts between Key replicas and utilises the providedEntryMergePolicyto determine which entry should take precedence. - resolveConflicts(EntryMergePolicy<K, V>) - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- resolveConflicts(CacheTopology, Set<Address>) - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- resolveConflicts(CacheTopology, Set<Address>) - Method in interface org.infinispan.conflict.impl.InternalConflictManager
- resolveConflictsOnMerge() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- resolveConflictsOnMerge() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
- resolveConflictsOnMerge() - Method in class org.infinispan.topology.ClusterCacheStatus
- resolvePath(String, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- ResourceDMBean - Class in org.infinispan.jmx
-
This class was copied from JGroups and adapted.
- RESPHashFunctionPartitioner - Class in org.infinispan.distribution.ch.impl
-
Implementation of
HashFunctionPartitionerusingCRC16for use with RESP. - RESPHashFunctionPartitioner() - Constructor for class org.infinispan.distribution.ch.impl.RESPHashFunctionPartitioner
- response - Variable in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- Response - Interface in org.infinispan.remoting.responses
-
A response to be sent back to a remote caller
- responseCollector - Variable in class org.infinispan.remoting.transport.AbstractRequest
- responseCollector() - Static method in class org.infinispan.commands.remote.CheckTransactionRpcCommand
- ResponseCollector<T> - Interface in org.infinispan.remoting.transport
-
A representation of a request's responses.
- ResponseCollectors - Class in org.infinispan.remoting.transport
- ResponseCollectors() - Constructor for class org.infinispan.remoting.transport.ResponseCollectors
- ResponseFilter - Interface in org.infinispan.remoting.rpc
-
A mechanism of filtering RPC responses.
- ResponseGenerator - Interface in org.infinispan.remoting.responses
-
A component that generates responses as is expected by different cache setups
- ResponseGeneratorFactory - Class in org.infinispan.factories
-
Creates a ResponseGenerator
- ResponseGeneratorFactory() - Constructor for class org.infinispan.factories.ResponseGeneratorFactory
- ResponseMode - Enum Class in org.infinispan.remoting.rpc
-
Represents different handling mechanisms when dealing with remote command responses.
- restartConflictResolution(List<Address>) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
-
If CR is in progress, then this method cancels the current CR and starts a new CR phase with an updated topology based upon newMembers and the previously queued CR topology
- restartConflictResolution(List<Address>) - Method in class org.infinispan.topology.ClusterCacheStatus
- restartStateTransfer(Collection<Address>) - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- restartVersionRequests() - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- restartVersionRequests() - Method in interface org.infinispan.conflict.impl.InternalConflictManager
- restoreCacheTopology(ScopedPersistentState) - Method in class org.infinispan.topology.ClusterCacheStatus
- result - Variable in class org.infinispan.interceptors.distribution.VersionedResult
- resume() - Method in class org.infinispan.persistence.sifs.LogAppender
- resumeIfNeeded(Transaction) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- resumeIfNeeded(Transaction) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- resumeIfNeeded(Transaction) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- resumeIfNeeded(Transaction) - Method in class org.infinispan.util.logging.events.impl.EventLoggerNotifierImpl
- resumeOnCPU(CompletionStage<Void>, Object) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- retainAll(Collection<?>) - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- retainAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
- retainAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
- retainAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
- retainAll(Collection<?>) - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- retainAll(Collection<?>) - Method in class org.infinispan.InternalCacheSet
- retainAll(Collection<?>) - Method in class org.infinispan.util.CollectionMapper
- retainAll(Collection<?>) - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- retriedCommand - Variable in class org.infinispan.commands.tx.PrepareCommand
- retrievalEncounteredException(Throwable) - Method in class org.infinispan.interceptors.distribution.L1WriteSynchronizer
- retrieveClusterListenerCallablesToInstall() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- retrieveClusterListenerCallablesToInstall() - Method in interface org.infinispan.notifications.cachelistener.cluster.ClusterCacheNotifier
-
This method is invoked so that this node can send the details required for a new node to be bootstrapped with the existing cluster listeners that are already installed.
- retrieveDistributionInfo(LocalizedCacheTopology, ReplicableCommand, Object) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- retrievingTm(TransactionManager) - Method in class org.infinispan.util.logging.Log_$logger
- retrievingTm(TransactionManager) - Method in interface org.infinispan.util.logging.Log
- retrievingTm$str() - Method in class org.infinispan.util.logging.Log_$logger
- RETRY_NEXT_TOPOLOGY - Static variable in exception class org.infinispan.statetransfer.OutdatedTopologyException
-
A cached instance that requests the command's topology id + 1.
- RETRY_SAME_TOPOLOGY - Static variable in exception class org.infinispan.statetransfer.OutdatedTopologyException
-
A cached instance, used for read commands that need to be retried in the same topology.
- retryWhenDone(CompletionStage<Void>, int, InvocationContext, T, InvocationFinallyFunction<T>) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- returnReadOnlyFindIsPresent() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- returnReadOnlyFindOrNull() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- returnReadWriteFind() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- returnReadWriteGet() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- returnReadWriteView() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- reuseBuilder() - Static method in class org.infinispan.reactive.publisher.impl.Notifications
- reverseMap() - Method in class org.infinispan.marshall.core.impl.ClassToExternalizerMap
- reverseMap(int) - Method in class org.infinispan.marshall.core.impl.ClassToExternalizerMap
- rewire() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.Rewires components.
- rewire() - Method in class org.infinispan.factories.ComponentRegistry
- rewire() - Method in class org.infinispan.factories.GlobalComponentRegistry
- rewire() - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Rewire all the injections after a component was replaced with
BasicComponentRegistry.replaceComponent(String, Object, boolean). - rewire() - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- rewireNamedRegistries() - Method in class org.infinispan.factories.GlobalComponentRegistry
- rewrap(AdvancedCache) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
-
No generics because some methods return
AdvancedCache<?, ?>, and returning the proper type would require erasure anyway. - rewrap(AdvancedCache) - Method in class org.infinispan.cache.impl.AliasCache
- rewrap(AdvancedCache) - Method in class org.infinispan.cache.impl.DecoratedCache
- rewrap(AdvancedCache) - Method in class org.infinispan.cache.impl.EncoderCache
- rewriteName(String) - Method in class org.infinispan.security.mappers.CaseNameRewriter
- rewriteName(String) - Method in interface org.infinispan.security.mappers.NameRewriter
-
Rewrite a name.
- rewriteName(String) - Method in class org.infinispan.security.mappers.RegexNameRewriter
-
Rewrite a name.
- rnd - Static variable in class org.infinispan.affinity.impl.RndKeyGenerator
- RndKeyGenerator - Class in org.infinispan.affinity.impl
-
Key provider that relies on
Random's distribution to generate keys. - RndKeyGenerator() - Constructor for class org.infinispan.affinity.impl.RndKeyGenerator
- role(String) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
Adds a role that can work with this cache.
- role(String) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- role(String) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- role(String) - Method in interface org.infinispan.configuration.global.GlobalRolesConfigurationChildBuilder
- Role - Interface in org.infinispan.security
-
A role to permission mapping.
- ROLE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- roleMapper() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfiguration
- roleMapperConfiguration() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- rolePermissionMapper() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- rolePermissionMapper(RolePermissionMapper) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
The class of a mapper which maps
Roles toAuthorizationPermissions - RolePermissionMapper - Interface in org.infinispan.security
-
Maps roles to permissions
- RolePermissionMapperConfiguration - Class in org.infinispan.configuration.global
- RolePermissionMapperConfigurationBuilder - Class in org.infinispan.configuration.global
- roles() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
- roles() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- roles(String...) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
Adds roles that can work with this cache.
- ROLES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ROLES - Enum constant in enum class org.infinispan.configuration.parsing.Element
- ROLES - Static variable in class org.infinispan.configuration.cache.AuthorizationConfiguration
- ROLES - Static variable in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- RoleSet$___Marshaller_2fda1a742ac008d38f1c852650748615da7cca98a60afaa87bb162ebc6157665 - Class in org.infinispan.security.mappers
-
WARNING: Generated code! Do not edit!
- RoleSet$___Marshaller_2fda1a742ac008d38f1c852650748615da7cca98a60afaa87bb162ebc6157665() - Constructor for class org.infinispan.security.mappers.RoleSet$___Marshaller_2fda1a742ac008d38f1c852650748615da7cca98a60afaa87bb162ebc6157665
- rollback() - Method in class org.infinispan.transaction.tm.EmbeddedUserTransaction
- rollback(Transaction) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Roll back the changes from the provided transaction to the underlying store.
- rollback(Transaction) - Method in interface org.infinispan.persistence.spi.TransactionalCacheWriter
-
Deprecated.Rollback the provided transaction's changes to the underlying store.
- rollback(Transaction) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- rollback(Transaction) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- rollback(Xid) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
-
Same comment as for
TransactionXaAdapter.prepare(javax.transaction.xa.Xid)applies for commit. - rollback(LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionCoordinator
- rollbackAllTxStores(TxInvocationContext<AbstractCacheTransaction>, Predicate<? super StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Perform the rollback operation for the provided transaction on all Tx stores.
- rollbackAllTxStores(TxInvocationContext<AbstractCacheTransaction>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- rollbackAllTxStores(TxInvocationContext<AbstractCacheTransaction>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.TracedPersistenceManager
- rollbackAllTxStores(TxInvocationContext<AbstractCacheTransaction>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- RollbackCommand - Class in org.infinispan.commands.tx
-
Command corresponding to a transaction rollback.
- RollbackCommand(ByteString) - Constructor for class org.infinispan.commands.tx.RollbackCommand
- RollbackCommand(ByteString, GlobalTransaction) - Constructor for class org.infinispan.commands.tx.RollbackCommand
- ROLLING_UPGRADE - Enum constant in enum class org.infinispan.context.Flag
-
Flag to identity that data is being written as part of a Rolling Upgrade.
- ROLLING_UPGRADE - Static variable in class org.infinispan.context.impl.FlagBitSets
- RollingUpgradeManager - Class in org.infinispan.upgrade
-
RollingUpgradeManager handles the synchronization of data between Infinispan clusters when performing rolling upgrades.
- RollingUpgradeManager() - Constructor for class org.infinispan.upgrade.RollingUpgradeManager
- root() - Element in annotation interface org.infinispan.configuration.parsing.Namespace
-
The root element of this namespace.
- ROOT - Enum constant in enum class org.infinispan.configuration.parsing.Element
- RpcException - Exception Class in org.infinispan.remoting
-
Thrown when an RPC problem occurred on the caller.
- RpcException() - Constructor for exception class org.infinispan.remoting.RpcException
- RpcException(String) - Constructor for exception class org.infinispan.remoting.RpcException
- RpcException(String, Throwable) - Constructor for exception class org.infinispan.remoting.RpcException
- RpcException(Throwable) - Constructor for exception class org.infinispan.remoting.RpcException
- rpcManager - Variable in class org.infinispan.cache.impl.CacheImpl
- rpcManager - Variable in class org.infinispan.expiration.impl.ClusterExpirationManager
- rpcManager - Variable in class org.infinispan.interceptors.impl.BaseRpcInterceptor
- rpcManager - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- rpcManager - Variable in class org.infinispan.statetransfer.StateProviderImpl
- rpcManager - Variable in class org.infinispan.transaction.impl.TransactionTable
- RpcManager - Interface in org.infinispan.remoting.rpc
-
Provides a mechanism for communicating with other caches in the cluster, by formatting and passing requests down to the registered
Transport. - RpcManagerFactory - Class in org.infinispan.factories
-
A factory for the RpcManager
- RpcManagerFactory() - Constructor for class org.infinispan.factories.RpcManagerFactory
- RpcManagerImpl - Class in org.infinispan.remoting.rpc
-
This component really is just a wrapper around a
Transportimplementation, and is used to set up the transport and provide lifecycle and dependency hooks into external transport implementations. - RpcManagerImpl() - Constructor for class org.infinispan.remoting.rpc.RpcManagerImpl
- rpcOptions - Variable in class org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl
- rpcOptions - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- RpcOptions - Class in org.infinispan.remoting.rpc
-
Classes that wraps all the configuration parameters to configure a remote invocation.
- RpcOptions(DeliverOrder, long, TimeUnit) - Constructor for class org.infinispan.remoting.rpc.RpcOptions
- run() - Method in class org.infinispan.reactive.publisher.impl.InnerPublisherSubscription
-
This is invoked when the flowable is completed - need to close any pending publishers
- run() - Method in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- run() - Method in class org.infinispan.security.actions.DefineConfigurationAction
- run() - Method in class org.infinispan.security.actions.UndefineConfigurationAction
- run() - Method in class org.infinispan.xsite.irac.IracClearResponseCollector
- run() - Method in class org.infinispan.xsite.irac.IracExecutor
-
Executes, in a new thread, or queues the task.
- run() - Method in class org.infinispan.xsite.irac.IracXSiteBackup
- runBlocking(Runnable, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Replacement for
CompletionStage.runAsync()that invokes theRunnablein a blocking thread if the current thread is non-blocking or in the current thread if the current thread is blocking. - runBlocking(Runnable, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- runCleanupAndWait() - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- runL1UpdateIfPossible(InternalCacheEntry) - Method in class org.infinispan.interceptors.distribution.L1WriteSynchronizer
-
Attempts to the L1 update and set the value.
- running - Variable in class org.infinispan.transaction.impl.TransactionTable
- running() - Method in interface org.infinispan.factories.impl.ComponentRef
- RUNNING - Enum constant in enum class org.infinispan.lifecycle.ComponentStatus
-
The
start()method has been completed and the component is running. - rvrl - Variable in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- RxJavaInterop - Class in org.infinispan.reactive
-
Static factory class that provides methods to obtain commonly used instances for interoperation between RxJava and standard JRE.
S
- SafeAutoClosable - Interface in org.infinispan.telemetry
- SAME_MACHINE - Enum constant in enum class org.infinispan.manager.ClusterExecutionPolicy
-
The command can be executed only on the same machine from where it was initiated.
- SAME_RACK - Enum constant in enum class org.infinispan.manager.ClusterExecutionPolicy
-
The command will be executed on a machine on the same rack.
- SAME_SITE - Enum constant in enum class org.infinispan.manager.ClusterExecutionPolicy
-
The command will be executed on a machine on the same site.
- sanitizedCacheName(String) - Static method in class org.infinispan.persistence.PersistenceUtil
-
Replace unwanted characters from cache names so they can be used as filenames
- SCATTERED_CACHE - Enum constant in enum class org.infinispan.configuration.parsing.Element
-
Deprecated, for removal: This API element is subject to removal in a future version.
- SCATTERED_CACHE_CONFIGURATION - Enum constant in enum class org.infinispan.configuration.parsing.Element
-
Deprecated, for removal: This API element is subject to removal in a future version.
- schedule(Runnable, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- schedule(Callable<V>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- SCHEDULED_THREAD_POOL - Enum constant in enum class org.infinispan.configuration.parsing.Element
- ScheduledCompletableStage<V> - Interface in org.infinispan.util.concurrent
-
A scheduled CompletionStage that may be cancelled if it has not been started yet.
- ScheduledExecutorFactory - Interface in org.infinispan.executors
-
Used to configure and create scheduled executors
- ScheduledExecutorFactoryConfiguration - Class in org.infinispan.configuration.global
- ScheduledExecutorFactoryConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures executor factory.
- scheduledTaskEncounteredThrowable(Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- scheduledTaskEncounteredThrowable(Object, Throwable) - Method in interface org.infinispan.util.logging.Log
- scheduledTaskEncounteredThrowable$str() - Method in class org.infinispan.util.logging.Log_$logger
- ScheduledThreadPoolConfigurationBuilder - Class in org.infinispan.configuration.global
- scheduledThreadPools() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- scheduleRunBlocking(Runnable, long, TimeUnit, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Replacement for
ScheduledExecutorService.schedule(Runnable, long, TimeUnit)} that invokes theRunnablein a blocking thread only after the elapsed time. - scheduleRunBlocking(Supplier<V>, long, TimeUnit, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Replacement for
ScheduledExecutorService.schedule(java.util.concurrent.Callable, long, TimeUnit)} that invokes theCallablein a blocking thread only after the elapsed time. - scheduleRunBlocking(Supplier<V>, long, TimeUnit, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- scheduleRunBlockingAtFixedRate(Runnable, long, long, TimeUnit, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Replacement for
ScheduledExecutorService.scheduleAtFixedRate(Runnable, long, long, TimeUnit)that invokes theRunnablein a blocking thread periodically at fixed rate. - scheduleRunBlockingAtFixedRate(Runnable, long, long, TimeUnit, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- scheduleWithFixedDelay(Supplier<CompletionStage<?>>, long, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.NonBlockingManager
-
Schedules the supplier that is executed after the initialDelay period and subsequently runs delay after the previous stage completes.
- scheduleWithFixedDelay(Supplier<CompletionStage<?>>, long, long, TimeUnit, Predicate<? super Throwable>) - Method in interface org.infinispan.util.concurrent.NonBlockingManager
-
Schedules the supplier that is executed after the initialDelay period and subsequently runs delay after the previous stage completes.
- scheduleWithFixedDelay(Supplier<CompletionStage<?>>, long, long, TimeUnit, Predicate<? super Throwable>) - Method in class org.infinispan.util.concurrent.NonBlockingManagerImpl
- Schema - Class in org.infinispan.configuration.parsing
-
Schema.
- Schema(String, int, int) - Constructor for class org.infinispan.configuration.parsing.Schema
- SCHEMA_COMPATIBILITY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- SCHEMA_COMPATIBILITY - Static variable in class org.infinispan.configuration.global.SerializationConfiguration
- schemaCompatibilityValidation() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- schemaCompatibilityValidation(Configuration.SchemaValidation) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- scope - Variable in class org.infinispan.util.logging.events.impl.BaseEventLog
- scope - Variable in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- scope() - Element in annotation interface org.infinispan.configuration.serializing.SerializedWith
- scope(String) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Sets the scope of this event log, e.g.
- scope(String) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
- scope(String) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- scope(Address) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Sets a node address as the scope of this event log
- scope(Address) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- ScopedPersistentState - Interface in org.infinispan.globalstate
-
ScopedPersistentState represents state which needs to be persisted, scoped by name (e.g.
- ScopedPersistentStateImpl - Class in org.infinispan.globalstate.impl
-
ScopedPersistentStateImpl.
- ScopedPersistentStateImpl(String) - Constructor for class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- ScopedState - Class in org.infinispan.globalstate
-
Key for scoped entries in the ClusterConfigurationManager state cache
- ScopedState(String, String) - Constructor for class org.infinispan.globalstate.ScopedState
- ScopedState.Externalizer - Class in org.infinispan.globalstate
- ScopeFilter - Class in org.infinispan.globalstate
-
A filter for
ScopedStatethat allows listeners of the global state cache to choose events by scope. - ScopeFilter(String) - Constructor for class org.infinispan.globalstate.ScopeFilter
- ScopeFilter.Externalizer - Class in org.infinispan.globalstate
- Scopes - Enum Class in org.infinispan.factories.impl
-
Copy of
Scopesto avoid a runtime dependency on the annotations module. - scrape(String) - Method in interface org.infinispan.metrics.impl.MetricsRegistry
-
Prometheus like scrapping of the registered metrics.
- scrape(String) - Method in class org.infinispan.metrics.impl.MetricsRegistryImpl
- scrape(String) - Method in class org.infinispan.metrics.impl.NoMetricRegistry
- SecureCache<K,
V> - Interface in org.infinispan.security -
SecureCache.
- SecureCacheImpl<K,
V> - Class in org.infinispan.security.impl -
SecureCacheImpl.
- SecureCacheImpl(AdvancedCache<K, V>) - Constructor for class org.infinispan.security.impl.SecureCacheImpl
- security() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- security() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- security() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- security() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- security() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- security() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- security() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- security() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- security() - Method in class org.infinispan.configuration.cache.Configuration
- security() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- security() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- security() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- security() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- security() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Security-related configuration
- security() - Method in class org.infinispan.configuration.global.GlobalTracingConfiguration
- Security - Class in org.infinispan.security
-
Security.
- Security() - Constructor for class org.infinispan.security.Security
- SECURITY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- SECURITY - Enum constant in enum class org.infinispan.configuration.parsing.Element
- SECURITY - Enum constant in enum class org.infinispan.telemetry.SpanCategory
-
Span category for security operations causally related by client interactions.
- SECURITY - Enum constant in enum class org.infinispan.util.logging.events.EventLogCategory
- SECURITY - Static variable in class org.infinispan.configuration.global.GlobalTracingConfiguration
- SECURITY - Static variable in interface org.infinispan.util.logging.Log
- SecurityActions - Class in org.infinispan.security.actions
- SecurityActions() - Constructor for class org.infinispan.security.actions.SecurityActions
- securityCacheSize() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- securityCacheSize(int) - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- securityCacheSize(int) - Method in interface org.infinispan.configuration.global.GlobalSecurityConfigurationChildBuilder
-
Defines the size for the access role cache.
- securityCacheTimeout() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- securityCacheTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- securityCacheTimeout(long, TimeUnit) - Method in interface org.infinispan.configuration.global.GlobalSecurityConfigurationChildBuilder
-
Defines the timeout for which to cache user access roles.
- securityCacheTracing() - Method in class org.infinispan.util.logging.Log_$logger
- securityCacheTracing() - Method in interface org.infinispan.util.logging.Log
- securityCacheTracing$str() - Method in class org.infinispan.util.logging.Log_$logger
- SecurityConfiguration - Class in org.infinispan.configuration.cache
-
SecurityConfiguration.
- SecurityConfigurationBuilder - Class in org.infinispan.configuration.cache
-
SecurityConfigurationBuilder.
- SecurityConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- SecurityConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
- segment - Variable in class org.infinispan.commands.read.AbstractDataCommand
- SEGMENT_0 - Static variable in class org.infinispan.stats.impl.StatsCollector
- SEGMENTABLE - Enum constant in enum class org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store supports segmentation.
- segmentAwareEntrySet - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- segmentAwareKeySet - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- SegmentAwareOperation - Interface in org.infinispan.stream.impl
-
Terminal stream operation that is aware of segments being lost.
- SegmentAwarePublisherSupplier<R> - Interface in org.infinispan.reactive.publisher.impl
-
This is the same as
SegmentPublisherSupplierexcept that it also allows listening for when a segment is lost. - SegmentAwarePublisherSupplier.NotificationWithLost<R> - Interface in org.infinispan.reactive.publisher.impl
-
Notification that can also contains lost segments.
- segmentComplete(int) - Method in interface org.infinispan.reactive.publisher.impl.Notifications.NotificationBuilder
- segmentComplete(int) - Static method in class org.infinispan.reactive.publisher.impl.Notifications
- segmentCompleted(Set<Integer>) - Method in interface org.infinispan.BaseCacheStream.SegmentCompletionListener
-
Deprecated, for removal: This API element is subject to removal in a future version.This method requires boxing for each segment. Please use
BaseCacheStream.SegmentCompletionListener.accept(Supplier)instead - segmentCompletionListener - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in interface org.infinispan.BaseCacheStream
-
Allows registration of a segment completion listener that is notified when a segment has completed processing.
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in interface org.infinispan.CacheStream
-
Allows registration of a segment completion listener that is notified when a segment has completed processing.
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in interface org.infinispan.DoubleCacheStream
-
Allows registration of a segment completion listener that is notified when a segment has completed processing.
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in interface org.infinispan.IntCacheStream
-
Allows registration of a segment completion listener that is notified when a segment has completed processing.
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in interface org.infinispan.LockedStream
-
This method is not supported when using a
LockedStream - segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in interface org.infinispan.LongCacheStream
-
Allows registration of a segment completion listener that is notified when a segment has completed processing.
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.LockedStreamImpl
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- segmented() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- segmented() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
Whether or not this store is configured to be segmented.
- segmented(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- segmented(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- segmented(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true this store should either be non shared (segmenting can be done automatically for non shared stores) or the shared store must implement the
SegmentedAdvancedLoadWriteStoreinterface. - SEGMENTED - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- SEGMENTED - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- SegmentedAdvancedLoadWriteStore<K,
V> - Interface in org.infinispan.persistence.spi -
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced by
NonBlockingStore - SegmentedBoundedOffHeapDataContainer - Class in org.infinispan.container.offheap
- SegmentedBoundedOffHeapDataContainer(int, long, EvictionType) - Constructor for class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- segmentedSingleFileStoreDoesNotSupportMaxEntries() - Method in class org.infinispan.util.logging.Log_$logger
- segmentedSingleFileStoreDoesNotSupportMaxEntries() - Method in interface org.infinispan.util.logging.Log
- segmentedSingleFileStoreDoesNotSupportMaxEntries$str() - Method in class org.infinispan.util.logging.Log_$logger
- segmentedStore() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- segmentId - Variable in class org.infinispan.commands.triangle.BackupWriteCommand
- segmentId() - Method in class org.infinispan.distribution.DistributionInfo
- segmentLost(int) - Method in interface org.infinispan.reactive.publisher.impl.Notifications.NotificationBuilder
- segmentLost(int) - Static method in class org.infinispan.reactive.publisher.impl.Notifications
- SegmentPublisherResult<R> - Class in org.infinispan.reactive.publisher.impl.commands.reduction
-
A PublisherResult that was performed due to segments only
- SegmentPublisherResult(IntSet, R) - Constructor for class org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult
- SegmentPublisherResult.Externalizer - Class in org.infinispan.reactive.publisher.impl.commands.reduction
- SegmentPublisherSupplier<R> - Interface in org.infinispan.reactive.publisher.impl
-
A
Publisherthat also notifies in a thread safe manner when a segment has sent all values upstream. - SegmentPublisherSupplier.Notification<R> - Interface in org.infinispan.reactive.publisher.impl
-
Wrapper around an element returned that can either be a value or a segment completion.
- SegmentPublisherWrapper<Type> - Class in org.infinispan.persistence.support
- segmentRemoved(Map<K, InternalCacheEntry<K, V>>) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- SegmentResult(int, int) - Constructor for class org.infinispan.reactive.publisher.impl.PublisherHandler.SegmentResult
- segments - Variable in class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- segments - Variable in class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- segments - Variable in class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- segments - Variable in class org.infinispan.commands.statetransfer.StateTransferStartCommand
- SEGMENTS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- segmentsLost(IntSet) - Method in interface org.infinispan.reactive.publisher.impl.LocalPublisherManager
-
Method to invoke when a set of segments are being removed from this node.
- segmentsLost(IntSet) - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- SegmentSpecificCommand - Interface in org.infinispan.commands
-
Interface to be implemented when the command can define a single segment for its operation.
- segmentsToFilter - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- segmentsToFilter - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- segmentToUse(int) - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- selectCache(String) - Method in class org.infinispan.configuration.ConfigurationManager
- self() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- self() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- self() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- self() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- SemaphoreCompletionService<T> - Class in org.infinispan.executors
-
Executes tasks in the given executor, but never has more than
maxConcurrentTaskstasks running at the same time. - SemaphoreCompletionService(Executor, int) - Constructor for class org.infinispan.executors.SemaphoreCompletionService
- send(ByteBuffer) - Method in interface org.infinispan.remoting.transport.raft.RaftChannel
-
Sends a
ByteBufferto the RAFT channel to be ordered by the RAFT leader. - SEND_CANCELED - Enum constant in enum class org.infinispan.xsite.statetransfer.StateTransferStatus
- SEND_FAILED - Enum constant in enum class org.infinispan.xsite.statetransfer.StateTransferStatus
- SEND_OK - Enum constant in enum class org.infinispan.xsite.statetransfer.StateTransferStatus
- sendEvents(Object) - Method in interface org.infinispan.notifications.cachelistener.cluster.ClusterEventManager
-
Sends all previously added events for the given identifier
- sendEvents(Object) - Method in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl
- sendEvents(Object) - Method in class org.infinispan.notifications.cachelistener.cluster.impl.ClusterEventManagerStub
- SENDING - Enum constant in enum class org.infinispan.xsite.statetransfer.StateTransferStatus
- sendNotification(Object, Object, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- sendStateTo(Address, IntSet) - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- sendStateTo(Address, IntSet) - Method in interface org.infinispan.container.versioning.irac.IracTombstoneManager
-
Sends the tombstone belonging to the segments in
segmentto theoriginator - sendStateTo(Address, IntSet) - Method in class org.infinispan.container.versioning.irac.NoOpIracTombstoneManager
- sendTo(Address, ReplicableCommand, DeliverOrder) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Asynchronously sends the
ReplicableCommandto the destination using the specifiedDeliverOrder. - sendTo(Address, ReplicableCommand, DeliverOrder) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- sendTo(Address, ReplicableCommand, DeliverOrder) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- sendTo(Address, ReplicableCommand, DeliverOrder) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- sendTo(Address, ReplicableCommand, DeliverOrder) - Method in interface org.infinispan.remoting.transport.Transport
-
Asynchronously sends the
ReplicableCommandto the destination using the specifiedDeliverOrder. - sendToAll(ReplicableCommand, DeliverOrder) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Asynchronously sends the
ReplicableCommandto the entire cluster. - sendToAll(ReplicableCommand, DeliverOrder) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- sendToAll(ReplicableCommand, DeliverOrder) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- sendToAll(ReplicableCommand, DeliverOrder) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- sendToAll(ReplicableCommand, DeliverOrder) - Method in interface org.infinispan.remoting.transport.Transport
-
Asynchronously sends the
ReplicableCommandto the entire cluster. - sendToMany(Collection<Address>, ReplicableCommand, DeliverOrder) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Asynchronously sends the
ReplicableCommandto the set of destination using the specifiedDeliverOrder. - sendToMany(Collection<Address>, ReplicableCommand, DeliverOrder) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- sendToMany(Collection<Address>, ReplicableCommand, DeliverOrder) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- sendToMany(Collection<Address>, ReplicableCommand, DeliverOrder) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- sendToMany(Collection<Address>, ReplicableCommand, DeliverOrder) - Method in interface org.infinispan.remoting.transport.Transport
-
Asynchronously sends the
ReplicableCommandto the set of destination using the specifiedDeliverOrder. - sendToTargets() - Method in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl.UnicastEventContext
- seqId() - Method in class org.infinispan.persistence.sifs.EntryHeader
- sequential() - Method in interface org.infinispan.CacheStream
- sequential() - Method in interface org.infinispan.DoubleCacheStream
- sequential() - Method in interface org.infinispan.IntCacheStream
- sequential() - Method in interface org.infinispan.LongCacheStream
- sequential() - Method in class org.infinispan.stream.impl.AbstractCacheStream
- sequential() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- sequential() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- sequential() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- sequential() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- sequential() - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- sequential() - Method in class org.infinispan.stream.impl.LockedStreamImpl
- sequential() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- sequentialDistribution() - Method in interface org.infinispan.BaseCacheStream
-
This would disable sending requests to all other remote nodes compared to one at a time.
- sequentialDistribution() - Method in interface org.infinispan.CacheStream
-
This would disable sending requests to all other remote nodes compared to one at a time.
- sequentialDistribution() - Method in interface org.infinispan.DoubleCacheStream
-
This would disable sending requests to all other remote nodes compared to one at a time.
- sequentialDistribution() - Method in interface org.infinispan.IntCacheStream
-
This would disable sending requests to all other remote nodes compared to one at a time.
- sequentialDistribution() - Method in interface org.infinispan.LockedStream
-
This would disable sending requests to all other remote nodes compared to one at a time.
- sequentialDistribution() - Method in interface org.infinispan.LongCacheStream
-
This would disable sending requests to all other remote nodes compared to one at a time.
- sequentialDistribution() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- sequentialDistribution() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- sequentialDistribution() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- sequentialDistribution() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- sequentialDistribution() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- sequentialDistribution() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- sequentialDistribution() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- sequentialDistribution() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- sequentialDistribution() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- sequentialDistribution() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- sequentialDistribution() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- sequentialDistribution() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- sequentialDistribution() - Method in class org.infinispan.stream.impl.LockedStreamImpl
- sequentialDistribution() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- SERIALIZABLE - Enum constant in enum class org.infinispan.configuration.cache.IsolationLevel
- SERIALIZABLE - Enum constant in enum class org.infinispan.util.concurrent.IsolationLevel
-
Deprecated.
- SerializableBiConsumer<T,
U> - Interface in org.infinispan.util.function -
This is a functional interface that is the same as a
BiConsumerexcept that it must also beSerializable - SerializableBiFunction<T,
U, - Interface in org.infinispan.util.functionR> -
This is a functional interface that is the same as a
BiFunctionexcept that it must also beSerializable - SerializableBinaryOperator<T> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
BinaryOperatorexcept that it must also beSerializable - SerializableCallable<V> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
Callableexcept that it must also beSerializable - serializableCollector(SerializableSupplier<Collector<T, ?, R>>) - Static method in class org.infinispan.stream.CacheCollectors
-
Creates a collector that is serializable and will upon usage create a collector using the serializable supplier provided by the user.
- SerializableComparator<T> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
Comparatorexcept that it must also beSerializable - SerializableConsumer<T> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
Consumerexcept that it must also beSerializable - SerializableDoubleBinaryOperator - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
DoubleBinaryOperatorexcept that it must also beSerializable - SerializableDoubleConsumer - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
DoubleConsumerexcept that it must also beSerializable - SerializableDoubleFunction<R> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
DoubleFunctionexcept that it must also beSerializable - SerializableDoublePredicate - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
DoublePredicateexcept that it must also beSerializable - SerializableDoubleToIntFunction - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
DoubleToIntFunctionexcept that it must also beSerializable - SerializableDoubleToLongFunction - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
DoubleToLongFunctionexcept that it must also beSerializable - SerializableDoubleUnaryOperator - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
DoubleUnaryOperatorexcept that it must also beSerializable - SerializableFunction<T,
R> - Interface in org.infinispan.util.function -
This is a functional interface that is the same as a
Functionexcept that it must also beSerializable - SerializableIntBinaryOperator - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
IntBinaryOperatorexcept that it must also beSerializable - SerializableIntConsumer - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
IntConsumerexcept that it must also beSerializable - SerializableIntFunction<R> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
IntFunctionexcept that it must also beSerializable - SerializableIntPredicate - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
IntPredicateexcept that it must also beSerializable - SerializableIntToDoubleFunction - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
IntToDoubleFunctionexcept that it must also beSerializable - SerializableIntToLongFunction - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
IntToLongFunctionexcept that it must also beSerializable - SerializableIntUnaryOperator - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
IntUnaryOperatorexcept that it must also beSerializable - SerializableLongBinaryOperator - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
LongBinaryOperatorexcept that it must also beSerializable - SerializableLongConsumer - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
LongConsumerexcept that it must also beSerializable - SerializableLongFunction<R> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
LongFunctionexcept that it must also beSerializable - SerializableLongPredicate - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
LongPredicateexcept that it must also beSerializable - SerializableLongToDoubleFunction - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
LongToDoubleFunctionexcept that it must also beSerializable - SerializableLongToIntFunction - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
LongToIntFunctionexcept that it must also beSerializable - SerializableLongUnaryOperator - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
LongUnaryOperatorexcept that it must also beSerializable - SerializableObjDoubleConsumer<T> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
ObjDoubleConsumerexcept that it must also beSerializable - SerializableObjIntConsumer<T> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
ObjIntConsumerexcept that it must also beSerializable - SerializableObjLongConsumer<T> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
ObjLongConsumerexcept that it must also beSerializable - SerializablePredicate<T> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
Predicateexcept that it must also beSerializable - SerializableRunnable - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
Runnableexcept that it must also beSerializable - SerializableSupplier<T> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
Supplierexcept that it must also beSerializable - SerializableToDoubleFunction<T> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
ToDoubleFunctionexcept that it must also beSerializable - SerializableToIntFunction<T> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
ToIntFunctionexcept that it must also beSerializable - SerializableToLongFunction<T> - Interface in org.infinispan.util.function
-
This is a functional interface that is the same as a
ToLongFunctionexcept that it must also beSerializable - serialization() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- serialization() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- serialization() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Global serialization (i.e.
- SERIALIZATION - Enum constant in enum class org.infinispan.configuration.parsing.Element
- SERIALIZATION_CONTEXT_INITIALIZER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- SERIALIZATION_CONTEXT_INITIALIZERS - Enum constant in enum class org.infinispan.configuration.parsing.Element
- SERIALIZATION_CONTEXT_INITIALIZERS - Static variable in class org.infinispan.configuration.global.SerializationConfiguration
- SerializationConfiguration - Class in org.infinispan.configuration.global
- SerializationConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures serialization and marshalling settings.
- SerializationContextRegistry - Interface in org.infinispan.marshall.protostream.impl
-
Manages
SerializationContextacross modules for use by various components. - SerializationContextRegistry.MarshallerType - Enum Class in org.infinispan.marshall.protostream.impl
- SerializationContextRegistryImpl - Class in org.infinispan.marshall.protostream.impl
- SerializationContextRegistryImpl() - Constructor for class org.infinispan.marshall.protostream.impl.SerializationContextRegistryImpl
- serialize(OutputStream, String, Configuration) - Method in class org.infinispan.configuration.parsing.ParserRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.
- serialize(OutputStream, GlobalConfiguration, Map<String, Configuration>) - Method in class org.infinispan.configuration.parsing.ParserRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.
- serialize(String, Configuration) - Method in class org.infinispan.configuration.parsing.ParserRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.
- serialize(ConfigurationWriter, String, Configuration) - Method in class org.infinispan.configuration.parsing.ParserRegistry
-
Serializes a single cache configuration
- serialize(ConfigurationWriter, GlobalConfiguration, Map<String, Configuration>) - Method in class org.infinispan.configuration.parsing.ParserRegistry
-
Serializes a full configuration to an
ConfigurationWriter - serialize(ConfigurationWriter, PrivateGlobalConfiguration) - Method in class org.infinispan.configuration.internal.PrivateGlobalConfigurationSerializer
- serialize(ConfigurationWriter, ConfigurationHolder) - Method in class org.infinispan.configuration.serializing.CoreConfigurationSerializer
- serialize(ConfigurationWriter, MicrometerMeterRegistryConfiguration) - Method in class org.infinispan.metrics.config.MicrometerMeterRegistryConfigurationSerializer
- serialize(ConfigurationWriter, EventLog) - Method in class org.infinispan.util.logging.events.EventLogSerializer
- serialize(ConfigurationWriter, T) - Method in interface org.infinispan.configuration.serializing.ConfigurationSerializer
- SerializedWith - Annotation Interface in org.infinispan.configuration.serializing
-
SerializedWith, specifies the
ConfigurationSerializerto use to serialize the annotated class - SerializeUtils - Class in org.infinispan.configuration.serializing
- serializeWith(ConfigurationWriter, ConfigurationSerializer<T>, T) - Method in class org.infinispan.configuration.parsing.ParserRegistry
- SERVER - Enum constant in enum class org.infinispan.security.AuditContext
- serverMode(boolean) - Method in class org.infinispan.configuration.internal.PrivateGlobalConfigurationBuilder
- SERVICE_NAME - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- SERVICE_NAME - Static variable in class org.infinispan.configuration.global.GlobalTracingConfiguration
- serviceName() - Method in class org.infinispan.configuration.global.GlobalTracingConfiguration
-
The service name used by tracing to identify the server process.
- serviceName(String) - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- set - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareCollection
- set(int, Object, int, int) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- set(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
- set(V, MetaParam.Writable...) - Method in interface org.infinispan.functional.EntryView.WriteEntryView
-
Set this value along with optional metadata parameters.
- set(V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.ValueAndMetadata
- set(V, Metadata) - Method in interface org.infinispan.functional.EntryView.WriteEntryView
-
Set this value along with metadata object.
- setAclCache(Map<CacheSubjectPair, SubjectACL>) - Method in class org.infinispan.security.impl.Authorizer
- setAddress(Address) - Method in class org.infinispan.transaction.xa.GlobalTransaction
- setAnnotation(Class<? extends Annotation>) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- setArguments(Map<?, ?>) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- setArguments(Map<?, ?>) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- setAttribute(Attribute) - Method in class org.infinispan.jmx.ResourceDMBean
- setAttributes(AttributeList) - Method in class org.infinispan.jmx.ResourceDMBean
- setAutomaticStateTransfer(String, XSiteStateTransferMode) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- setAutomaticStateTransfer(String, XSiteStateTransferMode) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
-
Sets the
XSiteStateTransferModeto the remote site. - setAutomaticStateTransfer(String, XSiteStateTransferMode) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- setAvailability(AvailabilityMode) - Method in interface org.infinispan.AdvancedCache
-
Manually change the availability of the cache.
- setAvailability(AvailabilityMode) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- setAvailability(AvailabilityMode) - Method in class org.infinispan.cache.impl.CacheImpl
- setAvailability(AvailabilityMode) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- setAvailability(AvailabilityMode) - Method in class org.infinispan.security.impl.SecureCacheImpl
- setAvailabilityMode(AvailabilityMode) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setAvailabilityMode(AvailabilityMode) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
- setAvailabilityMode(AvailabilityMode) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
- setAvailabilityMode(AvailabilityMode) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
- setAvailable(boolean) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setBackOff(Function<IracXSiteBackup, ExponentialBackOff>) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- setBatchIncrease(int) - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
-
Sets the batch increase size.
- setCacheAvailability(String) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- setCacheAvailability(String, AvailabilityMode) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Updates the availability state of a cache (for the entire cluster).
- setCacheAvailability(String, AvailabilityMode) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- setCacheManager(EmbeddedCacheManager) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setCacheName(String) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setCacheRebalancingEnabled(String, boolean) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Enable or disable rebalancing for the specified cache.
- setCacheRebalancingEnabled(String, boolean) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- setCacheTopology(CacheTopology) - Method in interface org.infinispan.distribution.DistributionManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Internal only.
- setCacheTopology(CacheTopology) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
- setChanged(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- setChanged(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
- setChanged(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
- setChanged(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- setChanged(boolean) - Method in interface org.infinispan.container.entries.MVCCEntry
- setChanged(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
- setChanged(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setCharacteristics(int) - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
-
Sets the characteristics the subsequent spliterator will have.
- setClassLoader(ClassLoader) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- setClearOnStop(boolean) - Method in interface org.infinispan.persistence.manager.PersistenceManager
- setClearOnStop(boolean) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- setClearOnStop(boolean) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- setClustered(boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- setCombine(Combine) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- setCommandRetried(boolean) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setCommitted() - Method in interface org.infinispan.container.entries.MVCCEntry
-
Mark this context-entry as already committed to the
DataContainer. - setCommitted() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setCompletionFailed(boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareLocalTransaction
- setComponent(String) - Method in class org.infinispan.factories.threads.DefaultThreadFactory
- setComputeCommand(ComputeCommand) - Method in class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- setComputeIfAbsentCommand(ComputeIfAbsentCommand) - Method in class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- setComputeIfPresent(boolean) - Method in class org.infinispan.commands.write.ComputeCommand
- setConfiguration(JGroupsConfiguration) - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- setConfigurationEntityName(String) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setConfigurationEntityType(String) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setConfigurationEventType(ConfigurationChangedEvent.EventType) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setContext(AuthorizationMapperContext) - Method in interface org.infinispan.security.RolePermissionMapper
-
Sets the context for this
RolePermissionMapper - setContext(PrincipalRoleMapperContext) - Method in interface org.infinispan.security.PrincipalRoleMapper
-
Sets the context for this
PrincipalRoleMapper - setConverter(CacheEventConverter<? super K, ? super V, ?>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- setCreated(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- setCreated(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
- setCreated(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
- setCreated(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- setCreated(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
- setCreated(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setCreated(boolean) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setCreated(long) - Method in interface org.infinispan.container.entries.CacheEntry
- setCreated(long) - Method in class org.infinispan.container.entries.MortalCacheValue
- setCreated(long) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setCurrentState(boolean) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setCurrentTopologyAsStable(boolean) - Method in class org.infinispan.topology.ClusterCacheStatus
- setDataLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- setDataSource(DataSource) - Method in class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
- setDataSource(DataSource) - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
- setEnlisted(boolean) - Method in class org.infinispan.transaction.synchronization.SyncLocalTransaction
- setEntries(Map<? extends K, ? extends V>) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setEstimateRemaining(long) - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
-
Sets how many estimated elements are remaining for this iterator This defaults to Long.MAX_VALUE.
- setEvent(E) - Method in class org.infinispan.notifications.cachelistener.EventWrapper
- setEvicted(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- setEvicted(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
- setEvicted(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
- setEvicted(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- setEvicted(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
- setEvicted(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setEvictionSize(long) - Method in class org.infinispan.cache.impl.CacheConfigurationMBean
- setException(Exception) - Method in class org.infinispan.remoting.responses.ExceptionResponse
- setExecutor(Executor) - Method in class org.infinispan.xsite.irac.IracExecutor
- setExpiration(boolean) - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- setExpired(boolean) - Method in interface org.infinispan.container.entries.MVCCEntry
-
Marks this entry as being expired.
- setExpired(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setFilter(CacheEventFilter<? super K, ? super V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- setFilterAnnotations(Set<Class<? extends Annotation>>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- setFirstTopologyAsMember(int) - Method in class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
- setFirstTopologyAsMember(int) - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
- setFirstTopologyAsMember(int) - Method in interface org.infinispan.remoting.inboundhandler.PerCacheInboundInvocationHandler
- setFlag(ReadCommittedEntry.Flags) - Method in class org.infinispan.container.entries.ReadCommittedEntry
-
Utility method that sets the value of the given flag to true.
- setFlagsBitSet(long) - Method in class org.infinispan.commands.AbstractFlagAffectedCommand
- setFlagsBitSet(long) - Method in class org.infinispan.commands.control.LockControlCommand
- setFlagsBitSet(long) - Method in interface org.infinispan.commands.FlagAffectedCommand
-
Set the flags, replacing any existing flags.
- setFlagsBitSet(long) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- setFlagsBitSet(long) - Method in class org.infinispan.commands.read.AbstractDataCommand
- setFlagsBitSet(long) - Method in class org.infinispan.commands.read.SizeCommand
- setFlagsBitSet(long) - Method in class org.infinispan.commands.remote.BaseClusteredReadCommand
- setForwarded(boolean) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- setForwarded(boolean) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- setForwarded(boolean) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- setForwarded(boolean) - Method in class org.infinispan.commands.write.PutMapCommand
- setFromRemoteSite(boolean) - Method in class org.infinispan.transaction.impl.LocalTransaction
- setGlobalTransaction(GlobalTransaction) - Method in class org.infinispan.commands.control.LockControlCommand
- setId(long) - Method in class org.infinispan.transaction.xa.GlobalTransaction
- setIdentifier(UUID) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- setIncludeCurrentState(boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- setInitialCacheTopologyId(String, int) - Method in interface org.infinispan.topology.ClusterTopologyManager
-
Sets the id of the initial topology in given cache.
- setInitialCacheTopologyId(String, int) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- setInitialTopologyId(int) - Method in class org.infinispan.topology.ClusterCacheStatus
- setInternalCacheValueConsumer() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setInternalId(long) - Method in class org.infinispan.transaction.xa.GlobalTransaction
- setInternalMetadata(Object, PrivateMetadata) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- setInternalMetadata(Object, PrivateMetadata) - Method in class org.infinispan.commands.write.ClearCommand
- setInternalMetadata(Object, PrivateMetadata) - Method in interface org.infinispan.commands.write.DataWriteCommand
- setInternalMetadata(Object, PrivateMetadata) - Method in class org.infinispan.commands.write.InvalidateCommand
- setInternalMetadata(Object, PrivateMetadata) - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- setInternalMetadata(Object, PrivateMetadata) - Method in class org.infinispan.commands.write.PutMapCommand
- setInternalMetadata(Object, PrivateMetadata) - Method in interface org.infinispan.commands.write.WriteCommand
- setInternalMetadata(PrivateMetadata) - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
- setInternalMetadata(PrivateMetadata) - Method in class org.infinispan.commands.write.ComputeCommand
- setInternalMetadata(PrivateMetadata) - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- setInternalMetadata(PrivateMetadata) - Method in interface org.infinispan.commands.write.DataWriteCommand
- setInternalMetadata(PrivateMetadata) - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- setInternalMetadata(PrivateMetadata) - Method in class org.infinispan.commands.write.PutKeyValueCommand
- setInternalMetadata(PrivateMetadata) - Method in class org.infinispan.commands.write.RemoveCommand
- setInternalMetadata(PrivateMetadata) - Method in class org.infinispan.commands.write.ReplaceCommand
- setInternalMetadata(PrivateMetadata) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- setInternalMetadata(PrivateMetadata) - Method in interface org.infinispan.container.entries.CacheEntry
- setInternalMetadata(PrivateMetadata) - Method in class org.infinispan.container.entries.ImmortalCacheValue
- setInternalMetadata(PrivateMetadata) - Method in interface org.infinispan.container.entries.InternalCacheValue
- setInternalMetadata(PrivateMetadata) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setIracMetadata(CacheEntry<?, ?>, int, IracMetadata, IracTombstoneManager, LogSupplier) - Static method in class org.infinispan.util.IracUtils
-
Stores the
IracMetadataintoCacheEntry. - setIracPutKeyValueCommand(IracPutKeyValueCommand) - Method in class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- setKeepAliveTime(long) - Method in class org.infinispan.executors.ManageableExecutorService
- setKey(Object) - Method in class org.infinispan.commands.read.AbstractDataCommand
- setKey(K) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setKeyDataConversion(DataConversion) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- setKeyInvalidationListener(StateConsumerImpl.KeyInvalidationListener) - Method in class org.infinispan.statetransfer.StateConsumerImpl
- setKeys(Object[]) - Method in class org.infinispan.commands.write.InvalidateL1Command
- setKeys(Collection<?>) - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- setKeys(Collection<?>) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- setKeys(Collection<?>) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- setKeys(Collection<?>) - Method in class org.infinispan.commands.read.GetAllCommand
- setLastUsed(long) - Method in interface org.infinispan.container.entries.CacheEntry
- setLastUsed(long) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setLastUsed(long) - Method in class org.infinispan.container.entries.TransientCacheValue
- setLastUsed(long) - Method in class org.infinispan.container.entries.TransientMortalCacheValue
- setLifespan(long) - Method in class org.infinispan.container.entries.MortalCacheEntry
- setLifespan(long) - Method in class org.infinispan.container.entries.MortalCacheValue
- setLifespan(long) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- setLoaded(boolean) - Method in interface org.infinispan.container.entries.MVCCEntry
- setLoaded(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setLocal(boolean) - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
-
Sets
trueif this transaction information is stored locally. - setLocalAddress(Address) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- setLockOwner(Object) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
- setLockOwner(Object) - Method in class org.infinispan.context.impl.ClearInvocationContext
- setLockOwner(Object) - Method in class org.infinispan.context.impl.ImmutableContext
- setLockOwner(Object) - Method in class org.infinispan.context.impl.NonTxInvocationContext
- setLockOwner(Object) - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- setLockOwner(Object) - Method in interface org.infinispan.context.InvocationContext
-
Sets the object to be used by lock owner.
- setLookedUpEntriesTopology(int) - Method in class org.infinispan.transaction.impl.RemoteTransaction
- setLowLevelTrace(boolean) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- setMap(Map<Object, Object>) - Method in class org.infinispan.commands.write.PutMapCommand
- SetMapper<E,
R> - Class in org.infinispan.util -
A set that maps another one to a new one of a possibly different type.
- SetMapper(Set<E>, Function<? super E, ? extends R>) - Constructor for class org.infinispan.util.SetMapper
- setMarshaller(Marshaller) - Method in interface org.infinispan.persistence.keymappers.MarshallingTwoWayKey2StringMapper
- setMarshaller(StreamingMarshaller) - Method in interface org.infinispan.persistence.keymappers.MarshallingTwoWayKey2StringMapper
-
Deprecated, for removal: This API element is subject to removal in a future version.since 10.0, use
MarshallingTwoWayKey2StringMapper.setMarshaller(Marshaller)instead - setMarshaller(StreamingMarshaller) - Method in class org.infinispan.persistence.keymappers.WrappedByteArrayOrPrimitiveMapper
- setMaxBatchSize(int) - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
-
Sets the max batch size for a thread to use - This defaults to 51200
- setMaxIdle(long) - Method in class org.infinispan.container.entries.TransientCacheEntry
- setMaxIdle(long) - Method in class org.infinispan.container.entries.TransientCacheValue
- setMaxIdle(long) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- setMaxIdle(long) - Method in class org.infinispan.container.entries.TransientMortalCacheValue
- setMaximumPoolSize(int) - Method in class org.infinispan.executors.ManageableExecutorService
- setMergeView(boolean) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setMetadata(Metadata) - Method in interface org.infinispan.commands.MetadataAwareCommand
-
Sets metadata for this command.
- setMetadata(Metadata) - Method in class org.infinispan.commands.write.ComputeCommand
- setMetadata(Metadata) - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- setMetadata(Metadata) - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- setMetadata(Metadata) - Method in class org.infinispan.commands.write.PutKeyValueCommand
- setMetadata(Metadata) - Method in class org.infinispan.commands.write.PutMapCommand
- setMetadata(Metadata) - Method in class org.infinispan.commands.write.RemoveCommand
- setMetadata(Metadata) - Method in class org.infinispan.commands.write.ReplaceCommand
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.ClearCacheEntry
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.ImmortalCacheEntry
- setMetadata(Metadata) - Method in interface org.infinispan.container.entries.metadata.MetadataAware
-
Set the metadata in the cache entry.
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.MortalCacheEntry
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.NullCacheEntry
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.TransientCacheEntry
- setMetadata(Metadata) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- setMetadata(Metadata) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setMetadataToCacheEntry(CacheEntry<?, ?>, int, IracMetadata) - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- setMethod(Method) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- setModifications(List<WriteCommand>) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- setName(String) - Method in class org.infinispan.remoting.transport.jgroups.NamedSocketFactory
- setNamespaceMappingParser(NamespaceMappingParser) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- setNewIracMetadata(Map<Integer, IracMetadata>) - Method in class org.infinispan.remoting.responses.PrepareResponse
- setNewMembers(List<Address>) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setNewTopologyId(int) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setNewValue(Object) - Method in class org.infinispan.commands.write.ReplaceCommand
- setNewValue(V) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setNext(long, long) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Called to update the next pointer index when a collision occurs requiring a linked list within the entries themselves
- setNext(long, long) - Method in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
- setNextInterceptor(AsyncInterceptor) - Method in interface org.infinispan.interceptors.AsyncInterceptor
-
Sets up the interceptor.
- setNextInterceptor(AsyncInterceptor) - Method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Used internally to set up the interceptor.
- setNode(String) - Method in class org.infinispan.factories.threads.DefaultThreadFactory
- setObservation(Listener.Observation) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- setOldMembers(List<Address>) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setOldMetadata(Metadata) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setOldValue(Object) - Method in class org.infinispan.commands.write.ReplaceCommand
- setOldValue(V) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setOnlyPrimary(boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- setOrigin(Address) - Method in class org.infinispan.commands.irac.IracCleanupKeysCommand
- setOrigin(Address) - Method in class org.infinispan.commands.irac.IracMetadataRequestCommand
- setOrigin(Address) - Method in class org.infinispan.commands.irac.IracStateResponseCommand
- setOrigin(Address) - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- setOrigin(Address) - Method in class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- setOrigin(Address) - Method in class org.infinispan.commands.irac.IracTombstoneRemoteSiteCheckCommand
- setOrigin(Address) - Method in class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- setOrigin(Address) - Method in class org.infinispan.commands.irac.IracUpdateVersionCommand
- setOrigin(Address) - Method in class org.infinispan.commands.remote.BaseRpcCommand
- setOrigin(Address) - Method in interface org.infinispan.commands.remote.CacheRpcCommand
-
Set the origin of the command
- setOrigin(Address) - Method in class org.infinispan.commands.remote.CheckTransactionRpcCommand
- setOrigin(Address) - Method in interface org.infinispan.commands.ReplicableCommand
-
Sets the sender's
Address. - setOrigin(Address) - Method in class org.infinispan.commands.topology.AbstractCacheControlCommand
- setOrigin(Address) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- setOriginLocal(boolean) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setParams(Params) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- setPre(boolean) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setPrepared(boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareLocalTransaction
- setPrepared(boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
- setPrepared(boolean) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryAwareTransaction
- setPrevValueAndMetadata(Object, Metadata) - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- setPrivateMetadata(CacheEntry<?, ?>, int, PrivateMetadata, IracTombstoneManager, LogSupplier) - Static method in class org.infinispan.util.IracUtils
-
Same as
IracUtils.setIracMetadata(CacheEntry, int, IracMetadata, IracTombstoneManager, LogSupplier)but it stores a "full"PrivateMetadatainstead ofIracMetadata. - setProperty(String, float) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- setProperty(String, float) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Sets a float state property.
- setProperty(String, int) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- setProperty(String, int) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Sets an integer state property.
- setProperty(String, String) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
- setProperty(String, String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Sets a state property.
- setPutIfAbsent(boolean) - Method in class org.infinispan.commands.write.PutKeyValueCommand
- setPutKeyValueCommand(PutKeyValueCommand) - Method in class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- setPutMapCommand(PutMapCommand, Collection<Object>) - Method in class org.infinispan.commands.triangle.PutMapBackupWriteCommand
- setRead() - Method in interface org.infinispan.container.entries.MVCCEntry
-
Mark that this entry was loaded from the cache (as opposed to generated by the application using write-only command), mostly for purposes of the write skew check.
- setRead() - Method in class org.infinispan.container.entries.RepeatableReadEntry
- setReadConsistentHashAtEnd(ConsistentHash) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setReadConsistentHashAtStart(ConsistentHash) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setReadWrite(ReadWriteManyCommand<K, V, R>, Collection<Object>) - Method in class org.infinispan.commands.triangle.MultiKeyFunctionalBackupWriteCommand
- setReadWrite(ReadWriteManyEntriesCommand<K, V, T, R>, Collection<Object>) - Method in class org.infinispan.commands.triangle.MultiEntriesFunctionalBackupWriteCommand
- setReadWriteKeyCommand(ReadWriteKeyCommand) - Method in class org.infinispan.commands.triangle.SingleKeyFunctionalBackupWriteCommand
- setReadWriteKeyValueCommand(ReadWriteKeyValueCommand) - Method in class org.infinispan.commands.triangle.SingleKeyFunctionalBackupWriteCommand
- setRebalanceEnabled(boolean) - Method in class org.infinispan.topology.ClusterCacheStatus
- setRebalancingEnabled(boolean) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- setRebalancingEnabled(boolean) - Method in class org.infinispan.cache.impl.CacheImpl
- setRebalancingEnabled(boolean) - Method in interface org.infinispan.topology.ClusterTopologyManager
-
Globally enables or disables whether automatic rebalancing should occur.
- setRebalancingEnabled(boolean) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- setRebalancingEnabled(boolean) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Enable or disable rebalancing in the entire cluster.
- setRebalancingEnabled(boolean) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- setRebalancingEnabled(String, boolean) - Method in interface org.infinispan.topology.ClusterTopologyManager
-
Enables or disables rebalancing for the specified cache
- setRebalancingEnabled(String, boolean) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- setRemote(boolean) - Method in class org.infinispan.transaction.xa.GlobalTransaction
- setRemoveCommand(RemoveCommand, boolean) - Method in class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- setRemoved(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- setRemoved(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
- setRemoved(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
- setRemoved(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- setRemoved(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
- setRemoved(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setReplaceCommand(ReplaceCommand) - Method in class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- setReplayEntryWrapping(boolean) - Method in class org.infinispan.commands.tx.PrepareCommand
- setRetriedCommand(boolean) - Method in class org.infinispan.commands.tx.PrepareCommand
- setRollbackOnly() - Method in class org.infinispan.transaction.tm.EmbeddedUserTransaction
- setSegmentId(int) - Method in class org.infinispan.commands.triangle.BackupWriteCommand
- setSeqId(long) - Method in class org.infinispan.persistence.sifs.LogAppender
- setSequence(long) - Method in class org.infinispan.commands.triangle.BackupWriteCommand
- setSiteName(String) - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishReceiveCommand
- setSiteName(String) - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartReceiveCommand
- setSitesDown(Collection<String>) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setSitesUp(Collection<String>) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setSitesView(Collection<String>) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setSkipLookup(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- setSkipLookup(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
- setSkipLookup(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
- setSkipLookup(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- setSkipLookup(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
- setSkipLookup(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setSkipLookup(boolean) - Method in class org.infinispan.container.entries.RepeatableReadEntry
- setSkipRemoteGetsAndInvokeNextForDataCommand(InvocationContext, DataWriteCommand, CompletionStage<Void>) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
-
Locks the value for the keys accessed by the command to avoid being override from a remote get.
- setSkipRemoteGetsAndInvokeNextForManyEntriesCommand(InvocationContext, WriteCommand, CompletionStage<Void>) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
-
Locks the value for the keys accessed by the command to avoid being override from a remote get.
- setSkipSharedStore() - Method in interface org.infinispan.container.entries.MVCCEntry
- setSkipSharedStore() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setSocketFactory(SocketFactory) - Method in class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
- setSocketFactory(SocketFactory) - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
- setSource(Object) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setSpanAttributes(InfinispanSpanAttributes) - Method in class org.infinispan.commands.remote.SingleRpcCommand
- setSpanAttributes(InfinispanSpanAttributes) - Method in interface org.infinispan.commands.TracedCommand
- setSpanAttributes(InfinispanSpanAttributes) - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
- setStaleStatsThreshold(long) - Method in interface org.infinispan.stats.ClusterCacheStats
- setStaleStatsThreshold(long) - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- setStaleStatsThreshold(long) - Method in interface org.infinispan.stats.ClusterContainerStats
- setStaleStatsThreshold(long) - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- setStaleStatsThreshold(long) - Method in class org.infinispan.stats.impl.AbstractClusterStats
- setStaleStatsThreshold(long) - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- setStaleStatsThreshold(long) - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- setStaleStatsThreshold(long) - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- setStateTransferFlag(Flag) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- setStateTransferFlag(Flag) - Method in class org.infinispan.transaction.impl.LocalTransaction
- setStateTransferFlag(Flag) - Method in class org.infinispan.transaction.impl.RemoteTransaction
- setStateTransferMode(String, String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- setStateTransferMode(XSiteStateTransferMode) - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- setStatisticEnabled(boolean) - Method in class org.infinispan.util.concurrent.ActionSequencer
- setStatisticsEnabled(boolean) - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
- setStatisticsEnabled(boolean) - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
- setStatisticsEnabled(boolean) - Method in class org.infinispan.eviction.impl.PassivationManagerStub
- setStatisticsEnabled(boolean) - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- setStatisticsEnabled(boolean) - Method in class org.infinispan.interceptors.impl.JmxStatsCommandInterceptor
- setStatisticsEnabled(boolean) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- setStatisticsEnabled(boolean) - Method in interface org.infinispan.jmx.JmxStatisticsExposer
-
Enables an interceptor's cache statistics If true, the interceptor will capture statistics and make them available through the mbean.
- setStatisticsEnabled(boolean) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- setStatisticsEnabled(boolean) - Method in class org.infinispan.stats.impl.AbstractClusterStats
- setStatisticsEnabled(boolean) - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- setStatisticsEnabled(boolean) - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- setStatisticsEnabled(boolean) - Method in class org.infinispan.stats.impl.LocalContainerStatsImpl
- setStatisticsEnabled(boolean) - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- setStatisticsEnabled(boolean) - Method in class org.infinispan.stats.impl.StatsCollector
- setStatisticsEnabled(boolean) - Method in class org.infinispan.stats.impl.StatsImpl
- setStatisticsEnabled(boolean) - Method in interface org.infinispan.stats.Stats
-
Enables or disables statistics at runtime.
- setStatisticsEnabled(boolean) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- setStatus(int) - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
-
Sets the transaction's state.
- setSubgroupsMerged(List<List<Address>>) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setSubject(Subject) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- setSupplier(Supplier<Stream<Original>>) - Method in interface org.infinispan.stream.impl.TerminalOperation
-
Sets the local supplier for the stream.
- setSync(boolean) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- setTakeOfflineAfterFailures(String, int) - Method in class org.infinispan.xsite.XSiteAdminOperations
- setTakeOfflineMinTimeToWait(String, long) - Method in class org.infinispan.xsite.XSiteAdminOperations
- setTarget(Object) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- setTelemetryService(InfinispanTelemetry) - Method in class org.infinispan.security.audit.LoggingAuditLogger
- setTimeout(ScheduledExecutorService, long, TimeUnit) - Method in class org.infinispan.remoting.transport.AbstractRequest
-
Schedule a timeout task on the given executor, and complete the request with a
TimeoutExceptionwhen the task runs. - setTimeout(ScheduledExecutorService, long, TimeUnit) - Method in class org.infinispan.remoting.transport.jgroups.StaggeredRequest
- setTimeService(TimeService) - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
-
Tests purpose only!
- setTopologyId(int) - Method in class org.infinispan.commands.AbstractTopologyAffectedCommand
- setTopologyId(int) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- setTopologyId(int) - Method in class org.infinispan.commands.irac.IracMetadataRequestCommand
- setTopologyId(int) - Method in class org.infinispan.commands.read.AbstractDataCommand
- setTopologyId(int) - Method in class org.infinispan.commands.read.SizeCommand
- setTopologyId(int) - Method in class org.infinispan.commands.remote.BaseClusteredReadCommand
- setTopologyId(int) - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
- setTopologyId(int) - Method in class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- setTopologyId(int) - Method in class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- setTopologyId(int) - Method in class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- setTopologyId(int) - Method in class org.infinispan.commands.statetransfer.StateTransferStartCommand
- setTopologyId(int) - Method in class org.infinispan.commands.statetransfer.StateResponseCommand
- setTopologyId(int) - Method in class org.infinispan.commands.statetransfer.StateTransferGetListenersCommand
- setTopologyId(int) - Method in interface org.infinispan.commands.TopologyAffectedCommand
- setTopologyId(int) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- setTopologyId(int) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- setTopologyId(int) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.NextPublisherCommand
- setTopologyId(int) - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.ReductionPublisherRequestCommand
- setTransactionId(GlobalTransaction) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, will be removed in 15.0
- setTransactionSuccessful(boolean) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setTransactionTimeout(int) - Method in class org.infinispan.transaction.tm.EmbeddedUserTransaction
- setTransactionTimeout(int) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- setTransport(Transport) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
- setType(Event.Type) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setUnionConsistentHash(ConsistentHash) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setUnlock(boolean) - Method in class org.infinispan.commands.control.LockControlCommand
- setUpdatedEntryVersions(Map<Object, IncrementableEntryVersion>) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
- setUpdatedEntryVersions(Map<Object, IncrementableEntryVersion>) - Method in interface org.infinispan.transaction.xa.CacheTransaction
- setUpdatedVersions(Map<Object, IncrementableEntryVersion>) - Method in class org.infinispan.commands.tx.VersionedCommitCommand
- setValue(Object) - Method in class org.infinispan.commands.write.PutKeyValueCommand
- setValue(Object) - Method in class org.infinispan.commands.write.RemoveCommand
- setValue(Object) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- setValue(Object) - Method in class org.infinispan.container.entries.ImmortalCacheValue
- setValue(Object) - Method in class org.infinispan.container.entries.NullCacheEntry
- setValue(V) - Method in interface org.infinispan.container.entries.CacheEntry
-
Sets the value of the entry, returning the previous value
- setValue(V) - Method in class org.infinispan.container.entries.ClearCacheEntry
- setValue(V) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- setValue(V) - Method in class org.infinispan.container.entries.ReadCommittedEntry
- setValue(V) - Method in class org.infinispan.container.entries.RepeatableReadEntry
- setValue(V) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setValue(V) - Method in class org.infinispan.util.EntryWrapper
- setValueConsumer() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueDataConversion(DataConversion) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- setValueIfAbsentReturnBoolean() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueIfAbsentReturnPrevOrNull() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueIfEqualsReturnBoolean(V, MetaParam.Writable...) - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- SetValueIfEqualsReturnBooleanExternalizer() - Constructor for class org.infinispan.marshall.core.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
- setValueIfPresentReturnBoolean() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueIfPresentReturnPrevOrNull() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
- setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
- setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.ClearCommand
- setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.ComputeCommand
- setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.InvalidateCommand
- setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.PutKeyValueCommand
- setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.PutMapCommand
- setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.RemoveCommand
- setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.ReplaceCommand
- setValueMatcher(ValueMatcher) - Method in interface org.infinispan.commands.write.WriteCommand
- setValueMetasConsumer(MetaParam.Writable...) - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueMetasIfAbsentReturnBoolean(MetaParam.Writable...) - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueMetasIfAbsentReturnPrevOrNull(MetaParam.Writable...) - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueMetasIfPresentReturnBoolean(MetaParam.Writable...) - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueMetasIfPresentReturnPrevOrNull(MetaParam.Writable...) - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueMetasReturnPrevOrNull(MetaParam.Writable...) - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueMetasReturnView(MetaParam.Writable...) - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueReturnPrevOrNull() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setValueReturnView() - Static method in class org.infinispan.marshall.core.MarshallableFunctions
- setVersion(EntryVersion) - Method in interface org.infinispan.container.entries.versioned.Versioned
-
Deprecated.Sets the version on this entry.
- setVersionsSeen(Map<Object, IncrementableEntryVersion>) - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
- setViewId(int) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- setWrite(boolean) - Method in class org.infinispan.commands.remote.ClusteredGetCommand
- setWriteCommand(WriteCommand) - Method in class org.infinispan.commands.triangle.BackupNoopCommand
- setWriteConsistentHashAtEnd(ConsistentHash) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setWriteConsistentHashAtStart(ConsistentHash) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- setWriteOnly(WriteOnlyManyCommand<K, V>, Collection<Object>) - Method in class org.infinispan.commands.triangle.MultiKeyFunctionalBackupWriteCommand
- setWriteOnly(WriteOnlyManyEntriesCommand<K, V, T>, Collection<Object>) - Method in class org.infinispan.commands.triangle.MultiEntriesFunctionalBackupWriteCommand
- setWriteOnlyKeyCommand(WriteOnlyKeyCommand) - Method in class org.infinispan.commands.triangle.SingleKeyFunctionalBackupWriteCommand
- setWriteOnlyKeyValueCommand(WriteOnlyKeyValueCommand) - Method in class org.infinispan.commands.triangle.SingleKeyFunctionalBackupWriteCommand
- setXid(XidImpl) - Method in class org.infinispan.transaction.xa.GlobalTransaction
- setXid(XidImpl) - Method in class org.infinispan.transaction.xa.LocalXaTransaction
- SFSToSIFSConfiguration - Class in org.infinispan.configuration.parsing
- SFSToSIFSConfiguration(AttributeSet, AsyncStoreConfiguration, IndexConfiguration, DataConfiguration) - Constructor for class org.infinispan.configuration.parsing.SFSToSIFSConfiguration
- SFSToSIFSConfigurationBuilder - Class in org.infinispan.configuration.parsing
- SFSToSIFSConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- SFSToSIFSStore<K,
V> - Class in org.infinispan.configuration.parsing -
Store that is used to migrate data from ISPN 12.0 SingleFileStore to an ISPN 13.0 SoftIndexFileStore.
- SFSToSIFSStore() - Constructor for class org.infinispan.configuration.parsing.SFSToSIFSStore
- sharding() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- sharding() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- sharding() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- sharding() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- sharding() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- sharding() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- sharding() - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- shards(int) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- SHARDS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- SHARDS - Static variable in class org.infinispan.configuration.cache.IndexShardingConfiguration
- SHAREABLE - Enum constant in enum class org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store can be shared across multiple Infinispan nodes; for example, an external system such as a database.
- shared() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- shared() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- shared(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
This setting should be set to true when multiple cache instances share the same cache store (e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared database.) Setting this to true avoids multiple cache instances writing the same modification multiple times.
- shared(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- shared(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
This setting should be set to true when multiple cache instances share the same cache store (e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared database.) Setting this to true avoids multiple cache instances writing the same modification multiple times.
- SHARED - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- SHARED - Enum constant in enum class org.infinispan.persistence.manager.PersistenceManager.AccessMode
-
The operation is performed only in shared configured
CacheWriterorCacheLoader - SHARED - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- SHARED_PERSISTENT_LOCATION - Enum constant in enum class org.infinispan.configuration.parsing.Element
- sharedPersistenceConfiguration() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- sharedPersistentLocation() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
-
Returns the filesystem path where shared persistent state data which needs to survive container restarts should be stored.
- sharedPersistentLocation(String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Defines the filesystem path where shared persistent state data which needs to survive container restarts should be stored.
- sharedPersistentLocation(String, String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- sharedStoreShouldNotBePurged(String) - Method in class org.infinispan.util.logging.Log_$logger
- sharedStoreShouldNotBePurged(String) - Method in interface org.infinispan.util.logging.Log
- sharedStoreShouldNotBePurged$str() - Method in class org.infinispan.util.logging.Log_$logger
- sharedStoreWithLocalCache() - Method in class org.infinispan.util.logging.Log_$logger
- sharedStoreWithLocalCache() - Method in interface org.infinispan.util.logging.Log
- sharedStoreWithLocalCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- shortened(String) - Static method in class org.infinispan.factories.KnownComponentNames
- shouldClose() - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
-
Deprecated.
- shouldConnect() - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
-
Deprecated.
- shouldDisconnect() - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
-
Deprecated.
- shouldInvoke(boolean) - Method in enum class org.infinispan.notifications.Listener.Observation
- shouldInvoke(CacheEntryEvent<K, V>, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- shouldInvoke(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- shouldInvokeRemoteTxCommand(TxInvocationContext) - Method in class org.infinispan.interceptors.impl.BaseRpcInterceptor
- shouldLoad(InvocationContext, FlagAffectedCommand, DistributionInfo) - Method in class org.infinispan.interceptors.impl.BaseRpcInterceptor
- shouldRegisterRemoteCallback(C) - Method in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- shouldReplicate(InvocationContext, boolean) - Method in class org.infinispan.commands.write.RemoveCommand
- shouldReplicate(InvocationContext, boolean) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
- shouldReplicate(InvocationContext, boolean) - Method in interface org.infinispan.commands.write.WriteCommand
-
Some commands may be successful but not need to be replicated to other nodes, stores or listeners.
- shouldStopSegments - Variable in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- shouldWrite(long) - Method in interface org.infinispan.persistence.spi.FlagAffectedStore
- show(CommandInvocationId) - Static method in class org.infinispan.commands.CommandInvocationId
- showInDoubtTransactions() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
- shutdown() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- shutdown() - Method in class org.infinispan.cache.impl.CacheImpl
- shutdown() - Method in interface org.infinispan.Cache
-
Performs a controlled, clustered shutdown of the cache.
- shutdown() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- shutdown() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- shutdown() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Shutdown configuration
- shutdown() - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- shutdown() - Method in class org.infinispan.executors.LazyInitializingExecutorService
- shutdown() - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- shutdown() - Method in class org.infinispan.security.impl.SecureCacheImpl
- shutdown() - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
- shutdown() - Method in class org.infinispan.util.concurrent.WithinThreadExecutor
- SHUTDOWN - Enum constant in enum class org.infinispan.configuration.parsing.Element
- SHUTDOWN_HOOK - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- shutdownAllCaches() - Method in class org.infinispan.manager.DefaultCacheManager
- shutdownCache() - Method in class org.infinispan.topology.ClusterCacheStatus
- ShutdownConfiguration - Class in org.infinispan.configuration.global
- ShutdownConfigurationBuilder - Class in org.infinispan.configuration.global
- ShutdownHookBehavior - Enum Class in org.infinispan.configuration.global
-
Behavior of the JVM shutdown hook registered by the cache
- shutdownNow() - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- shutdownNow() - Method in class org.infinispan.executors.LazyInitializingExecutorService
- shutdownNow() - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- shutdownNow() - Method in class org.infinispan.executors.LimitedExecutor
-
Stops the executor and cancels any queued tasks.
- shutdownNow() - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
- shutdownNow() - Method in class org.infinispan.util.concurrent.WithinThreadExecutor
- SIMPLE - Enum constant in enum class org.infinispan.configuration.cache.VersioningScheme
- SIMPLE_CACHE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- SIMPLE_CACHE - Static variable in class org.infinispan.configuration.cache.Configuration
- SimpleAsyncInvocationStage - Class in org.infinispan.interceptors.impl
-
Invocation stage representing a computation that may or may not be done yet.
- SimpleAsyncInvocationStage(CompletionStage<?>) - Constructor for class org.infinispan.interceptors.impl.SimpleAsyncInvocationStage
- simpleCache() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- simpleCache() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- simpleCache() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- simpleCache() - Method in class org.infinispan.configuration.cache.Configuration
- simpleCache() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- simpleCache() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.BackupForBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- simpleCache(boolean) - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- SimpleCacheImpl<K,
V> - Class in org.infinispan.cache.impl -
Simple local cache without interceptor stack.
- SimpleCacheImpl(String) - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl
- SimpleCacheImpl.CacheEntryChange<K,
V> - Class in org.infinispan.cache.impl - SimpleCacheImpl.CacheEntrySet - Class in org.infinispan.cache.impl
- SimpleCacheImpl.EntrySet - Class in org.infinispan.cache.impl
- SimpleCacheImpl.EntrySetBase<T> - Class in org.infinispan.cache.impl
- SimpleCacheImpl.KeySet - Class in org.infinispan.cache.impl
- SimpleCacheImpl.ValueAndMetadata<V> - Class in org.infinispan.cache.impl
- SimpleCacheImpl.Values - Class in org.infinispan.cache.impl
- SimpleClusteredVersion - Class in org.infinispan.container.versioning
-
A simple versioning scheme that is cluster-aware
- SimpleClusteredVersion(int, long) - Constructor for class org.infinispan.container.versioning.SimpleClusteredVersion
- SimpleClusteredVersion.Externalizer - Class in org.infinispan.container.versioning
- SimpleClusteredVersion$___Marshaller_f7402494821fa8e2ee025bf7d4a4b60322db5a0eb2018b6aa5836c002c8e07b7 - Class in org.infinispan.container.versioning
-
WARNING: Generated code! Do not edit!
- SimpleClusteredVersion$___Marshaller_f7402494821fa8e2ee025bf7d4a4b60322db5a0eb2018b6aa5836c002c8e07b7() - Constructor for class org.infinispan.container.versioning.SimpleClusteredVersion$___Marshaller_f7402494821fa8e2ee025bf7d4a4b60322db5a0eb2018b6aa5836c002c8e07b7
- SimpleClusteredVersionGenerator - Class in org.infinispan.container.versioning
-
A version generator implementation for SimpleClusteredVersions
- SimpleClusteredVersionGenerator() - Constructor for class org.infinispan.container.versioning.SimpleClusteredVersionGenerator
- SimpleClusteredVersionGenerator.TopologyIdUpdater - Class in org.infinispan.container.versioning
- SimplePrincipal(String) - Constructor for class org.infinispan.security.impl.SubjectAdapter.SimplePrincipal
- SimpleReadOnlyMapImpl<K,
V> - Class in org.infinispan.functional.impl -
A
ReadOnlyMapImplthat works with a simple cache. - SimpleReadWriteMapImpl<K,
V> - Class in org.infinispan.functional.impl -
A
ReadWriteMapImplthat works with a simple cache. - SimpleReadWriteMapImpl(Params, FunctionalMapImpl<K, V>) - Constructor for class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- SimpleWriteOnlyMapImpl<K,
V> - Class in org.infinispan.functional.impl -
A
WriteOnlyMapImplthat works with a simple cache. - SimpleWriteOnlyMapImpl(Params, FunctionalMapImpl<K, V>) - Constructor for class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- since() - Element in annotation interface org.infinispan.configuration.parsing.Namespace
-
The first version of the schema where this is supported.
- since(int, int) - Method in class org.infinispan.configuration.parsing.Schema
- SINGLE_FILE_STORE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- SingleFileStore<K,
V> - Class in org.infinispan.persistence.file -
A filesystem-based implementation of a
NonBlockingStore. - SingleFileStore() - Constructor for class org.infinispan.persistence.file.SingleFileStore
- SingleFileStoreConfiguration - Class in org.infinispan.configuration.cache
-
Defines the configuration for the single file cache store.
- SingleFileStoreConfiguration(AttributeSet, AsyncStoreConfiguration) - Constructor for class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- SingleFileStoreConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Single file cache store configuration builder.
- SingleFileStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- SingleFileStoreConfigurationBuilder(PersistenceConfigurationBuilder, AttributeSet) - Constructor for class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- SingleKeyBackupWriteCommand - Class in org.infinispan.commands.triangle
-
A single key
BackupWriteCommandfor single key non-functional commands. - SingleKeyBackupWriteCommand() - Constructor for class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- SingleKeyBackupWriteCommand(ByteString) - Constructor for class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- SingleKeyFunctionalBackupWriteCommand - Class in org.infinispan.commands.triangle
-
A single key
BackupWriteCommandfor single key functional commands. - SingleKeyFunctionalBackupWriteCommand() - Constructor for class org.infinispan.commands.triangle.SingleKeyFunctionalBackupWriteCommand
- SingleKeyFunctionalBackupWriteCommand(ByteString) - Constructor for class org.infinispan.commands.triangle.SingleKeyFunctionalBackupWriteCommand
- SingleKeyNonTxInvocationContext - Class in org.infinispan.context.impl
- SingleKeyNonTxInvocationContext(Address) - Constructor for class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- singleNodeSubmission() - Method in interface org.infinispan.manager.ClusterExecutor
-
When a command is submitted it will only be submitted to one node of the available nodes, there is no strict requirements as to which node is chosen and is implementation specific.
- singleNodeSubmission(int) - Method in interface org.infinispan.manager.ClusterExecutor
-
When a command is submitted it will only be submitted to one node of the available nodes, there is no strict requirements as to which node is chosen and is implementation specific.
- singleNodeSubmissionExecutor(Predicate<? super Address>, EmbeddedCacheManager, Transport, long, TimeUnit, BlockingManager, ScheduledExecutorService, int) - Static method in class org.infinispan.manager.impl.ClusterExecutors
- singleOwnerNotSetToAllowReadWrites() - Method in class org.infinispan.util.logging.Log_$logger
- singleOwnerNotSetToAllowReadWrites() - Method in interface org.infinispan.util.logging.Log
- singleOwnerNotSetToAllowReadWrites$str() - Method in class org.infinispan.util.logging.Log_$logger
- SingleResponseCollector - Class in org.infinispan.remoting.transport.impl
-
Response collector for a single response.
- SingleResponseCollector() - Constructor for class org.infinispan.remoting.transport.impl.SingleResponseCollector
- SingleRpcCommand - Class in org.infinispan.commands.remote
-
Aggregates a single command for replication.
- SingleRpcCommand(ByteString) - Constructor for class org.infinispan.commands.remote.SingleRpcCommand
- SingleRpcCommand(ByteString, VisitableCommand) - Constructor for class org.infinispan.commands.remote.SingleRpcCommand
- singleSegment(int, Publisher<? extends E>) - Static method in class org.infinispan.persistence.support.SingleSegmentPublisher
- singleSegment(Publisher<? extends E>) - Static method in class org.infinispan.persistence.support.SingleSegmentPublisher
- SingleSegmentKeyPartitioner - Class in org.infinispan.distribution.ch.impl
-
KeyPartitioner that always returns 0 for a given segment.
- SingleSegmentPublisher<E> - Class in org.infinispan.persistence.support
- SingleSiteRequest<T> - Class in org.infinispan.remoting.transport.jgroups
-
Request implementation that waits for a response from a single target site.
- SingleTargetRequest<T> - Class in org.infinispan.remoting.transport.impl
-
Request implementation that waits for a response from a single target node.
- SingleTargetRequest(ResponseCollector<T>, long, RequestRepository, RequestTracker) - Constructor for class org.infinispan.remoting.transport.impl.SingleTargetRequest
- SingletonMapResponseCollector - Class in org.infinispan.remoting.transport.impl
- SingleXSiteRpcCommand - Class in org.infinispan.xsite
-
RPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site.
- SingleXSiteRpcCommand() - Constructor for class org.infinispan.xsite.SingleXSiteRpcCommand
- SingleXSiteRpcCommand(ByteString, VisitableCommand) - Constructor for class org.infinispan.xsite.SingleXSiteRpcCommand
- site() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
Returns the name of the site where this cache backups its data.
- site() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- site() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Cross-site replication configuration
- site(String) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- SITE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- SITE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- SITE - Enum constant in enum class org.infinispan.distribution.topologyaware.TopologyLevel
- SITE - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- SITE_CONNECTED - Enum constant in enum class org.infinispan.xsite.events.XSiteEventType
-
Sent from site A to site B, notifies site B that a new connection to A is available.
- SITE_EVENT - Static variable in class org.infinispan.xsite.commands.remote.Ids
- SITE_ID - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- SITE_TAG_NAME - Static variable in interface org.infinispan.metrics.Constants
- SiteAddress - Class in org.infinispan.remoting.transport
-
Implementation
Addressthat contains the site name. - SiteAddress(String) - Constructor for class org.infinispan.remoting.transport.SiteAddress
- SiteConfiguration - Class in org.infinispan.configuration.global
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0. Use
Transport.localSiteName() - SiteConfigurationBuilder - Class in org.infinispan.configuration.global
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0. The local site name is fetched via
Transport.localSiteName() - SiteEntry<V> - Class in org.infinispan.xsite.spi
-
It stores the entry value and
Metadatafor a specific site. - SiteEntry(String, V, Metadata) - Constructor for class org.infinispan.xsite.spi.SiteEntry
- siteId() - Method in class org.infinispan.configuration.global.TransportConfiguration
- siteId(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
The id of the site where this node runs.
- siteIndex() - Method in class org.infinispan.xsite.irac.IracXSiteBackup
- siteName() - Method in interface org.infinispan.xsite.XSiteCacheMapper.RemoteCacheInfo
- siteNotFound(String) - Method in class org.infinispan.util.logging.Log_$logger
- siteNotFound(String) - Method in interface org.infinispan.util.logging.Log
- siteNotFound$str() - Method in class org.infinispan.util.logging.Log_$logger
- siteOffline() - Method in interface org.infinispan.xsite.notification.SiteStatusListener
- siteOffline(String) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- siteOffline(String) - Method in interface org.infinispan.util.logging.events.Messages
- siteOffline$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- siteOnline() - Method in interface org.infinispan.xsite.notification.SiteStatusListener
- siteOnline(String) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- siteOnline(String) - Method in interface org.infinispan.util.logging.events.Messages
- siteOnline$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- sites() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- sites() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- sites() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- sites() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- sites() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- sites() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- sites() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- sites() - Method in class org.infinispan.configuration.cache.Configuration
- sites() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- sites() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- sites() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- sites() - Method in class org.infinispan.xsite.metrics.DefaultXSiteMetricsCollector
- sites() - Method in class org.infinispan.xsite.metrics.NoOpXSiteMetricsCollector
- sites() - Method in interface org.infinispan.xsite.metrics.XSiteMetricsCollector
- SITES - Enum constant in enum class org.infinispan.configuration.parsing.Element
- SITES_VIEW_CHANGED - Enum constant in enum class org.infinispan.notifications.cachemanagerlistener.event.Event.Type
- SitesConfiguration - Class in org.infinispan.configuration.cache
- SitesConfiguration(AttributeSet, List<BackupConfiguration>, BackupForConfiguration) - Constructor for class org.infinispan.configuration.cache.SitesConfiguration
- SitesConfigurationBuilder - Class in org.infinispan.configuration.cache
- SitesConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.SitesConfigurationBuilder
- SiteState - Enum Class in org.infinispan.xsite.status
-
The site state.
- siteStatus(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- SiteStatus - Interface in org.infinispan.xsite.status
-
A site status.
- SiteStatusListener - Interface in org.infinispan.xsite.notification
-
A simple interface that is invoked by
OfflineStatuswhen a particular site changes its status to online/offline. - siteStatusToString(SiteStatus) - Static method in class org.infinispan.xsite.XSiteAdminOperations
- siteStatusToString(SiteStatus, Function<CacheMixedSiteStatus, String>) - Static method in class org.infinispan.xsite.XSiteAdminOperations
- sitesUnreachable(String) - Method in class org.infinispan.remoting.transport.jgroups.SingleSiteRequest
- SitesViewChangedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
This event is passed in to any method annotated with
SiteViewChanged. - SiteUnreachableXSiteResponse<T> - Class in org.infinispan.remoting.transport.impl
-
A
XSiteResponsewhich is competed with aSuspectException. - SiteUnreachableXSiteResponse(XSiteBackup, TimeService) - Constructor for class org.infinispan.remoting.transport.impl.SiteUnreachableXSiteResponse
- SiteViewChanged - Annotation Interface in org.infinispan.notifications.cachemanagerlistener.annotation
-
This annotation should be used on methods that need to be notified when the cross-site view changes (sites connects or disconnects).
- size() - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- size() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- size() - Method in class org.infinispan.cache.impl.CacheImpl
- size() - Method in class org.infinispan.cache.impl.DecoratedCache
- size() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
- size() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
- size() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- size() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
- size() - Method in interface org.infinispan.Cache
-
Returns a count of all elements in this cache and cache loader across the entire cluster.
- size() - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- size() - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- size() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, use
MemoryConfiguration.maxCount()orMemoryConfiguration.maxSize()to obtain either the maximum number of entries or the maximum size of the data container. - size() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, use either
MemoryConfigurationBuilder.maxSize()orMemoryConfigurationBuilder.maxCount(). - size() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- size() - Method in interface org.infinispan.container.DataContainer
- size() - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- size() - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- size() - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- size() - Method in interface org.infinispan.container.versioning.irac.IracTombstoneManager
- size() - Method in class org.infinispan.container.versioning.irac.NoOpIracTombstoneManager
- size() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareCollection
-
Returns the size of the read only set.
- size() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
-
Returns the size of the read only map.
- size() - Method in class org.infinispan.functional.impl.MetaParams
- size() - Method in interface org.infinispan.interceptors.AsyncInterceptorChain
-
Returns the number of interceptors in the chain.
- size() - Method in class org.infinispan.interceptors.EmptyAsyncInterceptorChain
- size() - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- size() - Method in class org.infinispan.InternalCacheSet
- size() - Method in interface org.infinispan.persistence.manager.PersistenceManager
- size() - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader
-
Deprecated.Returns the number of elements in the store.
- size() - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- size() - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- size() - Method in class org.infinispan.security.impl.SecureCacheImpl
- size() - Method in class org.infinispan.transaction.impl.ModificationList
- size() - Method in class org.infinispan.util.CollectionMapper
- size() - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
- size() - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
- size() - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
- size(int) - Static method in class org.infinispan.marshall.protostream.impl.MarshallableUserObject
- size(long) - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, use
MemoryConfiguration.maxCount(long)orMemoryConfiguration.maxSize(String)to dynamically configure the maximum number of entries or the maximum size of the data container. - size(long) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, use
MemoryConfigurationBuilder.maxSize(String)to define the size in bytes orMemoryConfigurationBuilder.maxCount(long)to define the number of entries. - size(long) - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- size(Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PassivationPersistenceManager
- size(Predicate<? super StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Returns the count of how many entries are persisted.
- size(Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- size(Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- size(Predicate<? super StoreConfiguration>, IntSet) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Returns the count of how many entries are persisted in the given segments.
- size(Predicate<? super StoreConfiguration>, IntSet) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- size(Predicate<? super StoreConfiguration>, IntSet) - Method in class org.infinispan.persistence.manager.TracedPersistenceManager
- size(Predicate<? super StoreConfiguration>, IntSet) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- size(IntSet) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- size(IntSet) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Returns how many entries are present in the data container that map to the given segments without counting entries that are currently expired.
- size(IntSet) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- size(IntSet) - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- size(IntSet) - Method in class org.infinispan.persistence.file.SingleFileStore
- size(IntSet) - Method in interface org.infinispan.persistence.manager.PersistenceManager
- size(IntSet) - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- size(IntSet) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Returns the amount of entries that map to the given segments in the store.
- size(IntSet) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Returns the number of elements in the store that map to the given segments that aren't expired.
- size(IntSet) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- size(IntSet) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- size(IntSet) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- SIZE - Static variable in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- SIZE_UNAVAILABLE_FUTURE - Static variable in interface org.infinispan.persistence.spi.NonBlockingStore
-
Shortcut to return -1L when the size or approximate size is unavailable.
- sizeAsync() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- sizeAsync() - Method in class org.infinispan.cache.impl.CacheImpl
- sizeAsync() - Method in class org.infinispan.cache.impl.DecoratedCache
- sizeAsync() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- sizeAsync() - Method in class org.infinispan.security.impl.SecureCacheImpl
- SizeCalculatorFactory - Class in org.infinispan.factories
-
Factory for creating size calculator used to estimate size of objects
- SizeCalculatorFactory() - Constructor for class org.infinispan.factories.SizeCalculatorFactory
- SizeCommand - Class in org.infinispan.commands.read
-
Command to calculate the size of the cache
- SizeCommand(ByteString) - Constructor for class org.infinispan.commands.read.SizeCommand
- SizeCommand(ByteString, IntSet, long) - Constructor for class org.infinispan.commands.read.SizeCommand
- sizeEstimate(Object) - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- sizeIncludingExpired() - Method in interface org.infinispan.container.DataContainer
- sizeIncludingExpired() - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- sizeIncludingExpired() - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- sizeIncludingExpired() - Method in class org.infinispan.container.impl.DefaultDataContainer
- sizeIncludingExpired() - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- sizeIncludingExpired() - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- sizeIncludingExpired(IntSet) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- sizeIncludingExpired(IntSet) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- sizeIncludingExpired(IntSet) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Returns how many entries are present in the data container that map to the given segments including any entries that may be expired
- sizeIncludingExpired(IntSet) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- sizePublisher(IntSet, long) - Method in interface org.infinispan.reactive.publisher.impl.LocalPublisherManager
- sizePublisher(IntSet, long) - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- sizePublisher(IntSet, InvocationContext, long) - Method in interface org.infinispan.reactive.publisher.impl.ClusterPublisherManager
- sizePublisher(IntSet, InvocationContext, long) - Method in class org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl
- sizePublisher(IntSet, InvocationContext, long) - Method in class org.infinispan.reactive.publisher.impl.LocalClusterPublisherManagerImpl
- skip(long) - Method in interface org.infinispan.CacheStream
- skip(long) - Method in interface org.infinispan.DoubleCacheStream
- skip(long) - Method in interface org.infinispan.IntCacheStream
- skip(long) - Method in interface org.infinispan.LongCacheStream
- skip(long) - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- skip(long) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- skip(long) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- skip(long) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- skip(long) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- skip(long) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- skip(long) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- skip(long) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- skip(long) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- skip(long) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- skip(long) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- skip(long) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- skip(long) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- skip(long) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- SKIP - Enum constant in enum class org.infinispan.functional.Param.LockingMode
- SKIP - Enum constant in enum class org.infinispan.functional.Param.PersistenceMode
- SKIP - Enum constant in enum class org.infinispan.functional.Param.StatisticsMode
-
Statistics from this command are not recorded
- SKIP_CACHE_LOAD - Enum constant in enum class org.infinispan.context.Flag
-
Skips loading an entry from any configured
CacheLoaders. - SKIP_CACHE_LOAD - Static variable in class org.infinispan.context.impl.FlagBitSets
- SKIP_CACHE_STORE - Enum constant in enum class org.infinispan.context.Flag
-
Skips storing an entry to any configured
CacheLoaders. - SKIP_CACHE_STORE - Static variable in class org.infinispan.context.impl.FlagBitSets
- SKIP_INDEX_CLEANUP - Enum constant in enum class org.infinispan.context.Flag
-
Any time a new indexed entry is inserted, a delete statement is issued on the indexes to remove previous values.
- SKIP_INDEX_CLEANUP - Static variable in class org.infinispan.context.impl.FlagBitSets
- SKIP_INDEXING - Enum constant in enum class org.infinispan.context.Flag
-
Used by the Query module only, it will prevent the indexes to be updated as a result of the current operations.
- SKIP_INDEXING - Static variable in class org.infinispan.context.impl.FlagBitSets
- SKIP_LISTENER_NOTIFICATION - Enum constant in enum class org.infinispan.context.Flag
-
This flag skips listener notifications as a result of a cache operation.
- SKIP_LISTENER_NOTIFICATION - Static variable in class org.infinispan.context.impl.FlagBitSets
- SKIP_LOAD - Enum constant in enum class org.infinispan.functional.Param.PersistenceMode
- SKIP_LOCKING - Enum constant in enum class org.infinispan.context.Flag
-
Bypasses lock acquisition for this invocation altogether.
- SKIP_LOCKING - Static variable in class org.infinispan.context.impl.FlagBitSets
- SKIP_LOOKUP - Enum constant in enum class org.infinispan.container.entries.ReadCommittedEntry.Flags
- SKIP_OWNERSHIP_CHECK - Enum constant in enum class org.infinispan.context.Flag
-
Ignore current consistent hash and read from data container/commit the change no matter what (if the flag is set).
- SKIP_OWNERSHIP_CHECK - Static variable in class org.infinispan.context.impl.FlagBitSets
- SKIP_PERSIST - Enum constant in enum class org.infinispan.functional.Param.PersistenceMode
- SKIP_REMOTE_LOOKUP - Enum constant in enum class org.infinispan.context.Flag
-
When used with distributed cache mode, will prevent retrieving a remote value either when executing a
Map.get(Object)orMap.containsKey(Object), or to return the overwritten value forBasicCache.put(Object, Object)orBasicCache.remove(Object). - SKIP_REMOTE_LOOKUP - Static variable in class org.infinispan.context.impl.FlagBitSets
- SKIP_SHARED_CACHE_STORE - Enum constant in enum class org.infinispan.context.Flag
-
If this flag is enabled, if a cache store is shared, then storage to the store is skipped.
- SKIP_SHARED_CACHE_STORE - Static variable in class org.infinispan.context.impl.FlagBitSets
- SKIP_SHARED_STORE - Enum constant in enum class org.infinispan.container.entries.ReadCommittedEntry.Flags
- SKIP_SIZE_OPTIMIZATION - Enum constant in enum class org.infinispan.context.Flag
-
Flag that can be used to skip any size optimizations - forcing iteration of entries to count.
- SKIP_SIZE_OPTIMIZATION - Static variable in class org.infinispan.context.impl.FlagBitSets
- SKIP_STATISTICS - Enum constant in enum class org.infinispan.context.Flag
-
This flag skips statistics updates as a result of a cache operation.
- SKIP_STATISTICS - Static variable in class org.infinispan.context.impl.FlagBitSets
- SKIP_XSITE_BACKUP - Enum constant in enum class org.infinispan.context.Flag
-
If cross-site replication is enabled, this would skip the replication to any remote site.
- SKIP_XSITE_BACKUP - Static variable in class org.infinispan.context.impl.FlagBitSets
- skipBytes(int) - Method in class org.infinispan.marshall.core.AbstractBytesObjectInput
- SkipDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
-
Performs skip operation on a
DoubleStream - SkipDoubleOperation(long) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.SkipDoubleOperation
- skipEntryCommit(InvocationContext, WriteCommand, Object) - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- skipFlowControl() - Method in enum class org.infinispan.remoting.inboundhandler.DeliverOrder
- SkipIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs skip operation on a
IntStream - SkipIntOperation(long) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.SkipIntOperation
- skipL1Lookup(FlagAffectedCommand, Object) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- skipL1Lookup(FlagAffectedCommand, Object) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
- skipLoadForWriteCommand(WriteCommand, Object, InvocationContext) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- skipLoadForWriteCommand(WriteCommand, Object, InvocationContext) - Method in class org.infinispan.interceptors.impl.ClusteredCacheLoaderInterceptor
- SkipLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs skip operation on a
LongStream - SkipLongOperation(long) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.SkipLongOperation
- skipLookup() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- skipLookup() - Method in interface org.infinispan.container.entries.CacheEntry
- skipLookup() - Method in class org.infinispan.container.entries.ClearCacheEntry
- skipLookup() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- skipLookup() - Method in class org.infinispan.container.entries.NullCacheEntry
- skipLookup() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- skipLookup() - Method in class org.infinispan.container.entries.RepeatableReadEntry
- SkipOperation<S> - Class in org.infinispan.stream.impl.intops.object
-
Performs skip operation on a regular
Stream - SkipOperation(long) - Constructor for class org.infinispan.stream.impl.intops.object.SkipOperation
- skipPassivationOnStop(boolean) - Method in interface org.infinispan.eviction.impl.PassivationManager
-
Skips the passivation when the cache is stopped.
- skipPassivationOnStop(boolean) - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
- skipPassivationOnStop(boolean) - Method in class org.infinispan.eviction.impl.PassivationManagerStub
- skipSharedStores(InvocationContext, Object, FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- skipSharedStores(InvocationContext, Object, FlagAffectedCommand) - Method in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- snapshot(R) - Static method in class org.infinispan.functional.impl.EntryViews
-
For convenience, a lambda might decide to return the entry view it received as parameter, because that makes easy to return both value and meta parameters back to the client.
- SOCKET_FACTORY - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- SoftIndexFileStoreConfiguration - Class in org.infinispan.persistence.sifs.configuration
- SoftIndexFileStoreConfiguration(AttributeSet, AsyncStoreConfiguration, IndexConfiguration, DataConfiguration) - Constructor for class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- SoftIndexFileStoreConfigurationBuilder - Class in org.infinispan.persistence.sifs.configuration
- SoftIndexFileStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- SoftIndexFileStoreConfigurationBuilder(PersistenceConfigurationBuilder, AttributeSet, AttributeSet) - Constructor for class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- sorted() - Method in interface org.infinispan.CacheStream
- sorted() - Method in interface org.infinispan.DoubleCacheStream
- sorted() - Method in interface org.infinispan.IntCacheStream
- sorted() - Method in interface org.infinispan.LongCacheStream
- sorted() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- sorted() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- sorted() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- sorted() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- sorted() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- sorted() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- sorted() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- sorted() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- sorted() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- sorted() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- sorted() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- sorted() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- sorted() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- sorted(Comparator<? super R>) - Method in interface org.infinispan.CacheStream
- sorted(Comparator<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- sorted(Comparator<? super R>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- sorted(Comparator<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- sorted(Comparator<? super R>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- sorted(SerializableComparator<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.sorted(Comparator)except that the Comparator must also implementSerializable - SortedComparatorOperation<S> - Class in org.infinispan.stream.impl.intops.object
-
Performs sorted operation with a comparator on a regular
Stream - SortedComparatorOperation(Comparator<? super S>) - Constructor for class org.infinispan.stream.impl.intops.object.SortedComparatorOperation
- SortedDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
-
Performs sorted operation on a
DoubleStream - SortedIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
-
Performs sorted operation on a
IntStream - SortedLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
-
Performs sorted operation on a
LongStream - SortedOperation<S> - Class in org.infinispan.stream.impl.intops.object
-
Performs sorted operation on a regular
Stream - SpanCategory - Enum Class in org.infinispan.telemetry
- spliterator() - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- spliterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
- spliterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
- spliterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
- spliterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
- spliterator() - Method in interface org.infinispan.CacheStream
- spliterator() - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- spliterator() - Method in interface org.infinispan.container.DataContainer
- spliterator() - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- spliterator() - Method in class org.infinispan.container.impl.DefaultDataContainer
- spliterator() - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- spliterator() - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- spliterator() - Method in class org.infinispan.functional.impl.MetaParams
- spliterator() - Method in class org.infinispan.InternalCacheSet
- spliterator() - Method in interface org.infinispan.LockedStream
-
This method is not supported when using a
LockedStream - spliterator() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- spliterator() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- spliterator() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- spliterator() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- spliterator() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- spliterator() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- spliterator() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- spliterator() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- spliterator() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- spliterator() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- spliterator() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- spliterator() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- spliterator() - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
- spliterator() - Method in class org.infinispan.stream.impl.LockedStreamImpl
- spliterator() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- spliterator() - Method in class org.infinispan.util.CacheSetMapper
- spliterator() - Method in class org.infinispan.util.CollectionMapper
- spliterator() - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- spliterator(IntSet) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- spliterator(IntSet) - Method in class org.infinispan.container.impl.DefaultDataContainer
- spliterator(IntSet) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- spliterator(IntSet) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Same as
DataContainer.spliterator()except that only entries that map to the provided segments are returned via this spliterator. - spliterator(IntSet) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- spliterator(IntSet) - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- spliteratorIncludingExpired() - Method in interface org.infinispan.container.DataContainer
-
Same as
DataContainer.spliterator()except that is also returns expired entries. - spliteratorIncludingExpired() - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- spliteratorIncludingExpired() - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- spliteratorIncludingExpired() - Method in class org.infinispan.container.impl.DefaultDataContainer
- spliteratorIncludingExpired() - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- spliteratorIncludingExpired() - Method in class org.infinispan.container.impl.L1SegmentedDataContainer
- spliteratorIncludingExpired() - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- spliteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- spliteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.impl.BoundedSegmentedDataContainer
- spliteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.impl.DefaultDataContainer
- spliteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- spliteratorIncludingExpired(IntSet) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Same as
DataContainer.spliteratorIncludingExpired()except that only entries that map to the provided segments are returned via this spliterator. - spliteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.impl.L1SegmentedDataContainer
- spliteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.offheap.BoundedOffHeapDataContainer
- spliteratorIncludingExpired(IntSet) - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- stableTopologyCompletion(String) - Method in interface org.infinispan.topology.LocalTopologyManager
-
Returns a
CompletionStagethat completes when the cache with the namecacheNamehas a stable topology. - stableTopologyCompletion(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- stack() - Method in class org.infinispan.configuration.global.TransportConfiguration
- stack(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- STACK - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- STACK - Enum constant in enum class org.infinispan.configuration.parsing.Element
- STACK - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- STACK_FILE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- StackBuilder<T> - Interface in org.infinispan.configuration.global
- StackConfiguration - Class in org.infinispan.configuration.global
- StackConfigurationBuilder - Class in org.infinispan.configuration.global
- StackFileConfiguration - Class in org.infinispan.configuration.global
- StackFileConfigurationBuilder - Class in org.infinispan.configuration.global
- stackFiles() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- stacks() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- STACKS - Enum constant in enum class org.infinispan.configuration.parsing.Element
- StaggeredRequest<T> - Class in org.infinispan.remoting.transport.jgroups
- staleStatsThreshold - Variable in class org.infinispan.stats.impl.AbstractClusterStats
- staleStatsThreshold - Variable in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- staleStatsThreshold - Variable in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- staleStatsThreshold - Variable in class org.infinispan.stats.impl.LocalContainerStatsImpl
- start() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- start() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- start() - Method in class org.infinispan.cache.impl.CacheImpl
- start() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- start() - Method in class org.infinispan.commands.CommandsFactoryImpl
- start() - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- start() - Method in class org.infinispan.conflict.impl.StateReceiverImpl
- start() - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- start() - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- start() - Method in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
- start() - Method in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- start() - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- start() - Method in class org.infinispan.container.versioning.irac.DefaultIracVersionGenerator
- start() - Method in class org.infinispan.container.versioning.irac.NoOpIracVersionGenerator
- start() - Method in class org.infinispan.container.versioning.NumericVersionGenerator
- start() - Method in class org.infinispan.container.versioning.SimpleClusteredVersionGenerator
- start() - Method in class org.infinispan.context.impl.TransactionalInvocationContextFactory
- start() - Method in class org.infinispan.distribution.impl.L1ManagerImpl
- start() - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
- start() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
- start() - Method in class org.infinispan.expiration.impl.ClusterExpirationManager
- start() - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
- start() - Method in class org.infinispan.expiration.impl.TxClusterExpirationManager
- start() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.This starts the components in the registry, connecting to channels, starting service threads, etc.
- start() - Method in class org.infinispan.factories.ComponentRegistry
- start() - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
- start() - Method in class org.infinispan.interceptors.BaseCustomAsyncInterceptor
- start() - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- start() - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- start() - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- start() - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- start() - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- start() - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- start() - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- start() - Method in class org.infinispan.interceptors.impl.CallInterceptor
- start() - Method in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- start() - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- start() - Method in class org.infinispan.interceptors.impl.IsMarshallableInterceptor
- start() - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- start() - Method in class org.infinispan.interceptors.impl.TxInterceptor
- start() - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- start() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- start() - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
-
Starts the object - must be first wired via component registry
- start() - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
-
Looks up the MBean server and initializes domain and group.
- start() - Method in class org.infinispan.jmx.CacheJmxRegistration
- start() - Method in class org.infinispan.manager.DefaultCacheManager
- start() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- start() - Method in class org.infinispan.marshall.core.GlobalMarshaller
- start() - Method in class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- start() - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- start() - Method in class org.infinispan.marshall.protostream.impl.SerializationContextRegistryImpl
- start() - Method in class org.infinispan.metrics.impl.CacheManagerMetricsRegistration
- start() - Method in class org.infinispan.metrics.impl.CacheMetricsRegistration
- start() - Method in class org.infinispan.metrics.impl.MetricsCollector
- start() - Method in class org.infinispan.metrics.impl.MetricsRegistryImpl
- start() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- start() - Method in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl
- start() - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
-
Start the provider.
- start() - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- start() - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.
- start() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- start() - Method in class org.infinispan.persistence.manager.PreloadManager
- start() - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- start() - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- start() - Method in class org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl
- start() - Method in class org.infinispan.reactive.publisher.impl.LocalClusterPublisherManagerImpl
- start() - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- start() - Method in class org.infinispan.reactive.publisher.impl.PartitionAwareClusterPublisherManager
- start() - Method in class org.infinispan.reactive.publisher.impl.PublisherHandler
- start() - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
- start() - Method in class org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler
- start() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- start() - Method in enum class org.infinispan.remoting.transport.impl.EmptyRaftManager
- start() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsMetricsManagerImpl
- start() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- start() - Method in interface org.infinispan.remoting.transport.Transport
- start() - Method in class org.infinispan.security.impl.SecureCacheImpl
- start() - Method in class org.infinispan.statetransfer.StateConsumerImpl
- start() - Method in interface org.infinispan.statetransfer.StateProvider
- start() - Method in class org.infinispan.statetransfer.StateProviderImpl
- start() - Method in interface org.infinispan.statetransfer.StateTransferManager
- start() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
- start() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- start() - Method in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- start() - Method in class org.infinispan.stats.impl.StatsCollector
- start() - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- start() - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- start() - Method in class org.infinispan.transaction.impl.TransactionCoordinator
- start() - Method in class org.infinispan.transaction.impl.TransactionTable
- start() - Method in class org.infinispan.transaction.xa.TransactionFactory
- start() - Method in class org.infinispan.upgrade.RollingUpgradeManager
- start() - Method in class org.infinispan.util.concurrent.CommandAckCollector
- start() - Method in class org.infinispan.util.logging.events.impl.EventLogManagerImpl
- start() - Method in class org.infinispan.xsite.BackupSenderImpl
- start() - Method in class org.infinispan.xsite.ClusteredCacheBackupReceiver
- start() - Method in class org.infinispan.xsite.events.XSiteEventsManagerImpl
- start() - Method in class org.infinispan.xsite.irac.DefaultIracManager
- start() - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
- start() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- start() - Method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- start() - Method in class org.infinispan.xsite.XSiteCacheMapper
- start(Executor) - Method in class org.infinispan.persistence.sifs.LogAppender
- start(Xid, int) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- start(InitializationContext) - Method in class org.infinispan.configuration.parsing.SFSToSIFSStore
- start(InitializationContext) - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- start(InitializationContext) - Method in class org.infinispan.persistence.file.SingleFileStore
- start(InitializationContext) - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- start(InitializationContext) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
The first method to invoke so that the store can be configured and additional steps, such as connecting through a socket or opening file descriptors, are performed.
- start(InitializationContext) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- start(InitializationContext) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- start(T) - Method in class org.infinispan.factories.impl.ComponentAccessor
- START - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- startAllowed() - Method in enum class org.infinispan.lifecycle.ComponentStatus
- startAutomaticStateTransferTo(ByteString, boolean) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- startAutomaticStateTransferTo(ByteString, boolean) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
-
Starts the automatic cross-site state transfer if available and if required.
- startAutomaticStateTransferTo(ByteString, boolean) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- startBatch() - Method in class org.infinispan.batch.BatchContainer
-
Starts a batch
- startBatch() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- startBatch() - Method in class org.infinispan.cache.impl.CacheImpl
- startBatch() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- startBatch() - Method in class org.infinispan.security.impl.SecureCacheImpl
- startBatch(boolean) - Method in class org.infinispan.batch.BatchContainer
- startCache() - Method in class org.infinispan.manager.DefaultCacheManager
- startCache(String) - Method in class org.infinispan.manager.DefaultCacheManager
- startCaches(String...) - Method in class org.infinispan.manager.DefaultCacheManager
- startCaches(String...) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Starts a set of caches in parallel.
- startCaches(String...) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- startCleanupTombstone() - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- startFailure(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- startFailure(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- startFailure$str() - Method in class org.infinispan.util.logging.Log_$logger
- startIndex() - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- startingAvailability() - Method in enum class org.infinispan.partitionhandling.PartitionHandling
- startingConflictResolution(String, CacheTopology) - Method in class org.infinispan.util.logging.Log_$logger
- startingConflictResolution(String, CacheTopology) - Method in interface org.infinispan.util.logging.Log
- startingConflictResolution$str() - Method in class org.infinispan.util.logging.Log_$logger
- startingJGroupsChannel(String) - Method in class org.infinispan.util.logging.Log_$logger
- startingJGroupsChannel(String) - Method in interface org.infinispan.util.logging.Log
- startingJGroupsChannel(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- startingJGroupsChannel(String, String) - Method in interface org.infinispan.util.logging.Log
- startingJGroupsChannel1$str() - Method in class org.infinispan.util.logging.Log_$logger
- startingJGroupsChannel2$str() - Method in class org.infinispan.util.logging.Log_$logger
- startingRebalancePhase(String, CacheTopology) - Method in class org.infinispan.util.logging.Log_$logger
- startingRebalancePhase(String, CacheTopology) - Method in interface org.infinispan.util.logging.Log
- startingRebalancePhase$str() - Method in class org.infinispan.util.logging.Log_$logger
- startingUp() - Method in enum class org.infinispan.lifecycle.ComponentStatus
- startingUserMarshaller(String) - Method in class org.infinispan.util.logging.Log_$logger
- startingUserMarshaller(String) - Method in interface org.infinispan.util.logging.Log
- startingUserMarshaller$str() - Method in class org.infinispan.util.logging.Log_$logger
- startInternalCaches() - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
- startInternalCaches() - Method in interface org.infinispan.registry.InternalCacheRegistry
- startJGroupsChannelIfNeeded() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
-
When overwriting this method, it allows third-party libraries to create a new behavior like: After
JChannelhas been created and before it is connected. - startMigratingPersistenceData(String) - Method in class org.infinispan.util.logging.Log_$logger
- startMigratingPersistenceData(String) - Method in interface org.infinispan.util.logging.Log
- startMigratingPersistenceData$str() - Method in class org.infinispan.util.logging.Log_$logger
- startObjectInput(InputStream, boolean) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- startObjectOutput(OutputStream, boolean, int) - Method in class org.infinispan.marshall.core.GlobalMarshaller
- startOutboundTransfer(Address, int, IntSet, boolean) - Method in interface org.infinispan.statetransfer.StateProvider
-
Start to send cache entries that belong to the given set of segments.
- startOutboundTransfer(Address, int, IntSet, boolean) - Method in class org.infinispan.statetransfer.StateProviderImpl
- startPushState(String) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- startPushState(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
-
It notifies all nodes from local site to start transfer the state to the remote site.
- startPushState(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- startQueuedRebalance() - Method in class org.infinispan.topology.ClusterCacheStatus
- startRecoveringCorruptPersistenceData(String) - Method in class org.infinispan.util.logging.Log_$logger
- startRecoveringCorruptPersistenceData(String) - Method in interface org.infinispan.util.logging.Log
- startRecoveringCorruptPersistenceData$str() - Method in class org.infinispan.util.logging.Log_$logger
- startStateTransfer(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateConsumer
-
It notifies the start of state transfer from other site.
- startStateTransfer(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl
- startStateTransfer(String, Address, int) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateProvider
- startStateTransfer(String, Address, int) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
-
It notifies this node to start sending state to the remote site.
- startStateTransfer(String, Address, int) - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
- startStateTransfer(Collection<Address>) - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- startTraceRequest(String, InfinispanSpanAttributes) - Method in class org.infinispan.telemetry.impl.DisabledInfinispanTelemetry
- startTraceRequest(String, InfinispanSpanAttributes) - Method in interface org.infinispan.telemetry.InfinispanTelemetry
- startTraceRequest(String, InfinispanSpanAttributes, InfinispanSpanContext) - Method in class org.infinispan.telemetry.impl.DisabledInfinispanTelemetry
- startTraceRequest(String, InfinispanSpanAttributes, InfinispanSpanContext) - Method in interface org.infinispan.telemetry.InfinispanTelemetry
- startTrack(Flag) - Method in class org.infinispan.statetransfer.CommitManager
-
It starts tracking keys committed.
- STARTUP_MODE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- STARTUP_MODE - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
- startupMode() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- startupMode(IndexStartupMode) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- startupMode(IndexStartupMode) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- startupMode(IndexStartupMode) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- startupMode(IndexStartupMode) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- startupMode(IndexStartupMode) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- startupMode(IndexStartupMode) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- startXidMapping() - Method in class org.infinispan.transaction.xa.XaTransactionTable
- state - Variable in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.
- STATE_CAPACITY_FACTOR - Static variable in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- STATE_CAPACITY_FACTORS - Static variable in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- STATE_CONSISTENT_HASH - Static variable in class org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
- STATE_HASH_FUNCTION - Static variable in class org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
- STATE_MEMBER - Static variable in class org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
- STATE_MEMBER_NO_ENTRIES - Static variable in class org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
- STATE_MEMBERS - Static variable in class org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
- STATE_MEMBERS_NO_ENTRIES - Static variable in class org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
- STATE_NUM_SEGMENTS - Static variable in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- STATE_REQUEST - Enum constant in enum class org.infinispan.xsite.events.XSiteEventType
-
Sent from site A to site B, notifies site B that it can send state (automatic cross-site state transfer must be enabled).
- STATE_TRANSFER - Enum constant in enum class org.infinispan.configuration.parsing.Element
- STATE_TRANSFER_CONTROL - Static variable in class org.infinispan.xsite.commands.remote.Ids
- STATE_TRANSFER_FLAGS - Static variable in class org.infinispan.statetransfer.StateConsumerImpl
- STATE_TRANSFER_PROGRESS - Enum constant in enum class org.infinispan.context.Flag
-
Signals that a state transfer is in course.
- STATE_TRANSFER_PROGRESS - Static variable in class org.infinispan.context.impl.FlagBitSets
- STATE_TRANSFER_STATE - Static variable in class org.infinispan.xsite.commands.remote.Ids
- StateChunk - Class in org.infinispan.statetransfer
-
Encapsulates a chunk of cache entries that belong to the same segment.
- StateChunk(int, Collection<InternalCacheEntry<?, ?>>, boolean) - Constructor for class org.infinispan.statetransfer.StateChunk
- StateChunk.Externalizer - Class in org.infinispan.statetransfer
- StateConsumer - Interface in org.infinispan.statetransfer
-
Handles inbound state transfers.
- StateConsumerImpl - Class in org.infinispan.statetransfer
-
StateConsumerimplementation. - StateConsumerImpl() - Constructor for class org.infinispan.statetransfer.StateConsumerImpl
- StateConsumerImpl.KeyInvalidationListener - Interface in org.infinispan.statetransfer
- StateProvider - Interface in org.infinispan.statetransfer
-
Handles outbound state transfers.
- StateProviderImpl - Class in org.infinispan.statetransfer
-
StateProviderimplementation. - StateProviderImpl() - Constructor for class org.infinispan.statetransfer.StateProviderImpl
- StateReceiver<K,
V> - Interface in org.infinispan.conflict.impl - StateReceiverImpl<K,
V> - Class in org.infinispan.conflict.impl - StateReceiverImpl() - Constructor for class org.infinispan.conflict.impl.StateReceiverImpl
- stateRequestExecutor - Variable in class org.infinispan.statetransfer.StateConsumerImpl
-
Limit to one state request at a time.
- StateResponseCommand - Class in org.infinispan.commands.statetransfer
-
This command is used by a StateProvider to push cache entries to a StateConsumer.
- StateResponseCommand(ByteString) - Constructor for class org.infinispan.commands.statetransfer.StateResponseCommand
- StateResponseCommand(ByteString, int, Collection<StateChunk>, boolean) - Constructor for class org.infinispan.commands.statetransfer.StateResponseCommand
- stateTransfer() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- stateTransfer() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- stateTransfer() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- stateTransfer() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- stateTransfer() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- stateTransfer() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- stateTransfer() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- stateTransfer() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
- stateTransfer() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
Configure the
stateTransfersub element for distributed and replicated caches. - stateTransfer() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
Configures how state is transferred when a new cache joins the cluster.
- StateTransferCancelCommand - Class in org.infinispan.commands.statetransfer
-
Cancel state transfer.
- StateTransferCancelCommand() - Constructor for class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- StateTransferCancelCommand(ByteString) - Constructor for class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- StateTransferCancelCommand(ByteString, int, IntSet) - Constructor for class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- StateTransferComponentFactory - Class in org.infinispan.factories
- StateTransferComponentFactory() - Constructor for class org.infinispan.factories.StateTransferComponentFactory
- StateTransferConfiguration - Class in org.infinispan.configuration.cache
-
Configures how state is retrieved when a new cache joins the cluster.
- StateTransferConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configures how state is transferred when a cache joins or leaves the cluster.
- stateTransferExecutor(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1, no longer used.
- stateTransferFuture - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- StateTransferGetListenersCommand - Class in org.infinispan.commands.statetransfer
-
Get the registered cluster listeners.
- StateTransferGetListenersCommand() - Constructor for class org.infinispan.commands.statetransfer.StateTransferGetListenersCommand
- StateTransferGetListenersCommand(ByteString) - Constructor for class org.infinispan.commands.statetransfer.StateTransferGetListenersCommand
- StateTransferGetListenersCommand(ByteString, int) - Constructor for class org.infinispan.commands.statetransfer.StateTransferGetListenersCommand
- StateTransferGetTransactionsCommand - Class in org.infinispan.commands.statetransfer
-
Get transactions for the specified segments.
- StateTransferGetTransactionsCommand() - Constructor for class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- StateTransferGetTransactionsCommand(ByteString) - Constructor for class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- StateTransferGetTransactionsCommand(ByteString, int, IntSet) - Constructor for class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- StateTransferInterceptor - Class in org.infinispan.statetransfer
-
This interceptor has two tasks: If the command's topology id is higher than the current topology id, wait for the node to receive transaction data for the new topology id. If the topology id changed during a command's execution, retry the command, but only on the originator (which replicates it to the new owners). If the cache is configured with asynchronous replication, owners cannot signal to the originator that they saw a new topology, so instead each owner forwards the command to all the other owners in the new topology.
- StateTransferInterceptor() - Constructor for class org.infinispan.statetransfer.StateTransferInterceptor
- stateTransferLock - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- stateTransferLock - Variable in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- stateTransferLock - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- stateTransferLock - Variable in class org.infinispan.statetransfer.StateProviderImpl
- stateTransferLock - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- StateTransferLock - Interface in org.infinispan.statetransfer
-
We use the state transfer lock for three different things: We don't want to execute a command until we have the transaction table for that topology id.
- StateTransferLockImpl - Class in org.infinispan.statetransfer
-
StateTransferLockimplementation. - StateTransferLockImpl() - Constructor for class org.infinispan.statetransfer.StateTransferLockImpl
- StateTransferManager - Interface in org.infinispan.statetransfer
-
A component that manages the state transfer when the topology of the cluster changes.
- StateTransferManagerImpl - Class in org.infinispan.statetransfer
-
StateTransferManagerimplementation. - StateTransferManagerImpl() - Constructor for class org.infinispan.statetransfer.StateTransferManagerImpl
- stateTransferMode() - Method in class org.infinispan.xsite.response.AutoStateTransferResponse
- stateTransferMode() - Method in class org.infinispan.xsite.statetransfer.RemoteSiteStatus
- stateTransferMode(String) - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- stateTransferMode(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
- stateTransferMode(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- StateTransferStartCommand - Class in org.infinispan.commands.statetransfer
-
Start state transfer.
- StateTransferStartCommand() - Constructor for class org.infinispan.commands.statetransfer.StateTransferStartCommand
- StateTransferStartCommand(ByteString) - Constructor for class org.infinispan.commands.statetransfer.StateTransferStartCommand
- StateTransferStartCommand(ByteString, int, IntSet) - Constructor for class org.infinispan.commands.statetransfer.StateTransferStartCommand
- StateTransferStatus - Enum Class in org.infinispan.xsite.statetransfer
-
Cross-site state transfer status.
- stateTransferTopologyId - Variable in class org.infinispan.statetransfer.StateConsumerImpl
-
Indicates if there is a state transfer in progress.
- statistics() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- statistics() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- statistics() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- statistics() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- statistics() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- statistics() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- statistics() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.cache.Configuration
- statistics() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- statistics() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- statistics() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- statistics(boolean) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- statistics(Boolean) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1.3. Use
CacheContainerConfigurationBuilder.statistics(boolean)instead. - STATISTICS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- StatisticsConfiguration - Class in org.infinispan.configuration.cache
-
Determines whether cache statistics are gathered.
- StatisticsConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Determines whether cache statistics are gathered.
- stats - Variable in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
- Stats - Interface in org.infinispan.stats
-
Stats.
- STATS_MODE_ID - Static variable in class org.infinispan.functional.ParamIds
- StatsCollectingCache<K,
V> - Class in org.infinispan.cache.impl -
Wraps existing
AdvancedCacheto collect statistics - StatsCollectingCache(String) - Constructor for class org.infinispan.cache.impl.StatsCollectingCache
- StatsCollector - Class in org.infinispan.stats.impl
- StatsCollector() - Constructor for class org.infinispan.stats.impl.StatsCollector
- StatsCollector.Factory - Class in org.infinispan.stats.impl
- StatsEnvelope<T> - Class in org.infinispan.functional.impl
-
Responses for functional commands that allow to record statistics.
- StatsEnvelope.Externalizer - Class in org.infinispan.functional.impl
- StatsImpl - Class in org.infinispan.stats.impl
-
StatsImpl.
- statsUpdateTimestamp - Variable in class org.infinispan.stats.impl.AbstractClusterStats
- statsUpdateTimestamp - Variable in class org.infinispan.stats.impl.ClusterCacheStatsImpl
- statsUpdateTimestamp - Variable in class org.infinispan.stats.impl.ClusterContainerStatsImpl
- statsUpdateTimestamp - Variable in class org.infinispan.stats.impl.LocalContainerStatsImpl
- status() - Method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- status() - Method in class org.infinispan.xsite.status.NoOpTakeOfflineManager
- status() - Method in interface org.infinispan.xsite.status.TakeOfflineManager
-
It returns a
Mapwith the sites name and their state (Online or Offline). - status() - Method in class org.infinispan.xsite.XSiteAdminOperations
- STATUS_CANCELED - Static variable in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
- STATUS_ERROR - Static variable in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
- STATUS_OK - Static variable in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
- STATUS_SENDING - Static variable in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
- stop() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- stop() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- stop() - Method in class org.infinispan.cache.impl.CacheImpl
- stop() - Method in class org.infinispan.cache.impl.DecoratedCache
- stop() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- stop() - Method in interface org.infinispan.Cache
-
Stops a cache.
- stop() - Method in class org.infinispan.conflict.impl.DefaultConflictManager
- stop() - Method in class org.infinispan.conflict.impl.StateReceiverImpl
- stop() - Method in class org.infinispan.container.impl.DefaultSegmentedDataContainer
- stop() - Method in class org.infinispan.container.impl.L1SegmentedDataContainer
- stop() - Method in class org.infinispan.container.offheap.OffHeapDataContainer
- stop() - Method in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- stop() - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- stop() - Method in class org.infinispan.container.versioning.irac.DefaultIracVersionGenerator
- stop() - Method in class org.infinispan.container.versioning.irac.NoOpIracVersionGenerator
- stop() - Method in class org.infinispan.distribution.impl.L1ManagerImpl
- stop() - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
- stop() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
- stop() - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
- stop() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.Stops the component and sets its status to
ComponentStatus.TERMINATEDonce it is done. - stop() - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Stop the registry and all the components that have been started.
- stop() - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- stop() - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
- stop() - Method in class org.infinispan.interceptors.BaseCustomAsyncInterceptor
- stop() - Method in class org.infinispan.interceptors.impl.IsMarshallableInterceptor
- stop() - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- stop() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- stop() - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
-
Unregisters the MBeans that were registered on start.
- stop() - Method in class org.infinispan.jmx.CacheJmxRegistration
- stop() - Method in class org.infinispan.manager.DefaultCacheManager
- stop() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- stop() - Method in class org.infinispan.marshall.core.GlobalMarshaller
- stop() - Method in class org.infinispan.marshall.core.impl.DelegatingUserMarshaller
- stop() - Method in class org.infinispan.metrics.impl.CacheManagerMetricsRegistration
- stop() - Method in class org.infinispan.metrics.impl.CacheMetricsRegistration
- stop() - Method in class org.infinispan.metrics.impl.MetricsRegistryImpl
- stop() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- stop() - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
-
Stop the provider.
- stop() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
-
Removes all listeners from the notifier
- stop() - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- stop() - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.
- stop() - Method in class org.infinispan.persistence.file.SingleFileStore
- stop() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- stop() - Method in class org.infinispan.persistence.sifs.FileProvider
- stop() - Method in class org.infinispan.persistence.sifs.LogAppender
- stop() - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- stop() - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
This method is invoked when the cache is being shutdown.
- stop() - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- stop() - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- stop() - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- stop() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- stop() - Method in class org.infinispan.reactive.publisher.impl.ClusterPublisherManagerImpl
- stop() - Method in class org.infinispan.reactive.publisher.impl.LocalPublisherManagerImpl
- stop() - Method in class org.infinispan.reactive.publisher.impl.PublisherHandler
- stop() - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
- stop() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- stop() - Method in enum class org.infinispan.remoting.transport.impl.EmptyRaftManager
- stop() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsMetricsManagerImpl
- stop() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- stop() - Method in interface org.infinispan.remoting.transport.Transport
- stop() - Method in class org.infinispan.security.impl.SecureCacheImpl
- stop() - Method in interface org.infinispan.statetransfer.StateConsumer
-
Cancels all incoming state transfers.
- stop() - Method in class org.infinispan.statetransfer.StateConsumerImpl
- stop() - Method in interface org.infinispan.statetransfer.StateProvider
-
Cancels all outbound state transfers.
- stop() - Method in class org.infinispan.statetransfer.StateProviderImpl
- stop() - Method in interface org.infinispan.statetransfer.StateTransferManager
- stop() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
- stop() - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- stop() - Method in class org.infinispan.topology.LocalTopologyManagerImpl
- stop() - Method in class org.infinispan.util.concurrent.ConditionFuture
- stop() - Method in class org.infinispan.xsite.events.XSiteEventsManagerImpl
- stop() - Method in class org.infinispan.xsite.XSiteCacheMapper
- stop(T) - Method in class org.infinispan.factories.impl.ComponentAccessor
- STOP_TIMEOUT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- stopAllowed() - Method in enum class org.infinispan.lifecycle.ComponentStatus
- stopApplyingState(int) - Method in interface org.infinispan.statetransfer.StateConsumer
-
Stops applying incoming state.
- stopApplyingState(int) - Method in class org.infinispan.statetransfer.StateConsumerImpl
-
Stops applying incoming state.
- stopCache(Cache<?, ?>) - Static method in class org.infinispan.security.actions.SecurityActions
- stopCleanupTask() - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- stopManager(EmbeddedCacheManager) - Static method in class org.infinispan.security.actions.SecurityActions
- stopOrderIgnored() - Method in class org.infinispan.util.logging.Log_$logger
- stopOrderIgnored() - Method in interface org.infinispan.util.logging.Log
- stopOrderIgnored$str() - Method in class org.infinispan.util.logging.Log_$logger
- STOPPING - Enum constant in enum class org.infinispan.lifecycle.ComponentStatus
-
The
stop()method has been called but has not yet completed. - STOPPING - Enum constant in enum class org.infinispan.topology.ClusterTopologyManager.ClusterManagerStatus
- stopTrack(Flag) - Method in class org.infinispan.statetransfer.CommitManager
-
It stops tracking keys committed.
- stopTrackFor(Flag, int) - Method in class org.infinispan.statetransfer.CommitManager
-
Stop tracking the entries for the given segment if state transfer tracking is enabled.
- storage() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- storage() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- storage() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- storage(IndexStorage) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- storage(IndexStorage) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- storage(IndexStorage) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- storage(IndexStorage) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- storage(IndexStorage) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- storage(IndexStorage) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- storage(StorageType) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- STORAGE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- STORAGE - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
- STORAGE - Static variable in class org.infinispan.configuration.cache.MemoryConfiguration
- STORAGE_TYPE - Static variable in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- StorageConfigurationManager - Class in org.infinispan.encoding.impl
-
Key/value storage information (storage media type and wrapping).
- StorageConfigurationManager() - Constructor for class org.infinispan.encoding.impl.StorageConfigurationManager
- storageType() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MemoryConfiguration.storage()instead. - storageType() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, use
MemoryConfigurationBuilder.storage()instead. - storageType() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- storageType(StorageType) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, use
MemoryConfigurationBuilder.storage(StorageType)instead. - StorageType - Enum Class in org.infinispan.configuration.cache
-
Enumeration defining the various storage types for the data container.
- store(TxInvocationContext<AbstractCacheTransaction>) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- store(TxInvocationContext<AbstractCacheTransaction>) - Method in class org.infinispan.interceptors.impl.PassivationWriterInterceptor
- Store - Class in org.infinispan.persistence.modifications
-
Modification representing
CacheWriter.write(MarshallableEntry). - Store(Object, MarshallableEntry) - Constructor for class org.infinispan.persistence.modifications.Store
- STORE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- STORE - Enum constant in enum class org.infinispan.persistence.modifications.Modification.Type
- STORE_AS_BINARY - Enum constant in enum class org.infinispan.configuration.parsing.Element
- STORE_KEYS_AS_BINARY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- STORE_MIGRATOR - Enum constant in enum class org.infinispan.configuration.parsing.Element
- STORE_VALUES_AS_BINARY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- storeBothReadAndWriteOnly() - Method in class org.infinispan.util.logging.Log_$logger
- storeBothReadAndWriteOnly() - Method in interface org.infinispan.util.logging.Log
- storeBothReadAndWriteOnly$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeChanged(PersistenceStatus) - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
- storeChanged(PersistenceStatus) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- storeChanged(PersistenceStatus) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- storeChanged(PersistenceStatus) - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.
- storeChanged(PersistenceStatus) - Method in interface org.infinispan.persistence.manager.PersistenceManager.StoreChangeListener
-
Notifies when a store was added or removed dynamically.
- StoreConfiguration - Interface in org.infinispan.configuration.cache
-
StoreConfiguration contains generic configuration elements available to all the stores.
- StoreConfigurationBuilder<T,
S> - Interface in org.infinispan.configuration.cache -
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
- StoreConfigurationChildBuilder<S> - Interface in org.infinispan.configuration.cache
- storeConfiguredHasBothReadAndWriteOnly(String, NonBlockingStore.Characteristic, NonBlockingStore.Characteristic) - Method in class org.infinispan.util.logging.Log_$logger
- storeConfiguredHasBothReadAndWriteOnly(String, NonBlockingStore.Characteristic, NonBlockingStore.Characteristic) - Method in interface org.infinispan.util.logging.Log
- storeConfiguredHasBothReadAndWriteOnly$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeConfiguredSegmentedButCharacteristicNotPresent(String) - Method in class org.infinispan.util.logging.Log_$logger
- storeConfiguredSegmentedButCharacteristicNotPresent(String) - Method in interface org.infinispan.util.logging.Log
- storeConfiguredSegmentedButCharacteristicNotPresent$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeConfiguredSharedButCharacteristicNotPresent(String) - Method in class org.infinispan.util.logging.Log_$logger
- storeConfiguredSharedButCharacteristicNotPresent(String) - Method in interface org.infinispan.util.logging.Log
- storeConfiguredSharedButCharacteristicNotPresent$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeConfiguredTransactionalButCharacteristicNotPresent(String) - Method in class org.infinispan.util.logging.Log_$logger
- storeConfiguredTransactionalButCharacteristicNotPresent(String) - Method in interface org.infinispan.util.logging.Log
- storeConfiguredTransactionalButCharacteristicNotPresent$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeDoesNotSupportBeingSegmented(String) - Method in class org.infinispan.util.logging.Log_$logger
- storeDoesNotSupportBeingSegmented(String) - Method in interface org.infinispan.util.logging.Log
- storeDoesNotSupportBeingSegmented$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeFromConfiguration(StoreConfiguration) - Static method in class org.infinispan.persistence.internal.PersistenceUtil
- storeIracMetadata(Object, CompletionStage<IracMetadata>) - Method in class org.infinispan.context.impl.LocalTxInvocationContext
-
Stores the
IracMetadataassociated withkey. - storeIracMetadata(Object, CompletionStage<IracMetadata>) - Method in class org.infinispan.transaction.impl.LocalTransaction
-
Stores the
IracMetadataassociated withkey. - storeIsAvailableCheckThrewException(Throwable, String) - Method in class org.infinispan.util.logging.Log_$logger
- storeIsAvailableCheckThrewException(Throwable, String) - Method in interface org.infinispan.util.logging.Log
- storeIsAvailableCheckThrewException$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeIsAvailableCompletedExceptionally(Throwable, String) - Method in class org.infinispan.util.logging.Log_$logger
- storeIsAvailableCompletedExceptionally(Throwable, String) - Method in interface org.infinispan.util.logging.Log
- storeIsAvailableCompletedExceptionally$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeLocationRequired() - Method in class org.infinispan.util.logging.Log_$logger
- storeLocationRequired() - Method in interface org.infinispan.util.logging.Log
- storeLocationRequired(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- storeLocationRequired(String, String) - Method in interface org.infinispan.util.logging.Log
- storeLocationRequired0$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeLocationRequired2$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeNotSegmented(Class<?>) - Method in class org.infinispan.util.logging.Log_$logger
- storeNotSegmented(Class<?>) - Method in interface org.infinispan.util.logging.Log
- storeNotSegmented$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeReadOnlyExceptions() - Method in class org.infinispan.util.logging.Log_$logger
- storeReadOnlyExceptions() - Method in interface org.infinispan.util.logging.Log
- storeReadOnlyExceptions$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeRequest(int, MarshallableEntry<K, V>) - Method in class org.infinispan.persistence.sifs.LogAppender
- storeRequiresBeingSegmented(String) - Method in class org.infinispan.util.logging.Log_$logger
- storeRequiresBeingSegmented(String) - Method in interface org.infinispan.util.logging.Log
- storeRequiresBeingSegmented$str() - Method in class org.infinispan.util.logging.Log_$logger
- stores() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- stores() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- storeStartupAttemptsExceeded(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- storeStartupAttemptsExceeded(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- storeStartupAttemptsExceeded$str() - Method in class org.infinispan.util.logging.Log_$logger
- storeTombstone(int, Object, IracMetadata) - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- storeTombstone(int, Object, IracMetadata) - Method in interface org.infinispan.container.versioning.irac.IracTombstoneManager
-
Stores a tombstone for a removed key.
- storeTombstone(int, Object, IracMetadata) - Method in class org.infinispan.container.versioning.irac.NoOpIracTombstoneManager
- storeTombstoneIfAbsent(int, Object, IracMetadata) - Method in interface org.infinispan.container.versioning.irac.IracTombstoneManager
-
Same as
IracTombstoneManager.storeTombstone(int, Object, IracMetadata)but it doesn't overwrite an existing tombstone. - storeTombstoneIfAbsent(IracTombstoneInfo) - Method in class org.infinispan.container.versioning.irac.DefaultIracTombstoneManager
- storeTombstoneIfAbsent(IracTombstoneInfo) - Method in interface org.infinispan.container.versioning.irac.IracTombstoneManager
-
Same as
IracTombstoneManager.storeTombstoneIfAbsent(int, Object, IracMetadata)but with aIracTombstoneInfoinstance. - storeTombstoneIfAbsent(IracTombstoneInfo) - Method in class org.infinispan.container.versioning.irac.NoOpIracTombstoneManager
- StoreUnavailableException - Exception Class in org.infinispan.persistence.spi
-
An exception thrown by the
PersistenceManagerif one or more stores are unavailable when a cache operation is attempted. - StoreUnavailableException() - Constructor for exception class org.infinispan.persistence.spi.StoreUnavailableException
- StoreUnavailableException(String) - Constructor for exception class org.infinispan.persistence.spi.StoreUnavailableException
- StoreUnavailableException(String, Throwable) - Constructor for exception class org.infinispan.persistence.spi.StoreUnavailableException
- StoreUnavailableException(Throwable) - Constructor for exception class org.infinispan.persistence.spi.StoreUnavailableException
- storeWriteOnlyExceptions() - Method in class org.infinispan.util.logging.Log_$logger
- storeWriteOnlyExceptions() - Method in interface org.infinispan.util.logging.Log
- storeWriteOnlyExceptions$str() - Method in class org.infinispan.util.logging.Log_$logger
- strategy() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
How does the backup happen: sync or async.
- strategy() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- strategy(BackupConfiguration.BackupStrategy) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
Sets the strategy used for backing up data: sync or async.
- STRATEGY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- STRATEGY - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- stream() - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- stream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
- stream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
- stream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
- stream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
- stream() - Method in interface org.infinispan.CacheCollection
- stream() - Method in class org.infinispan.InternalCacheSet
- stream() - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
- stream() - Method in class org.infinispan.util.CacheSetMapper
- stream() - Method in class org.infinispan.util.CollectionMapper
- stream() - Method in class org.infinispan.util.WriteableCacheCollectionMapper
- streamKeysFromCommand(WriteCommand) - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- streamKeysFromModifications(Stream<WriteCommand>) - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- StreamMarshalling - Class in org.infinispan.stream
-
Static factory class containing methods that will provide marshallable instances for very common use cases.
- StreamMarshalling.StreamMarshallingExternalizer - Class in org.infinispan.stream
- StreamMarshallingExternalizer() - Constructor for class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
- streamSupplier - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- StripedHashFunction<T> - Class in org.infinispan.util
-
An hash function for stripping.
- StripedHashFunction(int) - Constructor for class org.infinispan.util.StripedHashFunction
- StripedLock - Class in org.infinispan.container.offheap
-
Holder for stamped locks that provides ability to retrieve them by offset and hashCode Note that locks protect entries
- StripedLock(int) - Constructor for class org.infinispan.container.offheap.StripedLock
- StripedLockContainer - Class in org.infinispan.util.concurrent.locks.impl
-
A lock container used with lock stripping.
- StripedLockContainer(int) - Constructor for class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
- STRIPING - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- subject - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- SubjectACL - Class in org.infinispan.security.impl
-
SubjectACL.
- SubjectACL(Set<String>, int) - Constructor for class org.infinispan.security.impl.SubjectACL
- SubjectAdapter - Class in org.infinispan.security.impl
- SubjectAdapter() - Constructor for class org.infinispan.security.impl.SubjectAdapter
- SubjectAdapter.SimplePrincipal - Class in org.infinispan.security.impl
- SubjectAdapter$___Marshaller_75e0224333a6eeeafc364cef114fe68e65410956aa87814e98e0722f4d8a588d - Class in org.infinispan.security.impl
-
WARNING: Generated code! Do not edit!
- SubjectAdapter$___Marshaller_75e0224333a6eeeafc364cef114fe68e65410956aa87814e98e0722f4d8a588d() - Constructor for class org.infinispan.security.impl.SubjectAdapter$___Marshaller_75e0224333a6eeeafc364cef114fe68e65410956aa87814e98e0722f4d8a588d
- submit(Runnable) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- submit(Runnable) - Method in class org.infinispan.executors.LazyInitializingExecutorService
- submit(Runnable) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- submit(Runnable) - Method in interface org.infinispan.manager.ClusterExecutor
-
Submits the runnable to the desired nodes and returns a CompletableFuture that will be completed when all desired nodes complete the given command
- submit(Runnable, Void) - Method in class org.infinispan.executors.ExecutorAllCompletionService
- submit(Runnable, T) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- submit(Runnable, T) - Method in class org.infinispan.executors.LazyInitializingExecutorService
- submit(Runnable, T) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- submit(Runnable, T) - Method in class org.infinispan.executors.SemaphoreCompletionService
- submit(Callable<Void>) - Method in class org.infinispan.executors.ExecutorAllCompletionService
- submit(Callable<T>) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
- submit(Callable<T>) - Method in class org.infinispan.executors.LazyInitializingExecutorService
- submit(Callable<T>) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
- submit(Callable<T>) - Method in class org.infinispan.executors.SemaphoreCompletionService
- submit(SerializableRunnable) - Method in interface org.infinispan.manager.ClusterExecutor
-
The same as
ClusterExecutor.submit(Runnable), except the Runnable must also implement Serializable. - submitConsumer(Function<? super EmbeddedCacheManager, ? extends V>, TriConsumer<? super Address, ? super V, ? super Throwable>) - Method in interface org.infinispan.manager.ClusterExecutor
-
Submits the given command to the desired nodes and allows for handling of results as they return.
- submitConsumer(SerializableFunction<? super EmbeddedCacheManager, ? extends V>, TriConsumer<? super Address, ? super V, ? super Throwable>) - Method in interface org.infinispan.manager.ClusterExecutor
-
The same as
ClusterExecutor.submitConsumer(Function, TriConsumer), except the Callable must also implement Serializable. - subscribe(Subscriber<? super E>) - Method in class org.infinispan.persistence.support.SingleSegmentPublisher
- subscribe(Subscriber<? super Type>) - Method in class org.infinispan.persistence.support.SegmentPublisherWrapper
- subscribeActual(Subscriber<? super T>) - Method in class org.infinispan.reactive.FlowableCreate
- subscribeBlockingCollector(Publisher<T>, Collector<? super T, A, R>, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Subscribes to the provided publisher on the invoking thread.
- subscribeBlockingCollector(Publisher<T>, Collector<? super T, A, R>, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- subscribeBlockingConsumer(Publisher<E>, Consumer<E>, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Subscribes to the provided publisher on the invoking thread.
- subscribeBlockingConsumer(Publisher<E>, Consumer<E>, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- SUCCESS - Static variable in class org.infinispan.xsite.XSiteAdminOperations
- successful - Variable in class org.infinispan.commands.write.RemoveCommand
- SUCCESSFUL_EMPTY_RESPONSE - Static variable in class org.infinispan.remoting.responses.SuccessfulResponse
- SuccessfulResponse<T> - Class in org.infinispan.remoting.responses
-
A successful response
- SuccessfulResponse(T) - Constructor for class org.infinispan.remoting.responses.SuccessfulResponse
- SuccessfulResponse.Externalizer - Class in org.infinispan.remoting.responses
- suggestCustomInterceptorInheritance(String) - Method in class org.infinispan.util.logging.Log_$logger
- suggestCustomInterceptorInheritance(String) - Method in interface org.infinispan.util.logging.Log
- suggestCustomInterceptorInheritance$str() - Method in class org.infinispan.util.logging.Log_$logger
- sum() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- sum() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- sum() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- sum() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- sum() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- sum() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- sum() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- sum() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- sum() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.addSegments(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.addSegments(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.addSegments(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.addSegments(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.addSegments(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.addSegments(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.approximateSize(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.approximateSize(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.approximateSize(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.approximateSize(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.approximateSize(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.approximateSize(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.batch(int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.batch(int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.batch(int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.batch(int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.clear()
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.clear()
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.clear()
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.clear()
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.clear()
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.clear()
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.commit(Transaction)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.commit(Transaction)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.commit(Transaction)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.containsKey(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.containsKey(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.containsKey(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.containsKey(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.delete(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.delete(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.delete(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.delete(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.delete(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.delete(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.load(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.load(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.load(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.load(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.load(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.load(int, Object)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.prepareWithModifications(Transaction, int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.prepareWithModifications(Transaction, int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.prepareWithModifications(Transaction, int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.publishEntries(IntSet, Predicate<? super K>, boolean)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.publishEntries(IntSet, Predicate<? super K>, boolean)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.publishEntries(IntSet, Predicate<? super K>, boolean)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.publishEntries(IntSet, Predicate<? super K>, boolean)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.publishEntries(IntSet, Predicate<? super K>, boolean)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.publishEntries(IntSet, Predicate<? super K>, boolean)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.publishKeys(IntSet, Predicate<? super K>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.publishKeys(IntSet, Predicate<? super K>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.publishKeys(IntSet, Predicate<? super K>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.publishKeys(IntSet, Predicate<? super K>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.publishKeys(IntSet, Predicate<? super K>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.publishKeys(IntSet, Predicate<? super K>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.purgeExpired()
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.purgeExpired()
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.purgeExpired()
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.purgeExpired()
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.purgeExpired()
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.purgeExpired()
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.removeSegments(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.removeSegments(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.removeSegments(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.removeSegments(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.removeSegments(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.removeSegments(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.rollback(Transaction)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.rollback(Transaction)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.rollback(Transaction)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.size(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.size(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.size(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.size(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.size(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.size(IntSet)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.write(int, MarshallableEntry<? extends K, ? extends V>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.write(int, MarshallableEntry<? extends K, ? extends V>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.write(int, MarshallableEntry<? extends K, ? extends V>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.write(int, MarshallableEntry<? extends K, ? extends V>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.write(int, MarshallableEntry<? extends K, ? extends V>)
- Section
- Summary of Characteristics Effects - Search tag in org.infinispan.persistence.spi.NonBlockingStore.write(int, MarshallableEntry<? extends K, ? extends V>)
- Section
- Summary of Delivery Guarantee Effects - Search tag in org.infinispan.reactive.publisher.impl.SegmentAwarePublisherSupplier.publisherWithLostSegments()
- Section
- Summary of Notification Annotations - Search tag in annotation interface org.infinispan.notifications.Listener
- Section
- summaryStatistics() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- summaryStatistics() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- summaryStatistics() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- summaryStatistics() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- summaryStatistics() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- summaryStatistics() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- summaryStatistics() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- summaryStatistics() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- summaryStatistics() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- sumOwned() - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- sumPrimaryOwned() - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- SUPERUSER - Static variable in class org.infinispan.security.impl.Authorizer
- supplier(Supplier<? extends LocalConfigurationStorage>) - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- supply(Supplier<V>, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager.BlockingExecutor
-
Executes the given supplier on the blocking executor.
- supplyBlocking(Supplier<V>, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Replacement for
CompletionStage.supplyAsync()that invokes theSupplierin a blocking thread (if the current thread is non-blocking) or in the current thread (if the current thread is blocking). - supplyBlocking(Supplier<V>, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- Supported Flags - Search tag in org.infinispan.Cache.entrySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.entrySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.entrySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.entrySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.entrySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.entrySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.entrySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.keySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.keySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.keySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.keySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.keySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.keySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.keySet()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.values()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.values()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.values()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.values()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.values()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.values()
- Section
- Supported Flags - Search tag in org.infinispan.Cache.values()
- Section
- supportsConversion(MediaType, MediaType) - Method in class org.infinispan.encoding.impl.TwoStepTranscoder
- supportScrape() - Method in interface org.infinispan.metrics.impl.MetricsRegistry
-
If this instance supports scrapping.
- supportScrape() - Method in class org.infinispan.metrics.impl.MetricsRegistryImpl
- supportScrape() - Method in class org.infinispan.metrics.impl.NoMetricRegistry
- supportsFilter(IndexedFilter<?, ?, ?>) - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
-
Reports whether this provider supports the given filter type.
- SuspectException - Exception Class in org.infinispan.remoting.transport.jgroups
-
Thrown when a member is suspected during remote method invocation
- SuspectException() - Constructor for exception class org.infinispan.remoting.transport.jgroups.SuspectException
- SuspectException(String) - Constructor for exception class org.infinispan.remoting.transport.jgroups.SuspectException
- SuspectException(String, Throwable) - Constructor for exception class org.infinispan.remoting.transport.jgroups.SuspectException
- SuspectException(String, Address) - Constructor for exception class org.infinispan.remoting.transport.jgroups.SuspectException
- SuspectException(String, Address, Throwable) - Constructor for exception class org.infinispan.remoting.transport.jgroups.SuspectException
- SUSPENDED - Enum constant in enum class org.infinispan.topology.RebalancingStatus
- suspendIfNeeded() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
- suspendIfNeeded() - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
- suspendIfNeeded() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- suspendIfNeeded() - Method in class org.infinispan.util.logging.events.impl.EventLoggerNotifierImpl
- swapPrimaryOwnersWithBackups(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
- sync - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- sync - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- sync - Variable in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- sync() - Element in annotation interface org.infinispan.notifications.Listener
-
Specifies whether callbacks on any class annotated with this annotation happens synchronously or asynchronously.
- SYNC - Enum constant in enum class org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
- SYNC - Enum constant in enum class org.infinispan.configuration.parsing.CacheParser.Mode
- SYNC - Enum constant in enum class org.infinispan.configuration.parsing.Element
- SYNC - Enum constant in enum class org.infinispan.expiration.TouchMode
-
Delay read operations until the other owners confirm updating the timestamp of the entry
- SYNC - Enum constant in enum class org.infinispan.functional.Param.ReplicationMode
-
Command is completed when all owners are updated.
- SYNC_WRITES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- SYNC_WRITES - Static variable in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- syncBackupsStream() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- SyncConsistentHashFactory - Class in org.infinispan.distribution.ch.impl
-
ConsistentHashFactoryimplementation that guarantees that multiple caches with the same members will have the same consistent hash (unlikeDefaultConsistentHashFactory). - SyncConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
- SyncConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch.impl
- SynchronizationAdapter - Class in org.infinispan.transaction.synchronization
-
Synchronizationimplementation for integrating with the TM. - SynchronizationAdapter(LocalTransaction, TransactionTable) - Constructor for class org.infinispan.transaction.synchronization.SynchronizationAdapter
- synchronizeData(String) - Method in class org.infinispan.upgrade.RollingUpgradeManager
- synchronizeData(String, int, int) - Method in class org.infinispan.upgrade.RollingUpgradeManager
- synchronizeData(Cache<Object, Object>) - Method in interface org.infinispan.upgrade.TargetMigrator
-
Performs the synchronization of data between source and target
- synchronizeData(Cache<Object, Object>, int, int) - Method in interface org.infinispan.upgrade.TargetMigrator
-
Performs the synchronization of data between source and target
- SYNCHRONOUS - Enum constant in enum class org.infinispan.remoting.rpc.ResponseMode
- SYNCHRONOUS_IGNORE_LEAVERS - Enum constant in enum class org.infinispan.remoting.rpc.ResponseMode
-
Most commands should use this mode to prevent SuspectExceptions when we are doing a broadcast (or anycast that translates to JGroups broadcast).
- SyncInvocationStage - Class in org.infinispan.interceptors
- SyncInvocationStage() - Constructor for class org.infinispan.interceptors.SyncInvocationStage
- SyncInvocationStage(Object) - Constructor for class org.infinispan.interceptors.SyncInvocationStage
- SyncLocalTransaction - Class in org.infinispan.transaction.synchronization
-
LocalTransactionimplementation to be used withSynchronizationAdapter. - SyncLocalTransaction(Transaction, GlobalTransaction, boolean, int, long) - Constructor for class org.infinispan.transaction.synchronization.SyncLocalTransaction
- SyncProviderState - Class in org.infinispan.xsite.statetransfer
-
A
XSiteStateProviderStatefor synchronous cross-site replication state transfer. - SyncReplicatedConsistentHashFactory - Class in org.infinispan.distribution.ch.impl
-
SyncConsistentHashFactoryadapted for replicated caches, so that the primary owner of a key is the same in replicated and distributed caches. - SyncReplicatedConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
- SyncReplicatedConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch.impl
- syncWrites() - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- syncWrites() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- syncWrites(boolean) - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
- syncWrites(boolean) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
Sets whether writes shoud wait to be fsynced to disk.
T
- take() - Method in class org.infinispan.executors.ExecutorAllCompletionService
- take() - Method in class org.infinispan.executors.SemaphoreCompletionService
- TAKE_BACKUP_OFFLINE_AFTER_FAILURES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- TAKE_BACKUP_OFFLINE_MIN_WAIT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- TAKE_OFFLINE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- takeAllCachesOffline(String) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
- TAKEN_OFFLINE - Enum constant in enum class org.infinispan.xsite.status.TakeSiteOfflineResponse
- takeOffline() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- takeOffline() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- TakeOfflineConfiguration - Class in org.infinispan.configuration.cache
- TakeOfflineConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.TakeOfflineConfiguration
- TakeOfflineConfigurationBuilder - Class in org.infinispan.configuration.cache
- TakeOfflineConfigurationBuilder(ConfigurationBuilder, BackupConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- TakeOfflineManager - Interface in org.infinispan.xsite.status
-
It keeps tracks of cross-site requests to take sites offline when certain failures conditions happen.
- takeSiteOffline(String) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
- takeSiteOffline(String) - Method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- takeSiteOffline(String) - Method in class org.infinispan.xsite.status.NoOpTakeOfflineManager
- takeSiteOffline(String) - Method in interface org.infinispan.xsite.status.TakeOfflineManager
-
It changes the site
siteNameto offline. - takeSiteOffline(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
- TakeSiteOfflineResponse - Enum Class in org.infinispan.xsite.status
-
The return value of
TakeOfflineManager.takeSiteOffline(String). - target - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
- TARGET_NODE - Static variable in interface org.infinispan.metrics.Constants
- TargetMigrator - Interface in org.infinispan.upgrade
-
Performs migration operations on the target server or cluster of servers
- targetNotFound(Address) - Method in class org.infinispan.remoting.transport.impl.SingleResponseCollector
- targetNotFound(Address) - Method in class org.infinispan.remoting.transport.impl.SingletonMapResponseCollector
- targetNotFound(Address) - Method in class org.infinispan.remoting.transport.ValidSingleResponseCollector
- targets - Variable in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl.UnicastEventContext
- TASKS - Enum constant in enum class org.infinispan.util.logging.events.EventLogCategory
- TCP(Properties) - Static method in class org.infinispan.remoting.transport.jgroups.BuiltinJGroupsChannelConfigurator
- TCP_STACK_NAME - Static variable in class org.infinispan.remoting.transport.jgroups.BuiltinJGroupsChannelConfigurator
- template() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.BackupForBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- template(boolean) - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- template(boolean) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- template(boolean) - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- TEMPLATE_SCOPE - Static variable in class org.infinispan.globalstate.impl.GlobalConfigurationManagerImpl
- templateConfigurationStartAttempt(String) - Method in class org.infinispan.util.logging.Log_$logger
- templateConfigurationStartAttempt(String) - Method in interface org.infinispan.util.logging.Log
- templateConfigurationStartAttempt$str() - Method in class org.infinispan.util.logging.Log_$logger
- TEMPORARY_LOCATION - Enum constant in enum class org.infinispan.configuration.parsing.Element
- TemporaryGlobalStatePathConfiguration - Class in org.infinispan.configuration.global
- TemporaryGlobalStatePathConfiguration(AttributeSet, String) - Constructor for class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- TemporaryGlobalStatePathConfigurationBuilder - Class in org.infinispan.configuration.global
- temporaryLocation() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
-
Returns the filesystem path where temporary state should be stored.
- temporaryLocation(String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Defines the filesystem path where temporary state should be stored.
- temporaryLocation(String, String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- temporaryLocationConfiguration() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- TemporaryTable - Class in org.infinispan.persistence.sifs
-
Table holding the entry positions in log before these are persisted to the index.
- TemporaryTable(int) - Constructor for class org.infinispan.persistence.sifs.TemporaryTable
- TemporaryTable.LockedEntry - Class in org.infinispan.persistence.sifs
- TerminalOperation<Original,
R> - Interface in org.infinispan.stream.impl -
Interface describing an operation that is a terminal one that doesn't track keys.
- terminate() - Method in class org.infinispan.statetransfer.InboundTransferTask
-
Terminate abruptly regardless if the segments were received or not.
- TERMINATED - Enum constant in enum class org.infinispan.lifecycle.ComponentStatus
-
The
stop()method has completed and the component has terminated. - test(CacheEntry<K, ?>) - Method in class org.infinispan.distribution.group.impl.CacheEntryGroupPredicate
- test(ScopedState) - Method in class org.infinispan.globalstate.ScopeFilter
- test(T, U, V) - Method in interface org.infinispan.util.function.TriPredicate
-
Evaluates this predicate on the given arguments.
- testListenerClassValidity(Class<?>) - Static method in class org.infinispan.notifications.impl.AbstractListenerImpl
-
Tests if a class is properly annotated as a CacheListener and returns the Listener annotation.
- testListenerMethodValidity(Method, Class<?>, String) - Static method in class org.infinispan.notifications.impl.AbstractListenerImpl
-
Tests that a method is a valid listener method, that is that it has a single argument that is assignable to allowedParameter.
- thenAccept(InvocationContext, C, InvocationSuccessAction<C>) - Method in class org.infinispan.interceptors.InvocationStage
-
After the current stage completes successfully, invoke
action. - thenAccept(InvocationContext, C, InvocationSuccessAction<C>) - Method in class org.infinispan.interceptors.SyncInvocationStage
- thenAccept(InvocationContext, VisitableCommand, InvocationSuccessAction) - Method in class org.infinispan.interceptors.ExceptionSyncInvocationStage
- thenAcceptMakeStage(InvocationContext, C, InvocationSuccessAction<C>) - Method in class org.infinispan.interceptors.InvocationStage
-
After the current stage completes successfully, invoke
action. - thenAcceptMakeStage(InvocationContext, C, InvocationSuccessAction<C>) - Method in class org.infinispan.interceptors.SyncInvocationStage
- thenApply(InvocationContext, C, InvocationSuccessFunction<C>) - Method in class org.infinispan.interceptors.InvocationStage
-
After the current stage completes successfully, invoke
functionand return its result. - thenApply(InvocationContext, C, InvocationSuccessFunction<C>) - Method in class org.infinispan.interceptors.SyncInvocationStage
- thenApply(InvocationContext, VisitableCommand, InvocationSuccessFunction) - Method in class org.infinispan.interceptors.ExceptionSyncInvocationStage
- thenApplyBlocking(CompletionStage<? extends I>, Function<? super I, ? extends O>, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Replacement for
CompletionStage.thenApplyAsync()that invokes theFunctionin a blocking thread (if the current thread is non-blocking) or in the current thread (if the current thread is blocking and the stage is completed). - thenApplyBlocking(CompletionStage<? extends I>, Function<? super I, ? extends O>, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- thenApplyMakeStage(InvocationContext, C, InvocationSuccessFunction<C>) - Method in class org.infinispan.interceptors.InvocationStage
-
After the current stage completes successfully, invoke
functionand return its result. - thenApplyMakeStage(InvocationContext, C, InvocationSuccessFunction<C>) - Method in class org.infinispan.interceptors.SyncInvocationStage
-
After the current stage completes successfully, invoke
functionand return its result. - thenComposeBlocking(CompletionStage<? extends I>, Function<? super I, ? extends CompletionStage<O>>, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Replacement for
CompletionStage.thenComposeAsync()that invokes theFunctionin a blocking thread (if the current thread is non-blocking) or in the current thread (if the current thread is blocking and the stage is completed). - thenComposeBlocking(CompletionStage<? extends I>, Function<? super I, ? extends CompletionStage<O>>, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- thenReturn(InvocationContext, VisitableCommand, Object) - Method in class org.infinispan.interceptors.ExceptionSyncInvocationStage
- thenReturn(InvocationContext, VisitableCommand, Object) - Method in class org.infinispan.interceptors.impl.SimpleAsyncInvocationStage
- thenReturn(InvocationContext, VisitableCommand, Object) - Method in class org.infinispan.interceptors.InvocationStage
-
Overrides the return value of this
InvocationStageif it is completed successfully. - thenReturn(InvocationContext, VisitableCommand, Object) - Method in class org.infinispan.interceptors.SyncInvocationStage
- thenRunBlocking(CompletionStage<? extends I>, Runnable, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Replacement for
CompletionStage.thenRunAsync(Runnable)that invokes theRunnablein a blocking thread (if the current thread is non-blocking) or in the current thread (if the current thread is blocking and the stage is completed). - thenRunBlocking(CompletionStage<? extends I>, Runnable, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- thirdPartySuspected(Address, SuspectException) - Method in class org.infinispan.util.logging.Log_$logger
- thirdPartySuspected(Address, SuspectException) - Method in interface org.infinispan.util.logging.Log
- thirdPartySuspected$str() - Method in class org.infinispan.util.logging.Log_$logger
- THREAD_FACTORIES - Enum constant in enum class org.infinispan.configuration.parsing.Element
- THREAD_FACTORY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- THREAD_FACTORY - Enum constant in enum class org.infinispan.configuration.parsing.Element
- THREAD_NAME_PATTERN - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- THREAD_POLICY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- THREAD_POOL_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- THREAD_POOL_SIZE - Static variable in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- THREAD_POOLS - Enum constant in enum class org.infinispan.configuration.parsing.Element
- threadFactories() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- threadFactory() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- threadFactory() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- threadFactory() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- threadFactory() - Method in class org.infinispan.configuration.global.ThreadPoolConfiguration
- threadFactory(String) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- threadFactory(String) - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- threadFactory(String) - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- threadFactory(ThreadFactory) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- ThreadFactoryConfigurationBuilder - Class in org.infinispan.configuration.global
- threadGroup() - Method in class org.infinispan.factories.threads.DefaultThreadFactory
- Threading Semantics - Search tag in annotation interface org.infinispan.notifications.Listener
- Section
- ThreadNameInfo - Class in org.infinispan.factories.threads
- threadNamePattern() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- threadNamePattern() - Method in class org.infinispan.factories.threads.DefaultThreadFactory
- threadNamePattern(String) - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- ThreadPoolBuilderAdapter - Interface in org.infinispan.configuration.global
- ThreadPoolConfiguration - Class in org.infinispan.configuration.global
- ThreadPoolConfiguration(String, ThreadFactory, ThreadPoolExecutorFactory) - Constructor for class org.infinispan.configuration.global.ThreadPoolConfiguration
- ThreadPoolConfigurationBuilder - Class in org.infinispan.configuration.global
- ThreadPoolConfigurationBuilder(GlobalConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- threadPoolFactory() - Method in class org.infinispan.configuration.global.ThreadPoolConfiguration
- threadPoolFactory(ThreadPoolExecutorFactory) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- threadPoolFactoryIsBlocking(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- threadPoolFactoryIsBlocking(String, String) - Method in interface org.infinispan.util.logging.Log
- threadPoolFactoryIsBlocking$str() - Method in class org.infinispan.util.logging.Log_$logger
- threadPoolSize() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 with no replacement as the thread pool is no longer used
- threadPoolSize(int) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 with no replacement as the thread pool is no longer used
- threadPoolSize(int) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- threads() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- threads() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- THREADS - Enum constant in enum class org.infinispan.configuration.parsing.Element
- ThreadsConfiguration - Class in org.infinispan.configuration.global
- ThreadsConfigurationBuilder - Class in org.infinispan.configuration.global
- THRESHOLD - Static variable in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
- ThrowableExternalizer - Class in org.infinispan.marshall.exts
- ThrowableExternalizer() - Constructor for class org.infinispan.marshall.exts.ThrowableExternalizer
- TIMED_OUT - Enum constant in enum class org.infinispan.util.concurrent.locks.LockState
-
The time out occurred while the lock owner waits on the queue.
- timeout - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- timeout - Variable in class org.infinispan.statetransfer.StateProviderImpl
- timeout - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- timeout() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
This is the maximum amount of time - in milliseconds - to wait for state from neighboring caches, before throwing an exception and aborting startup.
- timeout() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- timeout() - Method in class org.infinispan.remoting.rpc.RpcOptions
- timeout(long) - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.1, the attribute was never writable
- timeout(long) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
This is the maximum amount of time - in milliseconds - to wait for state from neighboring caches, before throwing an exception and aborting startup.
- timeout(long) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
The time (in milliseconds) to wait for the backup site acknowledge the state chunk received and applied.
- timeout(long, TimeUnit) - Method in interface org.infinispan.BaseCacheStream
-
Sets a given time to wait for a remote operation to respond by.
- timeout(long, TimeUnit) - Method in interface org.infinispan.CacheStream
-
Sets a given time to wait for a remote operation to respond by.
- timeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
This is the maximum amount of time - in milliseconds - to wait for state from neighboring caches, before throwing an exception and aborting startup.
- timeout(long, TimeUnit) - Method in interface org.infinispan.DoubleCacheStream
-
Sets a given time to wait for a remote operation to respond by.
- timeout(long, TimeUnit) - Method in interface org.infinispan.IntCacheStream
-
Sets a given time to wait for a remote operation to respond by.
- timeout(long, TimeUnit) - Method in interface org.infinispan.LockedStream
-
Sets the timeout for the acquisition of the lock for each entry.
- timeout(long, TimeUnit) - Method in interface org.infinispan.LongCacheStream
-
Sets a given time to wait for a remote operation to respond by.
- timeout(long, TimeUnit) - Method in interface org.infinispan.manager.ClusterExecutor
-
Sets a duration after which a command will timeout.
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.LockedStreamImpl
- timeout(long, TimeUnit) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- TIMEOUT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- TIMEOUT - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
- TIMEOUT - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- TIMEOUT_SCHEDULE_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
- timeoutExecutor - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- timeoutUnit - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- timeoutWaitingForAcks(String, String, long, int) - Method in class org.infinispan.util.logging.Log_$logger
- timeoutWaitingForAcks(String, String, long, int) - Method in interface org.infinispan.util.logging.Log
- timeoutWaitingForAcks$str() - Method in class org.infinispan.util.logging.Log_$logger
- timeoutWaitingForInitialNodes(int, List<?>) - Method in class org.infinispan.util.logging.Log_$logger
- timeoutWaitingForInitialNodes(int, List<?>) - Method in interface org.infinispan.util.logging.Log
- timeoutWaitingForInitialNodes$str() - Method in class org.infinispan.util.logging.Log_$logger
- timeoutWaitingForView(int, int) - Method in class org.infinispan.util.logging.Log_$logger
- timeoutWaitingForView(int, int) - Method in interface org.infinispan.util.logging.Log
- timeoutWaitingForView$str() - Method in class org.infinispan.util.logging.Log_$logger
- TimerTrackerImpl - Class in org.infinispan.metrics.impl
-
A
TimerTrackerimplementation that updates aTimerinstance. - timeService - Variable in class org.infinispan.container.impl.AbstractInternalDataContainer
- timeService - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
- timeService - Variable in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- timeService - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
- timeService - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- timeService - Variable in class org.infinispan.util.logging.events.impl.EventLogManagerImpl
- TIMESTAMP - Static variable in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
- timeUnit() - Method in class org.infinispan.remoting.rpc.RpcOptions
- to() - Method in enum class org.infinispan.util.concurrent.IsolationLevel
-
Deprecated.
- toArray() - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- toArray() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
- toArray() - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- toArray() - Method in class org.infinispan.InternalCacheSet
- toArray() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- toArray() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- toArray() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- toArray() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- toArray() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- toArray() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- toArray() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- toArray() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- toArray() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- toArray() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
- toArray() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
- toArray() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
- toArray() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- toArray(IntFunction<A[]>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
- toArray(IntFunction<A[]>) - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- toArray(IntFunction<A[]>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
- toArray(IntFunction<A[]>) - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- toArray(SerializableIntFunction<A[]>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.toArray(IntFunction)except that the BinaryOperator must also implementSerializable - toArray(T[]) - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- toArray(T[]) - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
- toArray(T[]) - Method in class org.infinispan.InternalCacheSet
- toArrayFinalizer() - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- toArrayFinalizer(IntFunction<E[]>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- toArrayReducer() - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- toArrayReducer(IntFunction<E[]>) - Static method in class org.infinispan.reactive.publisher.PublisherReducers
- toAsync() - Method in enum class org.infinispan.configuration.cache.CacheMode
- toBuilderHolder() - Method in class org.infinispan.configuration.ConfigurationManager
- toCacheType() - Method in enum class org.infinispan.configuration.cache.CacheMode
- toCompletableFuture() - Method in class org.infinispan.interceptors.ExceptionSyncInvocationStage
- toCompletableFuture() - Method in class org.infinispan.interceptors.impl.SimpleAsyncInvocationStage
- toCompletableFuture() - Method in class org.infinispan.interceptors.InvocationStage
-
CompletableFutureconversion. - toCompletableFuture() - Method in class org.infinispan.interceptors.SyncInvocationStage
- toElement(boolean) - Method in enum class org.infinispan.configuration.cache.CacheMode
- toEntrySet(AdvancedCacheLoader<K, V>, Predicate<? super K>, InternalEntryFactory) - Static method in class org.infinispan.persistence.PersistenceUtil
- toFlagsBitSet() - Method in class org.infinispan.functional.impl.Params
-
Bridging method between flags and params, provided for efficient checks.
- toImmutable(Collection<E>) - Static method in class org.infinispan.xsite.status.AbstractMixedSiteStatus
- toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.ImmortalCacheValue
- toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue
- toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
- toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
- toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
- toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.MortalCacheValue
- toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.TransientCacheValue
- toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.TransientMortalCacheValue
- toInternalCacheEntry(K) - Method in interface org.infinispan.container.entries.InternalCacheValue
- toInternalCacheValue() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
- toInternalCacheValue() - Method in interface org.infinispan.container.entries.InternalCacheEntry
-
Creates a representation of this entry as an
InternalCacheValue. - toInternalCacheValue() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
- toInternalCacheValue() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- toInternalCacheValue() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- toInternalCacheValue() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- toInternalCacheValue() - Method in class org.infinispan.container.entries.MortalCacheEntry
- toInternalCacheValue() - Method in class org.infinispan.container.entries.TransientCacheEntry
- toInternalCacheValue() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- toInvocationStage() - Method in interface org.infinispan.util.concurrent.locks.LockPromise
- toInvocationStage() - Method in interface org.infinispan.util.concurrent.locks.PendingLockPromise
-
If successful,
PendingLockPromise.getRemainingTimeout()will return the remaining timeout, in millis. - toInvocationStage(Supplier<TimeoutException>) - Method in interface org.infinispan.util.concurrent.locks.ExtendedLockPromise
- toJson() - Method in interface org.infinispan.health.CacheHealth
- toJson() - Method in class org.infinispan.manager.CacheManagerInfo
- toJson() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
-
Deprecated.
- toJson() - Method in class org.infinispan.stats.impl.StatsCollector
- toJson() - Method in interface org.infinispan.stats.Stats
- toKeyFunction - Variable in class org.infinispan.stream.impl.AbstractCacheStream
- toKeys(Container) - Method in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- toKeySet(AdvancedCacheLoader<K, V>, Predicate<? super K>) - Static method in class org.infinispan.persistence.PersistenceUtil
- toKeySet(NonBlockingStore<K, V>, IntSet, Predicate<? super K>) - Static method in class org.infinispan.persistence.PersistenceUtil
- toLocalExecution(CompletableFuture<R>) - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- toLocalExecution(CompletableFuture<R>) - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- toLocalExecution(CompletableFuture<R>) - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- toLoggerLevel() - Method in enum class org.infinispan.util.logging.events.EventLogLevel
- TOMBSTONE_MAP_SIZE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- TOMBSTONE_MAP_SIZE - Static variable in class org.infinispan.configuration.cache.SitesConfiguration
- tombstoneMapSize() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- tombstoneMapSize(int) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
Sets the target tombstone map size.
- toMetricInfo() - Method in class org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
- toMutation(Object) - Method in interface org.infinispan.commands.functional.FunctionalCommand
- toMutation(Object) - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
- toMutation(Object) - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- toMutation(Object) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- toMutation(Object) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- toMutation(Object) - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
- toMutation(Object) - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- toMutation(Object) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- toMutation(Object) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- toNewTypeIteratorFunction - Variable in class org.infinispan.util.WriteableCacheCollectionMapper
- topologicalSort() - Method in class org.infinispan.util.DependencyGraph
-
Calculates a topological sort of the graph, in linear time
- topology - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareCollection
- topology - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
- topology - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- TOPOLOGY_CHANGED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- TopologyAffectedCommand - Interface in org.infinispan.commands
-
Some of the commands sent over the wire can only be honored by the receiver if the topology of the cluster at delivery time is still 'compatible' with the topology in place at send time (eg.
- TopologyAwareAddress - Interface in org.infinispan.remoting.transport
-
Wraps a TopologyUUID JGroups address
- TopologyAwareConsistentHashFactory - Class in org.infinispan.distribution.ch.impl
-
Default topology-aware consistent hash factory implementation.
- TopologyAwareConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory
- TopologyAwareConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch.impl
- TopologyAwareSyncConsistentHashFactory - Class in org.infinispan.distribution.ch.impl
-
A
ConsistentHashFactoryimplementation that guarantees caches with the same members have the same consistent hash and also tries to distribute segments based on the topology information inTransportConfiguration. - TopologyAwareSyncConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory
- TopologyAwareSyncConsistentHashFactory.Builder - Class in org.infinispan.distribution.ch.impl
- TopologyAwareSyncConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch.impl
- TopologyChanged - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when the
ConsistentHashimplementation in use by theDistributionManagerchanges due to a change in cluster topology. - TopologyChangedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
The event passed in to methods annotated with
TopologyChanged. - topologyFuture(int) - Method in interface org.infinispan.statetransfer.StateTransferLock
- topologyFuture(int) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
- topologyId - Variable in class org.infinispan.commands.remote.BaseClusteredReadCommand
- topologyId - Variable in class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- topologyId - Variable in class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- topologyId - Variable in class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- topologyId - Variable in class org.infinispan.commands.statetransfer.StateTransferStartCommand
- topologyId - Variable in class org.infinispan.commands.write.BackupAckCommand
- topologyId - Variable in class org.infinispan.transaction.impl.AbstractCacheTransaction
- topologyIdDelta - Variable in exception class org.infinispan.statetransfer.OutdatedTopologyException
- TopologyIdUpdater() - Constructor for class org.infinispan.container.versioning.SimpleClusteredVersionGenerator.TopologyIdUpdater
- topologyInfo - Variable in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Builder
- TopologyInfo - Class in org.infinispan.distribution.topologyaware
-
This class holds the topology hierarchy of a cache's members and estimates for owned segments.
- TopologyInfo(int, int, Collection<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.topologyaware.TopologyInfo
- TopologyInfo.Cluster - Class in org.infinispan.distribution.topologyaware
- TopologyInfo.Location - Class in org.infinispan.distribution.topologyaware
-
Base class for locations.
- TopologyInfo.Machine - Class in org.infinispan.distribution.topologyaware
- TopologyInfo.Node - Class in org.infinispan.distribution.topologyaware
- TopologyInfo.Rack - Class in org.infinispan.distribution.topologyaware
- TopologyInfo.Site - Class in org.infinispan.distribution.topologyaware
- TopologyIracVersion - Class in org.infinispan.container.versioning.irac
-
The version stored per
CacheEntryfor IRAC. - TopologyIracVersion$___Marshaller_14f804c9dae1c80820c4a124ae0decae2266c24993f77973d0fee34d7db215d2 - Class in org.infinispan.container.versioning.irac
-
WARNING: Generated code! Do not edit!
- TopologyIracVersion$___Marshaller_14f804c9dae1c80820c4a124ae0decae2266c24993f77973d0fee34d7db215d2() - Constructor for class org.infinispan.container.versioning.irac.TopologyIracVersion$___Marshaller_14f804c9dae1c80820c4a124ae0decae2266c24993f77973d0fee34d7db215d2
- TopologyLevel - Enum Class in org.infinispan.distribution.topologyaware
-
The cluster topology is a tree with five levels: the entire cluster, sites, racks, machines, and individual nodes.
- TopologyManagementHelper - Class in org.infinispan.topology
- TopologyManagementHelper(GlobalComponentRegistry) - Constructor for class org.infinispan.topology.TopologyManagementHelper
- TopologyMode - Enum Class in org.infinispan.remoting.inboundhandler
-
It checks or waits until the required topology is installed.
- topologyReceived(int) - Method in interface org.infinispan.statetransfer.StateTransferLock
- topologyReceived(int) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
- topologyTimeout(int, int) - Method in class org.infinispan.util.logging.Log_$logger
- topologyTimeout(int, int) - Method in interface org.infinispan.util.logging.Log
- topologyTimeout$str() - Method in class org.infinispan.util.logging.Log_$logger
- TopologyUpdateCommand - Class in org.infinispan.commands.topology
-
Coordinator to member: The coordinator is updating the consistent hash.
- TopologyUpdateCommand() - Constructor for class org.infinispan.commands.topology.TopologyUpdateCommand
- TopologyUpdateCommand(String, Address, CacheTopology, AvailabilityMode, int) - Constructor for class org.infinispan.commands.topology.TopologyUpdateCommand
- topologyUpdateError(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- topologyUpdateError(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- topologyUpdateError$str() - Method in class org.infinispan.util.logging.Log_$logger
- TopologyUpdateStableCommand - Class in org.infinispan.commands.topology
-
Update the stable topology.
- TopologyUpdateStableCommand() - Constructor for class org.infinispan.commands.topology.TopologyUpdateStableCommand
- TopologyUpdateStableCommand(String, Address, CacheTopology, int) - Constructor for class org.infinispan.commands.topology.TopologyUpdateStableCommand
- toScopedState(ScopedPersistentState) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Writes this ConsistentHash to the specified scoped state.
- toScopedState(ScopedPersistentState) - Method in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- toScopedState(ScopedPersistentState) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- toScopedState(ScopedPersistentState) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- toSerialSupplierCollect(SerializableSupplier) - Static method in class org.infinispan.util.Casting
- toStorage(Object) - Method in class org.infinispan.encoding.DataConversion
- toStorageKey(K) - Method in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- toStorageKey(K) - Method in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- toStorageKey(K) - Method in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- toStream() - Method in class org.infinispan.container.offheap.MemoryAddressHash
-
Returns a stream of longs that are all of the various memory locations
- toString() - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
- toString() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- toString() - Method in class org.infinispan.cache.impl.CacheImpl
- toString() - Method in class org.infinispan.cache.impl.InvocationHelper
- toString() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- toString() - Method in class org.infinispan.cache.impl.StatsCollectingCache
- toString() - Method in class org.infinispan.commands.CommandInvocationId
- toString() - Method in class org.infinispan.commands.control.LockControlCommand
- toString() - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
- toString() - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- toString() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- toString() - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
- toString() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- toString() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- toString() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- toString() - Method in class org.infinispan.commands.functional.TxReadOnlyKeyCommand
- toString() - Method in class org.infinispan.commands.functional.TxReadOnlyManyCommand
- toString() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- toString() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- toString() - Method in class org.infinispan.commands.irac.IracCleanupKeysCommand
- toString() - Method in class org.infinispan.commands.irac.IracMetadataRequestCommand
- toString() - Method in class org.infinispan.commands.irac.IracRequestStateCommand
- toString() - Method in class org.infinispan.commands.irac.IracStateResponseCommand
- toString() - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- toString() - Method in class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- toString() - Method in class org.infinispan.commands.irac.IracTombstoneRemoteSiteCheckCommand
- toString() - Method in class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- toString() - Method in class org.infinispan.commands.irac.IracUpdateVersionCommand
- toString() - Method in class org.infinispan.commands.read.AbstractDataCommand
- toString() - Method in class org.infinispan.commands.read.EntrySetCommand
- toString() - Method in class org.infinispan.commands.read.GetAllCommand
- toString() - Method in class org.infinispan.commands.read.GetCacheEntryCommand
- toString() - Method in class org.infinispan.commands.read.GetKeyValueCommand
- toString() - Method in class org.infinispan.commands.read.KeySetCommand
- toString() - Method in class org.infinispan.commands.read.SizeCommand
- toString() - Method in class org.infinispan.commands.remote.BaseRpcCommand
- toString() - Method in class org.infinispan.commands.remote.CheckTransactionRpcCommand
- toString() - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
- toString() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
- toString() - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
- toString() - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTransactionsCommand
- toString() - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTxInfoCommand
- toString() - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
- toString() - Method in class org.infinispan.commands.remote.SingleRpcCommand
- toString() - Method in class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- toString() - Method in class org.infinispan.commands.statetransfer.StateResponseCommand
- toString() - Method in class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- toString() - Method in class org.infinispan.commands.statetransfer.StateTransferGetListenersCommand
- toString() - Method in class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- toString() - Method in class org.infinispan.commands.statetransfer.StateTransferStartCommand
- toString() - Method in class org.infinispan.commands.topology.CacheAvailabilityUpdateCommand
- toString() - Method in class org.infinispan.commands.topology.CacheJoinCommand
- toString() - Method in class org.infinispan.commands.topology.CacheLeaveCommand
- toString() - Method in class org.infinispan.commands.topology.CacheShutdownCommand
- toString() - Method in class org.infinispan.commands.topology.CacheShutdownRequestCommand
- toString() - Method in class org.infinispan.commands.topology.CacheStatusRequestCommand
- toString() - Method in class org.infinispan.commands.topology.RebalancePhaseConfirmCommand
- toString() - Method in class org.infinispan.commands.topology.RebalancePolicyUpdateCommand
- toString() - Method in class org.infinispan.commands.topology.RebalanceStartCommand
- toString() - Method in class org.infinispan.commands.topology.RebalanceStatusRequestCommand
- toString() - Method in class org.infinispan.commands.topology.TopologyUpdateCommand
- toString() - Method in class org.infinispan.commands.topology.TopologyUpdateStableCommand
- toString() - Method in class org.infinispan.commands.triangle.BackupNoopCommand
- toString() - Method in class org.infinispan.commands.triangle.PutMapBackupWriteCommand
- toString() - Method in class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- toString() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- toString() - Method in class org.infinispan.commands.tx.CommitCommand
- toString() - Method in class org.infinispan.commands.tx.PrepareCommand
- toString() - Method in class org.infinispan.commands.tx.RollbackCommand
- toString() - Method in class org.infinispan.commands.tx.VersionedCommitCommand
- toString() - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
- toString() - Method in class org.infinispan.commands.write.BackupAckCommand
- toString() - Method in class org.infinispan.commands.write.BackupMultiKeyAckCommand
- toString() - Method in class org.infinispan.commands.write.ClearCommand
- toString() - Method in class org.infinispan.commands.write.ComputeCommand
- toString() - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- toString() - Method in class org.infinispan.commands.write.EvictCommand
- toString() - Method in class org.infinispan.commands.write.ExceptionAckCommand
- toString() - Method in class org.infinispan.commands.write.InvalidateCommand
- toString() - Method in class org.infinispan.commands.write.InvalidateL1Command
- toString() - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- toString() - Method in class org.infinispan.commands.write.PutKeyValueCommand
- toString() - Method in class org.infinispan.commands.write.PutMapCommand
- toString() - Method in class org.infinispan.commands.write.RemoveCommand
- toString() - Method in class org.infinispan.commands.write.RemoveExpiredCommand
- toString() - Method in class org.infinispan.commands.write.ReplaceCommand
- toString() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- toString() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.Configuration
- toString() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- toString() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- toString() - Method in enum class org.infinispan.configuration.cache.IndexStorage
- toString() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
- toString() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.AllowListConfiguration
- toString() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
- toString() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- toString() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- toString() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- toString() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- toString() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- toString() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- toString() - Method in class org.infinispan.configuration.global.GlobalTracingConfiguration
- toString() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- toString() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfiguration
- toString() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- toString() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.ShutdownConfiguration
- toString() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.SiteConfiguration
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.global.StackConfiguration
- toString() - Method in class org.infinispan.configuration.global.ThreadPoolConfiguration
- toString() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- toString() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.internal.PrivateGlobalConfiguration
- toString() - Method in class org.infinispan.configuration.internal.PrivateGlobalConfigurationBuilder
- toString() - Method in enum class org.infinispan.configuration.parsing.Attribute
- toString() - Method in enum class org.infinispan.configuration.parsing.Element
- toString() - Method in class org.infinispan.configuration.parsing.ParserRegistry.NamespaceParserPair
- toString() - Method in class org.infinispan.configuration.parsing.ParserRegistry.QName
- toString() - Method in class org.infinispan.configuration.parsing.ParserRegistry
- toString() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
- toString() - Method in class org.infinispan.container.entries.ClearCacheEntry
- toString() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
- toString() - Method in class org.infinispan.container.entries.ImmortalCacheValue
- toString() - Method in class org.infinispan.container.entries.NullCacheEntry
- toString() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- toString() - Method in class org.infinispan.container.entries.RemoteMetadata
- toString() - Method in class org.infinispan.container.versioning.irac.IracEntryVersion.MapEntry
- toString() - Method in class org.infinispan.container.versioning.irac.IracEntryVersion
- toString() - Method in class org.infinispan.container.versioning.irac.IracTombstoneInfo
- toString() - Method in class org.infinispan.container.versioning.irac.TopologyIracVersion
- toString() - Method in class org.infinispan.container.versioning.NumericVersion
- toString() - Method in class org.infinispan.container.versioning.SimpleClusteredVersion
- toString() - Method in class org.infinispan.context.impl.SingleKeyNonTxInvocationContext
- toString() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
- toString() - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
- toString() - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
- toString() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- toString() - Method in class org.infinispan.distribution.DistributionInfo
- toString() - Method in class org.infinispan.distribution.group.impl.CacheEntryGroupPredicate
- toString() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo.Location
- toString() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo.Node
- toString() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
- toString() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
- toString() - Method in class org.infinispan.encoding.DataConversion
- toString() - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- toString() - Method in class org.infinispan.factories.impl.ComponentAccessor
- toString() - Method in class org.infinispan.factories.impl.ComponentAlias
- toString() - Method in class org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
- toString() - Method in class org.infinispan.factories.impl.MBeanMetadata.OperationMetadata
- toString() - Method in class org.infinispan.factories.impl.MBeanMetadata.OperationParameterMetadata
- toString() - Method in class org.infinispan.factories.impl.MBeanMetadata
- toString() - Method in class org.infinispan.factories.threads.NonBlockingThreadPoolExecutorFactory
- toString() - Method in class org.infinispan.functional.impl.CounterConfigurationMetaParam
- toString() - Method in class org.infinispan.functional.impl.MetaParams
- toString() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- toString() - Method in class org.infinispan.functional.impl.Params
- toString() - Method in class org.infinispan.functional.impl.StatsEnvelope
- toString() - Method in class org.infinispan.functional.MetaParam.MetaCreated
- toString() - Method in class org.infinispan.functional.MetaParam.MetaEntryVersion
- toString() - Method in class org.infinispan.functional.MetaParam.MetaLastUsed
- toString() - Method in class org.infinispan.functional.MetaParam.MetaLifespan
- toString() - Method in class org.infinispan.functional.MetaParam.MetaMaxIdle
- toString() - Method in class org.infinispan.globalstate.ScopedState
- toString() - Method in class org.infinispan.interceptors.distribution.VersionedResult
- toString() - Method in class org.infinispan.interceptors.distribution.VersionedResults
- toString() - Method in class org.infinispan.interceptors.impl.AsyncInterceptorChainImpl
- toString() - Method in class org.infinispan.interceptors.impl.QueueAsyncInvocationStage
- toString() - Method in class org.infinispan.interceptors.impl.SimpleAsyncInvocationStage
- toString() - Method in class org.infinispan.interceptors.SyncInvocationStage
- toString() - Method in class org.infinispan.jmx.ResourceDMBean
- toString() - Method in class org.infinispan.manager.DefaultCacheManager
- toString() - Method in class org.infinispan.marshall.core.impl.ClassToExternalizerMap
-
Get a string summary representation of this map.
- toString() - Method in class org.infinispan.marshall.persistence.impl.MarshallableEntryImpl
- toString() - Method in class org.infinispan.marshall.persistence.impl.MarshalledValueImpl
- toString() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
- toString() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
- toString() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
- toString() - Method in class org.infinispan.metadata.EmbeddedMetadata
- toString() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- toString() - Method in class org.infinispan.metadata.impl.IracMetadata
- toString() - Method in class org.infinispan.metadata.impl.PrivateMetadata
- toString() - Method in class org.infinispan.metrics.config.MicrometerMeterRegisterConfigurationBuilder
- toString() - Method in class org.infinispan.metrics.config.MicrometerMeterRegistryConfiguration
- toString() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- toString() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.ClusteredListenerInvocation
- toString() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
- toString() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable
- toString() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
- toString() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
- toString() - Method in class org.infinispan.persistence.modifications.ModificationsList
- toString() - Method in class org.infinispan.persistence.modifications.Remove
- toString() - Method in class org.infinispan.persistence.modifications.Store
- toString() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- toString() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- toString() - Method in class org.infinispan.persistence.sifs.EntryHeader
- toString() - Method in class org.infinispan.persistence.sifs.EntryInfo
- toString() - Method in class org.infinispan.persistence.sifs.EntryRecord
- toString() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.KeyPublisherResponse
- toString() - Method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponse
- toString() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.KeyPublisherResult
- toString() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.ReductionPublisherRequestCommand
- toString() - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult
- toString() - Method in class org.infinispan.reactive.publisher.impl.PublisherHandler.SegmentResult
- toString() - Method in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
- toString() - Method in class org.infinispan.remoting.inboundhandler.DefaultTopologyRunnable
- toString() - Method in class org.infinispan.remoting.responses.ExceptionResponse
- toString() - Method in class org.infinispan.remoting.responses.InvalidResponse
- toString() - Method in class org.infinispan.remoting.responses.PrepareResponse
- toString() - Method in class org.infinispan.remoting.responses.SuccessfulResponse
- toString() - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse
- toString() - Method in class org.infinispan.remoting.responses.ValidResponse
- toString() - Method in class org.infinispan.remoting.rpc.RpcOptions
- toString() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
- toString() - Method in class org.infinispan.remoting.transport.impl.SiteUnreachableXSiteResponse
- toString() - Method in class org.infinispan.remoting.transport.jgroups.ClusterView
- toString() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.RemoteSite
- toString() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.RemoteSites
- toString() - Method in class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- toString() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress
- toString() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
- toString() - Method in class org.infinispan.remoting.transport.LocalModeAddress
- toString() - Method in class org.infinispan.remoting.transport.raft.RaftChannelConfiguration
- toString() - Method in class org.infinispan.remoting.transport.SiteAddress
- toString() - Method in enum class org.infinispan.security.AuditContext
- toString() - Method in class org.infinispan.security.GroupPrincipal
- toString() - Method in class org.infinispan.security.impl.CacheRoleImpl
- toString() - Method in class org.infinispan.security.impl.CacheSubjectPair
- toString() - Method in class org.infinispan.security.impl.SecureCacheImpl
- toString() - Method in class org.infinispan.security.impl.SubjectACL
- toString() - Method in class org.infinispan.security.impl.SubjectAdapter.SimplePrincipal
- toString() - Method in class org.infinispan.statetransfer.CommitManager
- toString() - Method in class org.infinispan.statetransfer.InboundTransferTask
- toString() - Method in class org.infinispan.statetransfer.OutboundTransferTask
- toString() - Method in class org.infinispan.statetransfer.StateChunk
- toString() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
- toString() - Method in class org.infinispan.statetransfer.TransactionInfo
- toString() - Method in class org.infinispan.stream.impl.intops.object.FilterOperation
- toString() - Method in enum class org.infinispan.telemetry.SpanCategory
- toString() - Method in class org.infinispan.topology.CacheJoinInfo
- toString() - Method in class org.infinispan.topology.CacheStatusResponse
- toString() - Method in class org.infinispan.topology.CacheTopology
- toString() - Method in class org.infinispan.topology.ClusterCacheStatus
- toString() - Method in class org.infinispan.topology.ManagerStatusResponse
- toString() - Method in class org.infinispan.topology.PersistentUUID
- toString() - Method in class org.infinispan.transaction.impl.LocalTransaction
- toString() - Method in class org.infinispan.transaction.impl.ModificationList
- toString() - Method in class org.infinispan.transaction.impl.RemoteTransaction
- toString() - Method in class org.infinispan.transaction.lookup.EmbeddedTransactionManagerLookup
- toString() - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
- toString() - Method in class org.infinispan.transaction.lookup.WildflyTransactionManagerLookup
- toString() - Method in class org.infinispan.transaction.synchronization.SynchronizationAdapter
- toString() - Method in class org.infinispan.transaction.xa.GlobalTransaction
- toString() - Method in class org.infinispan.transaction.xa.LocalXaTransaction
- toString() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfo
- toString() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
- toString() - Method in class org.infinispan.transaction.xa.recovery.RecoveryInfoKey
- toString() - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
- toString() - Method in class org.infinispan.util.ByteString
- toString() - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
- toString() - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
- toString() - Method in class org.infinispan.util.concurrent.ReclosableLatch
- toString() - Method in class org.infinispan.util.KeyValuePair
- toString() - Method in class org.infinispan.util.logging.events.impl.BaseEventLog
- toString() - Method in class org.infinispan.xsite.commands.remote.IracClearKeysRequest
- toString() - Method in class org.infinispan.xsite.commands.remote.IracPutManyRequest
- toString() - Method in class org.infinispan.xsite.commands.remote.IracTombstoneCheckRequest
- toString() - Method in class org.infinispan.xsite.commands.remote.XSiteRemoteEventCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteAmendOfflineStatusCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteAutoTransferStatusCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteBringOnlineCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteLocalEventCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteOfflineStatusCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteStateTransferCancelSendCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteStateTransferClearStatusCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishReceiveCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishSendCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteStateTransferRestartSendingCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartReceiveCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartSendCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteStateTransferStatusRequestCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteStatusCommand
- toString() - Method in class org.infinispan.xsite.commands.XSiteTakeOfflineCommand
- toString() - Method in class org.infinispan.xsite.events.XSiteEvent
- toString() - Method in class org.infinispan.xsite.irac.IracManagerKeyInfo
- toString() - Method in class org.infinispan.xsite.irac.IracXSiteBackup
- toString() - Method in class org.infinispan.xsite.NoOpBackupSender
- toString() - Method in class org.infinispan.xsite.OfflineStatus
- toString() - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
- toString() - Method in class org.infinispan.xsite.spi.SiteEntry
- toString() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateProvider
- toString() - Method in class org.infinispan.xsite.statetransfer.NoOpXSiteStateTransferManager
- toString() - Method in class org.infinispan.xsite.statetransfer.XSiteState
- toString() - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
- toString() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
- toString() - Method in class org.infinispan.xsite.status.DefaultTakeOfflineManager
- toString() - Method in class org.infinispan.xsite.XSiteBackup
- toString(Subject) - Static method in class org.infinispan.security.Security
-
A simplified version of Subject.toString() with the following advantages: only lists principals, ignoring credentials uses a compact, single-line format does not use synchronization does not use i18n messages
- toStringConfiguration(String, MediaType, boolean) - Method in class org.infinispan.configuration.cache.Configuration
- toSupplierCollect(Supplier) - Static method in class org.infinispan.util.Casting
- toSync() - Method in enum class org.infinispan.configuration.cache.CacheMode
- toSync(boolean) - Method in enum class org.infinispan.configuration.cache.CacheMode
- TOTAL_ORDER_EXECUTOR - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- totalLength() - Method in class org.infinispan.persistence.sifs.EntryHeader
- toText(StateTransferStatus) - Static method in enum class org.infinispan.xsite.statetransfer.StateTransferStatus
- touch() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
Control how the timestamp of read keys are updated on all the key owners in a cluster.
- touch(int, Object, long) - Method in class org.infinispan.container.impl.AbstractDelegatingInternalDataContainer
- touch(int, Object, long) - Method in class org.infinispan.container.impl.AbstractInternalDataContainer
- touch(int, Object, long) - Method in interface org.infinispan.container.impl.InternalDataContainer
-
Touches an entry in the data container.
- touch(long) - Method in class org.infinispan.container.entries.ImmortalCacheEntry
- touch(long) - Method in interface org.infinispan.container.entries.InternalCacheEntry
-
Updates access timestamps on this instance to a specified time
- touch(long) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
- touch(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
- touch(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
- touch(long) - Method in class org.infinispan.container.entries.MortalCacheEntry
- touch(long) - Method in class org.infinispan.container.entries.TransientCacheEntry
- touch(long) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
- touch(Object, boolean) - Method in interface org.infinispan.AdvancedCache
-
Touches the given key if present.
- touch(Object, boolean) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- touch(Object, boolean) - Method in class org.infinispan.cache.impl.CacheImpl
- touch(Object, boolean) - Method in class org.infinispan.cache.impl.EncoderCache
- touch(Object, boolean) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- touch(Object, boolean) - Method in class org.infinispan.security.impl.SecureCacheImpl
- touch(Object, int, boolean) - Method in interface org.infinispan.AdvancedCache
-
The same as
AdvancedCache.touch(Object, boolean)except that the segment is already known. - touch(Object, int, boolean) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- touch(Object, int, boolean) - Method in class org.infinispan.cache.impl.CacheImpl
- touch(Object, int, boolean) - Method in class org.infinispan.cache.impl.EncoderCache
- touch(Object, int, boolean) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- touch(Object, int, boolean) - Method in class org.infinispan.security.impl.SecureCacheImpl
- touch(Object, int, boolean, long) - Method in class org.infinispan.cache.impl.CacheImpl
- touch(TouchMode) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Control how the timestamp of read keys are updated on all the key owners in a cluster.
- TOUCH - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- TOUCH - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
- TouchableMap - Interface in org.infinispan.container.impl
- touchAll(long) - Method in class org.infinispan.container.impl.PeekableTouchableCaffeineMap
- touchAll(long) - Method in class org.infinispan.container.impl.PeekableTouchableContainerMap
- touchAll(long) - Method in interface org.infinispan.container.impl.PeekableTouchableMap
-
Touches all entries in the map setting the recency timestamps for both expiration eviction appropriately.
- touchAll(long) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- TouchCommand - Class in org.infinispan.expiration.impl
-
This command updates a cache entry's last access timestamp.
- TouchCommand() - Constructor for class org.infinispan.expiration.impl.TouchCommand
- TouchCommand(Object, int, long, boolean) - Constructor for class org.infinispan.expiration.impl.TouchCommand
- touchEntry(Object) - Method in interface org.infinispan.xsite.BackupReceiver
-
Touches an entry and returns if it was able to or not.
- touchEntry(Object) - Method in class org.infinispan.xsite.ClusteredCacheBackupReceiver
- touchKey(Object, long) - Method in class org.infinispan.container.impl.PeekableTouchableCaffeineMap
- touchKey(Object, long) - Method in class org.infinispan.container.impl.PeekableTouchableContainerMap
- touchKey(Object, long) - Method in interface org.infinispan.container.impl.PeekableTouchableMap
-
Touches the entry for the given key in this map.
- touchKey(Object, long) - Method in interface org.infinispan.container.impl.TouchableMap
-
Touches the entry for the given key in this map.
- touchKey(Object, long) - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- TouchMode - Enum Class in org.infinispan.expiration
-
Control how the timestamp of read keys are updated on all the key owners in a cluster.
- TracedCommand - Interface in org.infinispan.commands
- TracedPersistenceManager - Class in org.infinispan.persistence.manager
- TracedPersistenceManager(PersistenceManager) - Constructor for class org.infinispan.persistence.manager.TracedPersistenceManager
- traceSecurity() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- traceSecurity(boolean) - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- tracing() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- tracing() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- tracing() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- tracing() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- tracing() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- tracing() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.cache.Configuration
- tracing() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- tracing() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- tracing() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- tracing() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- tracing() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- tracing() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Global tracing configuration.
- TRACING - Enum constant in enum class org.infinispan.configuration.parsing.Element
- TracingConfiguration - Class in org.infinispan.configuration.cache
- TracingConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.TracingConfiguration
- TracingConfigurationBuilder - Class in org.infinispan.configuration.cache
- TracingConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.TracingConfigurationBuilder
- TracingExporterProtocol - Enum Class in org.infinispan.configuration.global
- trackClear(boolean) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- trackClear(boolean) - Method in interface org.infinispan.xsite.irac.IracManager
-
Sets all keys as removed.
- trackClear(boolean) - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- trackExpiredKey(int, Object, Object) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- trackExpiredKey(int, Object, Object) - Method in interface org.infinispan.xsite.irac.IracManager
-
Similar to
IracManager.trackUpdatedKey(int, Object, Object)but it tracks expired keys instead. - trackExpiredKey(int, Object, Object) - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- trackForStateTransfer(Collection<XSiteState>) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- trackForStateTransfer(Collection<XSiteState>) - Method in interface org.infinispan.xsite.irac.IracManager
-
Tracks a set of keys to be sent to the remote site.
- trackForStateTransfer(Collection<XSiteState>) - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- trackRequest(Address) - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsMetricsManager
-
Track the latency for a synchronous request.
- trackRequest(Address) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsMetricsManagerImpl
- trackRequest(Address) - Method in class org.infinispan.remoting.transport.jgroups.NoOpJGroupsMetricManager
- trackUpdatedKey(int, Object, Object) - Method in class org.infinispan.xsite.irac.DefaultIracManager
- trackUpdatedKey(int, Object, Object) - Method in interface org.infinispan.xsite.irac.IracManager
-
Sets the
keyas changed by thelockOwner. - trackUpdatedKey(int, Object, Object) - Method in enum class org.infinispan.xsite.irac.NoOpIracManager
- transaction() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- transaction() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- transaction() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- transaction() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- transaction() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- transaction() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- transaction() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- transaction() - Method in class org.infinispan.configuration.cache.Configuration
- transaction() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- transaction() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- TRANSACTION - Enum constant in enum class org.infinispan.configuration.parsing.Element
- TRANSACTION_COMPLETED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- TRANSACTION_MANAGER_LOOKUP - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- TRANSACTION_MANAGER_LOOKUP_CLASS - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- TRANSACTION_MODE - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- TRANSACTION_PROTOCOL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- TRANSACTION_REGISTERED - Enum constant in enum class org.infinispan.notifications.cachelistener.event.Event.Type
- TRANSACTION_SYNCHRONIZATION_REGISTRY_LOOKUP - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- TRANSACTION_VERSION_GENERATOR - Static variable in class org.infinispan.factories.KnownComponentNames
- transactional() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- transactional() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- transactional(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
This setting should be set to true when the underlying cache store supports transactions and it is desirable for the underlying store and the cache to remain synchronized.
- transactional(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- transactional(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
This setting should be set to true when the underlying cache store supports transactions and it is desirable for the underlying store and the cache to remain synchronized.
- TRANSACTIONAL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- TRANSACTIONAL - Enum constant in enum class org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store supports being invoked in a transactional context with prepare and commit or rollback phases.
- TRANSACTIONAL - Enum constant in enum class org.infinispan.transaction.TransactionMode
- TRANSACTIONAL - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- TransactionalCacheWriter<K,
V> - Interface in org.infinispan.persistence.spi -
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced by
NonBlockingStore - TransactionalEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
An event subtype that includes a transaction context - if one exists - as well as a boolean as to whether the call originated locally or remotely.
- TransactionalExceptionEvictionInterceptor - Class in org.infinispan.interceptors.impl
-
Interceptor that prevents the cache from inserting too many entries over a configured maximum amount.
- TransactionalExceptionEvictionInterceptor() - Constructor for class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- TransactionalInvocationContextFactory - Class in org.infinispan.context.impl
-
Invocation context to be used for transactional caches.
- TransactionalInvocationContextFactory() - Constructor for class org.infinispan.context.impl.TransactionalInvocationContextFactory
- transactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.util.logging.Log_$logger
- transactionAlreadyRolledBack(GlobalTransaction) - Method in interface org.infinispan.util.logging.Log
- transactionAlreadyRolledBack$str() - Method in class org.infinispan.util.logging.Log_$logger
- TransactionalRemoteLockCommand - Interface in org.infinispan.util.concurrent.locks
-
Simple interface to extract all the keys that may need to be locked for transactional commands.
- Transactional Semantics - Search tag in annotation interface org.infinispan.notifications.Listener
- Section
- transactionalStore() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- transactionalStoreCannotBeAsync(String) - Method in class org.infinispan.util.logging.Log_$logger
- transactionalStoreCannotBeAsync(String) - Method in interface org.infinispan.util.logging.Log
- transactionalStoreCannotBeAsync$str() - Method in class org.infinispan.util.logging.Log_$logger
- transactionalStoreInNonTransactionalCache() - Method in class org.infinispan.util.logging.Log_$logger
- transactionalStoreInNonTransactionalCache() - Method in interface org.infinispan.util.logging.Log
- transactionalStoreInNonTransactionalCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- transactionalStoreInPassivatedCache() - Method in class org.infinispan.util.logging.Log_$logger
- transactionalStoreInPassivatedCache() - Method in interface org.infinispan.util.logging.Log
- transactionalStoreInPassivatedCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- TransactionalStoreInterceptor - Class in org.infinispan.interceptors.impl
-
An interceptor which ensures that writes to an underlying transactional store are prepared->committed/rolledback as part of the 2PC, therefore ensuring that the cache and transactional store(s) remain consistent.
- TransactionalStoreInterceptor() - Constructor for class org.infinispan.interceptors.impl.TransactionalStoreInterceptor
- TransactionBoundaryCommand - Interface in org.infinispan.commands.tx
-
An transaction boundary command that allows the retrieval of an attached
GlobalTransaction - transactionCleanupError(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- transactionCleanupError(Throwable) - Method in interface org.infinispan.util.logging.Log
- transactionCleanupError$str() - Method in class org.infinispan.util.logging.Log_$logger
- transactionCompleted(TransactionCompletedEvent) - Method in class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
- TransactionCompleted - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when the cache is called to participate in a transaction and the transaction completes, either with a commit or a rollback.
- TransactionCompletedEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
This event is passed in to any method annotated with
TransactionCompleted. - TransactionConfiguration - Class in org.infinispan.configuration.cache
-
Defines transactional (JTA) characteristics of the cache.
- TransactionConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Defines transactional (JTA) characteristics of the cache.
- TransactionConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
- TransactionCoordinator - Class in org.infinispan.transaction.impl
-
Coordinates transaction prepare/commits as received from the.
invalid reference
javax.transaction.TransactionManager - TransactionCoordinator() - Constructor for class org.infinispan.transaction.impl.TransactionCoordinator
- transactionDataFuture(int) - Method in interface org.infinispan.statetransfer.StateTransferLock
- transactionDataFuture(int) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
- transactionDataReceived(int) - Method in interface org.infinispan.statetransfer.StateTransferLock
- transactionDataReceived(int) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
- transactionDataTimeout(int) - Method in class org.infinispan.util.logging.Log_$logger
- transactionDataTimeout(int) - Method in interface org.infinispan.util.logging.Log
- transactionDataTimeout$str() - Method in class org.infinispan.util.logging.Log_$logger
- TransactionFactory - Class in org.infinispan.transaction.xa
-
Factory for transaction related state.
- TransactionFactory() - Constructor for class org.infinispan.transaction.xa.TransactionFactory
- TransactionFactory.TxFactoryEnum - Enum Class in org.infinispan.transaction.xa
- TransactionInfo - Class in org.infinispan.statetransfer
-
A representation of a transaction that is suitable for transferring between a StateProvider and a StateConsumer running on different members of the same cache.
- TransactionInfo(GlobalTransaction, int, List<WriteCommand>, Set<Object>) - Constructor for class org.infinispan.statetransfer.TransactionInfo
- TransactionInfo.Externalizer - Class in org.infinispan.statetransfer
- transactionManager - Variable in class org.infinispan.cache.impl.CacheImpl
- transactionManager - Variable in class org.infinispan.cache.impl.InvocationHelper
- transactionManager - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- TransactionManagerFactory - Class in org.infinispan.factories
-
Uses a number of mechanisms to retrieve a transaction manager.
- TransactionManagerFactory() - Constructor for class org.infinispan.factories.TransactionManagerFactory
- transactionManagerLookup() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
- transactionManagerLookup() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- transactionManagerLookup(TransactionManagerLookup) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
- transactionMode() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- transactionMode() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- transactionMode(TransactionMode) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- TransactionMode - Enum Class in org.infinispan.configuration.cache
-
Transaction mode
- TransactionMode - Enum Class in org.infinispan.transaction
-
Enumeration containing the available transaction modes for a cache.
- transactionNotificationsDisabled() - Method in class org.infinispan.util.logging.Log_$logger
- transactionNotificationsDisabled() - Method in interface org.infinispan.util.logging.Log
- transactionNotificationsDisabled$str() - Method in class org.infinispan.util.logging.Log_$logger
- transactionOriginatorChecker - Variable in class org.infinispan.statetransfer.StateProviderImpl
- transactionOriginatorChecker - Variable in class org.infinispan.transaction.impl.TransactionTable
- TransactionOriginatorChecker - Interface in org.infinispan.transaction.impl
-
An interface to check if the transaction originator is left or not.
- TransactionRegistered - Annotation Interface in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when the cache is called to participate in a transaction and registers awith a registered
invalid reference
javax.transaction.Synchronization.invalid reference
javax.transaction.TransactionManager - TransactionRegisteredEvent<K,
V> - Interface in org.infinispan.notifications.cachelistener.event -
This event is passed in to any method annotated with
TransactionRegistered. - transactionRemotelyPrepared(TxInvocationContext) - Static method in class org.infinispan.interceptors.impl.BaseRpcInterceptor
- TransactionSynchronizationRegistryFactory - Class in org.infinispan.factories
-
Factory for the TransactionSynchronizationRegistry
- TransactionSynchronizationRegistryFactory() - Constructor for class org.infinispan.factories.TransactionSynchronizationRegistryFactory
- transactionSynchronizationRegistryLookup() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Configure Transaction Synchronization Registry lookup directly using an instance of TransactionManagerLookup.
- transactionSynchronizationRegistryLookup(TransactionSynchronizationRegistryLookup) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Configure Transaction Synchronization Registry lookup directly using an instance of TransactionManagerLookup.
- TransactionSynchronizationRegistryLookup - Interface in org.infinispan.transaction.lookup
- TransactionSynchronizerInterceptor - Class in org.infinispan.statetransfer
-
With the Non-Blocking State Transfer (NBST) in place it is possible for a transactional command to be forwarded multiple times, concurrently to the same node.
- TransactionSynchronizerInterceptor() - Constructor for class org.infinispan.statetransfer.TransactionSynchronizerInterceptor
- transactionTable - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- TransactionTable - Class in org.infinispan.transaction.impl
-
Repository for
RemoteTransactionandTransactionXaAdapters (locally originated transactions). - TransactionTable - Interface in org.infinispan.transaction
-
Interface that allows to fetch the
GlobalTransactionassociated to local or remote transactions. - TransactionTable() - Constructor for class org.infinispan.transaction.impl.TransactionTable
- TransactionTable.CompletedTransactionStatus - Enum Class in org.infinispan.transaction.impl
- TransactionTableFactory - Class in org.infinispan.factories
-
Factory for
TransactionTableobjects. - TransactionTableFactory() - Constructor for class org.infinispan.factories.TransactionTableFactory
- TransactionXaAdapter - Class in org.infinispan.transaction.xa
-
This acts both as an local
CacheTransactionand implementor of anXAResourcethat will be called by tx manager on various tx stages. - TransactionXaAdapter(LocalXaTransaction, XaTransactionTable) - Constructor for class org.infinispan.transaction.xa.TransactionXaAdapter
- TransactionXaAdapter(XaTransactionTable) - Constructor for class org.infinispan.transaction.xa.TransactionXaAdapter
- transferComplete() - Method in interface org.infinispan.notifications.cachelistener.QueueingSegmentListener
-
This is needed to tell the handler when the complete iteration is done.
- transferMapsLock - Variable in class org.infinispan.statetransfer.StateConsumerImpl
- transfersBySegment - Variable in class org.infinispan.statetransfer.StateConsumerImpl
-
A map that keeps track of current inbound state transfers by segment id.
- transform(Function<AdvancedCache<K, V>, ? extends AdvancedCache<K, V>>) - Method in interface org.infinispan.AdvancedCache
-
Apply the
transformationon eachAdvancedCacheinstance in a delegation chain, starting with the innermost implementation. - transform(Function<AdvancedCache<K, V>, ? extends AdvancedCache<K, V>>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- transform(Function<AdvancedCache<K, V>, ? extends AdvancedCache<K, V>>) - Method in class org.infinispan.cache.impl.CacheImpl
- transform(Function<AdvancedCache<K, V>, ? extends AdvancedCache<K, V>>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- transform(Function<AdvancedCache<K, V>, ? extends AdvancedCache<K, V>>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- TRANSFORMER - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- transformResult(Object[]) - Method in interface org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadManyCommandHelper
- transformResult(Object[]) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor.ReadOnlyManyHelper
- transformResult(Object[]) - Method in class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- TransientCacheEntry - Class in org.infinispan.container.entries
-
A cache entry that is transient, i.e., it can be considered expired after a period of not being used.
- TransientCacheEntry(Object, Object, long, long) - Constructor for class org.infinispan.container.entries.TransientCacheEntry
- TransientCacheEntry(Object, Object, PrivateMetadata, long, long) - Constructor for class org.infinispan.container.entries.TransientCacheEntry
- TransientCacheEntry.Externalizer - Class in org.infinispan.container.entries
- TransientCacheValue - Class in org.infinispan.container.entries
-
A transient cache value, to correspond with
TransientCacheEntry - TransientCacheValue(Object, long, long) - Constructor for class org.infinispan.container.entries.TransientCacheValue
- TransientCacheValue(Object, PrivateMetadata, long, long) - Constructor for class org.infinispan.container.entries.TransientCacheValue
- TransientCacheValue.Externalizer - Class in org.infinispan.container.entries
- TransientMortalCacheEntry - Class in org.infinispan.container.entries
-
A cache entry that is both transient and mortal.
- TransientMortalCacheEntry(Object, Object, long, long, long) - Constructor for class org.infinispan.container.entries.TransientMortalCacheEntry
- TransientMortalCacheEntry(Object, Object, long, long, long, long) - Constructor for class org.infinispan.container.entries.TransientMortalCacheEntry
- TransientMortalCacheEntry(Object, Object, PrivateMetadata, long, long, long, long) - Constructor for class org.infinispan.container.entries.TransientMortalCacheEntry
- TransientMortalCacheEntry.Externalizer - Class in org.infinispan.container.entries
- TransientMortalCacheValue - Class in org.infinispan.container.entries
-
A transient, mortal cache value to correspond with
TransientMortalCacheEntry - TransientMortalCacheValue(Object, long, long, long, long) - Constructor for class org.infinispan.container.entries.TransientMortalCacheValue
- TransientMortalCacheValue(Object, PrivateMetadata, long, long, long, long) - Constructor for class org.infinispan.container.entries.TransientMortalCacheValue
- TransientMortalCacheValue.Externalizer - Class in org.infinispan.container.entries
- transport() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- transport() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- transport() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Transport-related (i.e.
- transport() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- transport() - Method in class org.infinispan.configuration.global.TransportConfiguration
- transport(Transport) - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- transport(Transport) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Class that represents a network transport.
- Transport - Interface in org.infinispan.remoting.transport
-
An interface that provides a communication link with remote caches.
- TRANSPORT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- TRANSPORT - Enum constant in enum class org.infinispan.configuration.parsing.Element
- TRANSPORT_EXECUTOR - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- TransportConfiguration - Class in org.infinispan.configuration.global
- TransportConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures the transport used for network communications across the cluster.
- transportExecutor(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.
- TransportFactory - Class in org.infinispan.factories
-
Factory for Transport implementations.
- TransportFactory() - Constructor for class org.infinispan.factories.TransportFactory
- transportThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
-
Deprecated.Since 11.0, no longer used.
- transportThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0, no longer used.
- transportThreadPool() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- transportThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- transportThreadPoolName() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- Traversable<T> - Interface in org.infinispan.functional
-
Unsorted traversable stream for sequential and aggregating operations.
- Traversables - Class in org.infinispan.functional.impl
- TriangleAckExternalizer - Class in org.infinispan.marshall.exts
-
Externalizer for the triangle acknowledges.
- TriangleAckExternalizer() - Constructor for class org.infinispan.marshall.exts.TriangleAckExternalizer
- TriangleDistributionInterceptor - Class in org.infinispan.interceptors.distribution
-
Non-transactional interceptor used by distributed caches that supports concurrent writes.
- TriangleDistributionInterceptor() - Constructor for class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- TriangleFunctionsUtil - Class in org.infinispan.util
-
Some utility functions for
TriangleDistributionInterceptor. - TriangleOrderAction - Class in org.infinispan.remoting.inboundhandler.action
-
An
Actionthat checks if the command is the next to be executed. - TriangleOrderAction(TrianglePerCacheInboundInvocationHandler, long, int) - Constructor for class org.infinispan.remoting.inboundhandler.action.TriangleOrderAction
- TriangleOrderManager - Class in org.infinispan.distribution
-
It manages the order of updates from the primary owner to backup owner.
- TriangleOrderManager(int) - Constructor for class org.infinispan.distribution.TriangleOrderManager
- TrianglePerCacheInboundInvocationHandler - Class in org.infinispan.remoting.inboundhandler
-
A
PerCacheInboundInvocationHandlerimplementation for non-transactional and distributed caches that uses the triangle algorithm. - TrianglePerCacheInboundInvocationHandler() - Constructor for class org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler
- TriConsumer<T,
U, - Interface in org.infinispan.util.functionV> -
Represents an operation that accepts three input arguments and returns no result.
- TriPredicate<T,
U, - Interface in org.infinispan.util.functionV> -
Represents a predicate (boolean-valued function) of three arguments.
- truncate() - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Truncate the contents of the cache, returning a
CompletableFuturethat will be completed when the truncate process completes. - truncate() - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- truncate(long) - Method in class org.infinispan.persistence.sifs.FileProvider.Handle
- TRY_LOCK - Enum constant in enum class org.infinispan.functional.Param.LockingMode
-
The operation fails when it is not possible to acquire the lock without waiting.
- tryAcquireShared(int) - Method in class org.infinispan.util.concurrent.ReclosableLatch
- tryAdvance(Consumer<? super T>) - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
- tryingToBringOnlineNonexistentSite(String) - Method in class org.infinispan.util.logging.Log_$logger
- tryingToBringOnlineNonexistentSite(String) - Method in interface org.infinispan.util.logging.Log
- tryingToBringOnlineNonexistentSite$str() - Method in class org.infinispan.util.logging.Log_$logger
- tryReleaseShared(int) - Method in class org.infinispan.util.concurrent.ReclosableLatch
- trySkipL1Update() - Method in class org.infinispan.interceptors.distribution.L1WriteSynchronizer
-
Attempts to mark the L1 update to only retrieve the value and not to actually update the L1 cache.
- trySplit() - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
- TUNNEL(Properties) - Static method in class org.infinispan.remoting.transport.jgroups.BuiltinJGroupsChannelConfigurator
- twoPhaseCommitAsyncBackup() - Method in class org.infinispan.util.logging.Log_$logger
- twoPhaseCommitAsyncBackup() - Method in interface org.infinispan.util.logging.Log
- twoPhaseCommitAsyncBackup$str() - Method in class org.infinispan.util.logging.Log_$logger
- TwoStepTranscoder - Class in org.infinispan.encoding.impl
-
Performs conversions where there is no direct transcoder, but there are two transcoders available: one from source media type to application/x-java-object one from application/x-java-object to the destination media type
- TwoStepTranscoder(Transcoder, Transcoder) - Constructor for class org.infinispan.encoding.impl.TwoStepTranscoder
- TwoWayKey2StringMapper - Interface in org.infinispan.persistence.keymappers
-
Extends
Key2StringMapperand allows a bidirectional transformation between keys and Strings. - tx - Variable in class org.infinispan.transaction.impl.AbstractCacheTransaction
- TxClusterExpirationManager<K,
V> - Class in org.infinispan.expiration.impl - TxClusterExpirationManager() - Constructor for class org.infinispan.expiration.impl.TxClusterExpirationManager
- TxCompletionNotificationCommand - Class in org.infinispan.commands.remote.recovery
-
Command for removing recovery related information from the cluster.
- TxCompletionNotificationCommand(long, ByteString) - Constructor for class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
- TxCompletionNotificationCommand(XidImpl, GlobalTransaction, ByteString) - Constructor for class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
- TxCompletionNotificationCommand(ByteString) - Constructor for class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
- txCoordinator - Variable in class org.infinispan.transaction.impl.TransactionTable
- TxDistributionInterceptor - Class in org.infinispan.interceptors.distribution
-
Handles the distribution of the transactional caches.
- TxDistributionInterceptor() - Constructor for class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- TxInterceptor - Class in org.infinispan.interceptors.impl
-
Interceptor in charge with handling transaction related operations, e.g enlisting cache as an transaction participant, propagating remotely initiated changes.
- TxInterceptor() - Constructor for class org.infinispan.interceptors.impl.TxInterceptor
- TxInvocationContext<T> - Interface in org.infinispan.context.impl
-
Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.
- TxLockedStreamImpl<K,
V> - Class in org.infinispan.stream.impl -
Locked Stream that is designed for transactions.
- TxLockedStreamImpl(TransactionManager, CacheStream<CacheEntry<K, V>>, long, TimeUnit) - Constructor for class org.infinispan.stream.impl.TxLockedStreamImpl
- TxPerCacheInboundInvocationHandler - Class in org.infinispan.remoting.inboundhandler
-
A
PerCacheInboundInvocationHandlerimplementation for non-total order caches. - TxPerCacheInboundInvocationHandler() - Constructor for class org.infinispan.remoting.inboundhandler.TxPerCacheInboundInvocationHandler
- TxReadOnlyKeyCommand<K,
V, - Class in org.infinispan.commands.functionalR> - TxReadOnlyKeyCommand() - Constructor for class org.infinispan.commands.functional.TxReadOnlyKeyCommand
- TxReadOnlyKeyCommand(Object, Function<EntryView.ReadEntryView<K, V>, R>, List<Mutation<K, V, ?>>, int, Params, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.TxReadOnlyKeyCommand
- TxReadOnlyManyCommand<K,
V, - Class in org.infinispan.commands.functionalR> - TxReadOnlyManyCommand() - Constructor for class org.infinispan.commands.functional.TxReadOnlyManyCommand
- TxReadOnlyManyCommand(Collection<?>, List<List<Mutation<K, V, ?>>>, Params, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.TxReadOnlyManyCommand
- TxReadOnlyManyCommand(ReadOnlyManyCommand, List<List<Mutation<K, V, ?>>>) - Constructor for class org.infinispan.commands.functional.TxReadOnlyManyCommand
- txTable - Variable in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
- type() - Method in interface org.infinispan.commands.functional.Mutation
- TYPE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- TYPE - Static variable in interface org.infinispan.jmx.ObjectNameKeys
U
- UDP(Properties) - Static method in class org.infinispan.remoting.transport.jgroups.BuiltinJGroupsChannelConfigurator
- unableToAcquireLock(String, Object, Object, Object) - Method in class org.infinispan.util.logging.Log_$logger
- unableToAcquireLock(String, Object, Object, Object) - Method in interface org.infinispan.util.logging.Log
- unableToAcquireLock$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToAddJGroupsStack(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
- unableToAddJGroupsStack(String, Exception) - Method in interface org.infinispan.util.logging.Log
- unableToAddJGroupsStack$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToAddNullEntryMergePolicyFactory() - Method in class org.infinispan.util.logging.Log_$logger
- unableToAddNullEntryMergePolicyFactory() - Method in interface org.infinispan.util.logging.Log
- unableToAddNullEntryMergePolicyFactory$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToApplyXSiteState(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- unableToApplyXSiteState(Throwable) - Method in interface org.infinispan.util.logging.Log
- unableToApplyXSiteState$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToBroadcastInvalidation(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- unableToBroadcastInvalidation(Throwable) - Method in interface org.infinispan.util.logging.Log
- unableToBroadcastInvalidation$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToCreateInterceptor(Class<?>, Exception) - Method in class org.infinispan.util.logging.Log_$logger
- unableToCreateInterceptor(Class<?>, Exception) - Method in interface org.infinispan.util.logging.Log
- unableToCreateInterceptor$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToFindLocalTransactionFromRemoteSiteTransaction(GlobalTransaction) - Method in class org.infinispan.util.logging.Log_$logger
- unableToFindLocalTransactionFromRemoteSiteTransaction(GlobalTransaction) - Method in interface org.infinispan.util.logging.Log
- unableToFindLocalTransactionFromRemoteSiteTransaction$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToFindRemoteSiteTransaction(GlobalTransaction) - Method in class org.infinispan.util.logging.Log_$logger
- unableToFindRemoteSiteTransaction(GlobalTransaction) - Method in interface org.infinispan.util.logging.Log
- unableToFindRemoteSiteTransaction$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToInstantiateClass(Class<?>) - Method in class org.infinispan.util.logging.Log_$logger
- unableToInstantiateClass(Class<?>) - Method in interface org.infinispan.util.logging.Log
- unableToInstantiateClass$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToInstantiateSerializer(Class<?>) - Method in class org.infinispan.util.logging.Log_$logger
- unableToInstantiateSerializer(Class<?>) - Method in interface org.infinispan.util.logging.Log
- unableToInstantiateSerializer$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToInvokeListenerMethod(Method, Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- unableToInvokeListenerMethod(Method, Object, Throwable) - Method in interface org.infinispan.util.logging.Log
- unableToInvokeListenerMethod$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in interface org.infinispan.util.logging.Log
- unableToInvokeListenerMethodAndRemoveListener$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToLockToInvalidate(Object, Address) - Method in class org.infinispan.util.logging.Log_$logger
- unableToLockToInvalidate(Object, Address) - Method in interface org.infinispan.util.logging.Log
- unableToLockToInvalidate$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToPassivateEntry(Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- unableToPassivateEntry(Object, Throwable) - Method in interface org.infinispan.util.logging.Log
- unableToPassivateEntry$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToRemoveEntryAfterActivation(Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- unableToRemoveEntryAfterActivation(Object, Throwable) - Method in interface org.infinispan.util.logging.Log
- unableToRemoveEntryAfterActivation$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in interface org.infinispan.util.logging.Log
- unableToRollbackGlobalTx$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToRollbackInvalidationsDuringPrepare(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- unableToRollbackInvalidationsDuringPrepare(Throwable) - Method in interface org.infinispan.util.logging.Log
- unableToRollbackInvalidationsDuringPrepare$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToSendXSiteState(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- unableToSendXSiteState(String, Throwable) - Method in interface org.infinispan.util.logging.Log
- unableToSendXSiteState$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToSetValue(Exception) - Method in class org.infinispan.util.logging.Log_$logger
- unableToSetValue(Exception) - Method in interface org.infinispan.util.logging.Log
- unableToSetValue$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToStartXSiteAutStateTransfer(String, String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- unableToStartXSiteAutStateTransfer(String, String, Throwable) - Method in interface org.infinispan.util.logging.Log
- unableToStartXSiteAutStateTransfer$str() - Method in class org.infinispan.util.logging.Log_$logger
- unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in class org.infinispan.util.logging.Log_$logger
- unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in interface org.infinispan.util.logging.Log
- unableToUseJGroupsPropertiesProvided$str() - Method in class org.infinispan.util.logging.Log_$logger
- unauthorizedAccess(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- unauthorizedAccess(String, String) - Method in interface org.infinispan.util.logging.Log
- unauthorizedAccess$str() - Method in class org.infinispan.util.logging.Log_$logger
- UNBOUNDED - Static variable in interface org.infinispan.context.InvocationContextFactory
-
To be used when building InvocationContext with
InvocationContextFactory.createInvocationContext(boolean, int)as an indicator of the fact that the size of the keys to be accessed in the context is not known. - unBoundedDataContainer(int) - Static method in class org.infinispan.container.impl.DefaultDataContainer
- UNCLEAN_SHUTDOWN_ACTION - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- UNCLEAN_SHUTDOWN_ACTION - Static variable in class org.infinispan.configuration.global.GlobalStateConfiguration
- uncleanShutdownAction() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- uncleanShutdownAction(UncleanShutdownAction) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Defines the action taken when a dangling lock file is found in the persistent global state, signifying an unclean shutdown of the node (usually because of a crash or an external termination).
- UncleanShutdownAction - Enum Class in org.infinispan.configuration.global
-
Defines the action taken when a dangling lock file is found in the persistent global state, signifying an unclean shutdown of the node (usually because of a crash or an external termination).
- undeclaredConfiguration(String, String) - Method in class org.infinispan.util.logging.Log_$logger
- undeclaredConfiguration(String, String) - Method in interface org.infinispan.util.logging.Log
- undeclaredConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
- undefineConfiguration(String) - Method in class org.infinispan.manager.DefaultCacheManager
- undefineConfiguration(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Removes a configuration from the set of defined configurations.
- undefineConfiguration(String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- undefineConfiguration(EmbeddedCacheManager, String) - Static method in class org.infinispan.security.actions.SecurityActions
- UndefineConfigurationAction - Class in org.infinispan.security.actions
-
UndefineConfigurationAction.
- UndefineConfigurationAction(EmbeddedCacheManager, String) - Constructor for class org.infinispan.security.actions.UndefineConfigurationAction
- undefinedThreadPoolName(String) - Method in class org.infinispan.util.logging.Log_$logger
- undefinedThreadPoolName(String) - Method in interface org.infinispan.util.logging.Log
- undefinedThreadPoolName$str() - Method in class org.infinispan.util.logging.Log_$logger
- underlyingStream - Variable in class org.infinispan.util.AbstractDelegatingCacheStream
- unexpected(Address, Response) - Static method in class org.infinispan.interceptors.impl.ClusteringInterceptor
- unexpectedAttribute(ConfigurationReader, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Get an exception reporting an unexpected XML attribute.
- unexpectedAttribute(ConfigurationReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Get an exception reporting an unexpected XML attribute.
- unexpectedAvailabilityMode(AvailabilityMode, CacheTopology) - Method in class org.infinispan.util.logging.events.Messages_$bundle
- unexpectedAvailabilityMode(AvailabilityMode, CacheTopology) - Method in interface org.infinispan.util.logging.events.Messages
- unexpectedAvailabilityMode$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
- unexpectedElement(ConfigurationReader) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Get an exception reporting an unexpected XML element.
- unexpectedElement(ConfigurationReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- unexpectedElement(ConfigurationReader, T) - Static method in class org.infinispan.configuration.parsing.ParseUtils
- unexpectedEndElement(ConfigurationReader) - Static method in class org.infinispan.configuration.parsing.ParseUtils
-
Get an exception reporting an unexpected end tag for an XML element.
- unexpectedErrorFromIrac(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- unexpectedErrorFromIrac(Throwable) - Method in interface org.infinispan.util.logging.Log
- unexpectedErrorFromIrac$str() - Method in class org.infinispan.util.logging.Log_$logger
- unexpectedErrorReplicating(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- unexpectedErrorReplicating(Throwable) - Method in interface org.infinispan.util.logging.Log
- unexpectedErrorReplicating$str() - Method in class org.infinispan.util.logging.Log_$logger
- unexpectedInitialVersion(String) - Method in class org.infinispan.util.logging.Log_$logger
- unexpectedInitialVersion(String) - Method in interface org.infinispan.util.logging.Log
- unexpectedInitialVersion$str() - Method in class org.infinispan.util.logging.Log_$logger
- unexpectedResponse(Address, Response) - Method in class org.infinispan.util.logging.Log_$logger
- unexpectedResponse(Address, Response) - Method in interface org.infinispan.util.logging.Log
- unexpectedResponse$str() - Method in class org.infinispan.util.logging.Log_$logger
- unfinishedTransactionsRemain(int, int) - Method in class org.infinispan.util.logging.Log_$logger
- unfinishedTransactionsRemain(int, int) - Method in interface org.infinispan.util.logging.Log
- unfinishedTransactionsRemain$str() - Method in class org.infinispan.util.logging.Log_$logger
- UnicastEventContext() - Constructor for class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl.UnicastEventContext
- union(CH, CH) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
-
Deprecated.Creates a union of two compatible ConsistentHashes (use the same hashing function and have the same configuration parameters).
- union(DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
-
Merges two consistent hash objects that have the same number of segments, numOwners and hash function.
- union(DefaultConsistentHash, DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
-
Merges two consistent hash objects that have the same number of segments, numOwners and hash function.
- union(DefaultConsistentHash, DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
- union(ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
- union(ReplicatedConsistentHash, ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
- union(ReplicatedConsistentHash, ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
- unionCapacityFactors(AbstractConsistentHash) - Method in class org.infinispan.distribution.ch.impl.AbstractConsistentHash
- UNKNOWN - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- UNKNOWN - Enum constant in enum class org.infinispan.configuration.parsing.Element
- unknownEncoding(String) - Method in class org.infinispan.util.logging.Log_$logger
- unknownEncoding(String) - Method in interface org.infinispan.util.logging.Log
- unknownEncoding$str() - Method in class org.infinispan.util.logging.Log_$logger
- unknownExternalizerReaderIndex(int) - Method in class org.infinispan.util.logging.Log_$logger
- unknownExternalizerReaderIndex(int) - Method in interface org.infinispan.util.logging.Log
- unknownExternalizerReaderIndex$str() - Method in class org.infinispan.util.logging.Log_$logger
- unknownMigrator(String) - Method in class org.infinispan.util.logging.Log_$logger
- unknownMigrator(String) - Method in interface org.infinispan.util.logging.Log
- unknownMigrator$str() - Method in class org.infinispan.util.logging.Log_$logger
- unknownResponsesFromRemoteCache(Collection<Response>) - Method in class org.infinispan.util.logging.Log_$logger
- unknownResponsesFromRemoteCache(Collection<Response>) - Method in interface org.infinispan.util.logging.Log
- unknownResponsesFromRemoteCache$str() - Method in class org.infinispan.util.logging.Log_$logger
- unknownTransactionConfiguration(TransactionMode, boolean, boolean, boolean) - Method in class org.infinispan.util.logging.Log_$logger
- unknownTransactionConfiguration(TransactionMode, boolean, boolean, boolean) - Method in interface org.infinispan.util.logging.Log
- unknownTransactionConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
- unlock(Object, Object) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- unlock(Object, Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
Releases the lock for the
keyif thelockOwneris the lock owner. - unlockAll(Collection<?>, Object) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- unlockAll(Collection<?>, Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
Same as
LockManager.unlock(Object, Object)but for multiple keys. - unlockAll(InvocationContext) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
- unlockAll(InvocationContext) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
Same as
unlockAll(context.getLockedKeys(), context.getKeyLockOwner();. - unordered() - Method in interface org.infinispan.CacheStream
- unordered() - Method in interface org.infinispan.DoubleCacheStream
- unordered() - Method in interface org.infinispan.IntCacheStream
- unordered() - Method in interface org.infinispan.LongCacheStream
- unordered() - Method in class org.infinispan.stream.impl.AbstractCacheStream
- unordered() - Method in class org.infinispan.stream.impl.IntermediateCacheStream
- unordered() - Method in class org.infinispan.stream.impl.IntermediateDoubleCacheStream
- unordered() - Method in class org.infinispan.stream.impl.IntermediateIntCacheStream
- unordered() - Method in class org.infinispan.stream.impl.IntermediateLongCacheStream
- unordered() - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
- unordered() - Method in class org.infinispan.stream.impl.LockedStreamImpl
- unordered() - Method in class org.infinispan.util.AbstractDelegatingCacheStream
- UnorderedOperation<Type,
Stream> - Class in org.infinispan.stream.impl.intops -
Performs unordered operation on a
BaseStream - UnorderedOperation() - Constructor for class org.infinispan.stream.impl.intops.UnorderedOperation
- unpack(InvocationContext, VisitableCommand, Object) - Static method in class org.infinispan.functional.impl.StatsEnvelope
- unpackCollection(InvocationContext, VisitableCommand, Object) - Static method in class org.infinispan.functional.impl.StatsEnvelope
- unpackStream(InvocationContext, VisitableCommand, Object) - Static method in class org.infinispan.functional.impl.StatsEnvelope
- UnpooledOffHeapMemoryAllocator - Class in org.infinispan.container.offheap
-
Memory allocator that just allocates memory directly using
Unsafe. - UnpooledOffHeapMemoryAllocator() - Constructor for class org.infinispan.container.offheap.UnpooledOffHeapMemoryAllocator
- unregister() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
-
Stops handling the invocation.
- unregisterInternalCache(String) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
- unregisterInternalCache(String) - Method in interface org.infinispan.registry.InternalCacheRegistry
-
Unregisters an internal cache
- unregisterL1WriteSynchronizer(Object, L1WriteSynchronizer) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
- unregisterL1WriteSynchronizer(Object, L1WriteSynchronizer) - Method in interface org.infinispan.distribution.L1Manager
-
Unregister the given write synchronizer if present.
- unregisterMBean(ObjectName) - Method in class org.infinispan.jmx.CacheJmxRegistration
-
Unregisters the MBean located under the given
ObjectName, if it exists. - unregisterMBean(ObjectName) - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
-
Unregisters the MBean located under the given
ObjectName, if it exists. - unregisterMetric(Object) - Method in class org.infinispan.metrics.impl.MetricsCollector
- unregisterMetric(Object) - Method in interface org.infinispan.metrics.impl.MetricsRegistry
-
Unregisters a single metric.
- unregisterMetric(Object) - Method in class org.infinispan.metrics.impl.MetricsRegistryImpl
- unregisterMetric(Object) - Method in class org.infinispan.metrics.impl.NoMetricRegistry
- unregisterMetrics(Collection<Object>) - Method in interface org.infinispan.metrics.impl.MetricsRegistry
-
Unregisters multiple metrics.
- unregisterMetrics(Set<Object>) - Method in class org.infinispan.metrics.impl.CacheManagerMetricsRegistration
- unregisterMetrics(Set<Object>) - Method in class org.infinispan.metrics.impl.CacheMetricsRegistration
- unregisterNamedComponentRegistry(String) - Method in class org.infinispan.factories.GlobalComponentRegistry
- UNRELIABLE_RETURN_VALUES - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- UNRELIABLE_RETURN_VALUES - Static variable in class org.infinispan.configuration.cache.UnsafeConfiguration
- unreliableReturnValues() - Method in class org.infinispan.configuration.cache.UnsafeConfiguration
-
Specifies whether Infinispan is allowed to disregard the
Mapcontract when providing return values forBasicCache.put(Object, Object)andBasicCache.remove(Object)methods. - unreliableReturnValues(boolean) - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
-
Specify whether Infinispan is allowed to disregard the
Mapcontract when providing return values forBasicCache.put(Object, Object)andBasicCache.remove(Object)methods. - unsafe() - Method in class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- unsafe() - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.QueryConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- unsafe() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- unsafe() - Method in class org.infinispan.configuration.cache.Configuration
- unsafe() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- unsafe() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- UNSAFE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- UnsafeConfiguration - Class in org.infinispan.configuration.cache
-
Controls certain tuning parameters that may break some of Infinispan's public API contracts in exchange for better performance in some cases.
- UnsafeConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls certain tuning parameters that may break some of Infinispan's public API contracts in exchange for better performance in some cases.
- UnsafeConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- UnsuccessfulResponse - Class in org.infinispan.remoting.responses
-
An unsuccessful response
- UnsuccessfulResponse.Externalizer - Class in org.infinispan.remoting.responses
- unsuccessfulResponseForClusterListeners(Address, Response) - Method in class org.infinispan.util.logging.Log_$logger
- unsuccessfulResponseForClusterListeners(Address, Response) - Method in interface org.infinispan.util.logging.Log
- unsuccessfulResponseForClusterListeners$str() - Method in class org.infinispan.util.logging.Log_$logger
- unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in class org.infinispan.util.logging.Log_$logger
- unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in interface org.infinispan.util.logging.Log
- unsuccessfulResponseRetrievingTransactionsForSegments$str() - Method in class org.infinispan.util.logging.Log_$logger
- unsupportedAsyncCacheMode(CacheMode) - Method in class org.infinispan.util.logging.Log_$logger
- unsupportedAsyncCacheMode(CacheMode) - Method in interface org.infinispan.util.logging.Log
- unsupportedAsyncCacheMode(CacheMode, CacheMode) - Method in class org.infinispan.util.logging.Log_$logger
- unsupportedAsyncCacheMode(CacheMode, CacheMode) - Method in interface org.infinispan.util.logging.Log
- unsupportedAsyncCacheMode1$str() - Method in class org.infinispan.util.logging.Log_$logger
- unsupportedAsyncCacheMode2$str() - Method in class org.infinispan.util.logging.Log_$logger
- unsupportedConfiguration(String, String, Location, String) - Method in class org.infinispan.util.logging.Log_$logger
- unsupportedConfiguration(String, String, Location, String) - Method in interface org.infinispan.util.logging.Log
- unsupportedConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
- unsupportedContent(String, Object) - Method in class org.infinispan.util.logging.Log_$logger
- unsupportedContent(String, Object) - Method in interface org.infinispan.util.logging.Log
- unsupportedContent$str() - Method in class org.infinispan.util.logging.Log_$logger
- UnsupportedKeyTypeException - Exception Class in org.infinispan.persistence.keymappers
-
Exception thrown by certain cache stores when one tries to persist an entry with an unsupported key type.
- UnsupportedKeyTypeException(Object) - Constructor for exception class org.infinispan.persistence.keymappers.UnsupportedKeyTypeException
- UnsupportedKeyTypeException(String) - Constructor for exception class org.infinispan.persistence.keymappers.UnsupportedKeyTypeException
- UnsupportedKeyTypeException(String, Throwable) - Constructor for exception class org.infinispan.persistence.keymappers.UnsupportedKeyTypeException
- UnsupportedKeyTypeException(Throwable) - Constructor for exception class org.infinispan.persistence.keymappers.UnsupportedKeyTypeException
- UnsupportedMergePolicy() - Constructor for class org.infinispan.conflict.MergePolicy.UnsupportedMergePolicy
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.keySet()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.values()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.values()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.values()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.values()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.values()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.values()
- Section
- Unsupported Operations - Search tag in org.infinispan.Cache.values()
- Section
- UnsureResponse - Class in org.infinispan.remoting.responses
-
An unsure response - used with Dist - essentially asks the caller to check the next response from the next node since the sender is in a state of flux (probably in the middle of rebalancing)
- UnsureResponse() - Constructor for class org.infinispan.remoting.responses.UnsureResponse
- UnsureResponse.Externalizer - Class in org.infinispan.remoting.responses
- until() - Element in annotation interface org.infinispan.configuration.parsing.Namespace
-
The last version of the schema where this is supported.
- unwrap() - Method in class org.infinispan.distribution.group.impl.GroupingPartitioner
- unwrap() - Method in class org.infinispan.stream.impl.AbstractCacheStream
- unwrap() - Method in class org.infinispan.stream.impl.DistributedCacheStream
- unwrap() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
- unwrap() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
- unwrap() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
- unwrapAndInit(Object) - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- unwrapCache(Cache<K, V>) - Static method in class org.infinispan.cache.impl.AbstractDelegatingCache
-
Fully unwraps a given cache returning the base cache.
- unwrapFunctionalManyResultOnOrigin(InvocationContext, List<Object>, Object) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- unwrapFunctionalManyResultOnOrigin(InvocationContext, List<Object>, Object) - Method in class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor
- unwrapFunctionalResultOnOrigin(InvocationContext, Object, Object) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- unwrapFunctionalResultOnOrigin(InvocationContext, Object, Object) - Method in class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor
- update(long, TimeUnit) - Method in class org.infinispan.metrics.impl.FunctionTimerTrackerImpl
- update(long, TimeUnit) - Method in class org.infinispan.metrics.impl.TimerTrackerImpl
- update(Duration) - Method in class org.infinispan.metrics.impl.FunctionTimerTrackerImpl
- update(Duration) - Method in class org.infinispan.metrics.impl.TimerTrackerImpl
- update(InternalCacheEntry<K, V>, Metadata) - Method in interface org.infinispan.container.impl.InternalEntryFactory
-
TODO: Adjust javadoc Updates an existing
InternalCacheEntrywith new metadata. - update(InternalCacheEntry<K, V>, V, Metadata) - Method in interface org.infinispan.container.impl.InternalEntryFactory
-
Similar to
InternalEntryFactory.update(org.infinispan.container.entries.InternalCacheEntry, org.infinispan.metadata.Metadata)but it also updates theInternalCacheEntryvalue. - update(InternalCacheEntry, Object, Metadata) - Method in class org.infinispan.container.impl.InternalEntryFactoryImpl
- update(InternalCacheEntry, Metadata) - Method in class org.infinispan.container.impl.InternalEntryFactoryImpl
- update(T) - Method in class org.infinispan.util.concurrent.ConditionFuture
-
Update the value and complete any outstanding condition stages for which the value satisfies the predicate.
- UPDATE - Enum constant in enum class org.infinispan.notifications.cachemanagerlistener.event.ConfigurationChangedEvent.EventType
- UPDATE - Static variable in class org.infinispan.functional.impl.StatsEnvelope
- updateAndUnlock(TemporaryTable.LockedEntry, int, int) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- updateAsync(T, Executor) - Method in class org.infinispan.util.concurrent.ConditionFuture
-
Update the value and complete any outstanding condition stages for which the value satisfies the predicate.
- updateAvailabilityMode(List<Address>, AvailabilityMode, boolean) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
-
Enter a new availability mode.
- updateAvailabilityMode(List<Address>, AvailabilityMode, boolean) - Method in class org.infinispan.topology.ClusterCacheStatus
- updateCommand(SiteEntry<Object>) - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
-
Updates this command state with the result of
XSiteEntryMergePolicy.merge(Object, SiteEntry, SiteEntry). - updateConfiguration(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.ImmutableLocalConfigurationStorage
- updateConfiguration(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.OverlayLocalConfigurationStorage
- updateConfiguration(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- updateConfiguration(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Updates an existing configuration.
- updateConsistentHash(CacheTopology) - Method in interface org.infinispan.topology.CacheTopologyHandler
-
Invoked when the CH has to be immediately updated because of a leave or when the state transfer has completed and we have to install a permanent CH (pendingCH == null).
- updateCreationTimestamp() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- updateCreationTimestamp() - Method in interface org.infinispan.metadata.Metadata
-
Returns if the creation timestamp is updated when an entry is modified.
- updateCreationTimestamp(boolean) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Builder
- updateCreationTimestamp(boolean) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Sets how the creation timestamp is updated.
- updateCurrentTopology(List<Address>) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
-
Use the configured
ConsistentHashFactoryto create a new CH with the givenmembers, but do not start a rebalance. - updateCurrentTopology(List<Address>) - Method in class org.infinispan.topology.ClusterCacheStatus
- updateMaxIdle(long, long) - Method in interface org.infinispan.container.offheap.OffHeapEntryFactory
-
Update max idle time for an entry.
- updateMaxIdle(long, long) - Method in class org.infinispan.container.offheap.OffHeapEntryFactoryImpl
- updateMembers(CH, List<Address>, Map<Address, Float>) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
-
Deprecated.Updates an existing consistent hash instance to remove owners that are not in the
newMemberslist. - updateMembers(Collection<Address>) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
- updateMembers(DefaultConsistentHash, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
-
Leavers are removed and segments without owners are assigned new owners.
- updateMembers(DefaultConsistentHash, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
- updateMembers(ReplicatedConsistentHash, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
- updateMembers(ReplicatedConsistentHash, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
- updateMetadata(CacheEntry, Metadata) - Static method in class org.infinispan.metadata.Metadatas
-
Set the
providedMetadataon the cache entry. - updateOnCommunicationFailure(long) - Method in class org.infinispan.xsite.OfflineStatus
- updatePreviousValue() - Method in interface org.infinispan.container.entries.MVCCEntry
-
Update the previous value of the entry - set it to current value.
- updatePreviousValue() - Method in class org.infinispan.container.entries.ReadCommittedEntry
- updateRank(ViewChangedEvent) - Method in class org.infinispan.container.versioning.RankCalculator
- updateTopologiesAfterMerge(CacheTopology, CacheTopology, AvailabilityMode) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
-
Updates both the stable and the current topologies.
- updateTopologiesAfterMerge(CacheTopology, CacheTopology, AvailabilityMode) - Method in class org.infinispan.topology.ClusterCacheStatus
- updateTopologyId(TopologyAffectedCommand) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- updateVersion(int, IracEntryVersion) - Method in class org.infinispan.container.versioning.irac.DefaultIracVersionGenerator
- updateVersion(int, IracEntryVersion) - Method in interface org.infinispan.container.versioning.irac.IracVersionGenerator
-
Updates the version for the
segmentwith a newremoteVersionseen. - updateVersion(int, IracEntryVersion) - Method in class org.infinispan.container.versioning.irac.NoOpIracVersionGenerator
- updatingAvailabilityMode(String, AvailabilityMode, AvailabilityMode, CacheTopology) - Method in class org.infinispan.util.logging.Log_$logger
- updatingAvailabilityMode(String, AvailabilityMode, AvailabilityMode, CacheTopology) - Method in interface org.infinispan.util.logging.Log
- updatingAvailabilityMode$str() - Method in class org.infinispan.util.logging.Log_$logger
- updatingStableTopology(String, CacheTopology) - Method in class org.infinispan.util.logging.Log_$logger
- updatingStableTopology(String, CacheTopology) - Method in interface org.infinispan.util.logging.Log
- updatingStableTopology$str() - Method in class org.infinispan.util.logging.Log_$logger
- updatingTopology(String, CacheTopology, AvailabilityMode) - Method in class org.infinispan.util.logging.Log_$logger
- updatingTopology(String, CacheTopology, AvailabilityMode) - Method in interface org.infinispan.util.logging.Log
- updatingTopology$str() - Method in class org.infinispan.util.logging.Log_$logger
- UPPERCASE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- uri() - Element in annotation interface org.infinispan.configuration.parsing.Namespace
-
The URI of the namespace.
- USE_1_PC_FOR_AUTO_COMMIT_TRANSACTIONS - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- USE_LOCK_STRIPING - Static variable in class org.infinispan.configuration.cache.LockingConfiguration
- USE_SYNCHRONIZATION - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- USE_TWO_PHASE_COMMIT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- USE_TWO_PHASE_COMMIT - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- use1PcForAutoCommitTransactions() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Before Infinispan 5.1 you could access the cache both transactionally and non-transactionally.
- use1PcForAutoCommitTransactions() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- use1PcForAutoCommitTransactions(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Before Infinispan 5.1 you could access the cache both transactionally and non-transactionally.
- useCount - Variable in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
- useCurrentTopologyAsStable(String, boolean) - Method in interface org.infinispan.topology.ClusterTopologyManager
- useCurrentTopologyAsStable(String, boolean) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
- useLockStriping() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
If true, a pool of shared locks is maintained for all entries that need to be locked.
- useLockStriping(boolean) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
If true, a pool of shared locks is maintained for all entries that need to be locked.
- USER - Enum constant in enum class org.infinispan.marshall.protostream.impl.SerializationContextRegistry.MarshallerType
- USER - Enum constant in enum class org.infinispan.registry.InternalCacheRegistry.Flag
-
means that this cache is visible to users
- USER_MARSHALLER - Static variable in class org.infinispan.factories.KnownComponentNames
- useRequestFormat() - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter
- userMarshaller - Variable in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- UserRaisedFunctionalException - Exception Class in org.infinispan.util
-
Thrown when client's code passed as a labda expression in commands such as
ComputeIfAbsentCommandraises a exception. - UserRaisedFunctionalException(Throwable) - Constructor for exception class org.infinispan.util.UserRaisedFunctionalException
- useStorageFormat() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
- useStorageFormat() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
- useStorageFormat() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- useStorageFormat(boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- useSynchronization() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- useSynchronization(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Configures whether the cache registers a synchronization with the transaction manager, or registers itself as an XA resource.
- useTwoPhaseCommit(boolean) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
Controls if replication happens in a two phase commit (2PC) for synchronous backups.
- useVirtualThread(boolean) - Method in class org.infinispan.factories.threads.DefaultThreadFactory
- usingAsyncStore() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- usingAsyncStore() - Method in class org.infinispan.persistence.manager.PersistenceStatus
- usingBatchModeTransactionManager() - Method in class org.infinispan.util.logging.Log_$logger
- usingBatchModeTransactionManager() - Method in interface org.infinispan.util.logging.Log
- usingBatchModeTransactionManager$str() - Method in class org.infinispan.util.logging.Log_$logger
- usingReadOnly() - Method in class org.infinispan.persistence.manager.PersistenceStatus
- usingSegmentedStore() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
Returns if any store is
StoreConfiguration.segmented() - usingSegmentedStore() - Method in class org.infinispan.persistence.manager.PersistenceStatus
- usingSharedAsyncStore() - Method in class org.infinispan.persistence.manager.PersistenceStatus
- usingSharedStore() - Method in class org.infinispan.persistence.manager.PersistenceStatus
- usingStores() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- usingTransactionalStore() - Method in class org.infinispan.persistence.manager.PersistenceStatus
- UuidExternalizer - Class in org.infinispan.marshall.exts
- UuidExternalizer() - Constructor for class org.infinispan.marshall.exts.UuidExternalizer
V
- validate() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- validate() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.TracingConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalTracingConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.RolePermissionMapperConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- validate() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.
- validate() - Method in class org.infinispan.configuration.internal.PrivateGlobalConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
- validate() - Method in class org.infinispan.factories.threads.EnhancedQueueExecutorFactory
- validate() - Method in class org.infinispan.factories.threads.NonBlockingThreadPoolExecutorFactory
- validate() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- validate(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- validate(boolean) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.BackupForBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- validate(GlobalConfiguration) - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.parsing.SFSToSIFSConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.security.impl.CreatePermissionConfigurationBuilder
- validateAndAddFilterListenerInvocations(Object, AbstractListenerImpl.AbstractInvocationBuilder, Set<Class<? extends Annotation>>) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
- validateAndAddListenerInvocations(Object, AbstractListenerImpl.AbstractInvocationBuilder) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
-
Loops through all valid methods on the object passed in, and caches the relevant methods as
ListenerInvocationfor invocation by reflection. - validateConfigurationUpdate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.ImmutableLocalConfigurationStorage
- validateConfigurationUpdate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- validateConfigurationUpdate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Validates an update to an existing configuration.
- validateFlags(EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.ImmutableLocalConfigurationStorage
- validateFlags(EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.OverlayLocalConfigurationStorage
- validateFlags(EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
- validateFlags(EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Checks whether this
LocalConfigurationStoragesupports the supplied flags. - validateGlobalStateStoreLocation(GlobalConfiguration, String, Attribute<?>...) - Static method in class org.infinispan.persistence.PersistenceUtil
- validOnly() - Static method in class org.infinispan.remoting.transport.impl.MapResponseCollector
- validOnly() - Static method in class org.infinispan.remoting.transport.impl.SingleResponseCollector
- validOnly() - Static method in class org.infinispan.remoting.transport.impl.SingletonMapResponseCollector
- validOnly() - Static method in class org.infinispan.remoting.transport.impl.VoidResponseCollector
- validOnly(int) - Static method in class org.infinispan.remoting.transport.impl.MapResponseCollector
- ValidResponse - Class in org.infinispan.remoting.responses
-
A valid response
- ValidResponse() - Constructor for class org.infinispan.remoting.responses.ValidResponse
- ValidResponseCollector<T> - Class in org.infinispan.remoting.transport
-
Base class for response collectors, splitting responses into valid responses, exception responses, and target missing.
- ValidResponseCollector() - Constructor for class org.infinispan.remoting.transport.ValidResponseCollector
- ValidSingleResponseCollector<T> - Class in org.infinispan.remoting.transport
- ValidSingleResponseCollector() - Constructor for class org.infinispan.remoting.transport.ValidSingleResponseCollector
- value - Variable in class org.infinispan.commands.write.RemoveCommand
-
When not null, value indicates that the entry should only be removed if the key is mapped to this value.
- value - Variable in class org.infinispan.container.entries.AbstractInternalCacheEntry
- value - Variable in class org.infinispan.container.entries.ImmortalCacheValue
- value - Variable in class org.infinispan.container.entries.ReadCommittedEntry
- value - Variable in class org.infinispan.functional.MetaParam.MetaBoolean
- value - Variable in class org.infinispan.functional.MetaParam.MetaLong
- value() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- value() - Element in annotation interface org.infinispan.configuration.parsing.Namespaces
- value() - Element in annotation interface org.infinispan.configuration.serializing.SerializedWith
- value() - Method in class org.infinispan.functional.impl.StatsEnvelope
- value() - Method in interface org.infinispan.reactive.publisher.impl.SegmentPublisherSupplier.Notification
-
The value when present for this notification
- value() - Method in class org.infinispan.xsite.statetransfer.XSiteState
- value(R, int) - Method in interface org.infinispan.reactive.publisher.impl.Notifications.NotificationBuilder
- value(R, int) - Static method in class org.infinispan.reactive.publisher.impl.Notifications
- VALUE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- VALUE_DATA_TYPE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- VALUE_EQUIVALENCE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- valueAllowed(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareCollection
- valueAllowed(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareEntryCollection
- valueAllowed(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareEntryIterator
- valueAllowed(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
- ValueAndMetadata() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.ValueAndMetadata
- ValueCacheCollection<K,
V> - Class in org.infinispan.stream.impl.local -
CacheCollection that can be used for the values method of a cache.
- ValueCacheCollection(Cache<K, V>, CacheSet<CacheEntry<K, V>>) - Constructor for class org.infinispan.stream.impl.local.ValueCacheCollection
- valueDataConversion - Variable in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- valueDataConversion - Variable in class org.infinispan.commands.functional.ReadOnlyManyCommand
- valueDataConversion - Variable in class org.infinispan.functional.impl.ReadOnlyMapImpl
- valueDataConversion - Variable in class org.infinispan.functional.impl.ReadWriteMapImpl
- valueDataConversion - Variable in class org.infinispan.functional.impl.SimpleReadOnlyMapImpl
- valueDataConversion - Variable in class org.infinispan.functional.impl.SimpleReadWriteMapImpl
- valueDataConversion - Variable in class org.infinispan.functional.impl.SimpleWriteOnlyMapImpl
- valueDataConversion - Variable in class org.infinispan.functional.impl.WriteOnlyMapImpl
- valueDataConversion() - Method in interface org.infinispan.commands.functional.Mutation
- valueDataType() - Method in class org.infinispan.configuration.cache.EncodingConfiguration
- valueFromStorage(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- valueLength() - Method in class org.infinispan.persistence.sifs.EntryHeader
- valueMatcher - Variable in class org.infinispan.commands.write.RemoveCommand
- valueMatcher(Object) - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
- valueMatcher(Object) - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
- valueMatcher(Object) - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
- ValueMatcher - Enum Class in org.infinispan.commands.write
-
A policy for determining if a write command should be executed based on the current value in the cache.
- valueOf(int) - Static method in enum class org.infinispan.commands.write.ValueMatcher
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class org.infinispan.configuration.cache.CacheMode
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class org.infinispan.configuration.cache.CacheType
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class org.infinispan.functional.Param.ExecutionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class org.infinispan.functional.Param.LockingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class org.infinispan.functional.Param.PersistenceMode
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class org.infinispan.functional.Param.ReplicationMode
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class org.infinispan.functional.Param.StatisticsMode
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class org.infinispan.notifications.cachelistener.event.Event.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class org.infinispan.partitionhandling.AvailabilityMode
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class org.infinispan.reactive.publisher.impl.DeliveryGuarantee
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class org.infinispan.topology.CacheTopology.Phase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.commands.VisitableCommand.LoadType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.commands.write.ValueMatcher
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.cache.BackupFailurePolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.cache.CacheMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.cache.CacheType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.cache.IndexingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.cache.IndexStartupMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.cache.IndexStorage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.cache.IsolationLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.cache.StorageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.cache.TransactionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.cache.VersioningScheme
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.global.ShutdownHookBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.global.TracingExporterProtocol
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.global.UncleanShutdownAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.parsing.Attribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.parsing.CacheParser.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.parsing.CacheParser.TransactionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.parsing.Element
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.parsing.ParsedCacheMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.configuration.parsing.ParserScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.conflict.MergePolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.container.entries.ReadCommittedEntry.Flags
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.container.versioning.InequalVersionComparisonResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.context.Flag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.distribution.DataLocality
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.distribution.Ownership
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.distribution.topologyaware.TopologyLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.eviction.EvictionStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.eviction.EvictionType
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.expiration.TouchMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.factories.impl.Scopes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.functional.Param.ExecutionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.functional.Param.LockingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.functional.Param.PersistenceMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.functional.Param.ReplicationMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.functional.Param.StatisticsMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.globalstate.ConfigurationStorage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.health.HealthStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.interceptors.locking.ClusteringDependentLogic.Commit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.lifecycle.ComponentStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.manager.ClusterExecutionPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.marshall.protostream.impl.SerializationContextRegistry.MarshallerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.notifications.cachelistener.event.Event.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.notifications.cachemanagerlistener.event.ConfigurationChangedEvent.EventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.notifications.cachemanagerlistener.event.Event.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.notifications.Listener.Observation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.partitionhandling.AvailabilityMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.partitionhandling.PartitionHandling
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.persistence.manager.PersistenceManager.AccessMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.persistence.modifications.Modification.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.reactive.publisher.impl.DeliveryGuarantee
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.registry.InternalCacheRegistry.Flag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.remoting.inboundhandler.action.ActionStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.remoting.inboundhandler.DeliverOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.remoting.inboundhandler.TopologyMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.remoting.rpc.ResponseMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.remoting.transport.impl.EmptyRaftManager
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.StackCombine
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.remoting.transport.jgroups.RaftUtil
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.remoting.transport.raft.RaftChannelConfiguration.RaftLogMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.security.AuditContext
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.security.AuditResponse
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.security.AuthorizationPermission
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.statetransfer.RebalanceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.stream.impl.IntermediateType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.telemetry.SpanCategory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.topology.CacheTopology.Phase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.topology.ClusterTopologyManager.ClusterManagerStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.topology.RebalancingStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.transaction.LockingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.transaction.TransactionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.util.CacheTopologyUtil
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.util.concurrent.DataOperationOrderer.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.util.concurrent.IsolationLevel
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.util.concurrent.locks.LockState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.util.logging.events.EventLogCategory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.util.logging.events.EventLogLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.xsite.events.XSiteEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.xsite.irac.NoOpIracManager
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.xsite.spi.XSiteMergePolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.xsite.statetransfer.StateTransferStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.xsite.status.BringSiteOnlineResponse
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.xsite.status.SiteState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.infinispan.xsite.status.TakeSiteOfflineResponse
-
Returns the enum constant of this class with the specified name.
- valueOrException(Object, Throwable) - Static method in class org.infinispan.interceptors.BaseAsyncInterceptor
-
Return the value if
throwable != null, throw the exception otherwise. - values - Variable in class org.infinispan.interceptors.distribution.VersionedResults
- values() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
- values() - Method in class org.infinispan.cache.impl.CacheImpl
- values() - Method in class org.infinispan.cache.impl.DecoratedCache
- values() - Method in class org.infinispan.cache.impl.EncoderCache
- values() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- values() - Method in interface org.infinispan.Cache
-
Returns a collection view of the values contained in this cache across the entire cluster.
- values() - Static method in enum class org.infinispan.commands.VisitableCommand.LoadType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.commands.write.ValueMatcher
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.cache.BackupFailurePolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.cache.CacheMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.cache.CacheType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.cache.IndexingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.cache.IndexStartupMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.cache.IndexStorage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.cache.IsolationLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.cache.StorageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.cache.TransactionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.cache.VersioningScheme
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.global.ShutdownHookBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.global.TracingExporterProtocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.global.UncleanShutdownAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.parsing.Attribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.parsing.CacheParser.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.parsing.CacheParser.TransactionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.parsing.Element
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.parsing.ParsedCacheMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.configuration.parsing.ParserScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.conflict.MergePolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.container.entries.ReadCommittedEntry.Flags
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.infinispan.container.offheap.OffHeapConcurrentMap
- values() - Static method in enum class org.infinispan.container.versioning.InequalVersionComparisonResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.context.Flag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.distribution.DataLocality
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.distribution.Ownership
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.distribution.topologyaware.TopologyLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
-
NOTE: this method is not supported.
- values() - Static method in enum class org.infinispan.eviction.EvictionStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.eviction.EvictionType
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.expiration.TouchMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.factories.impl.Scopes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.functional.Param.ExecutionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.functional.Param.LockingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.functional.Param.PersistenceMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.functional.Param.ReplicationMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.functional.Param.StatisticsMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.globalstate.ConfigurationStorage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.health.HealthStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.interceptors.locking.ClusteringDependentLogic.Commit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.lifecycle.ComponentStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.manager.ClusterExecutionPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.marshall.protostream.impl.SerializationContextRegistry.MarshallerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.notifications.cachelistener.event.Event.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.notifications.cachemanagerlistener.event.ConfigurationChangedEvent.EventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.notifications.cachemanagerlistener.event.Event.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.notifications.Listener.Observation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.partitionhandling.AvailabilityMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.partitionhandling.PartitionHandling
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.persistence.manager.PersistenceManager.AccessMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.persistence.modifications.Modification.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.reactive.publisher.impl.DeliveryGuarantee
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.registry.InternalCacheRegistry.Flag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.remoting.inboundhandler.action.ActionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.remoting.inboundhandler.DeliverOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.remoting.inboundhandler.TopologyMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.remoting.rpc.ResponseMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.remoting.transport.impl.EmptyRaftManager
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator.StackCombine
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.remoting.transport.jgroups.RaftUtil
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.remoting.transport.raft.RaftChannelConfiguration.RaftLogMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.security.AuditContext
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.security.AuditResponse
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.security.AuthorizationPermission
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.infinispan.security.impl.SecureCacheImpl
- values() - Static method in enum class org.infinispan.statetransfer.RebalanceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.stream.impl.IntermediateType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.telemetry.SpanCategory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.topology.CacheTopology.Phase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.topology.ClusterTopologyManager.ClusterManagerStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.topology.RebalancingStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.transaction.impl.TransactionTable.CompletedTransactionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.transaction.LockingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.transaction.TransactionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.util.CacheTopologyUtil
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.util.concurrent.DataOperationOrderer.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.util.concurrent.IsolationLevel
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.util.concurrent.locks.LockState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.util.logging.events.EventLogCategory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.util.logging.events.EventLogLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.xsite.events.XSiteEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.xsite.irac.NoOpIracManager
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.xsite.spi.XSiteMergePolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.xsite.statetransfer.StateTransferStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.xsite.status.BringSiteOnlineResponse
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.xsite.status.SiteState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.infinispan.xsite.status.TakeSiteOfflineResponse
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Values() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.Values
- valueSegment() - Method in interface org.infinispan.reactive.publisher.impl.SegmentPublisherSupplier.Notification
-
The segment that maps for the value of this notification
- valueToStorage(Object) - Method in class org.infinispan.cache.impl.EncoderCache
- version - Variable in class org.infinispan.interceptors.distribution.VersionedResult
- version - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
- version - Variable in class org.infinispan.metadata.EmbeddedMetadata
- version() - Method in class org.infinispan.container.entries.RemoteMetadata
- version() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
- version() - Method in class org.infinispan.metadata.EmbeddedMetadata
- version() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
-
Deprecated.
- version() - Method in class org.infinispan.metadata.impl.L1Metadata
- version() - Method in interface org.infinispan.metadata.Metadata
-
Returns the version of the cache entry with which this metadata object is associated.
- version(String) - Method in class org.infinispan.util.logging.Log_$logger
- version(String) - Method in interface org.infinispan.util.logging.Log
- version(EntryVersion) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Builder
- version(EntryVersion) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- version(EntryVersion) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Set version.
- Version - Class in org.infinispan
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
Versioninstead - Version() - Constructor for class org.infinispan.Version
-
Deprecated.
- VERSION - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- VERSION - Static variable in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
- VERSION_MAJOR - Static variable in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
- version$str() - Method in class org.infinispan.util.logging.Log_$logger
- Versioned - Interface in org.infinispan.container.entries.versioned
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 (no longer used).
- VersionedCommitCommand - Class in org.infinispan.commands.tx
-
The same as a
CommitCommandexcept that version information is also carried by this command, used by optimistically transactional caches making use of write skew checking when usingIsolationLevel.REPEATABLE_READ. - VersionedCommitCommand() - Constructor for class org.infinispan.commands.tx.VersionedCommitCommand
- VersionedCommitCommand(ByteString) - Constructor for class org.infinispan.commands.tx.VersionedCommitCommand
- VersionedCommitCommand(ByteString, GlobalTransaction) - Constructor for class org.infinispan.commands.tx.VersionedCommitCommand
- VersionedDistributionInterceptor - Class in org.infinispan.interceptors.distribution
-
A version of the
TxDistributionInterceptorthat adds logic to handling prepares when entries are versioned. - VersionedDistributionInterceptor() - Constructor for class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor
- VersionedEntryWrappingInterceptor - Class in org.infinispan.interceptors.impl
-
Interceptor in charge with wrapping entries and add them in caller's context.
- VersionedEntryWrappingInterceptor() - Constructor for class org.infinispan.interceptors.impl.VersionedEntryWrappingInterceptor
- VersionedPrepareCommand - Class in org.infinispan.commands.tx
-
Same as
PrepareCommandexcept that the transaction originator makes evident the versions of entries touched and stored in a transaction context so that accurate write skew checks may be performed by the lock owner(s). - VersionedPrepareCommand() - Constructor for class org.infinispan.commands.tx.VersionedPrepareCommand
- VersionedPrepareCommand(ByteString) - Constructor for class org.infinispan.commands.tx.VersionedPrepareCommand
- VersionedPrepareCommand(ByteString, GlobalTransaction, List<WriteCommand>, boolean) - Constructor for class org.infinispan.commands.tx.VersionedPrepareCommand
- VersionedRepeatableReadEntry<K,
V> - Class in org.infinispan.container.entries -
A version of RepeatableReadEntry that can perform write-skew checks during prepare.
- VersionedRepeatableReadEntry(K, V, Metadata) - Constructor for class org.infinispan.container.entries.VersionedRepeatableReadEntry
- VersionedResult - Class in org.infinispan.interceptors.distribution
- VersionedResult(Object, EntryVersion) - Constructor for class org.infinispan.interceptors.distribution.VersionedResult
- VersionedResult.Externalizer - Class in org.infinispan.interceptors.distribution
- VersionedResults - Class in org.infinispan.interceptors.distribution
- VersionedResults(Object[], EntryVersion[]) - Constructor for class org.infinispan.interceptors.distribution.VersionedResults
- VersionedResults.Externalizer - Class in org.infinispan.interceptors.distribution
- versionFromEntry(CacheEntry<?, ?>) - Static method in class org.infinispan.transaction.impl.WriteSkewHelper
- versionGenerator - Variable in class org.infinispan.interceptors.impl.VersionedEntryWrappingInterceptor
- versionGenerator - Variable in class org.infinispan.interceptors.impl.VersionInterceptor
- VersionGenerator - Interface in org.infinispan.container.versioning
-
Generates versions
- VersionGeneratorFactory - Class in org.infinispan.factories
-
Version generator component factory.
- VersionGeneratorFactory() - Constructor for class org.infinispan.factories.VersionGeneratorFactory
- VERSIONING - Enum constant in enum class org.infinispan.configuration.parsing.Element
- VERSIONING_SCHEME - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- VersioningScheme - Enum Class in org.infinispan.configuration.cache
-
The various versioning schemes supported
- VersionInterceptor - Class in org.infinispan.interceptors.impl
-
Interceptor installed when compatiblity is enabled.
- VersionInterceptor() - Constructor for class org.infinispan.interceptors.impl.VersionInterceptor
- versions - Variable in class org.infinispan.interceptors.distribution.VersionedResults
- VIEW_CHANGED - Enum constant in enum class org.infinispan.notifications.cachemanagerlistener.event.Event.Type
- viewChange(ViewChangedEvent) - Method in class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
- viewChange(ViewChangedEvent) - Method in class org.infinispan.reactive.publisher.impl.PublisherHandler
- ViewChanged - Annotation Interface in org.infinispan.notifications.cachemanagerlistener.annotation
-
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster).
- ViewChangedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
This event is passed in to any method annotated with
ViewChanged. - viewHandlingError(int, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- viewHandlingError(int, Throwable) - Method in interface org.infinispan.util.logging.Log
- viewHandlingError$str() - Method in class org.infinispan.util.logging.Log_$logger
- VISITABLE_COMMAND - Static variable in class org.infinispan.xsite.commands.remote.Ids
- VisitableCommand - Interface in org.infinispan.commands
-
A type of command that can accept
Visitors, such asDDAsyncInterceptor. - VisitableCommand.LoadType - Enum Class in org.infinispan.commands
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitClearCommand(InvocationContext, ClearCommand) - Method in interface org.infinispan.commands.Visitor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.impl.BatchingInterceptor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitCollection(InvocationContext, Collection<? extends VisitableCommand>) - Method in class org.infinispan.commands.AbstractVisitor
-
Helper method to visit a collection of VisitableCommands.
- visitCommand(InvocationContext, VisitableCommand) - Method in interface org.infinispan.interceptors.AsyncInterceptor
-
Perform some work for a command invocation.
- visitCommand(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitCommand(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitCommand(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.impl.InvocationContextInterceptor
- visitCommand(InvocationContext, VisitableCommand) - Method in class org.infinispan.statetransfer.TransactionSynchronizerInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in interface org.infinispan.commands.Visitor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.impl.NotificationInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.impl.OptimisticTxIracLocalSiteInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.impl.TransactionalStoreInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.impl.VersionedEntryWrappingInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.xsite.OptimisticBackupInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.xsite.PessimisticBackupInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in interface org.infinispan.commands.Visitor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.impl.IsMarshallableInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in interface org.infinispan.commands.Visitor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.impl.IsMarshallableInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitDataReadCommand(InvocationContext, DataCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitDataReadCommand(InvocationContext, DataCommand) - Method in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
- visitDataReadCommand(InvocationContext, DataCommand) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
- visitDataReadCommand(InvocationContext, DataCommand) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
- visitDataWriteCommand(InvocationContext, DataWriteCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitDataWriteCommand(InvocationContext, DataWriteCommand) - Method in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
- visitDataWriteCommand(InvocationContext, DataWriteCommand) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
- visitDataWriteCommand(InvocationContext, DataWriteCommand) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
- visitDataWriteCommand(InvocationContext, DataWriteCommand, boolean) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in interface org.infinispan.commands.Visitor
- visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitEvictCommand(InvocationContext, EvictCommand) - Method in interface org.infinispan.commands.Visitor
- visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.interceptors.impl.BatchingInterceptor
- visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in interface org.infinispan.commands.Visitor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in interface org.infinispan.commands.Visitor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor.LostDataVisitor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in interface org.infinispan.commands.Visitor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor.LostDataVisitor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in interface org.infinispan.commands.Visitor
- visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
- visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in class org.infinispan.commands.AbstractVisitor
- visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in interface org.infinispan.commands.Visitor
- visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in interface org.infinispan.commands.Visitor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.BatchingInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.IsMarshallableInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracRemoteSiteInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitIracPutKeyValueCommand(InvocationContext, IracPutKeyValueCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitKeySetCommand(InvocationContext, KeySetCommand) - Method in interface org.infinispan.commands.Visitor
- visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in interface org.infinispan.commands.Visitor
- visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
- visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
- visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitNonTxDataWriteCommand(InvocationContext, DataWriteCommand) - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- visitNonTxKey(InvocationContext, Object, WriteCommand) - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
-
Visits the
WriteCommandbefore executing it. - Visitor - Interface in org.infinispan.commands
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in interface org.infinispan.commands.Visitor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.impl.NotificationInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.impl.OptimisticTxIracLocalSiteInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.impl.TransactionalStoreInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.impl.VersionedEntryWrappingInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.xsite.OptimisticBackupInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.xsite.PessimisticBackupInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in interface org.infinispan.commands.Visitor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.BatchingInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.IsMarshallableInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.OptimisticTxIracLocalSiteInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.xsite.OptimisticBackupInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.xsite.PessimisticBackupInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in interface org.infinispan.commands.Visitor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.impl.IsMarshallableInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in interface org.infinispan.commands.Visitor
- visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor.LostDataVisitor
- visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in interface org.infinispan.commands.Visitor
- visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in interface org.infinispan.commands.Visitor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.impl.IsMarshallableInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in interface org.infinispan.commands.Visitor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in interface org.infinispan.commands.Visitor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in interface org.infinispan.commands.Visitor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitRemoteTransaction(RemoteTransaction) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- visitRemoteTransaction(RemoteTransaction) - Method in class org.infinispan.commands.tx.RollbackCommand
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in interface org.infinispan.commands.Visitor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.impl.IsMarshallableInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitRemoveExpiredCommand(InvocationContext, RemoveExpiredCommand) - Method in interface org.infinispan.commands.Visitor
- visitRemoveExpiredCommand(InvocationContext, RemoveExpiredCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitRemoveExpiredCommand(InvocationContext, RemoveExpiredCommand) - Method in class org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor
- visitRemoveExpiredCommand(InvocationContext, RemoveExpiredCommand) - Method in class org.infinispan.interceptors.impl.BatchingInterceptor
- visitRemoveExpiredCommand(InvocationContext, RemoveExpiredCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitRemoveExpiredCommand(InvocationContext, RemoveExpiredCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitRemoveExpiredCommand(InvocationContext, RemoveExpiredCommand) - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- visitRemoveExpiredCommand(InvocationContext, RemoveExpiredCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitRemoveExpiredCommand(InvocationContext, RemoveExpiredCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitRemoveExpiredCommand(InvocationContext, RemoveExpiredCommand) - Method in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in interface org.infinispan.commands.Visitor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.impl.DistCacheWriterInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.impl.InvalidationInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.impl.IsMarshallableInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.impl.VersionInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
- visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in interface org.infinispan.commands.Visitor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.impl.NotificationInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.impl.OptimisticTxIracLocalSiteInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.impl.TransactionalStoreInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.xsite.OptimisticBackupInterceptor
- visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitSizeCommand(InvocationContext, SizeCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitSizeCommand(InvocationContext, SizeCommand) - Method in interface org.infinispan.commands.Visitor
- visitSizeCommand(InvocationContext, SizeCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitSizeCommand(InvocationContext, SizeCommand) - Method in class org.infinispan.interceptors.impl.CacheLoaderInterceptor
- visitSizeCommand(InvocationContext, SizeCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitSizeCommand(InvocationContext, SizeCommand) - Method in class org.infinispan.interceptors.impl.ClusteringInterceptor
- visitSizeCommand(InvocationContext, SizeCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitTouchCommand(InvocationContext, TouchCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitTouchCommand(InvocationContext, TouchCommand) - Method in interface org.infinispan.commands.Visitor
- visitTouchCommand(InvocationContext, TouchCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitTouchCommand(InvocationContext, TouchCommand) - Method in class org.infinispan.interceptors.impl.BaseStateTransferInterceptor
- visitTouchCommand(InvocationContext, TouchCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitTouchCommand(InvocationContext, TouchCommand) - Method in class org.infinispan.interceptors.impl.ClusteringInterceptor
- visitUnknownCommand(InvocationContext, VisitableCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitUnknownCommand(InvocationContext, VisitableCommand) - Method in interface org.infinispan.commands.Visitor
-
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 will be removed in the next major version with no direct replacement. There is no reason that a unknown command should be passed through the interceptor chain.
- visitUnknownCommand(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitUnknownCommand(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in interface org.infinispan.commands.Visitor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in interface org.infinispan.commands.Visitor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheMgmtInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in interface org.infinispan.commands.Visitor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.commands.AbstractVisitor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in interface org.infinispan.commands.Visitor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.DDAsyncInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.distribution.TriangleDistributionInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.CacheWriterInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.CallInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.NonTxIracLocalSiteInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.PessimisticTxIracLocalInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.impl.TxInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
- visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
- voidCompletionStageToFlowable(CompletionStage<Void>) - Static method in class org.infinispan.reactive.RxJavaInterop
- voidCompletionStageToFlowable(CompletionStage<Void>, boolean) - Static method in class org.infinispan.reactive.RxJavaInterop
-
Same as
RxJavaInterop.voidCompletionStageToFlowable(CompletionStage)except that you can optionally have it so that if a throwable occurs in the stage that it isn't propagated if the returned Flowable's subscription was cancelled. - voidMerge(ValidResponse, Void) - Static method in class org.infinispan.util.TriangleFunctionsUtil
- VoidResponseCollector - Class in org.infinispan.remoting.transport.impl
-
Response collector that discards successful responses and returns
null. - VOLATILE - Enum constant in enum class org.infinispan.globalstate.ConfigurationStorage
-
Stores cache configurations in volatile storage.
- VOLATILE - Enum constant in enum class org.infinispan.remoting.transport.raft.RaftChannelConfiguration.RaftLogMode
-
The RAFT log entries are stored in memory only.
- VOLATILE_CONFIGURATION_STORAGE - Enum constant in enum class org.infinispan.configuration.parsing.Element
- VolatileLocalConfigurationStorage - Class in org.infinispan.globalstate.impl
-
An implementation of
LocalConfigurationStoragewhich does only supportsCacheContainerAdmin.AdminFlag.VOLATILEoperations - VolatileLocalConfigurationStorage() - Constructor for class org.infinispan.globalstate.impl.VolatileLocalConfigurationStorage
W
- WAIT_FOR_VALID_RESPONSE - Enum constant in enum class org.infinispan.remoting.rpc.ResponseMode
- WAIT_TIME - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- WAIT_TIME - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- WAIT_TOPOLOGY - Enum constant in enum class org.infinispan.remoting.inboundhandler.TopologyMode
- WAIT_TX_DATA - Enum constant in enum class org.infinispan.remoting.inboundhandler.TopologyMode
- waitForBackupToFinish() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
- waitForBackupToFinish() - Method in interface org.infinispan.remoting.transport.BackupResponse
- waitForBackupToFinish() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
- waitForInitialStateTransferToComplete() - Method in interface org.infinispan.statetransfer.StateTransferManager
-
Wait for the local cache to receive initial state from the other members.
- waitForInitialStateTransferToComplete() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
- waitForTopology(int, long, TimeUnit) - Method in interface org.infinispan.statetransfer.StateTransferLock
-
Deprecated, for removal: This API element is subject to removal in a future version.
- WAITING - Enum constant in enum class org.infinispan.util.concurrent.locks.LockState
-
The lock owner is in the queue waiting for the lock to be available.
- waitingForState - Variable in class org.infinispan.statetransfer.StateConsumerImpl
-
Indicates if there is a rebalance in progress and there the local node has not yet received all the new segments yet.
- waitTime() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- waitTime(long) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
The wait time, in milliseconds, between each retry.
- waitUntilAllCompleted() - Method in class org.infinispan.executors.ExecutorAllCompletionService
- WAKEUP_INTERVAL - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
- wakeupInterval() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- wakeUpInterval() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
Interval (in milliseconds) between subsequent runs to purge expired entries from memory and any cache stores.
- wakeUpInterval(long) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Interval (in milliseconds) between subsequent runs to purge expired entries from memory and any cache stores.
- wakeUpInterval(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Interval (in milliseconds) between subsequent runs to purge expired entries from memory and any cache stores.
- warn(EventLogCategory, String) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Logs a message to the event log using the
EventLogLevel.WARNseverity - WARN - Enum constant in enum class org.infinispan.configuration.cache.BackupFailurePolicy
- WARN - Enum constant in enum class org.infinispan.util.logging.events.EventLogLevel
- warnConfigurationForAnnotationMissing(String) - Method in class org.infinispan.util.logging.Log_$logger
- warnConfigurationForAnnotationMissing(String) - Method in interface org.infinispan.util.logging.Log
- warnConfigurationForAnnotationMissing$str() - Method in class org.infinispan.util.logging.Log_$logger
- warnCouldNotCommitLocalTx(Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- warnCouldNotCommitLocalTx(Object, Throwable) - Method in interface org.infinispan.util.logging.Log
- warnCouldNotCommitLocalTx$str() - Method in class org.infinispan.util.logging.Log_$logger
- warnCouldNotRollbackLocalTx(Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- warnCouldNotRollbackLocalTx(Object, Throwable) - Method in interface org.infinispan.util.logging.Log
- warnCouldNotRollbackLocalTx$str() - Method in class org.infinispan.util.logging.Log_$logger
- warnExceptionRemovingRecovery(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- warnExceptionRemovingRecovery(Throwable) - Method in interface org.infinispan.util.logging.Log
- warnExceptionRemovingRecovery$str() - Method in class org.infinispan.util.logging.Log_$logger
- warnGridFSMetadataCacheRequiresSync() - Method in class org.infinispan.util.logging.Log_$logger
- warnGridFSMetadataCacheRequiresSync() - Method in interface org.infinispan.util.logging.Log
- warnGridFSMetadataCacheRequiresSync$str() - Method in class org.infinispan.util.logging.Log_$logger
- warnL1NotHavingReaperThread() - Method in class org.infinispan.util.logging.Log_$logger
- warnL1NotHavingReaperThread() - Method in interface org.infinispan.util.logging.Log
- warnL1NotHavingReaperThread$str() - Method in class org.infinispan.util.logging.Log_$logger
- warnUnableToPersistInternalCaches() - Method in class org.infinispan.util.logging.Log_$logger
- warnUnableToPersistInternalCaches() - Method in interface org.infinispan.util.logging.Log
- warnUnableToPersistInternalCaches$str() - Method in class org.infinispan.util.logging.Log_$logger
- warnUsingDeprecatedClusterLoader() - Method in class org.infinispan.util.logging.Log_$logger
- warnUsingDeprecatedClusterLoader() - Method in interface org.infinispan.util.logging.Log
- warnUsingDeprecatedClusterLoader$str() - Method in class org.infinispan.util.logging.Log_$logger
- warnUsingDeprecatedMemoryConfigs(String) - Method in class org.infinispan.util.logging.Log_$logger
- warnUsingDeprecatedMemoryConfigs(String) - Method in interface org.infinispan.util.logging.Log
- warnUsingDeprecatedMemoryConfigs$str() - Method in class org.infinispan.util.logging.Log_$logger
- warnUsingDeprecatedSingleFileStore() - Method in class org.infinispan.util.logging.Log_$logger
- warnUsingDeprecatedSingleFileStore() - Method in interface org.infinispan.util.logging.Log
- warnUsingDeprecatedSingleFileStore$str() - Method in class org.infinispan.util.logging.Log_$logger
- warnXsiteBackupFailed(String, String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- warnXsiteBackupFailed(String, String, Throwable) - Method in interface org.infinispan.util.logging.Log
- warnXsiteBackupFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
- wasTopologyRestoredFromState() - Method in class org.infinispan.topology.CacheTopology
- when - Variable in class org.infinispan.util.logging.events.impl.BaseEventLog
- WHEN_FULL - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- WHEN_FULL - Static variable in class org.infinispan.configuration.cache.MemoryConfiguration
- WHEN_SPLIT - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- WHEN_SPLIT - Static variable in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- whenCompleteBlocking(CompletionStage<V>, BiConsumer<? super V, ? super Throwable>, Object) - Method in interface org.infinispan.util.concurrent.BlockingManager
-
Replacement for
CompletionStage.whenCompleteAsync()that invokes theBiConsumerin a blocking thread (if the current thread is non-blocking) or in the current thread (if the current thread is blocking). - whenCompleteBlocking(CompletionStage<V>, BiConsumer<? super V, ? super Throwable>, Object) - Method in class org.infinispan.util.concurrent.BlockingManagerImpl
- whenCompleted(XSiteResponse.XSiteResponseCompleted) - Method in class org.infinispan.remoting.transport.impl.SiteUnreachableXSiteResponse
- whenCompleted(XSiteResponse.XSiteResponseCompleted) - Method in class org.infinispan.remoting.transport.impl.XSiteResponseImpl
- whenCompleted(XSiteResponse.XSiteResponseCompleted) - Method in interface org.infinispan.remoting.transport.XSiteResponse
- whenFull() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- whenFull() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- whenFull(EvictionStrategy) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- whenSplit() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- whenSplit(PartitionHandling) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- WHITE_LIST - Enum constant in enum class org.infinispan.configuration.parsing.Element
-
Deprecated, for removal: This API element is subject to removal in a future version.
- whiteList() - Method in class org.infinispan.configuration.global.SerializationConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- whiteList() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.since 12.0. Use
SerializationConfigurationBuilder.allowList()instead. To be removed in 14.0. - WhiteListConfiguration - Class in org.infinispan.configuration.global
-
Deprecated, for removal: This API element is subject to removal in a future version.
- WhiteListConfigurationBuilder - Class in org.infinispan.configuration.global
-
Deprecated, for removal: This API element is subject to removal in a future version.since 12.0. Use
AllowListConfigurationBuilderthrough @SerializationConfigurationBuilder.allowList(). Will be removed in 14.0. - who - Variable in class org.infinispan.util.logging.events.impl.BaseEventLog
- who - Variable in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- who(String) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Sets a security name for this event log.
- who(String) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
- who(String) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
- who(Principal) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Sets a security principal for this event log.
- who(Subject) - Method in interface org.infinispan.util.logging.events.EventLogger
-
Sets a security subject for this event log.
- wildcardsNotAllowedInCacheNames(String) - Method in class org.infinispan.util.logging.Log_$logger
- wildcardsNotAllowedInCacheNames(String) - Method in interface org.infinispan.util.logging.Log
- wildcardsNotAllowedInCacheNames$str() - Method in class org.infinispan.util.logging.Log_$logger
- WildflyTransactionManagerLookup - Class in org.infinispan.transaction.lookup
-
WildFly transaction client lookup (WildFly 11 and later).
- WildflyTransactionManagerLookup() - Constructor for class org.infinispan.transaction.lookup.WildflyTransactionManagerLookup
- wire(T, WireContext, boolean) - Method in class org.infinispan.factories.impl.ComponentAccessor
- WireContext - Class in org.infinispan.factories.impl
-
Used by
ComponentAccessorimplementations for retrieving a component based on name and class. - wired() - Method in interface org.infinispan.factories.impl.ComponentRef
- wireDependencies(Object) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.Wires an object instance with dependencies annotated with the
Injectannotation, creating more components as needed based on the Configuration passed in if these additional components don't exist in theComponentRegistry. - wireDependencies(Object, boolean) - Method in class org.infinispan.factories.AbstractComponentRegistry
-
Deprecated.Wires an object instance with dependencies annotated with the
Injectannotation, creating more components as needed based on the Configuration passed in if these additional components don't exist in theComponentRegistry. - wireDependencies(Object, boolean) - Method in interface org.infinispan.factories.impl.BasicComponentRegistry
-
Look up the dependencies of
targetas if it were a component, and inject them. - wireDependencies(Object, boolean) - Method in class org.infinispan.factories.impl.BasicComponentRegistryImpl
- wireDependencies(CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
- wireRealCache() - Method in class org.infinispan.cache.impl.EncoderCache
- withArguments(Map<?, ?>) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- withArguments(Map<?, ?>) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- withCache(String, Configuration) - Method in class org.infinispan.telemetry.InfinispanSpanAttributes.Builder
- withCacheName(String) - Method in class org.infinispan.telemetry.InfinispanSpanAttributes.Builder
- withEncoding(Class<? extends Encoder>) - Method in interface org.infinispan.AdvancedCache
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.1, to be removed in a future version.
- withEncoding(Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- withEncoding(Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.CacheImpl
- withEncoding(Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.DecoratedCache
- withEncoding(Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.EncoderCache
- withEncoding(Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- withEncoding(Class<? extends Encoder>) - Method in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.1, to be removed in a future version.
- withEncoding(Class<? extends Encoder>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- withEncoding(Class<? extends Encoder>, Class<? extends Encoder>) - Method in interface org.infinispan.AdvancedCache
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.1, to be removed in a future version.
- withEncoding(Class<? extends Encoder>, Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- withEncoding(Class<? extends Encoder>, Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.CacheImpl
- withEncoding(Class<? extends Encoder>, Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.DecoratedCache
- withEncoding(Class<? extends Encoder>, Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.EncoderCache
- withEncoding(Class<? extends Encoder>, Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- withEncoding(Class<? extends Encoder>, Class<? extends Encoder>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- withException(Address, Exception) - Method in class org.infinispan.remoting.transport.ValidSingleResponseCollector
- withFlags(Collection<Flag>) - Method in interface org.infinispan.AdvancedCache
-
An alternative to
AdvancedCache.withFlags(Flag...)not requiring array allocation. - withFlags(Collection<Flag>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- withFlags(Collection<Flag>) - Method in class org.infinispan.cache.impl.CacheImpl
- withFlags(Collection<Flag>) - Method in class org.infinispan.cache.impl.DecoratedCache
- withFlags(Collection<Flag>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- withFlags(Collection<Flag>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- withFlags(EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- withFlags(CacheContainerAdmin.AdminFlag...) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- withFlags(Flag) - Method in interface org.infinispan.AdvancedCache
-
An alternative to
AdvancedCache.withFlags(Flag...)optimized for a single flag. - withFlags(Flag) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- withFlags(Flag) - Method in class org.infinispan.cache.impl.CacheImpl
- withFlags(Flag) - Method in class org.infinispan.cache.impl.DecoratedCache
- withFlags(Flag...) - Method in interface org.infinispan.AdvancedCache
-
A method that adds flags to any API call.
- withFlags(Flag...) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- withFlags(Flag...) - Method in class org.infinispan.cache.impl.CacheImpl
- withFlags(Flag...) - Method in class org.infinispan.cache.impl.DecoratedCache
- withFlags(Flag...) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- withFlags(Flag...) - Method in class org.infinispan.cache.impl.StatsCollectingCache
- withFlags(Flag...) - Method in class org.infinispan.security.impl.SecureCacheImpl
- withGroupers(List<Grouper<?>>) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Set the groupers to use
- WithinThreadExecutor - Class in org.infinispan.util.concurrent
-
An executor that works within the current thread.
- WithinThreadExecutor() - Constructor for class org.infinispan.util.concurrent.WithinThreadExecutor
- WithinThreadExecutorFactory - Class in org.infinispan.executors
-
Executor factory that creates WithinThreadExecutor.
- WithinThreadExecutorFactory() - Constructor for class org.infinispan.executors.WithinThreadExecutorFactory
- withKeyEncoding(Class<? extends Encoder>) - Method in interface org.infinispan.AdvancedCache
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.1, to be removed in a future version.
- withKeyEncoding(Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- withKeyEncoding(Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.CacheImpl
- withKeyEncoding(Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.EncoderCache
- withKeyEncoding(Class<? extends Encoder>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- withKeyEncoding(Class<? extends Encoder>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- withKeys(Collection<?>) - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- withKeys(Collection<?>) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- withKeys(Collection<?>) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- withMap(Map<Object, Object>) - Method in class org.infinispan.commands.write.PutMapCommand
- withMediaType(String, String) - Method in interface org.infinispan.AdvancedCache
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
AdvancedCache.withMediaType(MediaType, MediaType)instead. - withMediaType(String, String) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- withMediaType(String, String) - Method in class org.infinispan.cache.impl.CacheImpl
- withMediaType(String, String) - Method in class org.infinispan.cache.impl.EncoderCache
- withMediaType(String, String) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- withMediaType(String, String) - Method in class org.infinispan.security.impl.SecureCacheImpl
- withMediaType(MediaType, MediaType) - Method in interface org.infinispan.AdvancedCache
- withMediaType(MediaType, MediaType) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- withMediaType(MediaType, MediaType) - Method in class org.infinispan.cache.impl.CacheImpl
- withMediaType(MediaType, MediaType) - Method in class org.infinispan.cache.impl.EncoderCache
- withMediaType(MediaType, MediaType) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- withMediaType(MediaType, MediaType) - Method in class org.infinispan.security.impl.SecureCacheImpl
- withParams(Param<?>...) - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Tweak read-only functional map executions providing
Paraminstances. - withParams(Param<?>...) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Tweak read-write functional map executions providing
Paraminstances. - withParams(Param<?>...) - Method in interface org.infinispan.functional.FunctionalMap
-
Tweak functional map executions providing
Paraminstances. - withParams(Param<?>...) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Tweak write-only functional map executions providing
Paraminstances. - withParams(Param<?>...) - Method in class org.infinispan.functional.impl.FunctionalMapImpl
- withParams(Param<?>...) - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
- withParams(Param<?>...) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
- withParams(Param<?>...) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
- withProperties(Properties) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
Properties passed to the cache store or loader
- withProperties(Properties) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- withProperties(Properties) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
Properties passed to the cache store or loader
- withProperties(Properties) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
-
Set key/value properties to this executor factory configuration
- withProperties(Properties) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
-
Sets properties which are then passed to the MBean Server Lookup implementation specified.
- withProperties(Properties) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
Set key/value properties to this executor factory configuration
- withProperties(Properties) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Sets transport properties
- withRequestMediaType(MediaType) - Method in class org.infinispan.encoding.DataConversion
- withStorageMediaType() - Method in interface org.infinispan.AdvancedCache
-
Perform any cache operations using the same
MediaTypeof the cache storage. - withStorageMediaType() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- withStorageMediaType() - Method in class org.infinispan.cache.impl.CacheImpl
- withStorageMediaType() - Method in class org.infinispan.cache.impl.EncoderCache
- withStorageMediaType() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- withStorageMediaType() - Method in class org.infinispan.security.impl.SecureCacheImpl
- withSubject(Subject) - Method in interface org.infinispan.AdvancedCache
-
Performs any cache operations using the specified
Subject. - withSubject(Subject) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
- withSubject(Subject) - Method in class org.infinispan.cache.impl.CacheImpl
- withSubject(Subject) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- withSubject(Subject) - Method in class org.infinispan.manager.DefaultCacheManager
- withSubject(Subject) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- withSubject(Subject) - Method in interface org.infinispan.manager.EmbeddedCacheManager
- withSubject(Subject) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Performs any cache manager operations using the specified
Subject. - withSubject(Subject) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
- withSubject(Subject) - Method in class org.infinispan.security.impl.SecureCacheImpl
- withValidResponse(Address, ValidResponse) - Method in class org.infinispan.remoting.transport.impl.SingleResponseCollector
- withValidResponse(Address, ValidResponse) - Method in class org.infinispan.remoting.transport.impl.SingletonMapResponseCollector
- withValidResponse(Address, ValidResponse) - Method in class org.infinispan.remoting.transport.ValidSingleResponseCollector
- withView(int) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
- withView(int) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
- withView(int) - Method in interface org.infinispan.remoting.transport.Transport
- withWrapping(Class<? extends Wrapper>) - Method in interface org.infinispan.AdvancedCache
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0, with no replacement.
- withWrapping(Class<? extends Wrapper>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
-
Deprecated, for removal: This API element is subject to removal in a future version.
- withWrapping(Class<? extends Wrapper>) - Method in class org.infinispan.cache.impl.CacheImpl
- withWrapping(Class<? extends Wrapper>) - Method in class org.infinispan.cache.impl.DecoratedCache
-
Deprecated, for removal: This API element is subject to removal in a future version.
- withWrapping(Class<? extends Wrapper>) - Method in class org.infinispan.cache.impl.EncoderCache
- withWrapping(Class<? extends Wrapper>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- withWrapping(Class<? extends Wrapper>) - Method in class org.infinispan.encoding.DataConversion
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0, with no replacement.
- withWrapping(Class<? extends Wrapper>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- withWrapping(Class<? extends Wrapper>, Class<? extends Wrapper>) - Method in interface org.infinispan.AdvancedCache
-
Deprecated, for removal: This API element is subject to removal in a future version.Since 11.0. To be removed in 14.0, with no replacement.
- withWrapping(Class<? extends Wrapper>, Class<? extends Wrapper>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
-
Deprecated, for removal: This API element is subject to removal in a future version.
- withWrapping(Class<? extends Wrapper>, Class<? extends Wrapper>) - Method in class org.infinispan.cache.impl.CacheImpl
- withWrapping(Class<? extends Wrapper>, Class<? extends Wrapper>) - Method in class org.infinispan.cache.impl.DecoratedCache
-
Deprecated, for removal: This API element is subject to removal in a future version.
- withWrapping(Class<? extends Wrapper>, Class<? extends Wrapper>) - Method in class org.infinispan.cache.impl.EncoderCache
- withWrapping(Class<? extends Wrapper>, Class<? extends Wrapper>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
- withWrapping(Class<? extends Wrapper>, Class<? extends Wrapper>) - Method in class org.infinispan.security.impl.SecureCacheImpl
- wrap(GroupedFlowable<Integer, ? extends Type>) - Static method in class org.infinispan.persistence.support.SegmentPublisherWrapper
- wrapElement(E) - Method in class org.infinispan.cache.impl.AbstractCacheBackedSet
-
Wrap the element if needed
- wrapElement(K) - Method in class org.infinispan.cache.impl.CacheBackedKeySet
- wrapElement(CacheEntry<K, V>) - Method in class org.infinispan.cache.impl.CacheBackedEntrySet
- wrapEntriesForPrepareAndApply(TxInvocationContext, P, InvocationSuccessFunction<P>) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- wrapEntryForReading(InvocationContext, Object, int, boolean, boolean, CompletionStage<Void>) - Method in interface org.infinispan.container.impl.EntryFactory
-
Wraps an entry for reading.
- wrapEntryForReading(InvocationContext, Object, int, boolean, boolean, CompletionStage<Void>) - Method in class org.infinispan.container.impl.EntryFactoryImpl
- wrapEntryForWriting(InvocationContext, Object, int, boolean, boolean, CompletionStage<Void>) - Method in interface org.infinispan.container.impl.EntryFactory
-
Insert an entry that exists in the data container into the context.
- wrapEntryForWriting(InvocationContext, Object, int, boolean, boolean, CompletionStage<Void>) - Method in class org.infinispan.container.impl.EntryFactoryImpl
- wrapEntryForWritingSkipExpiration(InvocationContext, Object, int, boolean) - Method in interface org.infinispan.container.impl.EntryFactory
-
Insert an entry that exists in the data container into the context, even if it is expired Doesn't do anything if the key was already wrapped
- wrapEntryForWritingSkipExpiration(InvocationContext, Object, int, boolean) - Method in class org.infinispan.container.impl.EntryFactoryImpl
- wrapEntryIfNeeded(InvocationContext, AbstractDataWriteCommand) - Method in class org.infinispan.interceptors.impl.EntryWrappingInterceptor
- wrapExternalEntry(InvocationContext, Object, CacheEntry, boolean, boolean) - Method in interface org.infinispan.container.impl.EntryFactory
-
Insert an external entry (e.g.
- wrapExternalEntry(InvocationContext, Object, CacheEntry, boolean, boolean) - Method in class org.infinispan.container.impl.EntryFactoryImpl
- wrapFunctionalManyResultOnNonOrigin(InvocationContext, Collection<?>, Object[]) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- wrapFunctionalManyResultOnNonOrigin(InvocationContext, Collection<?>, Object[]) - Method in class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor
- wrapFunctionalResultOnNonOriginOnReturn(Object, CacheEntry) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- wrapFunctionalResultOnNonOriginOnReturn(Object, CacheEntry) - Method in class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor
- WRAPPED_PARAM - Static variable in class org.infinispan.encoding.ProtostreamTranscoder
- WrappedByteArrayOrPrimitiveMapper - Class in org.infinispan.persistence.keymappers
-
This class is an implementation for
TwoWayKey2StringMapperthat supports both primitives andWrappedByteArrays. - WrappedByteArrayOrPrimitiveMapper() - Constructor for class org.infinispan.persistence.keymappers.WrappedByteArrayOrPrimitiveMapper
- WrappedByteArraySizeCalculator<K,
V> - Class in org.infinispan.marshall.core -
Size calculator that supports a
WrappedByteArrayby adding its size and the underlying byte[]. - WrappedByteArraySizeCalculator(EntrySizeCalculator<?, ?>) - Constructor for class org.infinispan.marshall.core.WrappedByteArraySizeCalculator
- wrapperClassNotFound(Class<?>) - Method in class org.infinispan.util.logging.Log_$logger
- wrapperClassNotFound(Class<?>) - Method in interface org.infinispan.util.logging.Log
- wrapperClassNotFound$str() - Method in class org.infinispan.util.logging.Log_$logger
- wrapperIdNotFound(byte) - Method in class org.infinispan.util.logging.Log_$logger
- wrapperIdNotFound(byte) - Method in interface org.infinispan.util.logging.Log
- wrapperIdNotFound$str() - Method in class org.infinispan.util.logging.Log_$logger
- wrapRemoteEntry(InvocationContext, Object, CacheEntry, boolean) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
- wrapRemoteEntry(InvocationContext, Object, CacheEntry, boolean) - Method in class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor
- wrapRemoteException(Address, Throwable) - Static method in class org.infinispan.remoting.transport.ResponseCollectors
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.async.AsyncNonBlockingStore
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.file.SingleFileStore
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.sifs.NonBlockingSoftIndexFileStore
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Writes the entry to the store for the given segment returning a stage that completes normally when it is finished.
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Persists the entry to the storage with the given segment to optimize future lookups.
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.support.ComposedSegmentedLoadWriteStore
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.support.DelegatingNonBlockingStore
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- write(ByteBuffer, long) - Method in class org.infinispan.persistence.sifs.FileProvider.Handle
- write(MarshallableEntry<? extends K, ? extends V>) - Method in interface org.infinispan.persistence.spi.CacheWriter
-
Deprecated.Persists the entry to the storage.
- write(MarshallableEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.support.AbstractSegmentedAdvancedLoadWriteStore
- write(ProtobufTagMarshaller.WriteContext, Subject) - Method in class org.infinispan.security.impl.SubjectAdapter$___Marshaller_75e0224333a6eeeafc364cef114fe68e65410956aa87814e98e0722f4d8a588d
- write(ProtobufTagMarshaller.WriteContext, RemoteMetadata) - Method in class org.infinispan.container.entries.RemoteMetadata$___Marshaller_4cb4a1b59ce257eb4994240cafc1894764116cb17c3875df246d2943dcbdce0d
- write(ProtobufTagMarshaller.WriteContext, IracEntryVersion) - Method in class org.infinispan.container.versioning.irac.IracEntryVersion$___Marshaller_1d33e9a17b1520460201f2d05b09e88a3eb2df8efbb49f8a10103069f8b573d5
- write(ProtobufTagMarshaller.WriteContext, IracEntryVersion.MapEntry) - Method in class org.infinispan.container.versioning.irac.MapEntry$___Marshaller_37a121f54771729f5bc90dae7b319161c44a1e9491f8af866c7aba312bf9651e
- write(ProtobufTagMarshaller.WriteContext, TopologyIracVersion) - Method in class org.infinispan.container.versioning.irac.TopologyIracVersion$___Marshaller_14f804c9dae1c80820c4a124ae0decae2266c24993f77973d0fee34d7db215d2
- write(ProtobufTagMarshaller.WriteContext, NumericVersion) - Method in class org.infinispan.container.versioning.NumericVersion$___Marshaller_54e14f07f0b2d32fc02dc14b15442c6b41ee1d50304f1e61ddb56d9feb6975b1
- write(ProtobufTagMarshaller.WriteContext, SimpleClusteredVersion) - Method in class org.infinispan.container.versioning.SimpleClusteredVersion$___Marshaller_f7402494821fa8e2ee025bf7d4a4b60322db5a0eb2018b6aa5836c002c8e07b7
- write(ProtobufTagMarshaller.WriteContext, MetaParamsInternalMetadata) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata$___Marshaller_d639102389197d7d9d67594c1f4f7cd51d35bdb2ed77d89d90c58b8d63ad3ab0
- write(ProtobufTagMarshaller.WriteContext, MarshalledValueImpl) - Method in class org.infinispan.marshall.persistence.impl.MarshalledValueImpl$___Marshaller_c2708e4a2029dac3535526fdd0d6afc81184cbba3c2aa79abc33c7ec05e632b2
- write(ProtobufTagMarshaller.WriteContext, MarshallableUserObject) - Method in class org.infinispan.marshall.protostream.impl.MarshallableUserObject.Marshaller
- write(ProtobufTagMarshaller.WriteContext, MarshallableUserObject) - Method in class org.infinispan.marshall.protostream.impl.MarshallableUserObject$___Marshaller_ff6b068168b51aac5d0c18c371e02ff55d3bb0cb73296e9cf1f4a65917105dec
- write(ProtobufTagMarshaller.WriteContext, EmbeddedMetadata) - Method in class org.infinispan.metadata.EmbeddedMetadata$___Marshaller_d44c815cc3de96e45a01e06b569541e480035dc14f5499e3f3edc3fa7c6fe67
- write(ProtobufTagMarshaller.WriteContext, EmbeddedMetadata.EmbeddedExpirableMetadata) - Method in class org.infinispan.metadata.EmbeddedExpirableMetadata$___Marshaller_57542ccf09e811f3460251c589ca05aed449dbbc1765661fa3851dddaac8dd71
- write(ProtobufTagMarshaller.WriteContext, EmbeddedMetadata.EmbeddedLifespanExpirableMetadata) - Method in class org.infinispan.metadata.EmbeddedLifespanExpirableMetadata$___Marshaller_8da6d90d1f279b201c958e38c4b73ab7f2712dc1dc20b32c21334eacdfc6fd4b
- write(ProtobufTagMarshaller.WriteContext, EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata) - Method in class org.infinispan.metadata.EmbeddedMaxIdleExpirableMetadata$___Marshaller_6887b83200c53e83a8233e38450ed44c3191b4968b578e16a63c12add76959ed
- write(ProtobufTagMarshaller.WriteContext, IracMetadata) - Method in class org.infinispan.metadata.impl.IracMetadata$___Marshaller_cf0a6ded5e9e5b145ea5821d40d9659677d03a5df3e405762cc053e3bbb15e64
- write(ProtobufTagMarshaller.WriteContext, PrivateMetadata) - Method in class org.infinispan.metadata.impl.PrivateMetadata$___Marshaller_2707b1b527c228e45215e24669c8ab752e6a1689fb6e3510d925b1e899b8ee06
- write(ProtobufTagMarshaller.WriteContext, JGroupsAddress) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress$___Marshaller_fff84712bca7d00f611bdc3fd76a067b0a3a1f4981a7d3aad1c9257d9a5d7324
- write(ProtobufTagMarshaller.WriteContext, CacheRoleImpl) - Method in class org.infinispan.security.impl.CacheRoleImpl$___Marshaller_8ebe2292503551beeebd9f0cc1e432a19521b4115fff99f8859a58acb74d6d74
- write(ProtobufTagMarshaller.WriteContext, ClusterRoleMapper.RoleSet) - Method in class org.infinispan.security.mappers.RoleSet$___Marshaller_2fda1a742ac008d38f1c852650748615da7cca98a60afaa87bb162ebc6157665
- write(ProtobufTagMarshaller.WriteContext, ByteString) - Method in class org.infinispan.util.ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a
- WRITE - Enum constant in enum class org.infinispan.security.AuthorizationPermission
-
Allows writing data to a cache
- WRITE - Enum constant in enum class org.infinispan.util.concurrent.DataOperationOrderer.Operation
- WRITE_BEHIND - Enum constant in enum class org.infinispan.configuration.parsing.Element
- WRITE_ONLY - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- WRITE_ONLY - Enum constant in enum class org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store supports only being written to.
- WRITE_ONLY - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- WRITE_SKEW_CHECK - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- WriteableCacheCollectionMapper<E,
R> - Class in org.infinispan.util -
A writeable cache collection mapper that also has constant time operations for things such as
Collection.contains(Object)if the underlying Collection does. - WriteableCacheCollectionMapper(CacheCollection<E>, Function<? super E, ? extends R>, Function<? super E, ? extends R>, Function<? super R, ? extends E>, InjectiveFunction<Object, ?>) - Constructor for class org.infinispan.util.WriteableCacheCollectionMapper
- WriteableCacheCollectionMapper(CacheCollection<E>, Function<? super E, ? extends R>, Function<? super R, ? extends E>, InjectiveFunction<Object, ?>) - Constructor for class org.infinispan.util.WriteableCacheCollectionMapper
- WriteableCacheSetMapper<E,
R> - Class in org.infinispan.util -
A writeable cache set mapper that also has constant time operations for things such as
Collection.contains(Object)if the underlying Set does. - WriteableCacheSetMapper(CacheSet<E>, InjectiveFunction<? super E, ? extends R>, InjectiveFunction<? super E, ? extends R>, InjectiveFunction<? super R, ? extends E>, InjectiveFunction<Object, ?>) - Constructor for class org.infinispan.util.WriteableCacheSetMapper
- WriteableCacheSetMapper(CacheSet<E>, InjectiveFunction<? super E, ? extends R>, InjectiveFunction<? super R, ? extends E>, InjectiveFunction<Object, ?>) - Constructor for class org.infinispan.util.WriteableCacheSetMapper
- writeBackups() - Method in class org.infinispan.distribution.DistributionInfo
- writeCache(ConfigurationWriter, String, Configuration) - Method in class org.infinispan.configuration.serializing.CoreConfigurationSerializer
- WriteCommand - Interface in org.infinispan.commands.write
-
A command that modifies the cache in some way
- writeCommandHeader(ObjectOutput, ReplicableCommand) - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
- writeCommandParameters(ObjectOutput, ReplicableCommand) - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
- writeCommonStoreElements(ConfigurationWriter, StoreConfiguration) - Method in class org.infinispan.configuration.serializing.AbstractStoreSerializer
- writeCommonStoreSubAttributes(ConfigurationWriter, AbstractStoreConfiguration) - Method in class org.infinispan.configuration.serializing.AbstractStoreSerializer
- writeContext(int) - Method in class org.infinispan.cache.impl.DecoratedCache
- writeEntries(Iterable<MarshallableEntry<K, V>>, Predicate<? super StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Writes the entries to the stores that pass the given predicate
- writeEntries(Iterable<MarshallableEntry<K, V>>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- writeEntries(Iterable<MarshallableEntry<K, V>>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.manager.TracedPersistenceManager
- writeEntries(Iterable<MarshallableEntry<K, V>>, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- writeEntry(FileChannel, ByteBuffer, byte[], EntryMetadata, byte[], byte[], long, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- writeExternalClean(Object, AdvancedExternalizer, ObjectOutput) - Static method in class org.infinispan.marshall.core.GlobalMarshaller
- writeGlobalState() - Method in interface org.infinispan.globalstate.GlobalStateManager
-
Persists the global state by contacting all registered scope providers
- writeGlobalState() - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
- writeHeader(ByteBuffer, short, short, int, short, long, long) - Static method in class org.infinispan.persistence.sifs.EntryHeader
- writeInternalClean(Object, AdvancedExternalizer, ObjectOutput) - Static method in class org.infinispan.marshall.core.GlobalMarshaller
- WriteManyCommandHelper<C,
Container, - Class in org.infinispan.interceptors.distributionItem> - WriteManyCommandHelper(Function<WriteManyCommandHelper<C, ?, ?>, InvocationSuccessFunction<C>>) - Constructor for class org.infinispan.interceptors.distribution.WriteManyCommandHelper
- writeMapCommand(PutMapCommand, InvocationContext, BiPredicate<? super PutMapCommand, Object>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Writes the values modified from a put map command to the stores.
- writeMapCommand(PutMapCommand, InvocationContext, BiPredicate<? super PutMapCommand, Object>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- writeMapCommand(PutMapCommand, InvocationContext, BiPredicate<? super PutMapCommand, Object>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- writeObject(ObjectOutput, Class) - Method in class org.infinispan.marshall.exts.ClassExternalizer
- writeObject(ObjectOutput, Enum<?>) - Method in class org.infinispan.marshall.exts.EnumExternalizer
- writeObject(ObjectOutput, Object) - Method in class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
- writeObject(ObjectOutput, Object) - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
- writeObject(ObjectOutput, Object) - Method in class org.infinispan.reactive.publisher.PublisherReducers.PublisherReducersExternalizer
- writeObject(ObjectOutput, Object) - Method in class org.infinispan.reactive.publisher.PublisherTransformers.PublisherTransformersExternalizer
- writeObject(ObjectOutput, Object) - Method in class org.infinispan.stream.impl.CacheBiConsumers.Externalizer
- writeObject(ObjectOutput, Object) - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
- writeObject(ObjectOutput, Throwable) - Method in class org.infinispan.marshall.exts.ThrowableExternalizer
- writeObject(ObjectOutput, Collection) - Method in class org.infinispan.marshall.exts.CollectionExternalizer
- writeObject(ObjectOutput, DoubleSummaryStatistics) - Method in class org.infinispan.marshall.exts.DoubleSummaryStatisticsExternalizer
- writeObject(ObjectOutput, IntSummaryStatistics) - Method in class org.infinispan.marshall.exts.IntSummaryStatisticsExternalizer
- writeObject(ObjectOutput, LongSummaryStatistics) - Method in class org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer
- writeObject(ObjectOutput, Map) - Method in class org.infinispan.marshall.exts.MapExternalizer
- writeObject(ObjectOutput, Optional) - Method in class org.infinispan.marshall.exts.OptionalExternalizer
- writeObject(ObjectOutput, Set) - Method in class org.infinispan.marshall.exts.EnumSetExternalizer
- writeObject(ObjectOutput, UUID) - Method in class org.infinispan.marshall.exts.UuidExternalizer
- writeObject(ObjectOutput, BiFunctionMapper) - Method in class org.infinispan.cache.impl.BiFunctionMapper.Externalizer
- writeObject(ObjectOutput, EncoderEntryMapper) - Method in class org.infinispan.cache.impl.EncoderEntryMapper.Externalizer
- writeObject(ObjectOutput, EncoderKeyMapper) - Method in class org.infinispan.cache.impl.EncoderKeyMapper.Externalizer
- writeObject(ObjectOutput, EncoderValueMapper) - Method in class org.infinispan.cache.impl.EncoderValueMapper.Externalizer
- writeObject(ObjectOutput, FunctionMapper) - Method in class org.infinispan.cache.impl.FunctionMapper.Externalizer
- writeObject(ObjectOutput, MergeFunction) - Method in class org.infinispan.commands.functional.functions.MergeFunction.Externalizer
- writeObject(ObjectOutput, CacheRpcCommand) - Method in class org.infinispan.marshall.exts.CacheRpcCommandExternalizer
- writeObject(ObjectOutput, CacheRpcCommand) - Method in class org.infinispan.marshall.exts.TriangleAckExternalizer
- writeObject(ObjectOutput, ReplicableCommand) - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
- writeObject(ObjectOutput, IntSet) - Method in class org.infinispan.util.IntSetExternalizer
- writeObject(ObjectOutput, ImmortalCacheEntry) - Method in class org.infinispan.container.entries.ImmortalCacheEntry.Externalizer
- writeObject(ObjectOutput, ImmortalCacheValue) - Method in class org.infinispan.container.entries.ImmortalCacheValue.Externalizer
- writeObject(ObjectOutput, MetadataImmortalCacheEntry) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry.Externalizer
- writeObject(ObjectOutput, MetadataImmortalCacheValue) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue.Externalizer
- writeObject(ObjectOutput, MetadataMortalCacheEntry) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry.Externalizer
- writeObject(ObjectOutput, MetadataMortalCacheValue) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue.Externalizer
- writeObject(ObjectOutput, MetadataTransientCacheEntry) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry.Externalizer
- writeObject(ObjectOutput, MetadataTransientCacheValue) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue.Externalizer
- writeObject(ObjectOutput, MetadataTransientMortalCacheEntry) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry.Externalizer
- writeObject(ObjectOutput, MetadataTransientMortalCacheValue) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue.Externalizer
- writeObject(ObjectOutput, MortalCacheEntry) - Method in class org.infinispan.container.entries.MortalCacheEntry.Externalizer
- writeObject(ObjectOutput, MortalCacheValue) - Method in class org.infinispan.container.entries.MortalCacheValue.Externalizer
- writeObject(ObjectOutput, RemoteMetadata) - Method in class org.infinispan.container.entries.RemoteMetadata.Externalizer
- writeObject(ObjectOutput, TransientCacheEntry) - Method in class org.infinispan.container.entries.TransientCacheEntry.Externalizer
- writeObject(ObjectOutput, TransientCacheValue) - Method in class org.infinispan.container.entries.TransientCacheValue.Externalizer
- writeObject(ObjectOutput, TransientMortalCacheEntry) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer
- writeObject(ObjectOutput, TransientMortalCacheValue) - Method in class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer
- writeObject(ObjectOutput, NumericVersion) - Method in class org.infinispan.container.versioning.NumericVersion.Externalizer
- writeObject(ObjectOutput, SimpleClusteredVersion) - Method in class org.infinispan.container.versioning.SimpleClusteredVersion.Externalizer
- writeObject(ObjectOutput, Flag) - Method in class org.infinispan.context.Flag.Externalizer
- writeObject(ObjectOutput, DefaultConsistentHashFactory) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer
- writeObject(ObjectOutput, ReplicatedConsistentHashFactory) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory.Externalizer
- writeObject(ObjectOutput, SyncConsistentHashFactory) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Externalizer
- writeObject(ObjectOutput, SyncReplicatedConsistentHashFactory) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.Externalizer
- writeObject(ObjectOutput, TopologyAwareConsistentHashFactory) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory.Externalizer
- writeObject(ObjectOutput, TopologyAwareSyncConsistentHashFactory) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Externalizer
- writeObject(ObjectOutput, DataConversion) - Method in class org.infinispan.encoding.DataConversion.Externalizer
- writeObject(ObjectOutput, AcceptAllKeyValueFilter) - Method in class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
- writeObject(ObjectOutput, CompositeKeyValueFilter) - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
- writeObject(ObjectOutput, EntryViews.NoValueReadOnlyView) - Method in class org.infinispan.functional.impl.EntryViews.NoValueReadOnlyViewExternalizer
- writeObject(ObjectOutput, EntryViews.ReadOnlySnapshotView) - Method in class org.infinispan.functional.impl.EntryViews.ReadOnlySnapshotViewExternalizer
- writeObject(ObjectOutput, EntryViews.ReadWriteSnapshotView) - Method in class org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotViewExternalizer
- writeObject(ObjectOutput, Params) - Static method in class org.infinispan.functional.impl.Params
- writeObject(ObjectOutput, StatsEnvelope) - Method in class org.infinispan.functional.impl.StatsEnvelope.Externalizer
- writeObject(ObjectOutput, MetaParam.MetaEntryVersion) - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.EntryVersionParamExternalizer
- writeObject(ObjectOutput, MetaParam.MetaLifespan) - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.LifespanExternalizer
- writeObject(ObjectOutput, MetaParam.MetaMaxIdle) - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.MaxIdleExternalizer
- writeObject(ObjectOutput, CacheState) - Method in class org.infinispan.globalstate.impl.CacheState.Externalizer
- writeObject(ObjectOutput, ScopedState) - Method in class org.infinispan.globalstate.ScopedState.Externalizer
- writeObject(ObjectOutput, ScopeFilter) - Method in class org.infinispan.globalstate.ScopeFilter.Externalizer
- writeObject(ObjectOutput, VersionedResult) - Method in class org.infinispan.interceptors.distribution.VersionedResult.Externalizer
- writeObject(ObjectOutput, VersionedResults) - Method in class org.infinispan.interceptors.distribution.VersionedResults.Externalizer
- writeObject(ObjectOutput, MarshallableFunctions.LambdaWithMetas) - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
- writeObject(ObjectOutput, MarshallableFunctions.SetValueIfEqualsReturnBoolean) - Method in class org.infinispan.marshall.core.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
- writeObject(ObjectOutput, EmbeddedMetadata) - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
- writeObject(ObjectOutput, InternalMetadataImpl) - Method in class org.infinispan.metadata.impl.InternalMetadataImpl.Externalizer
-
Deprecated.
- writeObject(ObjectOutput, ClusterEvent) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent.Externalizer
- writeObject(ObjectOutput, ClusterListenerRemoveCallable) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.Externalizer
- writeObject(ObjectOutput, ClusterListenerReplicateCallable) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.Externalizer
- writeObject(ObjectOutput, CacheEventConverterAsConverter) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
- writeObject(ObjectOutput, CacheEventFilterAsKeyValueFilter) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
- writeObject(ObjectOutput, CacheEventFilterConverterAsKeyValueFilterConverter) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
- writeObject(ObjectOutput, KeyValueFilterAsCacheEventFilter) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
- writeObject(ObjectOutput, KeyValueFilterConverterAsCacheEventFilterConverter) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer
- writeObject(ObjectOutput, AvailabilityMode) - Method in class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
- writeObject(ObjectOutput, PublisherResponse) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponseExternalizer
- writeObject(ObjectOutput, SegmentPublisherResult) - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult.Externalizer
- writeObject(ObjectOutput, BiasRevocationResponse) - Method in class org.infinispan.remoting.responses.BiasRevocationResponse.Externalizer
- writeObject(ObjectOutput, CacheNotFoundResponse) - Method in class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
- writeObject(ObjectOutput, ExceptionResponse) - Method in class org.infinispan.remoting.responses.ExceptionResponse.Externalizer
- writeObject(ObjectOutput, SuccessfulResponse) - Method in class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer
- writeObject(ObjectOutput, UnsuccessfulResponse) - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer
- writeObject(ObjectOutput, UnsureResponse) - Method in class org.infinispan.remoting.responses.UnsureResponse.Externalizer
- writeObject(ObjectOutput, StateChunk) - Method in class org.infinispan.statetransfer.StateChunk.Externalizer
- writeObject(ObjectOutput, TransactionInfo) - Method in class org.infinispan.statetransfer.TransactionInfo.Externalizer
- writeObject(ObjectOutput, ClusterCacheStatsImpl.DistributedCacheStatsCallable) - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl.DistributedCacheStatsCallableExternalizer
- writeObject(ObjectOutput, CacheIntermediatePublisher) - Method in class org.infinispan.stream.impl.CacheIntermediatePublisher.ReducerExternalizer
- writeObject(ObjectOutput, CacheStreamIntermediateReducer) - Method in class org.infinispan.stream.impl.CacheStreamIntermediateReducer.ReducerExternalizer
- writeObject(ObjectOutput, IntermediateOperation) - Method in class org.infinispan.stream.impl.intops.IntermediateOperationExternalizer
- writeObject(ObjectOutput, CacheJoinInfo) - Method in class org.infinispan.topology.CacheJoinInfo.Externalizer
- writeObject(ObjectOutput, CacheStatusResponse) - Method in class org.infinispan.topology.CacheStatusResponse.Externalizer
- writeObject(ObjectOutput, PersistentUUID) - Method in class org.infinispan.topology.PersistentUUID.Externalizer
- writeObject(ObjectOutput, GlobalTransaction) - Method in class org.infinispan.transaction.xa.GlobalTransaction.Externalizer
- writeObject(ObjectOutput, ByteString) - Static method in class org.infinispan.util.ByteString
- writeObject(ObjectOutput, KeyValuePair) - Method in class org.infinispan.util.KeyValuePair.Externalizer
- writeObject(ObjectOutput, XSiteRequest) - Method in class org.infinispan.xsite.commands.remote.XSiteRequestExternalizer
- writeObject(ObjectOutput, XSiteState) - Method in class org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer
- writeObject(Object, OutputStream) - Method in class org.infinispan.marshall.protostream.impl.AbstractInternalProtoStreamMarshaller
- writeOnly() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
If true, any operation that reads from the cache won't be retrieved from the given store.
- writeOnly() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- writeOnly(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- writeOnly(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- writeOnly(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, this cache store will be only used to write entries.
- writeOnly(CacheEntry, DataConversion) - Static method in class org.infinispan.functional.impl.EntryViews
- WriteOnlyKeyCommand<K,
V> - Class in org.infinispan.commands.functional - WriteOnlyKeyCommand() - Constructor for class org.infinispan.commands.functional.WriteOnlyKeyCommand
- WriteOnlyKeyCommand(Object, Consumer<EntryView.WriteEntryView<K, V>>, int, CommandInvocationId, ValueMatcher, Params, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.WriteOnlyKeyCommand
- WriteOnlyKeyValueCommand<K,
V, - Class in org.infinispan.commands.functionalT> - WriteOnlyKeyValueCommand() - Constructor for class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- WriteOnlyKeyValueCommand(Object, Object, BiConsumer<T, EntryView.WriteEntryView<K, V>>, int, CommandInvocationId, ValueMatcher, Params, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- WriteOnlyManyCommand<K,
V> - Class in org.infinispan.commands.functional - WriteOnlyManyCommand() - Constructor for class org.infinispan.commands.functional.WriteOnlyManyCommand
- WriteOnlyManyCommand(Collection<?>, Consumer<EntryView.WriteEntryView<K, V>>, Params, CommandInvocationId, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.WriteOnlyManyCommand
- WriteOnlyManyCommand(WriteOnlyManyCommand<K, V>) - Constructor for class org.infinispan.commands.functional.WriteOnlyManyCommand
- WriteOnlyManyEntriesCommand<K,
V, - Class in org.infinispan.commands.functionalT> - WriteOnlyManyEntriesCommand() - Constructor for class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- WriteOnlyManyEntriesCommand(Map<?, ?>, BiConsumer<T, EntryView.WriteEntryView<K, V>>, Params, CommandInvocationId, DataConversion, DataConversion) - Constructor for class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- WriteOnlyManyEntriesCommand(WriteOnlyManyEntriesCommand<K, V, T>) - Constructor for class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- WriteOnlyMapImpl<K,
V> - Class in org.infinispan.functional.impl -
Write-only map implementation.
- WriteOnlyMapImpl(Params, FunctionalMapImpl<K, V>) - Constructor for class org.infinispan.functional.impl.WriteOnlyMapImpl
- writeOptional(ConfigurationWriter, Enum<?>, String) - Static method in class org.infinispan.configuration.serializing.SerializeUtils
- writeOwners() - Method in class org.infinispan.distribution.DistributionInfo
- writeOwnership() - Method in class org.infinispan.distribution.DistributionInfo
- writer() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- writer() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- writer() - Method in class org.infinispan.configuration.cache.IndexShardingConfigurationBuilder
- writer() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- writer() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- writer() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- writer() - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- writer() - Method in class org.infinispan.persistence.support.NonBlockingStoreAdapter
- writeScopedState(ScopedPersistentState) - Method in interface org.infinispan.globalstate.GlobalStateManager
-
Persists the specified scoped state
- writeScopedState(ScopedPersistentState) - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
- WriteSkewException - Exception Class in org.infinispan.transaction
-
Thrown when a write skew is detected
- WriteSkewException() - Constructor for exception class org.infinispan.transaction.WriteSkewException
- WriteSkewException(String, Object) - Constructor for exception class org.infinispan.transaction.WriteSkewException
- WriteSkewException(String, Throwable, Object) - Constructor for exception class org.infinispan.transaction.WriteSkewException
- WriteSkewException(Throwable, Object) - Constructor for exception class org.infinispan.transaction.WriteSkewException
- WriteSkewHelper - Class in org.infinispan.transaction.impl
-
Encapsulates write skew logic in maintaining version maps, etc.
- WriteSkewHelper() - Constructor for class org.infinispan.transaction.impl.WriteSkewHelper
- WriteSkewHelper.KeySpecificLogic - Interface in org.infinispan.transaction.impl
- writeSkewOnRead(Object, Object, EntryVersion, EntryVersion) - Method in class org.infinispan.util.logging.Log_$logger
- writeSkewOnRead(Object, Object, EntryVersion, EntryVersion) - Method in interface org.infinispan.util.logging.Log
- writeSkewOnRead$str() - Method in class org.infinispan.util.logging.Log_$logger
- writeStateTo(DataOutput) - Method in interface org.infinispan.remoting.transport.raft.RaftStateMachine
-
Writes the current state into the
DataOutput. - writeTo(ObjectOutput) - Method in class org.infinispan.commands.control.LockControlCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.TxReadOnlyKeyCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.TxReadOnlyManyCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.irac.IracCleanupKeysCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.irac.IracMetadataRequestCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.irac.IracRequestStateCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.irac.IracStateResponseCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.irac.IracTombstoneCleanupCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.irac.IracTombstonePrimaryCheckCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.irac.IracTombstoneRemoteSiteCheckCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.irac.IracTombstoneStateResponseCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.irac.IracUpdateVersionCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.read.AbstractLocalCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.read.GetAllCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.read.GetCacheEntryCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.read.GetKeyValueCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.read.SizeCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.CheckTransactionRpcCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.ClusteredGetCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.SingleRpcCommand
- writeTo(ObjectOutput) - Method in interface org.infinispan.commands.ReplicableCommand
-
Writes this instance to the
ObjectOutput. - writeTo(ObjectOutput) - Method in class org.infinispan.commands.statetransfer.ConflictResolutionStartCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.statetransfer.StateTransferCancelCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.statetransfer.StateTransferGetTransactionsCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.statetransfer.StateTransferStartCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.statetransfer.StateResponseCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.statetransfer.StateTransferGetListenersCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.topology.CacheAvailabilityUpdateCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.topology.CacheJoinCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.topology.CacheLeaveCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.topology.CacheShutdownCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.topology.CacheShutdownRequestCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.topology.CacheStatusRequestCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.topology.RebalancePhaseConfirmCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.topology.RebalancePolicyUpdateCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.topology.RebalanceStartCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.topology.RebalanceStatusRequestCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.topology.TopologyUpdateCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.topology.TopologyUpdateStableCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.triangle.BackupNoopCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.triangle.MultiEntriesFunctionalBackupWriteCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.triangle.MultiKeyFunctionalBackupWriteCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.triangle.PutMapBackupWriteCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.triangle.SingleKeyBackupWriteCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.triangle.SingleKeyFunctionalBackupWriteCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.tx.CommitCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.tx.PrepareCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.tx.VersionedCommitCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.BackupAckCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.BackupMultiKeyAckCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.ClearCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.ComputeCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.ComputeIfAbsentCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.ExceptionAckCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.InvalidateCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.InvalidateL1Command
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.IracPutKeyValueCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.PutKeyValueCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.PutMapCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.RemoveCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.ReplaceCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.expiration.impl.TouchCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.manager.impl.ReplicableManagerFunctionCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.manager.impl.ReplicableRunnableCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.CancelPublisherCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.reactive.publisher.impl.commands.batch.NextPublisherCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.reactive.publisher.impl.commands.reduction.ReductionPublisherRequestCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.topology.HeartBeatCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.remote.IracPutManyRequest
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.remote.IracTombstoneCheckRequest
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.remote.IracTouchKeyRequest
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.remote.XSiteCacheRequest
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.remote.XSiteRemoteEventCommand
- writeTo(ObjectOutput) - Method in interface org.infinispan.xsite.commands.remote.XSiteRequest
-
Writes this instance to the
ObjectOutput. - writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.remote.XSiteStatePushRequest
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.remote.XSiteStateTransferControlRequest
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteAmendOfflineStatusCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteAutoTransferStatusCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteBringOnlineCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteLocalEventCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteOfflineStatusCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteSetStateTransferModeCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteStateTransferCancelSendCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishReceiveCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteStateTransferFinishSendCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteStateTransferRestartSendingCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartReceiveCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteStateTransferStartSendCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.commands.XSiteTakeOfflineCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
- writeTo(ObjectOutput) - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
- writeTo(ObjectOutput, CommandInvocationId) - Static method in class org.infinispan.commands.CommandInvocationId
- writeTo(ObjectOutput, IracTombstoneInfo) - Static method in class org.infinispan.container.versioning.irac.IracTombstoneInfo
- writeTo(ObjectOutput, DataConversion) - Static method in class org.infinispan.encoding.DataConversion
- writeTo(ObjectOutput, MetaParams) - Static method in class org.infinispan.functional.impl.MetaParams
- writeTo(ObjectOutput, IracMetadata) - Static method in class org.infinispan.metadata.impl.IracMetadata
- writeTo(ObjectOutput, XSiteEvent) - Static method in class org.infinispan.xsite.events.XSiteEvent
- writeTo(ObjectOutput, IracManagerKeyInfo) - Static method in class org.infinispan.xsite.irac.IracManagerKeyInfo
- writeTo(PrepareResponse, ObjectOutput) - Static method in class org.infinispan.remoting.responses.PrepareResponse
- writeToAllNonTxStores(MarshallableEntry, int, Predicate<? super StoreConfiguration>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
Write to all stores that are not transactional.
- writeToAllNonTxStores(MarshallableEntry, int, Predicate<? super StoreConfiguration>) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- writeToAllNonTxStores(MarshallableEntry, int, Predicate<? super StoreConfiguration>, long) - Method in interface org.infinispan.persistence.manager.PersistenceManager
- writeToAllNonTxStores(MarshallableEntry, int, Predicate<? super StoreConfiguration>, long) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
- writeToAllNonTxStores(MarshallableEntry, int, Predicate<? super StoreConfiguration>, long) - Method in class org.infinispan.persistence.manager.TracedPersistenceManager
- writeToAllNonTxStores(MarshallableEntry, int, Predicate<? super StoreConfiguration>, long) - Method in class org.infinispan.persistence.support.DelegatingPersistenceManager
- writeTypedProperties(ConfigurationWriter, TypedProperties) - Static method in class org.infinispan.configuration.serializing.SerializeUtils
- writeTypedProperties(ConfigurationWriter, TypedProperties, Enum<?>, Enum<?>) - Static method in class org.infinispan.configuration.serializing.SerializeUtils
- writeUnknown(Marshaller, Object, ObjectOutput) - Static method in class org.infinispan.marshall.core.GlobalMarshaller
- wrongTypeForJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
- wrongTypeForJGroupsChannelLookup(String, Exception) - Method in interface org.infinispan.util.logging.Log
- wrongTypeForJGroupsChannelLookup$str() - Method in class org.infinispan.util.logging.Log_$logger
X
- X_SITE - Enum constant in enum class org.infinispan.telemetry.SpanCategory
-
Span category for x-site operations causally related by client interactions.
- XaTransactionTable - Class in org.infinispan.transaction.xa
-
TransactionTableto be used withTransactionXaAdapter. - XaTransactionTable() - Constructor for class org.infinispan.transaction.xa.XaTransactionTable
- xid2LocalTx - Variable in class org.infinispan.transaction.xa.XaTransactionTable
- XSITE - Static variable in interface org.infinispan.util.logging.Log
- xsiteAdminOperationError(String, String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
- xsiteAdminOperationError(String, String, Throwable) - Method in interface org.infinispan.util.logging.Log
- xsiteAdminOperationError$str() - Method in class org.infinispan.util.logging.Log_$logger
- XSiteAdminOperations - Class in org.infinispan.xsite
-
Managed bean exposing sys admin operations for Cross-Site replication functionality.
- XSiteAdminOperations() - Constructor for class org.infinispan.xsite.XSiteAdminOperations
- XSiteAmendOfflineStatusCommand - Class in org.infinispan.xsite.commands
-
Amend a sites offline status.
- XSiteAmendOfflineStatusCommand() - Constructor for class org.infinispan.xsite.commands.XSiteAmendOfflineStatusCommand
- XSiteAmendOfflineStatusCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteAmendOfflineStatusCommand
- XSiteAmendOfflineStatusCommand(ByteString, String, Integer, Long) - Constructor for class org.infinispan.xsite.commands.XSiteAmendOfflineStatusCommand
- XSiteAsyncAckListener - Interface in org.infinispan.remoting.transport
-
A listener to be notified when an asynchronous cross-site request is completed.
- XSiteAutoTransferStatusCommand - Class in org.infinispan.xsite.commands
-
A
CacheRpcCommandto check the remote site status and state transfer mode in the local cluster. - XSiteAutoTransferStatusCommand() - Constructor for class org.infinispan.xsite.commands.XSiteAutoTransferStatusCommand
- XSiteAutoTransferStatusCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteAutoTransferStatusCommand
- XSiteAutoTransferStatusCommand(ByteString, String) - Constructor for class org.infinispan.xsite.commands.XSiteAutoTransferStatusCommand
- XSiteBackup - Class in org.infinispan.xsite
- XSiteBackup(String, boolean, long) - Constructor for class org.infinispan.xsite.XSiteBackup
- XSiteBringOnlineCommand - Class in org.infinispan.xsite.commands
-
Take a site offline.
- XSiteBringOnlineCommand() - Constructor for class org.infinispan.xsite.commands.XSiteBringOnlineCommand
- XSiteBringOnlineCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteBringOnlineCommand
- XSiteBringOnlineCommand(ByteString, String) - Constructor for class org.infinispan.xsite.commands.XSiteBringOnlineCommand
- xsiteCacheManagerDoesNotAllowInvocations(String) - Method in class org.infinispan.util.logging.Log_$logger
- xsiteCacheManagerDoesNotAllowInvocations(String) - Method in interface org.infinispan.util.logging.Log
- xsiteCacheManagerDoesNotAllowInvocations$str() - Method in class org.infinispan.util.logging.Log_$logger
- XSiteCacheMapper - Class in org.infinispan.xsite
-
Maps caches from remote site to local caches.
- XSiteCacheMapper() - Constructor for class org.infinispan.xsite.XSiteCacheMapper
- XSiteCacheMapper.LocalCacheInfo - Interface in org.infinispan.xsite
- XSiteCacheMapper.RemoteCacheInfo - Interface in org.infinispan.xsite
- xsiteCacheNotFound(String, ByteString) - Method in class org.infinispan.util.logging.Log_$logger
- xsiteCacheNotFound(String, ByteString) - Method in interface org.infinispan.util.logging.Log
- xsiteCacheNotFound$str() - Method in class org.infinispan.util.logging.Log_$logger
- xsiteCacheNotStarted(String, ByteString) - Method in class org.infinispan.util.logging.Log_$logger
- xsiteCacheNotStarted(String, ByteString) - Method in interface org.infinispan.util.logging.Log
- xsiteCacheNotStarted$str() - Method in class org.infinispan.util.logging.Log_$logger
- XSiteCacheRequest<T> - Class in org.infinispan.xsite.commands.remote
-
A
XSiteRequestwhich is associated to a cache. - XSiteCacheRequest(ByteString) - Constructor for class org.infinispan.xsite.commands.remote.XSiteCacheRequest
- xsiteCancelReceiveFailed(Throwable, String, String) - Method in class org.infinispan.util.logging.Log_$logger
- xsiteCancelReceiveFailed(Throwable, String, String) - Method in interface org.infinispan.util.logging.Log
- xsiteCancelReceiveFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
- xsiteCancelSendFailed(Throwable, String) - Method in class org.infinispan.util.logging.Log_$logger
- xsiteCancelSendFailed(Throwable, String) - Method in interface org.infinispan.util.logging.Log
- xsiteCancelSendFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
- XSiteEntryMergePolicy<K,
V> - Interface in org.infinispan.xsite.spi -
An interface to resolve conflicts for asynchronous cross-site replication.
- XSiteEntryMergePolicyFactory - Class in org.infinispan.factories
-
A factory for
XSiteEntryMergePolicy. - XSiteEntryMergePolicyFactory() - Constructor for class org.infinispan.factories.XSiteEntryMergePolicyFactory
- XSiteEvent - Class in org.infinispan.xsite.events
-
Represents an event related to cross-site.
- XSiteEventSender - Class in org.infinispan.xsite.events
-
A collector of events to be sent to the remote site.
- XSiteEventSender(BiConsumer<XSiteBackup, XSiteRemoteEventCommand>) - Constructor for class org.infinispan.xsite.events.XSiteEventSender
- XSiteEventsManager - Interface in org.infinispan.xsite.events
-
A manager class that handles the
XSiteEventfrom local and remote sites. - XSiteEventsManagerImpl - Class in org.infinispan.xsite.events
-
Default implementation of
XSiteEventsManager. - XSiteEventsManagerImpl() - Constructor for class org.infinispan.xsite.events.XSiteEventsManagerImpl
- XSiteEventType - Enum Class in org.infinispan.xsite.events
-
Types of
XSiteEvent. - xsiteInLocalCache() - Method in class org.infinispan.util.logging.Log_$logger
- xsiteInLocalCache() - Method in interface org.infinispan.util.logging.Log
- xsiteInLocalCache(String, ByteString) - Method in class org.infinispan.util.logging.Log_$logger
- xsiteInLocalCache(String, ByteString) - Method in interface org.infinispan.util.logging.Log
- xsiteInLocalCache0$str() - Method in class org.infinispan.util.logging.Log_$logger
- xsiteInLocalCache2$str() - Method in class org.infinispan.util.logging.Log_$logger
- xsiteInvalidConfigurationRemoteSite(String, CacheConfigurationException) - Method in class org.infinispan.util.logging.Log_$logger
- xsiteInvalidConfigurationRemoteSite(String, CacheConfigurationException) - Method in interface org.infinispan.util.logging.Log
- xsiteInvalidConfigurationRemoteSite$str() - Method in class org.infinispan.util.logging.Log_$logger
- XSiteLocalEventCommand - Class in org.infinispan.xsite.commands
-
Sends
XSiteEventlist from a local site node. - XSiteLocalEventCommand() - Constructor for class org.infinispan.xsite.commands.XSiteLocalEventCommand
- XSiteLocalEventCommand(List<XSiteEvent>) - Constructor for class org.infinispan.xsite.commands.XSiteLocalEventCommand
- XSiteMergePolicy - Enum Class in org.infinispan.xsite.spi
-
An alias with the provided implementation of
XSiteEntryMergePolicy. - XSiteMetricsCollector - Interface in org.infinispan.xsite.metrics
-
Collects metrics about cross-site replication operations.
- XSiteNamedCache - Class in org.infinispan.xsite
-
Caches the site name
StringandByteStringinstances. - XSiteOfflineStatusCommand - Class in org.infinispan.xsite.commands
-
Get the offline status of a
BackupSender. - XSiteOfflineStatusCommand() - Constructor for class org.infinispan.xsite.commands.XSiteOfflineStatusCommand
- XSiteOfflineStatusCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteOfflineStatusCommand
- XSiteOfflineStatusCommand(ByteString, String) - Constructor for class org.infinispan.xsite.commands.XSiteOfflineStatusCommand
- XSiteRemoteEventCommand - Class in org.infinispan.xsite.commands.remote
-
Sends a
XSiteEventlist from a remote site. - XSiteRemoteEventCommand() - Constructor for class org.infinispan.xsite.commands.remote.XSiteRemoteEventCommand
- XSiteRemoteEventCommand(List<XSiteEvent>) - Constructor for class org.infinispan.xsite.commands.remote.XSiteRemoteEventCommand
- XSiteRequest<T> - Interface in org.infinispan.xsite.commands.remote
-
It represents a cross-site request.
- XSiteRequestExternalizer - Class in org.infinispan.xsite.commands.remote
-
Externalizer for
XSiteRequestand its implementations. - XSiteResponse<O> - Interface in org.infinispan.remoting.transport
-
An extension to
CompletionStagewithXSiteResponse.whenCompleted(XSiteResponseCompleted). - XSiteResponse.XSiteResponseCompleted - Interface in org.infinispan.remoting.transport
- XSiteResponseImpl<O> - Class in org.infinispan.remoting.transport.impl
-
Default implementation of
XSiteResponse. - XSiteResponseImpl(TimeService, XSiteBackup) - Constructor for class org.infinispan.remoting.transport.impl.XSiteResponseImpl
- XSiteSetStateTransferModeCommand - Class in org.infinispan.xsite.commands
-
A
CacheRpcCommandthat sets theXSiteStateTransferModecluster-wide. - XSiteSetStateTransferModeCommand() - Constructor for class org.infinispan.xsite.commands.XSiteSetStateTransferModeCommand
- XSiteSetStateTransferModeCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteSetStateTransferModeCommand
- XSiteSetStateTransferModeCommand(ByteString, String, XSiteStateTransferMode) - Constructor for class org.infinispan.xsite.commands.XSiteSetStateTransferModeCommand
- XSiteState - Class in org.infinispan.xsite.statetransfer
-
Represents the state of a single key to be sent to a backup site.
- XSiteState.XSiteStateExternalizer - Class in org.infinispan.xsite.statetransfer
- XSiteStateConsumer - Interface in org.infinispan.xsite.statetransfer
-
It contains the logic needed to consume the state sent from other site.
- XSiteStateConsumerImpl - Class in org.infinispan.xsite.statetransfer
-
It contains the logic needed to consume the state sent from other site.
- XSiteStateConsumerImpl(Configuration) - Constructor for class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl
- XSiteStateExternalizer() - Constructor for class org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer
- XSiteStateProvider - Interface in org.infinispan.xsite.statetransfer
-
It contains the logic to send state to another site.
- XSiteStateProviderImpl - Class in org.infinispan.xsite.statetransfer
-
It contains the logic to send state to another site.
- XSiteStateProviderImpl(Configuration) - Constructor for class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
- XSiteStateProviderState - Interface in org.infinispan.xsite.statetransfer
-
Interface to store the information about a single remote site for
XSiteStateProviderImpl. - XSiteStatePushCommand - Class in org.infinispan.xsite.statetransfer
-
Wraps the state to be sent to another site
- XSiteStatePushCommand() - Constructor for class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
- XSiteStatePushCommand(ByteString) - Constructor for class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
- XSiteStatePushCommand(ByteString, XSiteState[]) - Constructor for class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
- XSiteStatePushRequest - Class in org.infinispan.xsite.commands.remote
-
Wraps the state to be sent to another site.
- XSiteStatePushRequest() - Constructor for class org.infinispan.xsite.commands.remote.XSiteStatePushRequest
- XSiteStatePushRequest(ByteString, XSiteState[], long) - Constructor for class org.infinispan.xsite.commands.remote.XSiteStatePushRequest
- XSiteStatePushTask - Interface in org.infinispan.xsite.statetransfer
-
Sends local cluster state to remote site.
- xsiteStateTransferAlreadyInProgress(String) - Method in class org.infinispan.util.logging.Log_$logger
- xsiteStateTransferAlreadyInProgress(String) - Method in interface org.infinispan.util.logging.Log
- xsiteStateTransferAlreadyInProgress$str() - Method in class org.infinispan.util.logging.Log_$logger
- XSiteStateTransferCancelSendCommand - Class in org.infinispan.xsite.commands
-
Cancel sending XSite state.
- XSiteStateTransferCancelSendCommand() - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferCancelSendCommand
- XSiteStateTransferCancelSendCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferCancelSendCommand
- XSiteStateTransferCancelSendCommand(ByteString, String) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferCancelSendCommand
- XSiteStateTransferClearStatusCommand - Class in org.infinispan.xsite.commands
-
Clear XSite state transfer status.
- XSiteStateTransferClearStatusCommand() - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferClearStatusCommand
- XSiteStateTransferClearStatusCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferClearStatusCommand
- XSiteStateTransferCollector - Class in org.infinispan.xsite.statetransfer
-
It collects the acknowledgements sent from local site member to signal the ending of the state sent.
- XSiteStateTransferCollector(Collection<Address>) - Constructor for class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
- XSiteStateTransferConfiguration - Class in org.infinispan.configuration.cache
-
Configuration needed for State Transfer between different sites.
- XSiteStateTransferConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- XSiteStateTransferConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configuration Builder to configure the state transfer between sites.
- XSiteStateTransferConfigurationBuilder(ConfigurationBuilder, BackupConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- XSiteStateTransferControlRequest - Class in org.infinispan.xsite.commands.remote
-
Controls the start and stop of receiving the cross-site state transfer.
- XSiteStateTransferControlRequest() - Constructor for class org.infinispan.xsite.commands.remote.XSiteStateTransferControlRequest
- XSiteStateTransferControlRequest(ByteString, boolean) - Constructor for class org.infinispan.xsite.commands.remote.XSiteStateTransferControlRequest
- XSiteStateTransferFinishReceiveCommand - Class in org.infinispan.xsite.commands
-
Finish receiving XSite state.
- XSiteStateTransferFinishReceiveCommand() - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferFinishReceiveCommand
- XSiteStateTransferFinishReceiveCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferFinishReceiveCommand
- XSiteStateTransferFinishReceiveCommand(ByteString, String) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferFinishReceiveCommand
- XSiteStateTransferFinishSendCommand - Class in org.infinispan.xsite.commands
-
Finish sending XSite state.
- XSiteStateTransferFinishSendCommand() - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferFinishSendCommand
- XSiteStateTransferFinishSendCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferFinishSendCommand
- XSiteStateTransferFinishSendCommand(ByteString, String, boolean) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferFinishSendCommand
- XSiteStateTransferManager - Interface in org.infinispan.xsite.statetransfer
-
It manages the state transfer between sites.
- XSiteStateTransferManagerImpl - Class in org.infinispan.xsite.statetransfer
-
XSiteStateTransferManagerimplementation. - XSiteStateTransferManagerImpl(Configuration) - Constructor for class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
- XSiteStateTransferRestartSendingCommand - Class in org.infinispan.xsite.commands
-
Restart sending XSite state.
- XSiteStateTransferRestartSendingCommand() - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferRestartSendingCommand
- XSiteStateTransferRestartSendingCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferRestartSendingCommand
- XSiteStateTransferRestartSendingCommand(ByteString, String, int) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferRestartSendingCommand
- XSiteStateTransferStartReceiveCommand - Class in org.infinispan.xsite.commands
-
Start receiving XSite state.
- XSiteStateTransferStartReceiveCommand() - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferStartReceiveCommand
- XSiteStateTransferStartReceiveCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferStartReceiveCommand
- XSiteStateTransferStartReceiveCommand(ByteString, String) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferStartReceiveCommand
- XSiteStateTransferStartSendCommand - Class in org.infinispan.xsite.commands
-
Start send XSite state.
- XSiteStateTransferStartSendCommand() - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferStartSendCommand
- XSiteStateTransferStartSendCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferStartSendCommand
- XSiteStateTransferStartSendCommand(ByteString, String, int) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferStartSendCommand
- XSiteStateTransferStatusRequestCommand - Class in org.infinispan.xsite.commands
-
Get XSite state transfer status.
- XSiteStateTransferStatusRequestCommand() - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferStatusRequestCommand
- XSiteStateTransferStatusRequestCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteStateTransferStatusRequestCommand
- XSiteStatusCommand - Class in org.infinispan.xsite.commands
-
Return the status of a
BackupSender. - XSiteStatusCommand() - Constructor for class org.infinispan.xsite.commands.XSiteStatusCommand
- XSiteStatusCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteStatusCommand
- XSiteTakeOfflineCommand - Class in org.infinispan.xsite.commands
-
Take a site offline.
- XSiteTakeOfflineCommand() - Constructor for class org.infinispan.xsite.commands.XSiteTakeOfflineCommand
- XSiteTakeOfflineCommand(ByteString) - Constructor for class org.infinispan.xsite.commands.XSiteTakeOfflineCommand
- XSiteTakeOfflineCommand(ByteString, String) - Constructor for class org.infinispan.xsite.commands.XSiteTakeOfflineCommand
Z
- ZERO_CAPACITY_NODE - Enum constant in enum class org.infinispan.configuration.parsing.Attribute
- ZERO_LOCK_ACQUISITION_TIMEOUT - Enum constant in enum class org.infinispan.context.Flag
-
Overrides the
LockingConfiguration.lockAcquisitionTimeout(long)configuration setting by ensuring lock managers use a 0-millisecond lock acquisition timeout. - ZERO_LOCK_ACQUISITION_TIMEOUT - Static variable in class org.infinispan.context.impl.FlagBitSets
- zeroCapacityNode(boolean) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
Set the zero capacity node to true to configure a global capacity factor 0.0f for every distributed cache.
- ZIPKIN - Enum constant in enum class org.infinispan.configuration.global.TracingExporterProtocol
-
Tracing will be exported in JSON Zipkin format using HTTP.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
BasicComponentRegistryinstead.