- AbstractCachePutInterceptor - Class in org.infinispan.jcache.annotation
-
Base CachePut
interceptor implementation.
- AbstractCachePutInterceptor(CacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.AbstractCachePutInterceptor
-
- AbstractCacheRemoveAllInterceptor - Class in org.infinispan.jcache.annotation
-
CacheRemoveAll
interceptor implementation.
- AbstractCacheRemoveAllInterceptor(CacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
-
- AbstractCacheRemoveEntryInterceptor - Class in org.infinispan.jcache.annotation
-
CacheRemove
interceptor implementation.This interceptor uses the following algorithm describes in
JSR-107.
- AbstractCacheRemoveEntryInterceptor(CacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
-
- AbstractCacheResultInterceptor - Class in org.infinispan.jcache.annotation
-
CacheResult
interceptor implementation.
- AbstractCacheResultInterceptor(CacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
-
- AbstractCacheTransaction - Class in org.infinispan.transaction
-
Base class for local and remote transaction.
- AbstractCacheTransaction(GlobalTransaction, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.AbstractCacheTransaction
-
- AbstractConfigurationChildBuilder - Class in org.infinispan.client.hotrod.configuration
-
AbstractConfigurationChildBuilder.
- AbstractConfigurationChildBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- AbstractCustomInterceptorsConfigurationChildBuilder - Class in org.infinispan.configuration.cache
-
- AbstractCustomInterceptorsConfigurationChildBuilder(CustomInterceptorsConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractCustomInterceptorsConfigurationChildBuilder
-
- AbstractDelegatingAdvancedCache.AdvancedCacheWrapper<K,V> - Interface in org.infinispan
-
- AbstractDelegatingMarshaller - Class in org.infinispan.commons.marshall
-
With the introduction of global and cache marshallers, there's a need to
separate marshallers but still rely on the same marshalling backend as
previously.
- AbstractDelegatingMarshaller() - Constructor for class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- AbstractEnlistmentAdapter - Class in org.infinispan.transaction
-
Base class for both Sync and XAResource enlistment adapters.
- AbstractEnlistmentAdapter(CacheTransaction, CommandsFactory, RpcManager, TransactionTable, ClusteringDependentLogic, Configuration, TransactionCoordinator) - Constructor for class org.infinispan.transaction.AbstractEnlistmentAdapter
-
- AbstractEnlistmentAdapter(CommandsFactory, RpcManager, TransactionTable, ClusteringDependentLogic, Configuration, TransactionCoordinator) - Constructor for class org.infinispan.transaction.AbstractEnlistmentAdapter
-
- AbstractExternalizer<T> - Class in org.infinispan.commons.marshall
-
Base class for
AdvancedExternalizer
implementations that offers default
implementations for some of its methods.
- AbstractExternalizer() - Constructor for class org.infinispan.commons.marshall.AbstractExternalizer
-
- AbstractGlobalModuleConfigurationBuilder - Class in org.infinispan.configuration.global
-
- AbstractGlobalModuleConfigurationBuilder(GlobalConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.AbstractGlobalModuleConfigurationBuilder
-
- AbstractJBossMarshaller - Class in org.infinispan.commons.marshall.jboss
-
Common parent for both embedded and standalone JBoss Marshalling-based marshallers.
- AbstractJBossMarshaller() - Constructor for class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- AbstractJBossMarshaller.DebuggingExceptionListener - Class in org.infinispan.commons.marshall.jboss
-
- AbstractJBossMarshaller.DebuggingExceptionListener() - Constructor for class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller.DebuggingExceptionListener
-
- AbstractJCache<K,V> - Class in org.infinispan.jcache
-
- AbstractJCache(MutableConfiguration<K, V>, CacheManager, AbstractJCacheNotifier<K, V>) - Constructor for class org.infinispan.jcache.AbstractJCache
-
- AbstractJCacheListenerAdapter<K,V> - Class in org.infinispan.jcache
-
- AbstractJCacheListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Constructor for class org.infinispan.jcache.AbstractJCacheListenerAdapter
-
- AbstractJCacheManager - Class in org.infinispan.jcache
-
Infinispan's implementation of CacheManager
.
- AbstractJCacheManager(URI, ClassLoader, CachingProvider, Properties, boolean) - Constructor for class org.infinispan.jcache.AbstractJCacheManager
-
- AbstractJCacheNotifier<K,V> - Class in org.infinispan.jcache
-
JCache notifications dispatcher.
- AbstractJCacheNotifier() - Constructor for class org.infinispan.jcache.AbstractJCacheNotifier
-
- AbstractJCachingProvider - Class in org.infinispan.jcache
-
Shared behavior for the embedded and client-server implementations.
- AbstractJCachingProvider() - Constructor for class org.infinispan.jcache.AbstractJCachingProvider
-
- AbstractJdbcStoreConfiguration - Class in org.infinispan.persistence.jdbc.configuration
-
- AbstractJdbcStoreConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties, ConnectionFactoryConfiguration, boolean) - Constructor for class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
-
- AbstractJdbcStoreConfigurationBuilder<T extends AbstractJdbcStoreConfiguration,S extends AbstractJdbcStoreConfigurationBuilder<T,S>> - Class in org.infinispan.persistence.jdbc.configuration
-
- AbstractJdbcStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
-
- AbstractJdbcStoreConfigurationChildBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?,S>> - Class in org.infinispan.persistence.jdbc.configuration
-
AbstractJdbcStoreConfigurationChildBuilder.
- AbstractJdbcStoreConfigurationChildBuilder(AbstractJdbcStoreConfigurationBuilder<?, S>) - Constructor for class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
-
- AbstractListenerImpl<T,L extends ListenerInvocation<T>> - Class in org.infinispan.notifications
-
- AbstractListenerImpl() - Constructor for class org.infinispan.notifications.AbstractListenerImpl
-
- AbstractListenerImpl.AbstractInvocationBuilder - Class in org.infinispan.notifications
-
- AbstractListenerImpl.AbstractInvocationBuilder() - Constructor for class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- AbstractListenerImpl.ListenerInvocationImpl<A> - Class in org.infinispan.notifications
-
Class that encapsulates a valid invocation for a given registered listener - containing a reference to the method
to be invoked as well as the target object.
- AbstractListenerImpl.ListenerInvocationImpl(Object, Method, boolean, ClassLoader, Subject) - Constructor for class org.infinispan.notifications.AbstractListenerImpl.ListenerInvocationImpl
-
- AbstractMarshaller - Class in org.infinispan.commons.marshall
-
Abstract Marshaller implementation containing shared implementations.
- AbstractMarshaller() - Constructor for class org.infinispan.commons.marshall.AbstractMarshaller
-
- AbstractModuleConfigurationBuilder - Class in org.infinispan.configuration.cache
-
AbstractModuleConfigurationBuilder.
- AbstractModuleConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
-
- AbstractPersistenceConfigurationChildBuilder - Class in org.infinispan.configuration.cache
-
AbstractPersistenceConfigurationChildBuilder.
- AbstractPersistenceConfigurationChildBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
-
- AbstractRemoteStoreConfigurationChildBuilder<S> - Class in org.infinispan.persistence.remote.configuration
-
AbstractRemoteStoreConfigurationChildBuilder.
- AbstractRemoteStoreConfigurationChildBuilder(RemoteStoreConfigurationBuilder) - Constructor for class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- AbstractRestStoreConfigurationChildBuilder<S> - Class in org.infinispan.persistence.rest.configuration
-
AbstractRestStoreConfigurationChildBuilder.
- AbstractRestStoreConfigurationChildBuilder(RestStoreConfigurationBuilder) - Constructor for class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
-
- AbstractSecurityConfigurationChildBuilder - Class in org.infinispan.client.hotrod.configuration
-
AbstractSecurityConfigurationChildBuilder.
- AbstractStoreConfiguration - Class in org.infinispan.configuration.cache
-
- AbstractStoreConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- AbstractStoreConfigurationBuilder<T extends StoreConfiguration,S extends AbstractStoreConfigurationBuilder<T,S>> - Class in org.infinispan.configuration.cache
-
- AbstractStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
- AbstractStoreConfigurationChildBuilder<S> - Class in org.infinispan.configuration.cache
-
- AbstractStoreConfigurationChildBuilder(StoreConfigurationBuilder<? extends AbstractStoreConfiguration, ? extends StoreConfigurationBuilder<?, ?>>) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
-
- AbstractTransportConfigurationChildBuilder - Class in org.infinispan.configuration.cache
-
- AbstractTransportConfigurationChildBuilder(TransactionConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
-
- accept(K) - Method in interface org.infinispan.notifications.KeyFilter
-
- actualNumOwners - Variable in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- AdaptiveBufferSizePredictor - Class in org.infinispan.commons.marshall
-
The
BufferSizePredictor
that automatically increases and
decreases the predicted buffer size on feed back.
- AdaptiveBufferSizePredictor() - Constructor for class org.infinispan.commons.marshall.AdaptiveBufferSizePredictor
-
Creates a new predictor with the default parameters.
- AdaptiveBufferSizePredictor(int, int, int) - Constructor for class org.infinispan.commons.marshall.AdaptiveBufferSizePredictor
-
Creates a new predictor with the specified parameters.
- add(E) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Adds the specified element to this set if it is not already present.
- add(Integer) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- add(Permission) - Method in class org.infinispan.security.CachePermissionCollection
-
- addAdvancedExternalizer(int, AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Helper method that allows for quick registration of an
AdvancedExternalizer
implementation alongside its corresponding identifier.
- addAdvancedExternalizer(int, AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Deprecated.
- addAdvancedExternalizer(AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Helper method that allows for quick registration of an
AdvancedExternalizer
implementation alongside its corresponding identifier.
- addAdvancedExternalizer(AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- addAdvancedExternalizer(AdvancedExternalizer<T>...) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- addAdvancedExternalizer(AdvancedExternalizer<T>...) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- addAffectedKey(Object) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- addAll(Collection<? extends Integer>) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- addAllAffectedKeys(Collection<?>) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- addAllSynchronizedBlocks(Collection<TotalOrderLatch>) - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- addBackup() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
- addBackupLockForKey(Object) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- addBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- addBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.TopologyAwareConsistentHashFactory
-
- addCache(String) - Method in class org.infinispan.jcache.remote.ServerManager
-
- addCacheDependency(String, String) - Method in class org.infinispan.manager.DefaultCacheManager
-
- addCacheDependency(String, String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Add a dependency between two caches.
- addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
-
- addCacheLoaderAdapter(CacheLoader<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
-
- addCacheLoaderAdapter(CacheLoader<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
-
- addCacheLoaderAdapter(CacheLoader<K, V>) - Method in class org.infinispan.jcache.remote.JCache
-
- addCacheWriterAdapter(CacheWriter<? super K, ? super V>) - Method in class org.infinispan.jcache.AbstractJCache
-
- addCacheWriterAdapter(CacheWriter<? super K, ? super V>) - Method in class org.infinispan.jcache.embedded.JCache
-
- addCacheWriterAdapter(CacheWriter<? super K, ? super V>) - Method in class org.infinispan.jcache.remote.JCache
-
- addClientListener(AddClientListenerOperation) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- addClientListener(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Add a client listener to receive events that happen in the remote cache.
- addClientListener(Object, Object[], Object[]) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Add a client listener to receive events that happen in the remote cache.
- addClientQueryListener(RemoteCache<?, ?>, Object, Query) - Static method in class org.infinispan.client.hotrod.event.ClientEvents
-
Register a client listener that uses a query DSL based filter.
- addCluster(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- addCluster(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- addCluster(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Adds a new remote server cluster
- addClusterLoader() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Adds a cluster cache loader
- addClusterNode(String, int) - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- addConfigurationListeners() - Method in class org.infinispan.jcache.AbstractJCache
-
- addContinuousQueryListener(RemoteCache<?, ?>, ContinuousQueryListener, Query) - Static method in class org.infinispan.client.hotrod.event.ClientEvents
-
Registers a continuous query listener that uses a query DSL based filter.
- addContinuousQueryListener(Query, ContinuousQueryListener<K, C>) - Method in class org.infinispan.query.continuous.ContinuousQuery
-
- addErroneousAttribute(String) - Method in exception org.infinispan.commons.CacheConfigurationException
-
- addExecutorProperty(String, String) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
Add key/value property pair to this executor factory configuration
- addExecutorProperty(String, String) - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
-
Add key/value property pair to this executor factory configuration
- addGetTimeNano(long) - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
- addGrouper(Grouper<?>) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Add a grouper
- addInterceptor(CommandInterceptor, int) - Method in interface org.infinispan.AdvancedCache
-
Adds a custom interceptor to the interceptor chain, at specified position, where the first interceptor in the
chain is at position 0 and the last one at NUM_INTERCEPTORS - 1.
- addInterceptor() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
-
Adds a new custom interceptor definition, to be added to the cache when the cache is started.
- addInterceptorAfter(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in interface org.infinispan.AdvancedCache
-
Adds a custom interceptor to the interceptor chain, after an instance of the specified interceptor type.
- addInterceptorBefore(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in interface org.infinispan.AdvancedCache
-
Adds a custom interceptor to the interceptor chain, before an instance of the specified interceptor type.
- addInUseBackupSite(String) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
Defines the site names, from the list of sites names defined within 'backups' element, to
which this cache backups its data.
- addKeysLockedForClear() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- addListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
-
- addListener(CacheEntryListenerConfiguration<K, V>, AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
-
- addListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
-
- addListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.remote.JCache
-
- addListener(Object) - Method in class org.infinispan.manager.DefaultCacheManager
-
- addListener(Object, KeyFilter<? super K>, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareFilteringListenable
-
Adds a listener to the component.
- addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareFilteringListenable
-
Adds a listener with the provided filter and converter and using a given classloader when invoked.
- addListener(Object, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareListenable
-
Adds a listener along with a class loader to use for the invocation
- addListener(Object, KeyFilter) - Method in interface org.infinispan.notifications.FilteringListenable
-
Adds a listener to the component.
- addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in interface org.infinispan.notifications.FilteringListenable
-
Registers a listener that will be notified on events that pass the filter condition.
- addListener(Object) - Method in interface org.infinispan.notifications.Listenable
-
Adds a listener to the component.
- addLockedKey(Object) - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- addModification(WriteCommand) - Method in class org.infinispan.transaction.LocalTransaction
-
- addModule(Class<T>) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- addModule(Class<T>) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- addOwner(int, Address) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- addOwner(int, Address) - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- addOwner(int, Address) - Method in class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory.Builder
-
- addOwnerNoCheck(int, Address) - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- addOwners(int, Collection<Address>) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- addPrimaryOwner(int, Address) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- addPrimaryOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- addProperty(String, String) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
Defines a single property.
- addProperty(String, String) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
-
- addProperty(String, String) - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
-
Add key/value property pair to this data container configuration
- addProperty(String, String) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
Defines a single property.
- addProperty(String, String) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
- addProperty(String, String) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
Defines a single property.
- addProperty(String, String) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
-
Add key/value property pair to this executor factory configuration
- addProperty(String, String) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
- addProperty(String, String) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
Add key/value property pair to this executor factory configuration
- addProperty(String, String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
- addReadKey(Object) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- addReadKey(Object) - Method in class org.infinispan.transaction.LocalTransaction
-
- addServer() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- addServer() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- addServer() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Adds a new remote server
- addServer() - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- addServer() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- addServer() - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Adds a new remote server
- addServers(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- addServers(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- addServers(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Adds a list of remote servers in the form: host1[:port][;host2[:port]]...
- addSingleFileStore() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Adds a single file cache store
- addStore(Class<T>) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Adds a cache loader which uses the specified builder class to build its configuration
- addStore(StoreConfigurationBuilder<?, ?>) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Adds a cache loader which uses the specified builder instance to build its configuration
- addSynchronizedBlock(TotalOrderLatch) - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- addSyncNotificationLatch(Cache<K, V>, K, V, CountDownLatch) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
-
- addVersionRead(Object, EntryVersion) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- AdvancedCache<K,V> - Interface in org.infinispan
-
An advanced interface that exposes additional methods not available on
Cache
.
- AdvancedCacheLoader<K,V> - Interface in org.infinispan.persistence.spi
-
A specialised extension of the
CacheLoader
interface that allows processing parallel iteration over the
existing entries.
- AdvancedCacheLoader.CacheLoaderTask<K,V> - Interface in org.infinispan.persistence.spi
-
Offers a callback to be invoked for parallel iteration over the entries in an external store.
- AdvancedCacheLoader.KeyFilter<K> - Interface in org.infinispan.persistence.spi
-
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
- AdvancedCacheLoader.TaskContext - Interface in org.infinispan.persistence.spi
-
- AdvancedCacheWriter<K,V> - Interface in org.infinispan.persistence.spi
-
Defines advanced functionality for persisting data to an external storage.
- AdvancedCacheWriter.PurgeListener<K> - Interface in org.infinispan.persistence.spi
-
- AdvancedExternalizer<T> - Interface in org.infinispan.commons.marshall
-
AdvancedExternalizer
provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in
Externalizer
.
- advancedExternalizers() - Method in class org.infinispan.configuration.global.SerializationConfiguration
-
- AdvancedLoadWriteStore<K,V> - Interface in org.infinispan.persistence.spi
-
Advanced interface for interacting with an external store in a read-write mode.
- affectedKeys - Variable in class org.infinispan.transaction.AbstractCacheTransaction
-
Holds all the locked keys that were acquired by the transaction allover the cluster.
- after() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
-
- after(Class<? extends CommandInterceptor>) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Dictates that the custom interceptor appears immediately after the specified interceptor.
- afterFailures() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
-
- afterFailures(int) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
-
The number of failed request operations after which this site should be taken offline.
- AggregatedParameterMetaData - Class in org.infinispan.jcache.annotation
-
Contains all parameters metadata for a method annotated with a cache annotation.
- AggregatedParameterMetaData(List<ParameterMetaData>, List<ParameterMetaData>, ParameterMetaData) - Constructor for class org.infinispan.jcache.annotation.AggregatedParameterMetaData
-
- aggregateReducedResult(Map<KOut, List<VOut>>, Map<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- allBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
Returns the list of all sites where this cache might back up its data.
- allowDuplicateDomains() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
- allowDuplicateDomains(Boolean) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
If true, multiple cache manager instances could be configured under the same configured JMX
domain.
- and() - Method in interface org.infinispan.query.dsl.FilterConditionContext
-
Creates a new context and connects it with the current one using boolean AND.
- and(FilterConditionContext) - Method in interface org.infinispan.query.dsl.FilterConditionContext
-
Connects a given context with the current one using boolean AND.
- annotation - Variable in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- AnnotationInjectExtension - Class in org.infinispan.jcache.annotation
-
CDI extension to register additional interceptor bindings
- AnnotationInjectExtension() - Constructor for class org.infinispan.jcache.annotation.AnnotationInjectExtension
-
- AnyEquivalence<T> - Class in org.infinispan.commons.equivalence
-
A compare function for objects.
- AnyServerEquivalence - Class in org.infinispan.commons.equivalence
-
AnyServerEquivalence.
- AnyServerEquivalence() - Constructor for class org.infinispan.commons.equivalence.AnyServerEquivalence
-
- appendCacheNameToPath(boolean) - Method in class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
-
- appendCacheNameToPath() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
-
- appendCacheNameToPath(boolean) - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- appendCacheNameToPath(boolean) - Method in interface org.infinispan.persistence.rest.configuration.RestStoreConfigurationChildBuilder
-
Determines whether to append the cache name to the path URI.
- applyDelta(K, Delta, Object...) - Method in interface org.infinispan.AdvancedCache
-
Applies the given Delta to the DeltaAware object stored under deltaAwareValueKey if and only if all
locksToAcquire locks are successfully obtained
- assertNotNull(Object, String) - Static method in class org.infinispan.jcache.annotation.Contracts
-
Asserts that the given parameter is not null
.
- asSet(T...) - Static method in class org.infinispan.jcache.annotation.CollectionsHelper
-
Creates a
Set
with the given elements.
- asStringPath() - Method in class org.infinispan.objectfilter.PropertyPath
-
- async() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
Configuration for the async cache loader.
- async - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
- async() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
Configuration for the async cache store.
- async() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
-
- async() - Method in interface org.infinispan.configuration.cache.CacheStoreConfiguration
-
Configuration for the async cache loader.
- async() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
Configure async sub element.
- async() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
Configure async sub element.
- async() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
If configured all communications are asynchronous, in that whenever a thread sends a message
sent over the wire, it does not wait for an acknowledgment before returning.
- async() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
Configuration for the async cache loader.
- async() - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
Configuration for the async cache store.
- AsyncCache<K,V> - Interface in org.infinispan.commons.api
-
AsyncCache.
- AsyncConfiguration - Class in org.infinispan.configuration.cache
-
If configured all communications are asynchronous, in that whenever a thread sends a message sent
over the wire, it does not wait for an acknowledgment before returning.
- AsyncConfigurationBuilder - Class in org.infinispan.configuration.cache
-
If configured all communications are asynchronous, in that whenever a thread sends a message sent
over the wire, it does not wait for an acknowledgment before returning.
- AsyncConfigurationBuilder(ClusteringConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
- asyncExecutorFactory() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- asyncExecutorFactory() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- asyncExecutorFactory() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- asyncExecutorFactory() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Configuration for the executor service used for asynchronous work on the Transport, including
asynchronous marshalling and Cache 'async operations' such as Cache.putAsync().
- asyncExecutorFactory() - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- asyncExecutorFactory() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- asyncExecutorFactory() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- asyncExecutorFactory() - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Configuration for the executor service used for asynchronous work on the Transport, including
asynchronous marshalling and Cache 'async operations' such as Cache.putAsync().
- asyncListenerExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- asyncListenerExecutor() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- asyncListenerExecutor() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- asyncMarshalling() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
-
Asynchronous marshalling allows the caller to return even quicker, but it can
suffer from reordering of operations.
- asyncMarshalling() - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
Enable asynchronous marshalling.
- asyncMarshalling(boolean) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
- asyncOperationsExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- asyncOperationsExecutor() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- asyncOperationsExecutor() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- asyncProcessor - Variable in class org.infinispan.notifications.AbstractListenerImpl
-
- AsyncStoreConfiguration - Class in org.infinispan.configuration.cache
-
Configuration for the async cache store.
- AsyncStoreConfigurationBuilder<S> - Class in org.infinispan.configuration.cache
-
Configuration for the async cache store.
- asyncTransportExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- asyncTransportExecutor() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- asyncTransportExecutor() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- AtomicHashMap.Externalizer - Class in org.infinispan.atomic
-
- AtomicHashMap.Externalizer() - Constructor for class org.infinispan.atomic.AtomicHashMap.Externalizer
-
- AtomicHashMapDelta.Externalizer - Class in org.infinispan.atomic
-
- AtomicHashMapDelta.Externalizer() - Constructor for class org.infinispan.atomic.AtomicHashMapDelta.Externalizer
-
- AtomicMap<K,V> - Interface in org.infinispan.atomic
-
This is a special type of Map geared for use in Infinispan.
- AtomicMapLookup - Class in org.infinispan.atomic
-
A helper that locates or safely constructs and registers atomic maps with a given cache.
- AtomicMapLookup() - Constructor for class org.infinispan.atomic.AtomicMapLookup
-
- Attribute - Enum in org.infinispan.persistence.jdbc.configuration
-
Enumerates the attributes used by the JDBC cache stores configuration
- Attribute - Enum in org.infinispan.persistence.jpa.configuration
-
Enumerates the attributes used by the JPA cache stores configuration
- Attribute - Enum in org.infinispan.persistence.leveldb.configuration
-
Enumerates the attributes used by the LevelDB cache stores configuration
- Attribute - Enum in org.infinispan.persistence.remote.configuration
-
Enumerates the attributes used by the Remote cache store configuration
- Attribute - Enum in org.infinispan.persistence.rest.configuration
-
Enumerates the attributes used by the Remote cache store configuration
- audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in interface org.infinispan.security.AuditLogger
-
- audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in class org.infinispan.security.impl.DefaultAuditLogger
-
- AuditContext - Enum in org.infinispan.security
-
AuditContext.
- auditLogger() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
-
- auditLogger(AuditLogger) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
The instance of an
AuditLogger
to be used to track operations performed on caches and cachemanagers
- AuditLogger - Interface in org.infinispan.security
-
AuditLogger.
- AuditResponse - Enum in org.infinispan.security
-
- authentication() - Method in class org.infinispan.client.hotrod.configuration.AbstractSecurityConfigurationChildBuilder
-
- authentication() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfiguration
-
- authentication() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
-
- AuthenticationConfiguration - Class in org.infinispan.client.hotrod.configuration
-
AuthenticationConfiguration.
- AuthenticationConfiguration(CallbackHandler, Subject, boolean, String, Map<String, String>, String) - Constructor for class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- AuthenticationConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
AuthenticationConfigurationBuilder.
- AuthenticationConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
- authorization() - Method in class org.infinispan.configuration.cache.SecurityConfiguration
-
- authorization() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
-
- authorization() - Method in interface org.infinispan.configuration.cache.SecurityConfigurationChildBuilder
-
- authorization() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
-
- authorization() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
-
- authorization() - Method in interface org.infinispan.configuration.global.GlobalSecurityConfigurationChildBuilder
-
Defines global roles as groups of permissions
- AuthorizationConfiguration - Class in org.infinispan.configuration.cache
-
AuthorizationConfiguration.
- AuthorizationConfigurationBuilder - Class in org.infinispan.configuration.cache
-
AuthorizationConfigurationBuilder.
- AuthorizationConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
- AuthorizationManager - Interface in org.infinispan.security
-
The AuthorizationManager is a cache-scoped component which verifies that the
Subject
associated with the current
AccessControlContext
has the requested permissions.
- AuthorizationPermission - Enum in org.infinispan.security
-
AuthorizationPermission.
- 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.
- avg(String) - Static method in class org.infinispan.query.dsl.Expression
-
- awaitInitialTransfer() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
If true
, this will cause the first call to method CacheManager.getCache()
on the joiner node to
block and wait until the joining is complete and the cache has finished receiving state from neighboring caches
(if fetchInMemoryState is enabled).
- awaitInitialTransfer(boolean) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
If true
, this will cause the first call to method CacheManager.getCache()
on the joiner node to
block and wait until the joining is complete and the cache has finished receiving state from neighboring caches
(if fetchInMemoryState is enabled).
- awaitTermination(long, TimeUnit) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- awaitUntilReset() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- Cache<K,V> - Interface in org.infinispan
-
The central interface of Infinispan.
- cache - Variable in class org.infinispan.distexec.DefaultExecutorService
-
- cache - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- CACHE_STOPPED_TOPOLOGY_ID - Static variable in class org.infinispan.transaction.TransactionTable
-
- CacheConfigurationException - Exception in org.infinispan.commons
-
An exception that represents an error in the configuration.
- CacheConfigurationException(Exception) - Constructor for exception org.infinispan.commons.CacheConfigurationException
-
- CacheConfigurationException(String) - Constructor for exception org.infinispan.commons.CacheConfigurationException
-
- CacheConfigurationException(String, String) - Constructor for exception org.infinispan.commons.CacheConfigurationException
-
- CacheConfigurationException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheConfigurationException
-
- CacheContainer - Interface in org.infinispan.manager
-
- CacheContainerStats - Interface in org.infinispan.stats
-
Similar to
Stats
but in the scope of a single per node CacheContainer
- CacheEntriesEvicted - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when cache entries are evicted.
- CacheEntriesEvictedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- CacheEntryActivated - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is activated.
- CacheEntryActivatedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- CacheEntryCreated - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is created.
- CacheEntryCreatedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- CacheEntryEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.
- CacheEntryEvicted - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
Deprecated.
Note that this annotation will be removed in Infinispan 6.0
- CacheEntryEvictedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
Deprecated.
Note that this interface will be removed in Infinispan 6.0
- CacheEntryExpired - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is expired
Methods annotated with this annotation should be public and take in a single parameter, a
CacheEntryExpiredEvent
otherwise an
IncorrectListenerException
will be thrown when registering your cache listener.
- CacheEntryExpiredEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- CacheEntryInvalidated - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is invalidated.
- CacheEntryInvalidatedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
Notifies a listener of an invalidation event.
- CacheEntryLoaded - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is loaded from a
CacheLoader
.
- CacheEntryLoadedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- CacheEntryModified - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry has been modified.
- CacheEntryModifiedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- CacheEntryPassivated - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when cache entries are passivated.
- CacheEntryPassivatedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- CacheEntryRemoved - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
- CacheEntryRemovedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- CacheEntryVisited - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is visited.
- CacheEntryVisitedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- CacheException - Exception in org.infinispan
-
Deprecated.
- CacheException() - Constructor for exception org.infinispan.CacheException
-
Deprecated.
- CacheException(Throwable) - Constructor for exception org.infinispan.CacheException
-
Deprecated.
- CacheException(String) - Constructor for exception org.infinispan.CacheException
-
Deprecated.
- CacheException(String, Throwable) - Constructor for exception org.infinispan.CacheException
-
Deprecated.
- CacheException - Exception in org.infinispan.commons
-
Thrown when operations on Cache
fail unexpectedly.
- CacheException() - Constructor for exception org.infinispan.commons.CacheException
-
- CacheException(Throwable) - Constructor for exception org.infinispan.commons.CacheException
-
- CacheException(String) - Constructor for exception org.infinispan.commons.CacheException
-
- CacheException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheException
-
- cacheExists(String) - Method in class org.infinispan.manager.DefaultCacheManager
-
- cacheExists(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
- CacheInvocationParameterImpl - Class in org.infinispan.jcache.annotation
-
The CacheInvocationParameter
implementation.
- CacheInvocationParameterImpl(ParameterMetaData, Object) - Constructor for class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
-
- CacheKeyInvocationContextFactory - Class in org.infinispan.jcache.annotation
-
- CacheKeyInvocationContextFactory(BeanManager) - Constructor for class org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory
-
- CacheKeyInvocationContextFactory() - Constructor for class org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory
-
- CacheKeyInvocationContextImpl<A extends Annotation> - Class in org.infinispan.jcache.annotation
-
The CacheKeyInvocationContext
implementation.
- CacheKeyInvocationContextImpl(InvocationContext, MethodMetaData<A>) - Constructor for class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
-
- CacheListenerException - Exception in org.infinispan.commons
-
Wraps exceptions produced by listener implementations.
- CacheListenerException() - Constructor for exception org.infinispan.commons.CacheListenerException
-
- CacheListenerException(Throwable) - Constructor for exception org.infinispan.commons.CacheListenerException
-
- CacheListenerException(String) - Constructor for exception org.infinispan.commons.CacheListenerException
-
- CacheListenerException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheListenerException
-
- CacheLoader<K,V> - Interface in org.infinispan.persistence.spi
-
Defines the logic for loading data from an external storage.
- CacheLoaderConfiguration - Interface in org.infinispan.configuration.cache
-
LoaderConfiguration
- CacheLoaderConfigurationBuilder<T extends CacheLoaderConfiguration,S extends CacheLoaderConfigurationBuilder<T,S>> - Interface in org.infinispan.configuration.cache
-
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
- CacheLookupHelper - Class in org.infinispan.jcache.annotation
-
An helper class providing useful methods for cache lookup.
- CacheManager - Interface in org.infinispan.manager
-
Deprecated.
- cacheManagerName() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
- cacheManagerName(String) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
If JMX statistics are enabled, this property represents the name of this cache manager.
- cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.persistence.remote.LifecycleCallbacks
-
- CacheMode - Enum in org.infinispan.configuration.cache
-
Cache replication mode.
- cacheMode() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
Cache mode.
- cacheMode(CacheMode) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
Cache mode.
- cacheModeString() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
- cacheName() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- cacheNameBytes(String) - Static method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- cacheNameBytes() - Static method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- 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
-
- cachePut(InvocationContext) - Method in class org.infinispan.jcache.annotation.AbstractCachePutInterceptor
-
- cachePut(InvocationContext) - Method in class org.infinispan.jcache.annotation.CachePutInterceptor
-
- cachePut(InvocationContext) - Method in class org.infinispan.jcache.annotation.InjectedCachePutInterceptor
-
- CachePutInterceptor - Class in org.infinispan.jcache.annotation
-
CachePut
interceptor implementation.
- CachePutInterceptor(DefaultCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.CachePutInterceptor
-
- CacheQuery - Interface in org.infinispan.query
-
A cache-query is what will be returned when the getQuery() method is run on
SearchManagerImpl
.
- cacheRemoveAll(InvocationContext) - Method in class org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
-
- cacheRemoveAll(InvocationContext) - Method in class org.infinispan.jcache.annotation.CacheRemoveAllInterceptor
-
- cacheRemoveAll(InvocationContext) - Method in class org.infinispan.jcache.annotation.InjectedCacheRemoveAllInterceptor
-
- CacheRemoveAllInterceptor - Class in org.infinispan.jcache.annotation
-
CacheRemoveAll
interceptor implementation.
- CacheRemoveAllInterceptor(DefaultCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.CacheRemoveAllInterceptor
-
- cacheRemoveEntry(InvocationContext) - Method in class org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
-
- cacheRemoveEntry(InvocationContext) - Method in class org.infinispan.jcache.annotation.CacheRemoveEntryInterceptor
-
- cacheRemoveEntry(InvocationContext) - Method in class org.infinispan.jcache.annotation.InjectedCacheRemoveEntryInterceptor
-
- CacheRemoveEntryInterceptor - Class in org.infinispan.jcache.annotation
-
CacheRemove
interceptor implementation.This interceptor uses the following algorithm describes in
JSR-107.
- CacheRemoveEntryInterceptor(DefaultCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.CacheRemoveEntryInterceptor
-
- cacheResult(InvocationContext) - Method in class org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
-
- cacheResult(InvocationContext) - Method in class org.infinispan.jcache.annotation.CacheResultInterceptor
-
- cacheResult(InvocationContext) - Method in class org.infinispan.jcache.annotation.InjectedCacheResultInterceptor
-
- CacheResultInterceptor - Class in org.infinispan.jcache.annotation
-
CacheResult
interceptor implementation.
- CacheResultInterceptor(DefaultCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.CacheResultInterceptor
-
- cacheSize() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
-
- cacheSize - Variable in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- cacheSize(long) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- CacheStarted - Annotation Type in org.infinispan.notifications.cachemanagerlistener.annotation
-
This annotation should be used on methods that need to be notified when a cache is started.
- CacheStartedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
This event is passed in to any method annotated with
CacheStarted
.
- CacheStopped - Annotation Type in org.infinispan.notifications.cachemanagerlistener.annotation
-
This annotation should be used on methods that need to be notified when a cache is stopped.
- CacheStoppedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
This event is passed in to any method annotated with
CacheStopped
.
- cacheStopTimeout(long) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing
remote and local transactions to finish.
- cacheStopTimeout() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing
remote and local transactions to finish.
- cacheStopTimeout(long) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing
remote and local transactions to finish.
- cacheStopTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing
remote and local transactions to finish.
- CacheStoreConfiguration - Interface in org.infinispan.configuration.cache
-
- CacheStoreConfigurationBuilder<T extends CacheStoreConfiguration,S extends CacheStoreConfigurationBuilder<T,S>> - Interface in org.infinispan.configuration.cache
-
StoreConfigurationBuilder is the interface which should be implemented by all cache store builders
- CacheTopologyInfo - Interface in org.infinispan.client.hotrod
-
Contains information about cache topology including servers and owned segments.
- CacheWriter<K,V> - Interface in org.infinispan.persistence.spi
-
Allows persisting data to an external storage, as opposed to the
CacheLoader
.
- callable(Callable<T>) - Method in interface org.infinispan.distexec.DistributedTaskBuilder
-
- callbackHandler() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- callbackHandler(CallbackHandler) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Specifies a
CallbackHandler
to be used during the authentication handshake.
- canAddOwners(List<Address>) - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- canAddOwners(List<Address>) - Method in class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory.Builder
-
- cancellableTasks - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- cancellationService - Variable in class org.infinispan.distexec.DefaultExecutorService
-
- cancellationService - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- 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.SyncConsistentHashFactory.Builder
-
- cause() - Method in interface org.infinispan.distexec.FailoverContext
-
Returns the Throwable which was the cause of the task failure.
- checkCapacityFactors(List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory
-
- checkNotClosed() - Method in class org.infinispan.jcache.AbstractJCache
-
- checkNotClosed() - Method in class org.infinispan.jcache.embedded.JCache
-
- checkNotClosed() - Method in class org.infinispan.jcache.remote.JCache
-
- checkNotNull(Object, String) - Method in class org.infinispan.jcache.AbstractJCache
-
- checkPermission(AuthorizationPermission) - Method in interface org.infinispan.security.AuthorizationManager
-
- checkPermission(CachePermission) - Static method in class org.infinispan.security.Security
-
- chunkSize() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
The state will be transferred in batches of chunkSize
cache entries.
- chunkSize(int) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
The state will be transferred in batches of chunkSize
cache entries.
- chunkSize() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
-
- chunkSize(int) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
If > 0, the state will be transferred in batches of chunkSize
cache entries.
- classLoader(ClassLoader) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- classLoader() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- classLoader(ClassLoader) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- classLoader(ClassLoader) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
- classLoader() - Method in class org.infinispan.configuration.cache.Configuration
-
Deprecated.
- classLoader(ClassLoader) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
Deprecated.
- classLoader() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
Get the classloader in use by this configuration.
- classLoader(ClassLoader) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- classLoader - Variable in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- classLoader - Variable in class org.infinispan.notifications.AbstractListenerImpl.ListenerInvocationImpl
-
- ClassLoaderAwareFilteringListenable<K,V> - Interface in org.infinispan.notifications
-
Interface that enhances
FilteringListenable
with the possibility of specifying the
ClassLoader
which should be set as the context class loader for the invoked
listener method
- ClassLoaderAwareListenable - Interface in org.infinispan.notifications
-
Interface that enhances
Listenable
with the possibility of specifying the
ClassLoader
which should be set as the context class loader for the invoked
listener method
- classResolver() - Method in class org.infinispan.configuration.global.SerializationConfiguration
-
- classResolver(ClassResolver) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Class resolver to use when unmarshallig objects.
- cleanup() - Static method in class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
-
- cleanupLeaverTransactions(List<Address>) - Method in class org.infinispan.transaction.TransactionTable
-
- 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
- cleanupTimedOutTransactions() - Method in class org.infinispan.transaction.TransactionTable
-
- clear() - Method in interface org.infinispan.Cache
-
Removes all mappings from the cache.
- clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
-
- clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
-
- clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Removes all of the elements from this set.
- clear() - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
-
- clear() - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Clear the cached marshallable type hints.
- clear() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- clear() - Method in class org.infinispan.jcache.embedded.JCache
-
- clear() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
Statistics will also automatically be cleared if internal counters
overflow.
- clear() - Method in class org.infinispan.jcache.remote.JCache
-
- clear() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- clear() - Method in class org.infinispan.persistence.file.SingleFileStore
-
- clear() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- clear() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- clear() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- clear() - Method in class org.infinispan.persistence.jpa.JpaStore
-
- clear() - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- clear() - Method in class org.infinispan.persistence.remote.RemoteStore
-
- clear() - Method in class org.infinispan.persistence.rest.RestStore
-
- clear() - Method in interface org.infinispan.persistence.spi.AdvancedCacheWriter
-
Removes all the data from the storage.
- clearAsync() - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- clearAsync() - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #clear()
.
- clearBackupLockedKeys() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- clearGroupers() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Clear the groupers
- clearLockedKeys() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- clearLookedUpEntries() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- clearModules() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- clearModules() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- ClearOperation<K,V> - Class in org.infinispan.atomic
-
An atomic clear operation.
- ClearOperation.Externalizer - Class in org.infinispan.atomic
-
- ClearOperation.Externalizer() - Constructor for class org.infinispan.atomic.ClearOperation.Externalizer
-
- clearProperties() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Clears the interceptor properties
- clearProperties() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Clears the transport properties
- clearRemoteLocksAcquired() - Method in class org.infinispan.transaction.LocalTransaction
-
- clearStores() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Removes any configured stores from this builder.
- clearThreshold() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
-
- clearThreshold - Variable in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- clearThreshold(int) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- ClientCacheEntryCreated - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheEntryCreatedEvent<K> - Interface in org.infinispan.client.hotrod.event
-
Client side cache entry created events provide information on the created
key, and the version of the entry.
- ClientCacheEntryCustomEvent<T> - Interface in org.infinispan.client.hotrod.event
-
The events generated by default contain just enough information to make the
event relevant but they avoid cramming too much information in order to reduce
the cost of sending them.
- ClientCacheEntryExpired - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheEntryExpiredEvent<K> - Interface in org.infinispan.client.hotrod.event
-
Client side cache entry expired events provide information on the expired key.
- ClientCacheEntryModified - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheEntryModifiedEvent<K> - Interface in org.infinispan.client.hotrod.event
-
Client side cache entry modified events provide information on the modified
key, and the version of the entry after the modification.
- ClientCacheEntryRemoved - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheEntryRemovedEvent<K> - Interface in org.infinispan.client.hotrod.event
-
Client side cache entry removed events provide information on the removed key.
- ClientCacheFailover - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheFailoverEvent - Interface in org.infinispan.client.hotrod.event
-
Event received when the registered listener fails over to a different node.
- ClientEvent - Interface in org.infinispan.client.hotrod.event
-
- ClientEvent.Type - Enum in org.infinispan.client.hotrod.event
-
- ClientEvents - Class in org.infinispan.client.hotrod.event
-
- ClientListener - Annotation Type in org.infinispan.client.hotrod.annotation
-
Annotation that marks a class to receive remote events from Hot Rod caches.
- ClientListenerNotifier - Class in org.infinispan.client.hotrod.event
-
- ClientListenerNotifier(ExecutorService, Codec, Marshaller, TransportFactory) - Constructor for class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- clientSubject() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- clientSubject(Subject) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the client subject, necessary for those SASL mechanisms which require it to access client credentials (i.e.
- clone(Callable<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- clone(Mapper<KIn, VIn, KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- clone(Reducer<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- clone() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- clone() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- clone() - Method in class org.infinispan.transaction.RemoteTransaction
-
- close() - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- close() - Method in class org.infinispan.jcache.AbstractJCachingProvider
-
- close(ClassLoader) - Method in class org.infinispan.jcache.AbstractJCachingProvider
-
- close(URI, ClassLoader) - Method in class org.infinispan.jcache.AbstractJCachingProvider
-
- close() - Method in class org.infinispan.jcache.embedded.JCache
-
- close() - Method in class org.infinispan.jcache.remote.JCache
-
- close() - Method in interface org.infinispan.query.ResultIterator
-
This method must be called on your iterator once you have finished so that any local
or remote resources can be freed up.
- closeMarshaller() - Method in interface org.infinispan.commons.marshall.jboss.RiverCloseListener
-
- closeUnmarshaller() - Method in interface org.infinispan.commons.marshall.jboss.RiverCloseListener
-
- ClusterCacheStats - Interface in org.infinispan.stats
-
Similar to
Stats
but cluster wide.
- ClusterConfiguration - Class in org.infinispan.client.hotrod.configuration
-
- ClusterConfiguration(List<ServerConfiguration>, String) - Constructor for class org.infinispan.client.hotrod.configuration.ClusterConfiguration
-
- ClusterConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
- ClusterConfigurationBuilder(ConfigurationBuilder, String) - Constructor for class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- clusterDependentLogic - Variable in class org.infinispan.distexec.DefaultExecutorService
-
- clustered - Variable in class org.infinispan.transaction.TransactionTable
-
- 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.
- clustering() - Method in class org.infinispan.configuration.cache.Configuration
-
- clustering() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- clustering() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- ClusteringConfiguration - Class in org.infinispan.configuration.cache
-
Defines clustered characteristics of the cache.
- ClusteringConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Defines clustered characteristics of the cache.
- ClusteringConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
-
- clusteringDependentLogic - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- clusteringLogic - Variable in class org.infinispan.transaction.TransactionTable
-
- ClusterLoader - Class in org.infinispan.persistence.cluster
-
Cache loader that consults other members in the cluster for values.
- ClusterLoader() - Constructor for class org.infinispan.persistence.cluster.ClusterLoader
-
- ClusterLoaderConfiguration - Class in org.infinispan.configuration.cache
-
ClusterLoaderConfiguration.
- ClusterLoaderConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties, long) - Constructor for class org.infinispan.configuration.cache.ClusterLoaderConfiguration
-
- ClusterLoaderConfigurationBuilder - Class in org.infinispan.configuration.cache
-
- ClusterLoaderConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
- 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.
- clusters() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- CODENAME - Static variable in class org.infinispan.Version
-
- collate(Map<KOut, VOut>) - Method in interface org.infinispan.distexec.mapreduce.Collator
-
Collates all reduced results and returns R to invoker of distributed task.
- Collator<KOut,VOut,R> - Interface in org.infinispan.distexec.mapreduce
-
Collator collates results from Reducers executed on Infinispan cluster and assembles a final
result returned to an invoker of MapReduceTask.
- CollectionKeyFilter - Class in org.infinispan.persistence
-
Filter based on accepting/rejecting the keys that are present in a supplied collection.
- CollectionKeyFilter(Collection) - Constructor for class org.infinispan.persistence.CollectionKeyFilter
-
- CollectionKeyFilter(Collection, boolean) - Constructor for class org.infinispan.persistence.CollectionKeyFilter
-
- CollectionsHelper - Class in org.infinispan.jcache.annotation
-
An helper class providing useful methods to work with JDK collections.
- Collector<K,V> - Interface in org.infinispan.distexec.mapreduce
-
OutputCollector is the intermediate key/value result data output collector given to each
Mapper
- combinedWith(Reducer<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
Specifies Combiner to use for this MapReduceTask
- combiner - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- commandsFactory - Variable in class org.infinispan.transaction.TransactionTable
-
- commit() - Method in interface org.infinispan.atomic.DeltaAware
-
Indicate that all deltas collected to date has been extracted (via a call to
DeltaAware.delta()
) and can be
discarded.
- commit(LocalTransaction, boolean) - Method in class org.infinispan.transaction.TransactionCoordinator
-
- CommonNameRoleMapper - Class in org.infinispan.security.impl
-
CommonNameRoleMapper.
- CommonNameRoleMapper() - Constructor for class org.infinispan.security.impl.CommonNameRoleMapper
-
- compare(T, T) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
-
- compare(Object, Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
-
- compare(byte[], byte[]) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
-
- compare(T, T) - Method in interface org.infinispan.commons.equivalence.Equivalence
-
Compares the two given objects for order.
- compareTo(byte[]) - Static method in class org.infinispan.Version
-
- compatibility() - Method in class org.infinispan.configuration.cache.Configuration
-
- compatibility() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- compatibility() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- CompatibilityModeConfiguration - Class in org.infinispan.configuration.cache
-
Compatibility mode configuration
- CompatibilityModeConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Compatibility mode configuration builder
- CompatibilityProtoStreamMarshaller - Class in org.infinispan.query.remote
-
- CompatibilityProtoStreamMarshaller() - Constructor for class org.infinispan.query.remote.CompatibilityProtoStreamMarshaller
-
- 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.
- completionQueue - Variable in class org.infinispan.distexec.DistributedExecutionCompletionService
-
- CompositeFilter - Class in org.infinispan.persistence
-
Allows AND-composing several filters.
- CompositeFilter(AdvancedCacheLoader.KeyFilter...) - Constructor for class org.infinispan.persistence.CompositeFilter
-
- CompressionType - Enum in org.infinispan.persistence.leveldb.configuration
-
- compressionType() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
-
- compressionType - Variable in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- compressionType(CompressionType) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- computeActualNumOwners(int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- computeExpectedSegmentsForNode(Address, int) - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- computeExpectedSegmentsForNode(Address, int) - Method in class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory.Builder
-
- computeGroup(T, String) - Method in interface org.infinispan.distribution.group.Grouper
-
Compute the group for a given key
- computeTotalCapacity() - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- concurrencyLevel() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
Concurrency level for lock containers.
- concurrencyLevel(int) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Concurrency level for lock containers.
- concurrencyLevel(int) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
-
- Configuration - Class in org.infinispan.client.hotrod.configuration
-
Configuration.
- Configuration - Class in org.infinispan.configuration.cache
-
- configuration - Variable in class org.infinispan.jcache.AbstractJCache
-
- configuration - Variable in class org.infinispan.transaction.TransactionTable
-
- ConfigurationAdapter<K,V> - Class in org.infinispan.jcache.embedded
-
ConfigurationAdapter takes
Configuration
and creates
equivalent instance of
Configuration
- ConfigurationAdapter<K,V> - Class in org.infinispan.jcache.remote
-
- ConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
- ConfigurationBuilder() - Constructor for class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- ConfigurationBuilder - Class in org.infinispan.configuration.cache
-
- ConfigurationBuilder() - Constructor for class org.infinispan.configuration.cache.ConfigurationBuilder
-
- ConfigurationChildBuilder - Interface in org.infinispan.client.hotrod.configuration
-
ConfigurationChildBuilder.
- ConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
-
- Configurations - Class in org.infinispan.configuration.cache
-
Helper configuration methods.
- connectionFactory() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
-
- connectionFactory - Variable in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
-
- connectionFactory(Class<C>) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
-
- connectionFactory(C) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
-
- ConnectionFactory - Class in org.infinispan.persistence.jdbc.connectionfactory
-
Defines the functionality a connection factory should implement.
- ConnectionFactory() - Constructor for class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
-
- connectionFactoryClass() - Method in interface org.infinispan.persistence.jdbc.configuration.ConnectionFactoryConfiguration
-
- connectionFactoryClass() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
-
- connectionFactoryClass() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
-
- connectionFactoryClass() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
-
- ConnectionFactoryConfig - Class in org.infinispan.persistence.jdbc.connectionfactory
-
- ConnectionFactoryConfig(String, String, String, String, String) - Constructor for class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- ConnectionFactoryConfig() - Constructor for class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- ConnectionFactoryConfiguration - Interface in org.infinispan.persistence.jdbc.configuration
-
ConnectionFactoryConfiguration.
- ConnectionFactoryConfigurationBuilder<T extends ConnectionFactoryConfiguration> - Interface in org.infinispan.persistence.jdbc.configuration
-
- connectionPool() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- connectionPool() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- connectionPool() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- connectionPool() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Configures the connection pool
- connectionPool() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
-
- connectionPool() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
-
- connectionPool() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder.BinaryTableManipulationConfigurationBuilder
-
- connectionPool() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder
-
- connectionPool() - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationChildBuilder
-
Configures a connection pool to be used by this JDBC Cache Store to handle connections to the database
- connectionPool() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder.StringTableManipulationConfigurationBuilder
-
- connectionPool() - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- connectionPool() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- connectionPool() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- connectionPool() - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Configures the connection pool
- connectionPool() - Method in class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
-
- connectionPool() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
-
- connectionPool() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- connectionPool() - Method in interface org.infinispan.persistence.rest.configuration.RestStoreConfigurationChildBuilder
-
Configures the connection pool
- ConnectionPoolConfiguration - Class in org.infinispan.client.hotrod.configuration
-
ConnectionPoolConfiguration.
- ConnectionPoolConfiguration - Class in org.infinispan.persistence.remote.configuration
-
- ConnectionPoolConfiguration - Class in org.infinispan.persistence.rest.configuration
-
ConnectionPoolConfiguration.
- ConnectionPoolConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
ConnectionPoolConfigurationBuilder.
- ConnectionPoolConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
-
ConnectionPoolConfigurationBuilder.
- ConnectionPoolConfigurationBuilder - Class in org.infinispan.persistence.rest.configuration
-
ConnectionPoolConfigurationBuilder.
- connectionTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- connectionTimeout() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- connectionTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- connectionTimeout(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
This property defines the maximum socket connect timeout before giving up connecting to the
server.
- connectionTimeout(long) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- connectionTimeout() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- connectionTimeout(long) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- connectionTimeout(long) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
This property defines the maximum socket connect timeout before giving up connecting to the
server.
- connectionTimeout() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
-
- connectionTimeout(int) - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
-
- connectionUrl() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
-
- connectionUrl(String) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
-
- connectionUrl() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
-
- connectionUrl(String) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
-
- consistentHash() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
- consistentHash(ConsistentHash) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
- ConsistentHash - Interface in org.infinispan.distribution.ch
-
A consistent hash algorithm implementation.
- consistentHashFactory() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
The consistent hash factory in use.
- consistentHashFactory(ConsistentHashFactory) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
The consistent hash factory in use.
- ConsistentHashFactory<CH extends ConsistentHash> - Interface in org.infinispan.distribution.ch
-
- consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- consistentHashImpl(int, String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- consistentHashImpl() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- consistentHashImpl(int) - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- consistentHashImpl(int, String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Defines the
ConsistentHash
implementation to use for the specified version.
- consistentHashImpl(int, String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Defines the
ConsistentHash
implementation to use for the specified version.
- containRemoteTx(GlobalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
-
- contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
-
- contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Returns true
if this set contains the specified element.
- contains(Object) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- contains(Object) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
-
- contains(Object) - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
- contains(Object) - Method in class org.infinispan.persistence.file.SingleFileStore
-
- contains(Object) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- contains(Object) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- contains(Object) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- contains(Object) - Method in class org.infinispan.persistence.jpa.JpaStore
-
- contains(Object) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- contains(Object) - Method in class org.infinispan.persistence.remote.RemoteStore
-
- contains(Object) - Method in class org.infinispan.persistence.rest.RestStore
-
- contains(K) - Method in interface org.infinispan.persistence.spi.CacheLoader
-
Returns true if the storage contains an entry associated with the given key.
- contains(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument (which is expected to be an array or a Collection) contains the given element.
- containsAll(Collection<?>) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- containsAll(Object...) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument (which is expected to be an array or a Collection) contains all of the the given
elements, in any order.
- containsAll(Collection) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument (which is expected to be an array or a Collection) contains all the elements of the
given collection, in any order.
- containsAny(Object...) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument (which is expected to be an array or a Collection) contains any of the the given
elements.
- containsAny(Collection) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument (which is expected to be an array or a Collection) contains any of the elements of
the given collection.
- containsCache(String) - Method in class org.infinispan.jcache.remote.ServerManager
-
- containsKey(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- containsKey(K) - Method in class org.infinispan.jcache.embedded.JCache
-
- containsKey(K) - Method in class org.infinispan.jcache.remote.JCache
-
- containsLocalTx(Transaction) - Method in class org.infinispan.transaction.TransactionTable
-
Returns true if the given transaction is already registered with the transaction table.
- containsLocalTx(GlobalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- containsValue(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- containsValue(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- CONTINUOUS_QUERY_FILTER_FACTORY_NAME - Static variable in class org.infinispan.client.hotrod.event.ClientEvents
-
- ContinuousQuery<K,V> - Class in org.infinispan.query.continuous
-
A container of continuous query listeners for a cache.
- ContinuousQuery(Cache<K, V>) - Constructor for class org.infinispan.query.continuous.ContinuousQuery
-
- ContinuousQueryListener<K,V> - Interface in org.infinispan.client.hotrod.event
-
Listener for continuous query events.
- ContinuousQueryListener<K,V> - Interface in org.infinispan.query.continuous
-
Listener for continuous query events.
- ContinuousQueryResult - Class in org.infinispan.query.remote.client
-
- ContinuousQueryResult(boolean, byte[], byte[], Object[]) - Constructor for class org.infinispan.query.remote.client.ContinuousQueryResult
-
- ContinuousQueryResult.Marshaller - Class in org.infinispan.query.remote.client
-
- ContinuousQueryResult.Marshaller() - Constructor for class org.infinispan.query.remote.client.ContinuousQueryResult.Marshaller
-
- Contracts - Class in org.infinispan.jcache.annotation
-
An helper class providing useful assertion methods.
- copy() - Method in interface org.infinispan.atomic.CopyableDeltaAware
-
- CopyableDeltaAware - Interface in org.infinispan.atomic
-
- copyOwners() - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- copyOwners() - Method in class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory.Builder
-
- copyWithoutRemotableFlags(Set<Flag>) - Static method in enum org.infinispan.context.Flag
-
Creates a copy of a Flag Set removing instances of FAIL_SILENTLY.
- count(String) - Static method in class org.infinispan.query.dsl.Expression
-
- create() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- create(Codec, Marshaller, TransportFactory) - Static method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- create() - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.BackupForBuilder
-
- create() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
- create() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
- create(Hash, int, int, List<Address>, Map<Address, Float>) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
-
Create a new consistent hash instance.
- create(Hash, int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- create(Hash, int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHashFactory
-
- create(Hash, int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory
-
- create(String, C) - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- create(I) - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- create(Configuration<K, V>) - Static method in class org.infinispan.jcache.embedded.ConfigurationAdapter
-
- create() - Static method in class org.infinispan.jcache.embedded.ConfigurationAdapter
-
- create(String, C) - Method in class org.infinispan.jcache.embedded.JCacheManager
-
- create(I) - Method in class org.infinispan.jcache.embedded.JCacheManager
-
- create() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapterConfigurationBuilder
-
- create() - Method in class org.infinispan.jcache.embedded.JStoreAdapterConfigurationBuilder
-
- create(Configuration<K, V>) - Static method in class org.infinispan.jcache.remote.ConfigurationAdapter
-
- create() - Static method in class org.infinispan.jcache.remote.ConfigurationAdapter
-
- create(String, C) - Method in class org.infinispan.jcache.remote.JCacheManager
-
- create(I) - Method in class org.infinispan.jcache.remote.JCacheManager
-
- create() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
-
- create() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- createBuilder(Hash, int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory
-
- createBuilder(Hash, int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory
-
- createCache(String, C) - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- createCacheManager(ClassLoader, URI, Properties) - Method in class org.infinispan.jcache.AbstractJCachingProvider
-
- createCacheManager(ClassLoader, URI, Properties) - Method in class org.infinispan.jcache.embedded.JCachingProvider
-
- createCacheManager(ClassLoader, URI, Properties) - Method in class org.infinispan.jcache.remote.JCachingProvider
-
- created() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
-
- createDistributedTaskBuilder(Callable<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- createDistributedTaskBuilder(Callable<T>) - Method in interface org.infinispan.distexec.DistributedExecutorService
-
Returns DistributedTaskBuilder for this DistributedExecutorService and a given Callable.
- createDistributedTaskPart(DistributedTask<T>, DistributedExecuteCommand<T>, List<K>, Address, int) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- createDistributedTaskPart(DistributedTask<T>, DistributedExecuteCommand<T>, Address, int) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- createEvent(Cache<K, V>, Event.Type) - Static method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- createExternal(Class<?>, ObjectInput, Creator) - Method in class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter
-
- createListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
-
- createListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheNotifier
-
- createListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Method in class org.infinispan.jcache.remote.JCacheNotifier
-
- createMarshaller(MarshallingConfiguration) - Method in class org.infinispan.commons.marshall.jboss.JBossMarshallerFactory
-
- createNearCacheService(NearCacheConfiguration) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- createOnStart() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- createOnStart(boolean) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
Determines whether database tables should be created by the store on startup
- createReducePart(ReduceCommand<KOut, VOut>, Address, String) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- createRegisterJCache(String) - Method in class org.infinispan.jcache.remote.JCacheManager
-
- createTaskMapPart(MapCombineCommand<KIn, VIn, KOut, VOut>, Address, boolean) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- createUnmarshaller(MarshallingConfiguration) - Method in class org.infinispan.commons.marshall.jboss.JBossMarshallerFactory
-
- ctx - Variable in class org.infinispan.persistence.file.SingleFileStore
-
- ctx - Variable in class org.infinispan.persistence.remote.RemoteStore
-
- CURRENT_NR_OF_ENTRIES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of entries currently in the Hot Rod server
- currentLevel - Variable in class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory.Builder
-
- customInterceptors() - Method in class org.infinispan.configuration.cache.Configuration
-
- customInterceptors() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- customInterceptors() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- CustomInterceptorsConfiguration - Class in org.infinispan.configuration.cache
-
Configures custom interceptors to be added to the cache.
- CustomInterceptorsConfiguration() - Constructor for class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
- CustomInterceptorsConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configures custom interceptors to be added to the cache.
- customIntermediateCacheName - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- 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(Class<?>, boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties) - 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
-
- databaseType() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
-
- databaseType(DatabaseType) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
-
Specifies the type of the underlying database.
- databaseType() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- databaseType(DatabaseType) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
Specifies the type of the underlying database.
- dataColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- dataColumnName(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
The name of the database column used to store the entries
- dataColumnType() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- dataColumnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
The type of the database column used to store the entries
- dataContainer() - Method in class org.infinispan.configuration.cache.Configuration
-
- dataContainer() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- dataContainer() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- dataContainer() - Method in class org.infinispan.configuration.cache.DataContainerConfiguration
-
Data container implementation in use
- dataContainer(DataContainer) - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
-
Specify the data container in use
- DataContainerConfiguration - Class in org.infinispan.configuration.cache
-
Controls the data container for the cache.
- DataContainerConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls the data container for the cache.
- DataRehashed - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a rehash starts or ends.
- DataRehashedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
-
- dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
-
- dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder.BinaryTableManipulationConfigurationBuilder
-
- dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder
-
- dataSource() - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationChildBuilder
-
Configures a DataSource to be used by this JDBC Cache Store to handle connections to the database
- dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder.StringTableManipulationConfigurationBuilder
-
- deadlockDetection() - Method in class org.infinispan.configuration.cache.Configuration
-
- deadlockDetection() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- deadlockDetection() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- DeadlockDetectionConfiguration - Class in org.infinispan.configuration.cache
-
Configures deadlock detection.
- DeadlockDetectionConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configures deadlock detection.
- decodeVersion(short) - Static method in class org.infinispan.Version
-
- decodeVersionForSerialization(short) - Static method in class org.infinispan.Version
-
Serialization only looks at major and minor, not micro or below.
- decOwned(Address) - Method in class org.infinispan.distribution.ch.OwnershipStatistics
-
- decPrimaryOwned(Address) - Method in class org.infinispan.distribution.ch.OwnershipStatistics
-
- DEF_CLASS_COUNT - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- DEF_INSTANCE_COUNT - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- DEFAULT_CACHE_NAME - Static variable in interface org.infinispan.api.BasicCacheContainer
-
Deprecated.
- DEFAULT_CACHE_NAME - Static variable in class org.infinispan.client.hotrod.RemoteCacheManager
-
- DEFAULT_CACHE_NAME - Static variable in interface org.infinispan.commons.api.BasicCacheContainer
-
- DEFAULT_CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
- DEFAULT_CONCURRENCY_LEVEL - Static variable in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
-
- DEFAULT_LOCK_ACQUISITION_TIMEOUT - Static variable in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
-
- DEFAULT_MARSHALL_VERSION - Static variable in class org.infinispan.configuration.global.GlobalConfiguration
-
- DEFAULT_MAX_RETRIES - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
- DEFAULT_RECOVERY_INFO_CACHE - Static variable in class org.infinispan.configuration.cache.RecoveryConfiguration
-
- DEFAULT_TIMEOUT - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
- DEFAULT_TMP_CACHE_CONFIGURATION_NAME - Static variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- DEFAULT_TRANSPORT - Static variable in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
- DEFAULT_WAIT_TIME - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
- DefaultAuditLogger - Class in org.infinispan.security.impl
-
DefaultAuditLogger.
- DefaultAuditLogger() - Constructor for class org.infinispan.security.impl.DefaultAuditLogger
-
- DefaultCacheKey - Class in org.infinispan.jcache.annotation
-
Default GeneratedCacheKey
implementation.
- DefaultCacheKey(Object[]) - Constructor for class org.infinispan.jcache.annotation.DefaultCacheKey
-
- DefaultCacheKeyGenerator - Class in org.infinispan.jcache.annotation
-
Default CacheKeyGenerator
implementation.
- DefaultCacheKeyGenerator() - Constructor for class org.infinispan.jcache.annotation.DefaultCacheKeyGenerator
-
- DefaultCacheManager - Class in org.infinispan.manager
-
A
CacheManager is the primary mechanism for retrieving a
Cache
instance, and is often used as a
starting point to using the
Cache
.
- DefaultCacheManager() - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs and starts a default instance of the CacheManager, using configuration defaults.
- DefaultCacheManager(boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a default instance of the CacheManager, using configuration defaults.
- DefaultCacheManager(Configuration) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs and starts a new instance of the CacheManager, using the default configuration passed in.
- DefaultCacheManager(Configuration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a new instance of the CacheManager, using the default configuration passed in.
- DefaultCacheManager(GlobalConfiguration) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs and starts a new instance of the CacheManager, using the global configuration passed in, and system
defaults for the default named cache configuration.
- DefaultCacheManager(GlobalConfiguration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a new instance of the CacheManager, using the global configuration passed in, and system defaults for
the default named cache configuration.
- DefaultCacheManager(GlobalConfiguration, Configuration) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs and starts a new instance of the CacheManager, using the global and default configurations passed in.
- DefaultCacheManager(GlobalConfiguration, Configuration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a new instance of the CacheManager, using the global and default configurations passed in.
- DefaultCacheManager(String) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs and starts a new instance of the CacheManager, using the configuration file name passed in.
- DefaultCacheManager(String, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a new instance of the CacheManager, using the configuration file name passed in.
- DefaultCacheManager(InputStream) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs and starts a new instance of the CacheManager, using the input stream passed in to read configuration
file contents.
- DefaultCacheManager(InputStream, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a new instance of the CacheManager, using the input stream passed in to read configuration file
contents.
- DefaultCacheManager(ConfigurationBuilderHolder, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Constructs a new instance of the CacheManager, using the holder passed in to read configuration settings.
- DefaultCacheManager(String, String, String, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Deprecated.
- DefaultCacheResolver - Class in org.infinispan.jcache.annotation
-
Default CacheResolver
implementation for
standalone environments, where no Cache/CacheManagers are injected via CDI.
- defaultClusteredBuilder() - Static method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- defaultConfiguration - Variable in class org.infinispan.manager.DefaultCacheManager
-
- DefaultConsistentHash - Class in org.infinispan.distribution.ch
-
- DefaultConsistentHash(Hash, int, int, List<Address>, Map<Address, Float>, List<Address>[]) - Constructor for class org.infinispan.distribution.ch.DefaultConsistentHash
-
- DefaultConsistentHash.Externalizer - Class in org.infinispan.distribution.ch
-
- DefaultConsistentHash.Externalizer() - Constructor for class org.infinispan.distribution.ch.DefaultConsistentHash.Externalizer
-
- DefaultConsistentHashFactory - Class in org.infinispan.distribution.ch
-
- DefaultConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- DefaultConsistentHashFactory.Builder - Class in org.infinispan.distribution.ch
-
- DefaultConsistentHashFactory.Builder(Hash, int, int, List<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- DefaultConsistentHashFactory.Builder(DefaultConsistentHash, List<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- DefaultConsistentHashFactory.Builder(DefaultConsistentHash) - Constructor for class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- DefaultConsistentHashFactory.Builder(DefaultConsistentHashFactory.Builder) - Constructor for class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- DefaultConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch
-
- DefaultConsistentHashFactory.Externalizer() - Constructor for class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Externalizer
-
- DefaultContextClassResolver - Class in org.infinispan.commons.marshall.jboss
-
This class refines ContextClassLoader
to add a default class loader.
- DefaultContextClassResolver(ClassLoader) - Constructor for class org.infinispan.commons.marshall.jboss.DefaultContextClassResolver
-
- DefaultExecutorService - Class in org.infinispan.distexec
-
- DefaultExecutorService(Cache<?, ?>) - Constructor for class org.infinispan.distexec.DefaultExecutorService
-
Creates a new DefaultExecutorService given a master cache node for local task execution.
- DefaultExecutorService(Cache<?, ?>, ExecutorService) - Constructor for class org.infinispan.distexec.DefaultExecutorService
-
Creates a new DefaultExecutorService given a master cache node and an ExecutorService for
parallel execution of tasks ran on this node.
- DefaultExecutorService(Cache<?, ?>, ExecutorService, boolean) - Constructor for class org.infinispan.distexec.DefaultExecutorService
-
Creates a new DefaultExecutorService given a master cache node and an ExecutorService for
parallel execution of task ran on this node.
- defaultRemoteCache() - Method in class org.infinispan.configuration.cache.BackupForBuilder
-
Use this method if the remote cache that backups in this cache is the default cache.
- defaultTransport() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
- defensive() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
-
Deprecated.
Store as binary configuration is always defensive now.
- defensive(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
-
Deprecated.
Store as binary configuration is always defensive now.
- defineConfiguration(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManager
-
- defineConfiguration(String, String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManager
-
- defineConfiguration(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Defines a named cache's configuration using the following algorithm:
Unlike previous versions of Infinispan, this method does not build on an existing configuration (default or named).
- defineConfiguration(String, String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Defines a named cache's configuration using the following algorithm:
Regardless of whether the cache name has been defined or not, this method creates a clone of the configuration of
the cache whose name matches the given template cache name, then applies a clone of the configuration overrides
passed in and finally returns this configuration instance.
- delegateCacheNames() - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- delegateCacheNames() - Method in class org.infinispan.jcache.embedded.JCacheManager
-
- delegateCacheNames() - Method in class org.infinispan.jcache.remote.JCacheManager
-
- delegateIsClosed() - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- delegateIsClosed() - Method in class org.infinispan.jcache.embedded.JCacheManager
-
- delegateIsClosed() - Method in class org.infinispan.jcache.remote.JCacheManager
-
- delegateLogIsClosed() - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- delegateLogIsClosed() - Method in class org.infinispan.jcache.embedded.JCacheManager
-
- delegateLogIsClosed() - Method in class org.infinispan.jcache.remote.JCacheManager
-
- delegateRemoveCache(AbstractJCache<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- delegateRemoveCache(AbstractJCache<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheManager
-
- delegateRemoveCache(AbstractJCache<K, V>) - Method in class org.infinispan.jcache.remote.JCacheManager
-
- delegateStop() - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- delegateStop() - Method in class org.infinispan.jcache.embedded.JCacheManager
-
- delegateStop() - Method in class org.infinispan.jcache.remote.JCacheManager
-
- delete(Object) - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
-
- delete(Object) - Method in class org.infinispan.persistence.file.SingleFileStore
-
- delete(Object) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- delete(Object) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- delete(Object) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- delete(Object) - Method in class org.infinispan.persistence.jpa.JpaStore
-
- delete(Object) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- delete(Object) - Method in class org.infinispan.persistence.remote.RemoteStore
-
- delete(Object) - Method in class org.infinispan.persistence.rest.RestStore
-
- delete(K) - Method in interface org.infinispan.persistence.spi.CacheWriter
-
- Delta - Interface in org.infinispan.atomic
-
Represents changes made to a
DeltaAware
implementation.
- delta() - Method in interface org.infinispan.atomic.DeltaAware
-
Extracts changes made to implementations, in an efficient format that can easily and cheaply be serialized and
deserialized.
- DeltaAware - Interface in org.infinispan.atomic
-
This interface allows the extraction of
Delta
s.
- DeltaCompositeKey.DeltaCompositeKeyExternalizer - Class in org.infinispan.atomic
-
- DeltaCompositeKey.DeltaCompositeKeyExternalizer() - Constructor for class org.infinispan.atomic.DeltaCompositeKey.DeltaCompositeKeyExternalizer
-
- deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
-
- deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.remote.JCache
-
- destroyCache(String) - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- destroyDatabase(String) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- disable() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Disables authentication
- disable() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Disables the SSL support
- disable() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
- disable() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
- disable() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
-
Disables compatibility mode between embedded.
- disable() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
-
Disable deadlock detection
- disable() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
Disable indexing
- disable() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
-
- disable() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
-
Disable statistics gathering and reporting
- disable() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
- disable() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
Disable recovery for this cache
- disable() - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
-
Enable the singleton store cache store
- disable() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
-
Disables storing both keys and values as binary.
- disable() - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
-
- disable() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
- disable() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
- disable() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
- disableBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
Returns true if this cache won't backup its data remotely.
- disableBackups(boolean) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
Returns true if this cache won't backup its data remotely.
- disabled() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Disable grouping support so that
Group
annotations are not used and any configured
groupers will not be be invoked
- disableFullTextFilter(String) - Method in interface org.infinispan.query.CacheQuery
-
Disable a given filter by its name.
- disableOnRehash() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
Entries removed due to a rehash will be removed altogether rather than bring moved to L1.
- disableReaper() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Disable the background reaper to test entries for expiration.
- displayProtofile(String) - Method in interface org.infinispan.query.remote.ProtobufMetadataManagerMBean
-
- DistributedCallable<K,V,T> - Interface in org.infinispan.distexec
-
A task that returns a result and may throw an exception capable of being executed in another JVM.
- DistributedExecutionCompletionService<V> - Class in org.infinispan.distexec
-
- DistributedExecutionCompletionService(DistributedExecutorService) - Constructor for class org.infinispan.distexec.DistributedExecutionCompletionService
-
Creates an ExecutorCompletionService using the supplied executor for base task execution and a
LinkedBlockingQueue
as a completion queue.
- DistributedExecutionCompletionService(DistributedExecutorService, BlockingQueue<NotifyingFuture<V>>) - Constructor for class org.infinispan.distexec.DistributedExecutionCompletionService
-
Creates an ExecutorCompletionService using the supplied executor for base task execution and
the supplied queue as its completion queue.
- DistributedExecutionCompletionService.QueueingListener - Class in org.infinispan.distexec
-
- DistributedExecutionCompletionService.QueueingListener() - Constructor for class org.infinispan.distexec.DistributedExecutionCompletionService.QueueingListener
-
- DistributedExecutorService - Interface in org.infinispan.distexec
-
An ExecutorService that provides methods to submit tasks for execution on a cluster of Infinispan
nodes.
- distributedSyncTimeout() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
- distributedSyncTimeout(long) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Timeout for coordinating cluster formation when nodes join or leave the cluster.
- distributedSyncTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Timeout for coordinating cluster formation when nodes join or leave the cluster.
- DistributedTask<T> - Interface in org.infinispan.distexec
-
DistributedTask describes all relevant attributes of a distributed task, most importantly its
execution policy, fail over policy and its timeout.
- DistributedTaskBuilder<T> - Interface in org.infinispan.distexec
-
DistributedTaskBuilder is a factory interface for DistributedTask
- DistributedTaskExecutionPolicy - Enum in org.infinispan.distexec
-
DistributedTaskExecutionPolicy allows task to specify its custom task execution policy across
Infinispan cluster.
- DistributedTaskFailoverPolicy - Interface in org.infinispan.distexec
-
DistributedTaskFailoverPolicy allows pluggable fail over target selection for a failed remotely
executed distributed task.
- distributeReducePhase - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- distributeReducePhase() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- doAddBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- doAs(Subject, PrivilegedAction<T>) - Static method in class org.infinispan.security.Security
-
- doAs(Subject, PrivilegedExceptionAction<T>) - Static method in class org.infinispan.security.Security
-
- doConnectionFactoryInitialization(ConnectionFactory) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- doCopyOwners() - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- domain() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
- doPrivileged(PrivilegedAction<T>) - Static method in class org.infinispan.security.Security
-
- doPrivileged(PrivilegedExceptionAction<T>) - Static method in class org.infinispan.security.Security
-
- doReadObject(ObjectInput) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
-
- doReadObject(ObjectInput) - Method in class org.infinispan.distribution.ch.DefaultConsistentHash.Externalizer
-
- doReadObject(ObjectInput) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.Externalizer
-
- DOUBLE - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
- doWriteObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
-
- doWriteObject(ObjectOutput, DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.DefaultConsistentHash.Externalizer
-
- doWriteObject(ObjectOutput, ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.Externalizer
-
- driverClass() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
-
- driverClass(Class<? extends Driver>) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
-
- driverClass(String) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
-
- driverClass() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
-
- driverClass(Class<? extends Driver>) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
-
- driverClass(String) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
-
- dropOnExit() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- dropOnExit(boolean) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
Determines whether database tables should be dropped by the store on shutdown
- DummyTransactionManagerLookup - Class in org.infinispan.transaction.lookup
-
- DummyTransactionManagerLookup() - Constructor for class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
-
- eager() - Method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
-
- eagerLockingSingleNode() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Deprecated.
starting with Infinispan 5.1 single node locking is used by default
- eagerLockingSingleNode(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Deprecated.
starting with Infinispan 5.1 single node locking is used by default
- Element - Enum in org.infinispan.persistence.jdbc.configuration
-
An enumeration of all the recognized XML element local names for the JDBC cache stores
- Element - Enum in org.infinispan.persistence.jpa.configuration
-
An enumeration of all the recognized XML element local names for the JPA cache stores
- Element - Enum in org.infinispan.persistence.leveldb.configuration
-
An enumeration of all the recognized XML element local names for the LevelDB cache stores
- Element - Enum in org.infinispan.persistence.remote.configuration
-
An enumeration of all the recognized XML element local names for the
RemoteStore
- Element - Enum in org.infinispan.persistence.rest.configuration
-
An enumeration of all the recognized XML element local names for the
RemoteStore
- elements() - Method in class org.infinispan.security.CachePermissionCollection
-
- EmbeddedCacheManager - Interface in org.infinispan.manager
-
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
- EmbeddedCacheManagerStartupException - Exception in org.infinispan.manager
-
An exception to encapsulate an error when starting up a cache manager
- EmbeddedCacheManagerStartupException() - Constructor for exception org.infinispan.manager.EmbeddedCacheManagerStartupException
-
- EmbeddedCacheManagerStartupException(Throwable) - Constructor for exception org.infinispan.manager.EmbeddedCacheManagerStartupException
-
- EmbeddedCacheManagerStartupException(String) - Constructor for exception org.infinispan.manager.EmbeddedCacheManagerStartupException
-
- EmbeddedCacheManagerStartupException(String, Throwable) - Constructor for exception org.infinispan.manager.EmbeddedCacheManagerStartupException
-
- emit(K, V) - Method in interface org.infinispan.distexec.mapreduce.Collector
-
Intermediate key/value callback used by
Mapper
implementor
- EMPTY_LIST - Static variable in interface org.infinispan.commons.marshall.Ids
-
- EMPTY_MAP - Static variable in interface org.infinispan.commons.marshall.Ids
-
- EMPTY_SET - Static variable in interface org.infinispan.commons.marshall.Ids
-
- enable() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Enables authentication
- enable() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Enables the SSL support
- enable() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
If true, all modifications to this cache store happen asynchronously, on a separate thread.
- enable() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
- enable() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
-
Enables compatibility mode between embedded and different remote
endpoints (Hot Rod, Memcached, REST...etc).
- enable() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
-
Enable deadlock detection
- enable() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
Enable indexing
- enable() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
-
- enable(boolean) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
-
- enable() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
-
Enable statistics gathering and reporting
- enable() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
- enable() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
Enable recovery for this cache
- enable() - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
-
Enable the singleton store cache store
- enable() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
-
Enables storing both keys and values as binary.
- enable() - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
-
- enable() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
- enable() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
- enable() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
- enabled() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- enabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Configures whether authentication should be enabled or not
- enabled() - Method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
-
- enabled() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- enabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Enables or disables the SSL support
- enabled() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
If true, all modifications to this cache store happen asynchronously, on a separate thread.
- enabled(boolean) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
- enabled() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
-
- enabled(boolean) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
- enabled() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
- enabled(boolean) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
Configures whether this site is used for backing up data or not (defaults to true).
- enabled() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
-
- enabled(boolean) - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
-
Sets whether compatibility mode is enabled or disabled.
- enabled() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
-
Whether deadlock detection is enabled or disabled
- enabled(boolean) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
-
Enable or disable deadlock detection
- enabled() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
-
If grouping support is enabled, then
Group
annotations are honored and any configured
groupers will be invoked
- enabled() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Enable grouping support so that
Group
annotations are honored and any configured
groupers will be invoked
- enabled(boolean) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Enable grouping support so that
Group
annotations are honored and any configured
groupers will be invoked
- enabled() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
Whether indexing is enabled.
- enabled(boolean) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
- enabled() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
-
- enabled() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
-
- enabled(boolean) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
-
Enable or disable statistics gathering and reporting
- enabled() - Method in class org.infinispan.configuration.cache.L1Configuration
-
- enabled(boolean) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
- enabled() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
-
- enabled(boolean) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
-
- enabled() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
-
Determines if recovery is enabled for the cache.
- enabled(boolean) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
Enable recovery for this cache
- enabled() - Method in class org.infinispan.configuration.cache.SingletonStoreConfiguration
-
If true, the singleton store cache store is enabled.
- enabled(boolean) - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
-
If true, the singleton store cache store is enabled.
- enabled() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
-
Enables storing both keys and values as binary.
- enabled(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
-
- enabled(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
-
Sets whether this feature is enabled or disabled.
- enabled() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
-
- enabled() - Method in class org.infinispan.configuration.cache.VersioningConfiguration
-
- enabled(boolean) - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
-
- enabled() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
-
- enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
- enabled() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
- enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
- enabled() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
-
- enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Enables or disables the storage of global state.
- enabledBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
- enableFullTextFilter(String) - Method in interface org.infinispan.query.CacheQuery
-
Enable a given filter by its name.
- enableManagement(String, boolean) - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- enableOnRehash() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
Entries removed due to a rehash will be moved to L1 rather than being removed altogether.
- enableReaper() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Enable the background reaper to test entries for expiration.
- enableStatistics(String, boolean) - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- encodeVersion(int, int, int) - Static method in class org.infinispan.Version
-
- endBatch(boolean) - Method in interface org.infinispan.commons.api.BatchingCache
-
- enlist(Transaction, LocalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- entityClass() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
-
- entityClass(Class<?>) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
-
- entryPurged(K) - Method in interface org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener
-
Optional.
- entrySet() - Method in interface org.infinispan.Cache
-
Returns a set view of the mappings contained in this cache and cache loader.
- entrySet() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- entrySet() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- eq(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument is equal to the given value.
- equal(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
- equals(Object) - Method in class org.infinispan.atomic.PutOperation
-
- equals(T, Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
-
- equals(Object, Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
-
- equals(byte[], Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
-
- equals(T, Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
-
Indicates whether the objects passed are "equal to" each other.
- equals(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- equals(Object) - Method in class org.infinispan.commons.marshall.WrappedByteArray
-
- equals(Object) - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.AsyncConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- equals(Object) - Method in class org.infinispan.configuration.cache.BackupForBuilder
-
- equals(Object) - Method in class org.infinispan.configuration.cache.BackupForConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.Configuration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.DataContainerConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.EvictionConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.GroupsConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.HashConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.L1Configuration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.SecurityConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.SyncConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
-
- equals(Object) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.UnsafeConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.VersioningConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
- equals(Object) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
-
- equals(Object) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
- equals(Object) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
- equals(Object) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- equals(Object) - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
-
- equals(Object) - Method in class org.infinispan.configuration.global.SiteConfiguration
-
- equals(Object) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
- equals(Object) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
- equals(Object) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.IntermediateCompositeKey
-
- equals(Object) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- equals(Object) - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- equals(Object) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- equals(Object) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- equals(Object) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHashFactory
-
- equals(Object) - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory
-
- equals(Object) - Method in class org.infinispan.jcache.annotation.DefaultCacheKey
-
- equals(Object) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- equals(Object) - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- equals(Object) - Method in class org.infinispan.objectfilter.PropertyPath
-
- equals(Object) - Method in class org.infinispan.security.CachePermission
-
- equals(Object) - Method in class org.infinispan.transaction.LocalTransaction
-
- equals(Object) - Method in class org.infinispan.transaction.RemoteTransaction
-
- equals(Object) - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- equalsWrappedBytes(WrappedBytes) - Method in class org.infinispan.commons.marshall.WrappedByteArray
-
- Equivalence<T> - Interface in org.infinispan.commons.equivalence
-
An interface that allows custom implementations for objects that are
comparable based on equality, hash code calculations, or according to
Comparable
rules, but where the behaviour provided by the JDK, or
external libraries, cannot be modified, for example: arrays.
- EquivalentHashMap<K,V> - Class in org.infinispan.commons.equivalence
-
Custom hash-based map which accepts no null keys nor null values, where
equality and hash code calculations are done based on passed
Equivalence
function implementations for keys
and values, as opposed to relying on their own equals/hashCode/toString
implementations.
- EquivalentHashMap(Equivalence<K>, Equivalence<V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
-
- EquivalentHashMap(int, Equivalence<K>, Equivalence<V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
-
- EquivalentHashMap(int, float, Equivalence<K>, Equivalence<V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
-
- EquivalentHashMap(Map<? extends K, ? extends V>, Equivalence<K>, Equivalence<V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
-
- EquivalentHashMap.EntrySet - Class in org.infinispan.commons.equivalence
-
- EquivalentHashMap.EntrySet() - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
-
- EquivalentHashMap.Node<K,V> - Class in org.infinispan.commons.equivalence
-
- EquivalentHashMap.Node(K, int, V, EquivalentHashMap.Node<K, V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap.Node
-
- EquivalentHashMap.Values - Class in org.infinispan.commons.equivalence
-
- EquivalentHashMap.Values() - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap.Values
-
- EquivalentHashSet<E> - Class in org.infinispan.commons.equivalence
-
Custom hash-based set which accepts no null values, where
equality and hash code calculations are done based on passed
Equivalence
function implementations for values,
as opposed to relying on their own equals/hashCode/toString implementations.
- EquivalentHashSet(Equivalence<E>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashSet
-
Constructs a new, empty set, with a given equivalence function
- EquivalentHashSet(int, Equivalence<E>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashSet
-
Constructs a new, empty set, with a given initial capacity and a
particular equivalence function to compare entries.
- EquivalentLinkedHashMap<K,V> - Class in org.infinispan.commons.equivalence
-
Custom hash-based linked list map which accepts no null keys nor null values,
where equality and hash code calculations are done based on passed
Equivalence
function implementations for keys
and values, as opposed to relying on their own equals/hashCode/toString
implementations.
- EquivalentLinkedHashMap(int, float, EquivalentLinkedHashMap.IterationOrder, Equivalence<K>, Equivalence<V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
-
- EquivalentLinkedHashMap.IterationOrder - Enum in org.infinispan.commons.equivalence
-
- ERRORS_KEY_SUFFIX - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
-
All error status keys end with this suffix.
- Event<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
An interface that defines common characteristics of events
- Event - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
Common characteristics of events that occur on a cache manager
- Event.Type - Enum in org.infinispan.notifications.cachelistener.event
-
- Event.Type - Enum in org.infinispan.notifications.cachemanagerlistener.event
-
- EventImpl<K,V> - Class in org.infinispan.notifications.cachelistener.event
-
Basic implementation of an event that covers all event types.
- EventImpl() - Constructor for class org.infinispan.notifications.cachelistener.event.EventImpl
-
- EventImpl - Class in org.infinispan.notifications.cachemanagerlistener.event
-
Implementation of cache manager events
- EventImpl() - Constructor for class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- EventImpl(String, EmbeddedCacheManager, Event.Type, List<Address>, List<Address>, Address, int) - Constructor for class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- evict(K) - Method in interface org.infinispan.Cache
-
Evicts an entry from the memory of the cache.
- evict(K) - Method in class org.infinispan.jcache.AbstractJCache
-
- evict(K) - Method in class org.infinispan.jcache.embedded.JCache
-
- evict(K) - Method in class org.infinispan.jcache.remote.JCache
-
- eviction() - Method in class org.infinispan.configuration.cache.Configuration
-
- eviction() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- eviction() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- EvictionConfiguration - Class in org.infinispan.configuration.cache
-
Controls the eviction settings for the cache.
- EvictionConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls the eviction settings for the cache.
- EvictionManagerImpl<K,V> - Class in org.infinispan.eviction
-
- EvictionManagerImpl() - Constructor for class org.infinispan.eviction.EvictionManagerImpl
-
- evictionScheduledExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- evictionScheduledExecutor() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- evictionScheduledExecutor() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- EvictionStrategy - Enum in org.infinispan.eviction
-
Supported eviction strategies
- EvictionThreadPolicy - Enum in org.infinispan.eviction
-
Supported eviction thread policy
- Exceptions - Class in org.infinispan.jcache
-
Exception laundering utility class.
- execute(Runnable) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- execute() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
Executes this task across Infinispan cluster nodes.
- execute(Cache<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
Executes this task and stores results in the provided results cache.
- execute(String) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
Executes this task and stores results in the provided results cache.
- execute(Collator<KOut, VOut, R>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
Executes this task across Infinispan cluster but the final result is collated using specified
Collator
- executeAsynchronously() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
Executes this task across Infinispan cluster nodes asynchronously.
- executeAsynchronously(Collator<KOut, VOut, R>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
Executes this task asynchronously across Infinispan cluster; final result is collated using
specified
Collator
and wrapped by Future
- executeHelper(String) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- executeMapPhase(boolean) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- executeMapPhaseWithLocalReduction(Map<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- executeReducePhase(String, Set<KOut>, boolean) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- executeTaskInit(String) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- executionCandidates(DistributedTask<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- executionCandidates() - Method in interface org.infinispan.distexec.FailoverContext
-
- executionFailureLocation() - Method in interface org.infinispan.distexec.FailoverContext
-
Returns an Address of the node where the task failed
- executionPolicy(DistributedTaskExecutionPolicy) - Method in interface org.infinispan.distexec.DistributedTaskBuilder
-
- executor - Variable in class org.infinispan.distexec.DistributedExecutionCompletionService
-
- ExecutorFactory - Interface in org.infinispan.commons.executors
-
Used to configure and create executors
- ExecutorFactoryConfiguration - Class in org.infinispan.client.hotrod.configuration
-
ExecutorFactoryConfiguration.
- ExecutorFactoryConfiguration - Class in org.infinispan.configuration.global
-
- ExecutorFactoryConfiguration - Class in org.infinispan.persistence.remote.configuration
-
- ExecutorFactoryConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
Configures executor factory.
- ExecutorFactoryConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures executor factory.
- ExecutorFactoryConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
-
Configures executor factory.
- exhaustedAction() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- exhaustedAction(ExhaustedAction) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Specifies what happens when asking for a connection from a server's pool, and that pool is
exhausted.
- ExhaustedAction - Enum in org.infinispan.client.hotrod.configuration
-
Enumeration for whenExhaustedAction.
- exhaustedAction() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
-
- exhaustedAction(ExhaustedAction) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Specifies what happens when asking for a connection from a server's pool, and that pool is
exhausted.
- ExhaustedAction - Enum in org.infinispan.persistence.remote.configuration
-
- exists() - Method in class org.infinispan.jcache.MutableJCacheEntry
-
- expiration() - Method in class org.infinispan.configuration.cache.Configuration
-
- expiration() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- expiration() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- Expiration - Class in org.infinispan.jcache
-
Utility class for expiration calculations.
- Expiration.Operation - Enum in org.infinispan.jcache
-
- ExpirationConfiguration - Class in org.infinispan.configuration.cache
-
Controls the default expiration settings for entries in the cache.
- ExpirationConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls the default expiration settings for entries in the cache.
- ExpirationManager<K,V> - Interface in org.infinispan.expiration
-
Central component that deals with expiration of cache entries.
- expiredLocation() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
-
- expiredLocation - Variable in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- expiredLocation(String) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- expiryPolicy - Variable in class org.infinispan.jcache.AbstractJCache
-
- expiryQueueSize() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
-
- expiryQueueSize - Variable in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- expiryQueueSize(int) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- expiryTime() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
-
- explain(int) - Method in interface org.infinispan.query.CacheQuery
-
Return the Lucene Explanation
object describing the score computation for the matching object/document
in the current query
- Expression - Class in org.infinispan.query.dsl
-
- Expression() - Constructor for class org.infinispan.query.dsl.Expression
-
- ExtendedRiverMarshaller - Class in org.infinispan.commons.marshall.jboss
-
RiverMarshaller
extension that allows Infinispan code to directly
create instances of it.
- ExtendedRiverMarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.infinispan.commons.marshall.jboss.ExtendedRiverMarshaller
-
- ExtendedRiverUnmarshaller - Class in org.infinispan.commons.marshall.jboss
-
An extended
RiverUnmarshaller
that allows Infinispan
StreamingMarshaller
instances to travel down the stack to potential externalizer implementations
that might need it, such as
org.infinispan.commons.marshall.MarshalledValue.Externalizer
- ExtendedRiverUnmarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
-
- Externalizer<T> - Interface in org.infinispan.commons.marshall
-
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
- ExternalizerIds - Interface in org.infinispan.persistence.remote
-
1800 to 1899 range is reserved for this module
- ExternalStore<K,V> - Interface in org.infinispan.persistence.spi
-
Basic interface for interacting with an external store in a read-write mode.
- factory() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration
-
- factory(ExecutorFactory) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
Specify factory class for executor
- factory - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- factory() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
-
- factory(ExecutorFactory) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
-
Specify factory class for executor
NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new
instance of the class.
- factory() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfiguration
-
- factory(ScheduledExecutorFactory) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
Specify factory class for executor
NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new
instance of the class.
- factory - Variable in class org.infinispan.distexec.DefaultExecutorService
-
- factory() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfiguration
-
- factory(ExecutorFactory) - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
-
Specify factory class for executor
NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new
instance of the class.
- factoryClass() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration
-
- factoryClass(Class<? extends ExecutorFactory>) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
Specify factory class for executor
- factoryClass(String) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
- failover(FailoverContext) - Method in interface org.infinispan.distexec.DistributedTaskFailoverPolicy
-
As parts of distributively executed task can fail due to the task itself throwing an exception
or it can be an Infinispan system caused failure (e.g node failed or left cluster during task
execution etc).
- failoverClientListener(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- failoverClientListeners(Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- FailoverContext - Interface in org.infinispan.distexec
-
As
DistributedTask
might potentially fail on subset of executing nodes FailureContext
provides details of such task failure.
- failoverPolicy(DistributedTaskFailoverPolicy) - Method in interface org.infinispan.distexec.DistributedTaskBuilder
-
- failureCompletingTransaction(Transaction) - Method in class org.infinispan.transaction.TransactionTable
-
- FailureEntryProcessorResult<T> - Class in org.infinispan.jcache
-
Failure entry processor result wrapper.
- FailureEntryProcessorResult(Throwable) - Constructor for class org.infinispan.jcache.FailureEntryProcessorResult
-
- failurePolicyClass() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
- failurePolicyClass() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- failurePolicyClass(String) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- 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.
- fetchMode(FetchOptions.FetchMode) - Method in class org.infinispan.query.FetchOptions
-
Set the fetch mode to be used to fetch matching results
- FetchOptions - Class in org.infinispan.query
-
- FetchOptions() - Constructor for class org.infinispan.query.FetchOptions
-
- FetchOptions.FetchMode - Enum in org.infinispan.query
-
Specifies the fetching strategy
for query results.
- fetchPersistentState() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
If true, fetch persistent state when joining a cluster.
- fetchPersistentState - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
- fetchPersistentState(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
If true, fetch persistent state when joining a cluster.
- fetchPersistentState(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
-
- fetchPersistentState() - Method in interface org.infinispan.configuration.cache.CacheStoreConfiguration
-
If true, fetch persistent state when joining a cluster.
- fetchPersistentState() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
Loops through all individual cache loader configs and checks if fetchPersistentState is set on
any of them
- fetchPersistentState() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
If true, fetch persistent state when joining a cluster.
- fetchPersistentState(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, fetch persistent state when joining a cluster.
- fetchSize() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
-
- fetchSize(int) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
-
- fetchSize() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- fetchSize(int) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
- fetchSize(int) - Method in class org.infinispan.query.FetchOptions
-
Set the fetch size for batch loading of matches
- fillInStackTrace() - Method in exception org.infinispan.commons.marshall.NotSerializableException
-
- filter(Object) - Method in interface org.infinispan.objectfilter.ObjectFilter
-
Tests if an object instance matches the filter.
- filter(Filter) - Method in interface org.infinispan.query.CacheQuery
-
Allows lucene to filter the results.
- FilterCallback - Interface in org.infinispan.objectfilter
-
A single-method callback that is specified when registering a filter with a Matcher.
- FilterConditionBeginContext - Interface in org.infinispan.query.dsl
-
The beginning context of an incomplete condition.
- FilterConditionContext - Interface in org.infinispan.query.dsl
-
The context of a complete filter.
- FilterConditionEndContext - Interface in org.infinispan.query.dsl
-
The context that ends a condition.
- filterEntries(KeyValueFilter<? super K, ? super V>) - Method in interface org.infinispan.AdvancedCache
-
Retrieve the entry iterable that can be used to iterate over the contents of this cache.
- FilteringListenable<K,V> - Interface in org.infinispan.notifications
-
A Listable that can also filter events based on key
- filterLoadAllKeys(Set<? extends K>, boolean, boolean) - Method in class org.infinispan.jcache.AbstractJCache
-
- FilterResult - Class in org.infinispan.query.remote.client
-
- FilterResult(Object, Object[], Comparable[]) - Constructor for class org.infinispan.query.remote.client.FilterResult
-
- FilterResult.Marshaller - Class in org.infinispan.query.remote.client
-
- FilterResult.Marshaller() - Constructor for class org.infinispan.query.remote.client.FilterResult.Marshaller
-
- FilterSubscription - Interface in org.infinispan.objectfilter
-
A subscription for match notifications.
- finalize() - Method in class org.infinispan.jcache.AbstractJCacheManager
-
Avoid weak references to this cache manager
being garbage collected without being shutdown.
- findListenerId(Object) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- findNewBackupOwner(DefaultConsistentHashFactory.Builder, Collection<Address>, Address) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- findNewPrimaryOwner(DefaultConsistentHashFactory.Builder, Collection<Address>, Address) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- findTransport(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- FineGrainedAtomicMap<K,V> - Interface in org.infinispan.atomic
-
FineGrainedAtomicMap is a special type of Map geared for use in Infinispan.
- finish() - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverMarshaller
-
- finish() - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
-
- finishObjectInput(ObjectInput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- finishObjectInput(ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- finishObjectInput(ObjectInput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Finish using the given ObjectInput.
- finishObjectOutput(ObjectOutput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- finishObjectOutput(ObjectOutput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- finishObjectOutput(ObjectOutput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Finish using the given ObjectOutput.
- first() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
-
- firstResult(int) - Method in interface org.infinispan.query.CacheQuery
-
Sets a result with a given index to the first result.
- Flag - Enum in org.infinispan.client.hotrod
-
Defines all the flags available in the Hot Rod client that can influence the behavior of operations.
- Flag - Enum in org.infinispan.context
-
Available flags, which may be set on a per-invocation basis.
- Flag.Externalizer - Class in org.infinispan.context
-
- Flag.Externalizer() - Constructor for class org.infinispan.context.Flag.Externalizer
-
- FlagAffectedStore<K,V> - Interface in org.infinispan.persistence.spi
-
Implemented by stores that can skip writes based on certain flags present in the invocation.
- FLOAT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
- flushLockTimeout() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
- flushLockTimeout(long) - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
- flushLockTimeout(long) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
- flushLockTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
- forceReturnValues(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- forceReturnValues() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- forceReturnValues(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- forceReturnValues(boolean) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Whether or not to implicitly FORCE_RETURN_VALUE for all calls.
- forceReturnValues(boolean) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- forceReturnValues() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- forceReturnValues(boolean) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- forceReturnValues(boolean) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Whether or not to implicitly FORCE_RETURN_VALUE for all calls.
- forName(String) - Static method in enum org.infinispan.persistence.jdbc.configuration.Attribute
-
- forName(String) - Static method in enum org.infinispan.persistence.jdbc.configuration.Element
-
- forName(String) - Static method in enum org.infinispan.persistence.jpa.configuration.Attribute
-
- forName(String) - Static method in enum org.infinispan.persistence.jpa.configuration.Element
-
- forName(String) - Static method in enum org.infinispan.persistence.leveldb.configuration.Attribute
-
- forName(String) - Static method in enum org.infinispan.persistence.leveldb.configuration.Element
-
- forName(String) - Static method in enum org.infinispan.persistence.remote.configuration.Attribute
-
- forName(String) - Static method in enum org.infinispan.persistence.remote.configuration.Element
-
- forName(String) - Static method in enum org.infinispan.persistence.rest.configuration.Attribute
-
- forName(String) - Static method in enum org.infinispan.persistence.rest.configuration.Element
-
- fragmentationFactor() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
-
- fragmentationFactor(float) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
-
The store tries to fit in a new entry into an existing entry from a free entry pool (if one is available)
However, this existing free entry may be quite bigger than what is required to contain the new entry
It may then make sense to split the free entry into two parts:
1.
- friendlyCacheModeString() - Method in enum org.infinispan.configuration.cache.CacheMode
-
- from(AggregationPropertyPath.Type) - Static method in enum org.infinispan.objectfilter.PropertyPath.AggregationType
-
- from(Class) - Method in interface org.infinispan.query.dsl.QueryFactory
-
Creates a QueryBuilder for the given entity type.
- from(String) - Method in interface org.infinispan.query.dsl.QueryFactory
-
Creates a QueryBuilder for the given entity type.
- fromString(String) - Method in interface org.infinispan.query.Transformer
-
- futureDone(Future<V>) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService.QueueingListener
-
- generateCacheKey(CacheKeyInvocationContext<? extends Annotation>) - Method in class org.infinispan.jcache.annotation.DefaultCacheKeyGenerator
-
- GenericJBossMarshaller - Class in org.infinispan.commons.marshall.jboss
-
A marshaller that makes use of
JBoss Marshalling
to serialize and deserialize objects.
- GenericJBossMarshaller() - Constructor for class org.infinispan.commons.marshall.jboss.GenericJBossMarshaller
-
- GenericJBossMarshaller(ClassLoader) - Constructor for class org.infinispan.commons.marshall.jboss.GenericJBossMarshaller
-
- GenericTransactionManagerLookup - Class in org.infinispan.transaction.lookup
-
A transaction manager lookup class that attempts to locate a TransactionManager.
- GenericTransactionManagerLookup() - Constructor for class org.infinispan.transaction.lookup.GenericTransactionManagerLookup
-
- get(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- get(Object) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
-
- get(K) - Method in class org.infinispan.jcache.embedded.JCache
-
- get() - Method in class org.infinispan.jcache.FailureEntryProcessorResult
-
- get(K) - Method in class org.infinispan.jcache.remote.JCache
-
- get(Object) - Method in class org.infinispan.jcache.remote.RemoteCacheWithCacheStore
-
- get(Object) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
-
- get() - Method in class org.infinispan.jcache.SuccessEntryProcessorResult
-
- getActions() - Method in class org.infinispan.security.CachePermission
-
- getActivations() - Method in interface org.infinispan.stats.ClusterCacheStats
-
- getActualNumOwners() - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- getAddress() - Method in class org.infinispan.manager.DefaultCacheManager
- getAddress() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
- getAdvancedCache() - Method in interface org.infinispan.Cache
-
- getAffectedKeys() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getAggregationType() - Method in class org.infinispan.objectfilter.PropertyPath
-
- getAll(Set<?>) - Method in interface org.infinispan.AdvancedCache
-
Gets a collection of entries, returning them as
Map
of the values
associated with the set of keys requested.
- getAll(Set<? extends K>) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Retrieves all of the entries for the provided keys.
- getAll(Set<? extends K>) - Method in class org.infinispan.jcache.embedded.JCache
-
- getAll(Set<? extends K>) - Method in class org.infinispan.jcache.remote.JCache
-
- getAllCacheEntries(Set<?>) - Method in interface org.infinispan.AdvancedCache
-
Gets a collection of entries from the
AdvancedCache
, returning them as
Map
of the cache entries associated with the set of keys requested.
- getAllModifications() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getAllowedMethodAnnotations(Listener) - Method in class org.infinispan.notifications.AbstractListenerImpl
-
- getAllParameters() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
-
- getAndPut(K, V) - Method in class org.infinispan.jcache.embedded.JCache
-
- getAndPut(K, V) - Method in class org.infinispan.jcache.remote.JCache
-
- getAndRemove(K) - Method in class org.infinispan.jcache.embedded.JCache
-
- getAndRemove(K) - Method in class org.infinispan.jcache.remote.JCache
-
- getAndReplace(K, V) - Method in class org.infinispan.jcache.embedded.JCache
-
- getAndReplace(K, V) - Method in class org.infinispan.jcache.remote.JCache
-
- getAnnotations() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
-
- getAnnotations() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
-
- getAnnotations() - Method in class org.infinispan.jcache.annotation.MethodMetaData
-
- getAnnotations() - Method in class org.infinispan.jcache.annotation.ParameterMetaData
-
- getAsync(K) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
Asynchronous version of
Map.get(Object)
that allows user code to
retrieve the value associated with a key at a later stage, hence allowing
multiple parallel get requests to be sent.
- getAsync(K) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #get(Object)
that allows user code to
retrieve the value associated with a key at a later stage, hence allowing
multiple parallel get requests to be sent.
- getAtomicMap(Cache<MK, ?>, MK) - Static method in class org.infinispan.atomic.AtomicMapLookup
-
Retrieves an atomic map from a given cache, stored under a given key.
- getAtomicMap(Cache<MK, ?>, MK, boolean) - Static method in class org.infinispan.atomic.AtomicMapLookup
-
Retrieves an atomic map from a given cache, stored under a given key.
- getAuthorizationManager() - Method in interface org.infinispan.AdvancedCache
-
- getAuthorizationPermission() - Method in class org.infinispan.security.CachePermission
-
- getAvailability() - Method in interface org.infinispan.AdvancedCache
-
Returns the cache's availability.
- getAvailabilityMode() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- getAvailabilityMode() - Method in interface org.infinispan.notifications.cachelistener.event.PartitionStatusChangedEvent
-
The mode the current cluster is in.
- getAverageGetTime() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
The mean time to execute gets.
- getAverageGetTime() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- getAveragePutTime() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
The mean time to execute puts.
- getAveragePutTime() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- getAverageReadTime() - Method in interface org.infinispan.stats.Stats
-
- getAverageRemoveTime() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
The mean time to execute removes.
- getAverageRemoveTime() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- getAverageRemoveTime() - Method in interface org.infinispan.stats.Stats
-
- getAverageWriteTime() - Method in interface org.infinispan.stats.Stats
-
- getBackupLockedKeys() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getBackupOwners(int) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- getBatchContainer() - Method in interface org.infinispan.AdvancedCache
-
Returns the component in charge of batching cache operations.
- getBinaryStore() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- getBuckedId(Object) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- getBufferSizePredictor(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- getBufferSizePredictor(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
- getBufferSizePredictor(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Get the serialized form size predictor for a particular type.
- getBufferSizePredictor(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Returns a marshalled payload size predictor for a particular type.
- getBulk() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Bulk get operations, returns all the entries within the remote cache.
- getBulk(int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- getByte(int) - Method in class org.infinispan.commons.marshall.WrappedByteArray
-
- getByte(int) - Method in interface org.infinispan.commons.marshall.WrappedBytes
-
Retrieves the byte given an offset.
- getByteBufferFactory() - Method in class org.infinispan.persistence.InitializationContextImpl
-
- getByteBufferFactory() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
- getBytes() - Method in class org.infinispan.commons.marshall.WrappedByteArray
-
- getBytes() - Method in interface org.infinispan.commons.marshall.WrappedBytes
-
The backing array if there is one otherwise null is returned.
- getCache() - Method in interface org.infinispan.api.BasicCacheContainer
-
Deprecated.
Retrieves the default cache associated with this cache container.
- getCache(String) - Method in interface org.infinispan.api.BasicCacheContainer
-
Deprecated.
Retrieves a named cache from the system.
- getCache(String) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Retrieves a named cache from the remote server if the cache has been
defined, otherwise if the cache name is underfined, it will return null.
- getCache(String, boolean) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getCache() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Retrieves the default cache from the remote server.
- getCache(boolean) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getCache() - Method in interface org.infinispan.commons.api.BasicCacheContainer
-
Retrieves the default cache associated with this cache container.
- getCache(String) - Method in interface org.infinispan.commons.api.BasicCacheContainer
-
Retrieves a named cache from the system.
- getCache(String, Class<K>, Class<V>) - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- getCache(String) - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- getCache(String) - Method in class org.infinispan.jcache.remote.JCacheManager
-
- getCache(String, Class<K>, Class<V>) - Method in class org.infinispan.jcache.remote.JCacheManager
-
- getCache() - Method in interface org.infinispan.manager.CacheContainer
-
- getCache(String) - 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(String) - Method in class org.infinispan.manager.DefaultCacheManager
-
Retrieves a named cache from the system.
- getCache(String, boolean) - Method in class org.infinispan.manager.DefaultCacheManager
-
- getCache(String, boolean) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Retrieves a named cache from the system in the same way that
CacheContainer.getCache(String)
does except that if offers the possibility for the
named cache not to be retrieved if it has not yet been started, or if
it's been removed after being started.
- getCache() - Method in interface org.infinispan.notifications.cachelistener.event.Event
-
- getCache() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- getCache() - Method in class org.infinispan.persistence.InitializationContextImpl
-
- getCache() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
- getCacheAnnotation() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
-
- getCacheAnnotation() - Method in class org.infinispan.jcache.annotation.MethodMetaData
-
- getCacheConfiguration() - Method in interface org.infinispan.Cache
-
- getCacheConfiguration(String) - Method in class org.infinispan.manager.DefaultCacheManager
-
- getCacheConfiguration(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Returns the configuration for the given cache.
- getCacheEntry(K) - Method in interface org.infinispan.AdvancedCache
-
Retrieves a CacheEntry corresponding to a specific key.
- getCacheEvictions() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
- getCacheEvictions() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- getCacheGets() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
The total number of requests to the cache.
- getCacheGets() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- getCacheHitPercentage() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
Returns cache hits as a percentage of total gets.
- getCacheHitPercentage() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- getCacheHits() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
- getCacheHits() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- getCacheKeyGenerator() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
-
- getCacheKeyGenerator(BeanManager, Class<? extends CacheKeyGenerator>, CacheDefaults) - Static method in class org.infinispan.jcache.annotation.CacheLookupHelper
-
Resolves and creates an instance of CacheKeyGenerator
.
- getCacheKeyGenerator() - Method in class org.infinispan.jcache.annotation.MethodMetaData
-
- getCacheKeyInvocationContext(InvocationContext) - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory
-
Returns the cache key invocation context corresponding to the given invocation context.
- getCacheLoaderLoads() - Method in interface org.infinispan.stats.ClusterCacheStats
-
- getCacheLoaderMisses() - Method in interface org.infinispan.stats.ClusterCacheStats
-
- getCacheManager() - Method in interface org.infinispan.Cache
-
Retrieves the cache manager responsible for creating this cache instance.
- getCacheManager() - Method in class org.infinispan.jcache.AbstractJCache
-
- getCacheManager(URI, ClassLoader, Properties) - Method in class org.infinispan.jcache.AbstractJCachingProvider
-
- getCacheManager(URI, ClassLoader) - Method in class org.infinispan.jcache.AbstractJCachingProvider
-
- getCacheManager() - Method in class org.infinispan.jcache.AbstractJCachingProvider
-
- getCacheManager() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.Event
-
- getCacheManager() - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- getCacheManager() - Method in interface org.infinispan.security.PrincipalRoleMapperContext
-
- getCacheManagerConfiguration() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getCacheManagerConfiguration() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Returns global configuration for this CacheManager
- getCacheManagerStatus() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getCacheMisses() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
- getCacheMisses() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- getCacheMissPercentage() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
Returns cache misses as a percentage of total gets.
- getCacheMissPercentage() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- getCacheMXBean() - Method in class org.infinispan.jcache.AbstractJCache
-
- getCacheName() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
-
- getCacheName(Method, String, CacheDefaults, boolean) - Static method in class org.infinispan.jcache.annotation.CacheLookupHelper
-
Resolves the cache name of a method annotated with a JCACHE annotation.
- getCacheName() - Method in class org.infinispan.jcache.annotation.MethodMetaData
-
- getCacheName() - Method in 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.EventImpl
-
- getCacheNames() - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- getCacheNames() - Method in class org.infinispan.jcache.remote.ServerManager
-
- getCacheNames() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getCacheNames() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
This method returns a collection of caches names which contains the
caches that have been defined via XML or programmatically, and the
caches that have been created at runtime via this cache manager
instance.
- getCachePuts() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
The total number of puts to the cache.
- getCachePuts() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- getCacheRemovals() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
The total number of removals from the cache.
- getCacheRemovals() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- getCacheStatisticsMXBean() - Method in class org.infinispan.jcache.AbstractJCache
-
- getCacheStatisticsMXBean() - Method in class org.infinispan.jcache.embedded.JCache
-
- getCacheStatisticsMXBean() - Method in class org.infinispan.jcache.remote.JCache
-
- getCacheTopologyInfo() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- getCachingProvider() - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- getCallable() - Method in interface org.infinispan.distexec.DistributedTask
-
- getCallback() - Method in interface org.infinispan.objectfilter.FilterSubscription
-
The associated callback that is being notified of successful matches.
- getCapacityFactor(Address) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- getCapacityFactors() - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- getCapacityFactors() - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- getClassLoader() - Method in interface org.infinispan.AdvancedCache
-
Returns the cache loader associated associated with this cache.
- getClassLoader() - Method in class org.infinispan.commons.marshall.jboss.DefaultContextClassResolver
-
- getClassLoader(Configuration, GlobalConfiguration) - Static method in class org.infinispan.configuration.cache.Configurations
-
- getClassLoader() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- getClassLoader() - Method in class org.infinispan.jcache.embedded.JCacheManager
-
- getClassLoader() - Method in class org.infinispan.jcache.remote.JCacheManager
-
- getClassLoader() - Method in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- getCluster() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfiguration
-
- getClusteredQuery(Query, Class<?>...) - Method in interface org.infinispan.query.SearchManager
-
Use it to try out the newly introduced distributed queries.
- getClusterMembers() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getClusterName() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfiguration
-
- getClusterName() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- getClusterName() - Method in class org.infinispan.manager.DefaultCacheManager
- getClusterName() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
- getClusterSize() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getCollocatedKey(K) - Method in interface org.infinispan.affinity.KeyAffinityService
-
Returns a key that will be distributed on the same node as the supplied key.
- getCommitNodes(Collection<Address>, int, Collection<Address>) - Method in class org.infinispan.transaction.LocalTransaction
-
Calculates the list of nodes to which a commit/rollback needs to be sent based on the nodes to which prepare
was sent.
- getComparator() - Method in interface org.infinispan.objectfilter.FilterSubscription
-
The comparator corresponding to the 'order by' clause, if any.
- getComparator() - Method in interface org.infinispan.objectfilter.ObjectFilter
-
The comparator corresponding to the 'order by' clause, if any.
- getCompletedTransactionStatus(GlobalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- getComponentRegistry() - Method in interface org.infinispan.AdvancedCache
-
- getConfiguration() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Retrieves the configuration currently in use.
- getConfiguration(Class<C>) - Method in class org.infinispan.jcache.AbstractJCache
-
- getConfiguration() - Method in class org.infinispan.jcache.embedded.ConfigurationAdapter
-
- getConfiguration() - Method in class org.infinispan.jcache.remote.ConfigurationAdapter
-
- getConfiguration() - Method in class org.infinispan.persistence.file.SingleFileStore
-
- getConfiguration() - Method in class org.infinispan.persistence.InitializationContextImpl
-
- getConfiguration() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- getConfiguration() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- getConfiguration() - Method in class org.infinispan.persistence.remote.RemoteStore
-
- getConfiguration() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
- getConflictingTransactionBlocks() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- getConnection() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
-
Fetches a connection from the factory.
- getConnection() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ManagedConnectionFactory
-
- getConnection() - Method in class org.infinispan.persistence.jdbc.connectionfactory.PooledConnectionFactory
-
- getConnection() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
-
- getConnectionCount() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
-
- getConnectionFactory() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- getConnectionFactory(String, ClassLoader) - Static method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
-
- getConnectionFactory(Class<? extends ConnectionFactory>) - Static method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
-
- getConnectionFactory() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- getConnectionFactory() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- getConnectionFactoryClass() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- getConnectionUrl() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- getConnectionUrl() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
-
- getConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
-
- getConsistentHashAtEnd() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- getConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
-
- getConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
-
- getConsistentHashAtStart() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- getConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
-
- getCoordinator() - Method in class org.infinispan.manager.DefaultCacheManager
- getCoordinator() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
- getCoordinatorAddress() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getCreated() - Method in interface org.infinispan.client.hotrod.MetadataValue
-
- getCreatedCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getCreationTime() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getCurrentNumberOfEntries() - Method in interface org.infinispan.stats.Stats
-
Returns the number of entries currently in this cache instance.
- getCustomInterceptorsBuilder() - Method in class org.infinispan.configuration.cache.AbstractCustomInterceptorsConfigurationChildBuilder
-
- getDataContainer() - Method in interface org.infinispan.AdvancedCache
-
Returns the container where data is stored in the cache.
- getDatasourceJndiLocation() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- getDefaultCacheConfiguration() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getDefaultCacheConfiguration() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Returns default configuration for this CacheManager
- getDefaultClassLoader() - Method in class org.infinispan.jcache.AbstractJCachingProvider
-
- getDefaultDuration() - Static method in class org.infinispan.jcache.Expiration
-
- getDefaultProperties() - Method in class org.infinispan.jcache.AbstractJCachingProvider
-
- getDefaultURI() - Method in class org.infinispan.jcache.embedded.JCachingProvider
-
- getDefaultURI() - Method in class org.infinispan.jcache.remote.JCachingProvider
-
- getDefinedCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getDefinedCacheNames() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getDistributionManager() - Method in interface org.infinispan.AdvancedCache
-
Retrieves a reference to the
DistributionManager
if the cache is configured
to use Distribution.
- getDriverClass() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- getEntityTypeName() - Method in interface org.infinispan.objectfilter.FilterSubscription
-
The fully qualified entity type name accepted by this filter.
- getEntityTypeName() - Method in interface org.infinispan.objectfilter.ObjectFilter
-
The fully qualified entity type name accepted by this filter.
- getEntries() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent
-
Retrieves entries being evicted.
- getEntries() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- getErroneousAttributes() - Method in exception org.infinispan.commons.CacheConfigurationException
-
- getEventData() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent
-
Customized event data.
- getEventTypes() - Method in interface org.infinispan.objectfilter.FilterSubscription
-
The event types.
- getEvictionManager() - Method in interface org.infinispan.AdvancedCache
-
- getEvictions() - Method in interface org.infinispan.stats.Stats
-
- getExecutor(Properties) - Method in interface org.infinispan.commons.executors.ExecutorFactory
-
- getExpirationManager() - Method in interface org.infinispan.AdvancedCache
-
- getExpiry(ExpiryPolicy, Expiration.Operation) - Static method in class org.infinispan.jcache.Expiration
-
Return expiry for a given cache operation.
- getExternalizer(Class<?>) - Method in class org.infinispan.commons.marshall.jboss.SerializeWithExtFactory
-
- getFacetManager() - Method in interface org.infinispan.query.CacheQuery
-
- getFailurePolicy(String) - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
- getFetchMode() - Method in class org.infinispan.query.FetchOptions
-
- getFetchSize() - Method in class org.infinispan.query.FetchOptions
-
- getFileErrors(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Gets the error messages (caused by parsing, linking, etc) associated to a *.proto schema file.
- getFilesWithErrors() - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Get the full names of all registered schema files.
- getFineGrainedAtomicMap(Cache<MK, ?>, MK) - Static method in class org.infinispan.atomic.AtomicMapLookup
-
Retrieves a fine grained atomic map from a given cache, stored under a given key.
- getFineGrainedAtomicMap(Cache<MK, ?>, MK, boolean) - Static method in class org.infinispan.atomic.AtomicMapLookup
-
Retrieves an atomic map from a given cache, stored under a given key.
- getFlagInt() - Method in enum org.infinispan.client.hotrod.Flag
-
- getGlobalComponentRegistry() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getGlobalComponentRegistry() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
- getGlobalConfigurationAsProperties() - Method in class org.infinispan.manager.DefaultCacheManager
- getGlobalTransaction() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- getGlobalTransaction() - Method in interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
-
- getGlobalTransaction() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getGlobalTransaction() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- getGroup(Object) - Method in interface org.infinispan.distribution.group.GroupManager
-
Get the group for a given key
- getGroup(Object) - Method in class org.infinispan.distribution.group.GroupManagerImpl
-
- getHashFunction() - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
- getHashFunction() - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- getHashFunction() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- getHitRatio() - Method in interface org.infinispan.stats.CacheContainerStats
-
- getHitRatio() - Method in interface org.infinispan.stats.ClusterCacheStats
-
- getHits() - Method in interface org.infinispan.stats.Stats
-
- getId() - Method in class org.infinispan.atomic.AtomicHashMap.Externalizer
-
- getId() - Method in class org.infinispan.atomic.AtomicHashMapDelta.Externalizer
-
- getId() - Method in class org.infinispan.atomic.ClearOperation.Externalizer
-
- getId() - Method in class org.infinispan.atomic.DeltaCompositeKey.DeltaCompositeKeyExternalizer
-
- getId() - Method in class org.infinispan.atomic.PutOperation.Externalizer
-
- getId() - Method in class org.infinispan.atomic.RemoveOperation.Externalizer
-
- getId() - Method in class org.infinispan.commons.marshall.AbstractExternalizer
-
- getId() - Method in interface org.infinispan.commons.marshall.AdvancedExternalizer
-
Returns an integer that identifies the externalizer type.
- getId() - Method in class org.infinispan.context.Flag.Externalizer
-
- getId() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaAwareListExternalizer
-
- getId() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaListExternalizer
-
- getId() - Method in class org.infinispan.distribution.ch.DefaultConsistentHash.Externalizer
-
- getId() - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Externalizer
-
- getId() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.Externalizer
-
- getId() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHashFactory.Externalizer
-
- getId() - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Externalizer
-
- getId() - Method in class org.infinispan.distribution.ch.TopologyAwareConsistentHashFactory.Externalizer
-
- getId() - Method in class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory.Externalizer
-
- getInfinispanMarshaller() - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
-
- getInstance() - Static method in class org.infinispan.commons.equivalence.AnyEquivalence
-
- getInstance() - Method in interface org.infinispan.objectfilter.ObjectFilter.FilterResult
-
Returns the matched object.
- getInstance() - Method in class org.infinispan.query.remote.client.FilterResult
-
- getInterceptorChain() - Method in interface org.infinispan.AdvancedCache
-
Retrieves the current Interceptor chain.
- getIntermediateCacheName() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- getIntStatistic(String) - Method in interface org.infinispan.client.hotrod.ServerStatistics
-
- getInvalidations() - Method in interface org.infinispan.stats.ClusterCacheStats
-
- getInvocationContextContainer() - Method in interface org.infinispan.AdvancedCache
-
Deprecated.
This method may be removed in a future version of Infinispan.
- getJavaClass() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult.Marshaller
-
- getJavaClass() - Method in class org.infinispan.query.remote.client.FilterResult.Marshaller
-
- getJavaClass() - Method in class org.infinispan.query.remote.client.QueryRequest.Marshaller
-
- getJavaClass() - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter.Marshaller
-
- getJavaClass() - Method in class org.infinispan.query.remote.client.QueryResponse.Marshaller
-
- getJpqlString() - Method in class org.infinispan.query.remote.client.QueryRequest
-
- getKey() - Method in interface org.infinispan.affinity.KeyGenerator
-
- getKey() - Method in class org.infinispan.affinity.RndKeyGenerator
-
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent
-
Created cache entry's key.
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryExpiredEvent
-
Created cache entry's key.
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent
-
Modifiedcache entry's key.
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent
-
Created cache entry's key.
- getKey() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
-
- getKey() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.IntermediateCompositeKey
-
- getKey() - Method in class org.infinispan.jcache.JCacheEntry
-
- getKey() - Method in class org.infinispan.jcache.MutableJCacheEntry
-
- getKey() - Method in class org.infinispan.jcache.RICacheEntryEvent
-
Returns the key of the cache entry with the event
- getKey() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
-
- getKey() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- getKey() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
-
- getKey() - Method in exception org.infinispan.transaction.WriteSkewException
-
- getKeyEquivalence() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- getKeyForAddress(Address) - Method in interface org.infinispan.affinity.KeyAffinityService
-
Returns a key that will be distributed on the cluster node identified by address.
- getKeyParameters() - Method in class org.infinispan.jcache.annotation.AggregatedParameterMetaData
-
- getKeyParameters() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
-
- getKeyParameters() - Method in class org.infinispan.jcache.annotation.MethodMetaData
-
- getKeyType() - Method in interface org.infinispan.distribution.group.Grouper
-
- getKeyType() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
-
- getLastUsed() - Method in interface org.infinispan.client.hotrod.MetadataValue
-
- getLength() - Method in class org.infinispan.commons.marshall.WrappedByteArray
-
- getLength() - Method in interface org.infinispan.commons.marshall.WrappedBytes
-
The length of the underlying wrapped bytes.
- getLength() - Static method in class org.infinispan.Version
-
- getLifespan() - Method in interface org.infinispan.client.hotrod.MetadataValue
-
- getListenerCollectionForAnnotation(Class<? extends Annotation>) - Method in class org.infinispan.notifications.AbstractListenerImpl
-
- getListeners(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- getListeners() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns a set with all the listeners registered by this client for the
given cache.
- getListeners() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getListeners() - Method in class org.infinispan.notifications.AbstractListenerImpl
-
- getListeners() - Method in interface org.infinispan.notifications.Listenable
-
- getListeners() - Method in class org.infinispan.query.continuous.ContinuousQuery
-
- getLocalAddress() - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- getLocalAddress() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
-
- getLocalName() - Method in enum org.infinispan.persistence.jdbc.configuration.Attribute
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.jdbc.configuration.Element
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.jpa.configuration.Attribute
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.jpa.configuration.Element
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.leveldb.configuration.Attribute
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.leveldb.configuration.Element
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.remote.configuration.Attribute
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.remote.configuration.Element
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.rest.configuration.Attribute
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.rest.configuration.Element
-
Get the local name of this element.
- getLocalTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
Looks up a LocalTransaction given a GlobalTransaction.
- getLocalTransaction(Transaction) - Method in class org.infinispan.transaction.TransactionTable
-
- getLocalTransactions() - Method in class org.infinispan.transaction.TransactionTable
-
- getLocalTxCount() - Method in class org.infinispan.transaction.TransactionTable
-
- getLockedKeys() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getLockedKeys() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- getLockedKeysForRemoteTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- getLockManager() - Method in interface org.infinispan.AdvancedCache
-
Returns the component that deals with all aspects of acquiring and
releasing locks for cache entries.
- getLog() - Method in class org.infinispan.jcache.annotation.AbstractCachePutInterceptor
-
- getLog() - Method in class org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
-
- getLog() - Method in class org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
-
- getLog() - Method in class org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
-
- getLog() - Method in class org.infinispan.jcache.annotation.CachePutInterceptor
-
- getLog() - Method in class org.infinispan.jcache.annotation.CacheRemoveAllInterceptor
-
- getLog() - Method in class org.infinispan.jcache.annotation.CacheRemoveEntryInterceptor
-
- getLog() - Method in class org.infinispan.jcache.annotation.CacheResultInterceptor
-
- getLog() - Method in class org.infinispan.jcache.annotation.InjectedCachePutInterceptor
-
- getLog() - Method in class org.infinispan.jcache.annotation.InjectedCacheRemoveAllInterceptor
-
- getLog() - Method in class org.infinispan.jcache.annotation.InjectedCacheRemoveEntryInterceptor
-
- getLog() - Method in class org.infinispan.jcache.annotation.InjectedCacheResultInterceptor
-
- getLog() - Method in class org.infinispan.notifications.AbstractListenerImpl
-
- getLookedUpEntries() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getLookedUpEntries() - Method in class org.infinispan.transaction.LocalTransaction
-
- getLookedUpRemoteVersion(Object) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getManagedCacheNames() - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- getMarshalledEntryFactory() - Method in class org.infinispan.persistence.InitializationContextImpl
-
- getMarshalledEntryFactory() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
- getMarshaller() - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- getMarshaller() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getMarshaller() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- getMarshaller() - Method in class org.infinispan.persistence.InitializationContextImpl
-
- getMarshaller() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
- getMask() - Method in enum org.infinispan.security.AuthorizationPermission
-
- getMask() - Method in interface org.infinispan.security.Role
-
Returns a pre-computed access mask which contains the permissions specified by this role
- getMassIndexer() - Method in interface org.infinispan.query.SearchManager
-
The MassIndexer can be used to rebuild the Lucene indexes from
the entries stored in Infinispan.
- getMaxIdle() - Method in interface org.infinispan.client.hotrod.MetadataValue
-
- getMaxResults() - Method in class org.infinispan.query.remote.client.QueryRequest
-
- getMBeanServer() - Method in class org.infinispan.jcache.AbstractJCache
-
- getMBeanServer() - Method in class org.infinispan.jcache.embedded.JCache
-
- getMBeanServer() - Method in class org.infinispan.jcache.remote.JCache
-
- getMembers() - Method in class org.infinispan.distexec.DefaultExecutorService
-
- getMembers() - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Should return the addresses of the nodes used to create this consistent hash.
- getMembers() - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- getMembers() - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- getMembers() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- getMembers() - Method in class org.infinispan.manager.DefaultCacheManager
- getMembers() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
- getMembersAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
-
- getMembersAtEnd() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- getMembersAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
-
- getMembersAtStart() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- 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.EventImpl
-
- getMethod() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
-
- getMethod() - Method in class org.infinispan.jcache.annotation.MethodMetaData
-
- getMethod() - Method in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- getMinTopologyId() - Method in class org.infinispan.transaction.TransactionTable
-
- getMisses() - Method in interface org.infinispan.stats.Stats
-
- getModifications() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getName() - Method in interface org.infinispan.commons.api.BasicCache
-
Retrieves the name of the cache
- getName() - Method in class org.infinispan.jcache.embedded.JCache
-
- getName() - Method in class org.infinispan.jcache.remote.JCache
-
- getName() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getName() - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter
-
- getName() - Method in interface org.infinispan.security.Role
-
Returns the name of this role
- getNamedParameters() - Method in class org.infinispan.query.remote.client.QueryRequest
-
- getNamespaces() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser60
-
- getNamespaces() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser60
-
- getNamespaces() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationParser60
-
- getNamespaces() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser60
-
- getNamespaces() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationParser60
-
- getNewMembers() - Method in class org.infinispan.notifications.cachemanagerlistener.event.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.EventImpl
-
- getNewTopologyId() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
-
- getNewValue() - Method in class org.infinispan.jcache.MutableJCacheEntry
-
- getNodeAddress() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getNormalizedHash(Object) - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- getNumberOfLocksAvailable() - Method in interface org.infinispan.stats.ClusterCacheStats
-
- getNumberOfLocksHeld() - Method in interface org.infinispan.stats.ClusterCacheStats
-
- getNumNodes() - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- getNumOwners() - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
- getNumOwners() - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- getNumOwners() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- getNumResults() - Method in class org.infinispan.query.remote.client.QueryResponse
-
- getNumSegments() - Method in interface org.infinispan.client.hotrod.CacheTopologyInfo
-
- getNumSegments() - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
- getNumSegments() - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- getNumSegments() - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- getNumSegments() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- getObjectFilter(FilterSubscription) - Method in interface org.infinispan.objectfilter.Matcher
-
Obtains an ObjectFilter instance that is capable of testing a single filter condition.
- getObjectFilter(Query) - Method in interface org.infinispan.objectfilter.Matcher
-
- getObjectFilter(String) - Method in interface org.infinispan.objectfilter.Matcher
-
- getObjectFilter(String, Map<String, Object>) - Method in interface org.infinispan.objectfilter.Matcher
-
- getObjectFilter(String, Map<String, Object>, List<FieldAccumulator>) - Method in interface org.infinispan.objectfilter.Matcher
-
- getObjectName() - Method in interface org.infinispan.query.remote.ProtobufMetadataManager
-
- getOldMembers() - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- getOldMembers() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
-
Gets the previous list of members.
- getOldMetadata() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- getOldValue() - Method in class org.infinispan.jcache.RICacheEntryEvent
-
Returns the value of the cache entry with the event
- 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.EventImpl
-
- getOperation() - Method in class org.infinispan.jcache.MutableJCacheEntry
-
- getOrCreateCache(String, I) - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- getOrCreateLocalTransaction(Transaction, boolean) - Method in class org.infinispan.transaction.TransactionTable
-
- getOrCreateRemoteTransaction(GlobalTransaction, WriteCommand[]) - Method in class org.infinispan.transaction.TransactionTable
-
Returns an existing remote transaction or creates one if none exists.
- getOwned(Address) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- getOwned(Address) - Method in class org.infinispan.distribution.ch.OwnershipStatistics
-
- getOwnedPerCapacity(Address) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- getOwners(int) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- getParameterPosition() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
-
- getParameters() - Method in class org.infinispan.jcache.annotation.AggregatedParameterMetaData
-
- getParameters() - Method in class org.infinispan.jcache.annotation.MethodMetaData
-
- getPassivations() - Method in interface org.infinispan.stats.ClusterCacheStats
-
- getPassword() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- getPassword() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
-
- getPath() - Method in class org.infinispan.objectfilter.PropertyPath
-
- getPath() - Method in interface org.infinispan.objectfilter.SortField
-
The field path.
- getPermissions() - Method in interface org.infinispan.security.Role
-
Returns the list of permissions associated with this role
- getPhysicalAddresses() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getPooledDataSource() - Method in class org.infinispan.persistence.jdbc.connectionfactory.PooledConnectionFactory
-
- getPosition() - Method in class org.infinispan.jcache.annotation.ParameterMetaData
-
- getPrimaryOwned(Address) - Method in class org.infinispan.distribution.ch.OwnershipStatistics
-
- getPrimaryOwnedPerCapacity(Address) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- getPrimaryOwner(int) - Method in class org.infinispan.distribution.ch.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.DefaultConsistentHash
-
- getPrimarySegmentsForOwner(Address) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- getProjection() - Method in interface org.infinispan.objectfilter.FilterSubscription
-
The array of '.' separated path names of the projected fields if any, or null
otherwise.
- getProjection() - Method in interface org.infinispan.objectfilter.ObjectFilter.FilterResult
-
Returns the projection, if a projection was requested or null
otherwise.
- getProjection() - Method in interface org.infinispan.objectfilter.ObjectFilter
-
The array of '.' separated path names of the projected fields if any, or null
otherwise.
- getProjection() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
-
- getProjection() - Method in class org.infinispan.query.remote.client.FilterResult
-
- getProjectionSize() - Method in class org.infinispan.query.remote.client.QueryResponse
-
- getProjectionTypes() - Method in interface org.infinispan.objectfilter.ObjectFilter
-
- getProperties() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- getProperties() - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- getProtocolVersion() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns the HotRod protocol version supported by this RemoteCache implementation
- getProtocolVersion() - Static method in class org.infinispan.client.hotrod.Version
-
- getProtofile(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Gets the contents of a registered *.proto schema file.
- getProtofileNames() - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Get the full names of all registered schema files.
- getQuery(Query, Class<?>...) - Method in interface org.infinispan.query.SearchManager
-
This is a simple method that will just return a
CacheQuery
, filtered according to a set of classes passed
in.
- getQueryFactory(RemoteCache) - Static method in class org.infinispan.client.hotrod.Search
-
- getQueryFactory(Cache<?, ?>) - Static method in class org.infinispan.query.Search
-
- getQueryFactory() - Method in interface org.infinispan.query.SearchManager
-
- getRawType() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
-
- getRawType() - Method in class org.infinispan.jcache.annotation.ParameterMetaData
-
- getReadOnlyAtomicMap(Cache<MK, ?>, MK) - Static method in class org.infinispan.atomic.AtomicMapLookup
-
Retrieves an atomic map from a given cache, stored under a given key, for reading only.
- getReadWriteRatio() - Method in interface org.infinispan.stats.CacheContainerStats
-
- getReadWriteRatio() - Method in interface org.infinispan.stats.ClusterCacheStats
-
- getRemoteCache() - Method in class org.infinispan.persistence.remote.RemoteStore
-
- getRemoteCacheManager() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- getRemoteLocksAcquired() - Method in class org.infinispan.transaction.LocalTransaction
-
- getRemoteTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- getRemoteTransactions() - Method in class org.infinispan.transaction.TransactionTable
-
- getRemoteTxCount() - Method in class org.infinispan.transaction.TransactionTable
-
- getRemoveHits() - Method in interface org.infinispan.stats.Stats
-
- getRemoveMisses() - Method in interface org.infinispan.stats.Stats
-
- getResults() - Method in class org.infinispan.query.remote.client.QueryResponse
-
- getResultSize() - Method in interface org.infinispan.query.CacheQuery
-
Gets the total number of results matching the query, ignoring pagination (firstResult, maxResult).
- getResultSize() - Method in interface org.infinispan.query.dsl.Query
-
Gets the total number of results matching the query, ignoring pagination (firstResult, maxResult).
- getRetrievals() - Method in interface org.infinispan.stats.Stats
-
- 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.DefaultConsistentHash
-
- getRoutingTableAsString() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- getRpcManager() - Method in interface org.infinispan.AdvancedCache
-
Returns the component in charge of communication with other caches in
the cluster.
- getRunningCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getSearchFactory() - Method in interface org.infinispan.query.SearchManager
-
Access the SearchFactory
- getSearchManager(Cache<?, ?>) - Static method in class org.infinispan.query.Search
-
- getSecurityPermission() - Method in enum org.infinispan.security.AuthorizationPermission
-
- getSegment(Object) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
- getSegment(Object) - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- getSegment(Object) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- getSegmentEndHashes() - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- 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.DefaultConsistentHash
-
- getSegmentsForOwner(Address) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- getSegmentsPerServer() - Method in interface org.infinispan.client.hotrod.CacheTopologyInfo
-
- getSerializationContext() - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
-
- getSerializationContext() - Method in class org.infinispan.query.remote.CompatibilityProtoStreamMarshaller
-
- getSortFields() - Method in interface org.infinispan.objectfilter.FilterSubscription
-
The array of sort specifications if defined, or null
otherwise.
- getSortFields() - Method in interface org.infinispan.objectfilter.ObjectFilter
-
The array of sort specifications if defined, or null
otherwise.
- getSortProjection() - Method in interface org.infinispan.objectfilter.ObjectFilter.FilterResult
-
Returns the projection of fields used for sorting, if sorting was requested or null
otherwise.
- getSortProjection() - Method in class org.infinispan.query.remote.client.FilterResult
-
- getStartOffset() - Method in class org.infinispan.query.remote.client.QueryRequest
-
- getStateTransferFlag() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getStatistic(String) - Method in interface org.infinispan.client.hotrod.ServerStatistics
-
- getStats() - Method in interface org.infinispan.AdvancedCache
-
Returns a
Stats
object that allows several statistics associated
with this cache at runtime.
- getStats() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getStats() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Returns statistics for this cache manager
since 7.1
- getStatsMap() - Method in interface org.infinispan.client.hotrod.ServerStatistics
-
- getStatus() - Method in interface org.infinispan.Cache
-
- getStatus() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getStatus() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
- getStores() - Method in interface org.infinispan.stats.Stats
-
- getStoreWrites() - Method in interface org.infinispan.stats.ClusterCacheStats
-
- getStringStore() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- getSubgroupsMerged() - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- getSubgroupsMerged() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.MergeEvent
-
- getSubject() - Method in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- getSubject() - Static method in class org.infinispan.security.Security
-
- getSubjectUserPrincipal(Subject) - Static method in class org.infinispan.security.Security
-
Returns the first principal of a subject which is not of type
Group
- getTableManipulation() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- getTableManipulation() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- getTarget() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
-
- getTarget() - Method in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- getTarget() - Method in class org.infinispan.notifications.AbstractListenerImpl.ListenerInvocationImpl
-
- getTarget() - Method in interface org.infinispan.notifications.ListenerInvocation
-
The listener instance that is notified of events
- getTaskExecutionPolicy() - Method in interface org.infinispan.distexec.DistributedTask
-
- getTaskFailoverPolicy() - Method in interface org.infinispan.distexec.DistributedTask
-
- getTaskId() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.IntermediateCompositeKey
-
- getTimeService() - Method in class org.infinispan.persistence.InitializationContextImpl
-
- getTimeService() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
- getTimeSinceStart() - Method in interface org.infinispan.stats.Stats
-
- getTopologyId() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getTotalCapacity() - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- getTotalNumberOfEntries() - Method in interface org.infinispan.stats.Stats
-
Number of entries stored in cache since the cache started running.
- getTotalResults() - Method in class org.infinispan.query.remote.client.QueryResponse
-
- getTransaction() - Method in class org.infinispan.transaction.LocalTransaction
-
- getTransactionManager() - Method in interface org.infinispan.AdvancedCache
-
Returns the transaction manager configured for this cache.
- getTransactionManager() - Method in class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
-
- getTransactionManager() - Method in class org.infinispan.transaction.lookup.GenericTransactionManagerLookup
-
Get the systemwide used TransactionManager
- getTransactionManager() - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
-
- getTransactionManager() - Method in interface org.infinispan.transaction.lookup.TransactionManagerLookup
-
Returns a new TransactionManager.
- getTransactionState() - Method in class org.infinispan.transaction.RemoteTransaction
-
- getTransactionSynchronizationRegistry() - Method in interface org.infinispan.transaction.lookup.TransactionSynchronizationRegistryLookup
-
Returns a new TransactionSynchronizationRegistry.
- getTransactionSynchronizedBlock() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- getTransport() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
- getTransport() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getTransport() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
- getType() - Method in interface org.infinispan.client.hotrod.event.ClientEvent
-
- getType() - Method in interface org.infinispan.notifications.cachelistener.event.Event
-
- getType() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- getType() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.Event
-
- getType() - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- getTypeClasses() - Method in class org.infinispan.atomic.AtomicHashMap.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.atomic.AtomicHashMapDelta.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.atomic.ClearOperation.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.atomic.DeltaCompositeKey.DeltaCompositeKeyExternalizer
-
- getTypeClasses() - Method in class org.infinispan.atomic.PutOperation.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.atomic.RemoveOperation.Externalizer
-
- getTypeClasses() - Method in interface org.infinispan.commons.marshall.AdvancedExternalizer
-
Returns a collection of Class instances representing the types that this
AdvancedExternalizer can marshall.
- getTypeClasses() - Method in class org.infinispan.context.Flag.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaAwareListExternalizer
-
- getTypeClasses() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaListExternalizer
-
- getTypeClasses() - Method in class org.infinispan.distribution.ch.DefaultConsistentHash.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHashFactory.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.distribution.ch.TopologyAwareConsistentHashFactory.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory.Externalizer
-
- getTypeName() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult.Marshaller
-
- getTypeName() - Method in class org.infinispan.query.remote.client.FilterResult.Marshaller
-
- getTypeName() - Method in class org.infinispan.query.remote.client.QueryRequest.Marshaller
-
- getTypeName() - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter.Marshaller
-
- getTypeName() - Method in class org.infinispan.query.remote.client.QueryResponse.Marshaller
-
- getUnionConsistentHash() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
-
- getUnionConsistentHash() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- getUpdatedEntryVersions() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getURI() - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- getUserName() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- getUserName() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
-
- getUserTransaction() - Static method in class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
-
- getUserTransaction() - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
-
- getValue() - Method in interface org.infinispan.client.hotrod.VersionedValue
-
- getValue() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
-
- getValue() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
-
- getValue() - Method in class org.infinispan.jcache.JCacheEntry
-
- getValue() - Method in class org.infinispan.jcache.MutableJCacheEntry
-
- getValue() - Method in class org.infinispan.jcache.RICacheEntryEvent
-
Returns the value of the cache entry with the event
- getValue() - Method in interface org.infinispan.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.CacheEntryEvictedEvent
-
Deprecated.
Retrieves the value of the entry being evicted.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent
-
Retrieves the value of the entry being expired.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent
-
Retrieves the value of the entry being invalidated.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryLoadedEvent
-
Retrieves the value of the entry being loaded.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent
-
Retrieves the value of the entry being modified.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent
-
Retrieves the value of the entry being passivated.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent
-
Retrieves the value of the entry being deleted.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryVisitedEvent
-
Retrieves the value of the entry being visited.
- getValue() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- getValue() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
-
- getValue() - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter
-
- getValueEquivalence() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- getValueParameter() - Method in class org.infinispan.jcache.annotation.AggregatedParameterMetaData
-
- getValueParameter() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
-
- getValueParameter() - Method in class org.infinispan.jcache.annotation.MethodMetaData
-
- getValueType() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
-
- getVersion() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent
-
Provides access to the version of the created cache entry.
- getVersion() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent
-
Provides access to the version of the modified cache entry.
- getVersion() - Method in interface org.infinispan.client.hotrod.VersionedValue
-
- getVersion() - Method in interface org.infinispan.commons.api.BasicCache
-
Retrieves the version of Infinispan
- getVersion() - Method in class org.infinispan.manager.DefaultCacheManager
-
- getVersioned(K) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns the
VersionedValue
associated to the supplied key param, or null if it doesn't exist.
- getVersionShort() - Static method in class org.infinispan.Version
-
- getVersionShort(String) - Static method in class org.infinispan.Version
-
- getVersionsRead() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- getViewId() - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- getViewId() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
-
Get JGroups view id.
- getWithMetadata(K) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns the
MetadataValue
associated to the supplied key param, or null if it doesn't exist.
- getXAResource() - Method in interface org.infinispan.AdvancedCache
-
Returns the
XAResource
associated with this cache which can be
used to do transactional recovery.
- GlobalAuthorizationConfiguration - Class in org.infinispan.configuration.global
-
GlobalAuthorizationConfiguration.
- GlobalAuthorizationConfiguration(boolean, AuditLogger, PrincipalRoleMapper, Map<String, Role>) - Constructor for class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
-
- GlobalAuthorizationConfigurationBuilder - Class in org.infinispan.configuration.global
-
GlobalAuthorizationConfigurationBuilder.
- GlobalAuthorizationConfigurationBuilder(GlobalSecurityConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
- GlobalConfiguration - Class in org.infinispan.configuration.global
-
Configuration component that exposes the global configuration.
- globalConfiguration - Variable in class org.infinispan.manager.DefaultCacheManager
-
- GlobalConfigurationBuilder - Class in org.infinispan.configuration.global
-
- GlobalConfigurationBuilder() - Constructor for class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- GlobalConfigurationChildBuilder - Interface in org.infinispan.configuration.global
-
- globalJmxStatistics() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- globalJmxStatistics() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
This method allows configuration of the global, or cache manager level,
jmx statistics.
- globalJmxStatistics() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- GlobalJmxStatisticsConfiguration - Class in org.infinispan.configuration.global
-
- GlobalJmxStatisticsConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures whether global statistics are gathered and reported via JMX for all caches under this cache manager.
- GlobalRoleConfigurationBuilder - Class in org.infinispan.configuration.global
-
GlobalRoleConfigurationBuilder.
- GlobalRoleConfigurationBuilder(String, GlobalAuthorizationConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
- GlobalRolesConfigurationChildBuilder - Interface in org.infinispan.configuration.global
-
- GlobalSecurityConfiguration - Class in org.infinispan.configuration.global
-
GlobalSecurityConfiguration.
- GlobalSecurityConfigurationBuilder - Class in org.infinispan.configuration.global
-
GlobalSecurityConfigurationBuilder.
- GlobalSecurityConfigurationBuilder(GlobalConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
-
- GlobalSecurityConfigurationChildBuilder - Interface in org.infinispan.configuration.global
-
GlobalSecurityConfigurationChildBuilder.
- globalState() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- globalState() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- globalState() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- GlobalStateConfiguration - Class in org.infinispan.configuration.global
-
GlobalStateConfiguration.
- GlobalStateConfigurationBuilder - Class in org.infinispan.configuration.global
-
GlobalStateConfigurationBuilder.
- Group - Annotation Type in org.infinispan.distribution.group
-
Identifies the key for a group.
- groupBy(String...) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
- Grouper<T> - Interface in org.infinispan.distribution.group
-
User applications may implement this interface in order to customize the compution of groups in cases when the modifying the
key is not possible, or when the value determined by the
Group
annotation needs customizing.
- groupers() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
-
Get's the current groupers in use
- GroupManager - Interface in org.infinispan.distribution.group
-
Control's key grouping.
- GroupManagerImpl - Class in org.infinispan.distribution.group
-
- GroupManagerImpl(List<Grouper<?>>) - Constructor for class org.infinispan.distribution.group.GroupManagerImpl
-
- groups() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
Configuration for various grouper definitions.
- groups() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
- GroupsConfiguration - Class in org.infinispan.configuration.cache
-
Configuration for various grouper definitions.
- GroupsConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configuration for various grouper definitions.
- GroupsConfigurationBuilder(ClusteringConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
- gt(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument is greater than the given value.
- gte(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument is greater than or equal to the given value.
- icf - Variable in class org.infinispan.transaction.TransactionTable
-
- ID - Static variable in interface org.infinispan.query.ProjectionConstants
-
- idColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- idColumnName(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
The name of the database column used to store the keys
- idColumnType() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- idColumnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
The type of the database column used to store the keys
- IdentityRoleMapper - Class in org.infinispan.security.impl
-
IdentityRoleMapper.
- IdentityRoleMapper() - Constructor for class org.infinispan.security.impl.IdentityRoleMapper
-
- Ids - Interface in org.infinispan.commons.marshall
-
Indexes for object types included in commons.
- ignoreMaxSegments - Variable in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- ignoreModifications() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be
applied to the cache store.
- ignoreModifications - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
- ignoreModifications(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be
applied to the cache store.
- ignoreModifications(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
-
- ignoreModifications() - Method in interface org.infinispan.configuration.cache.CacheStoreConfiguration
-
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 interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be
applied to the cache store.
- IllegalLifecycleStateException - Exception in org.infinispan
-
This exception is thrown when the cache or cache manager does not have the
right lifecycle state for operations to be called on it.
- IllegalLifecycleStateException() - Constructor for exception org.infinispan.IllegalLifecycleStateException
-
- IllegalLifecycleStateException(String) - Constructor for exception org.infinispan.IllegalLifecycleStateException
-
- IllegalLifecycleStateException(String, Throwable) - Constructor for exception org.infinispan.IllegalLifecycleStateException
-
- IllegalLifecycleStateException(Throwable) - Constructor for exception org.infinispan.IllegalLifecycleStateException
-
- immediateLockForWriting(Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- IMMUTABLE_LIST - Static variable in interface org.infinispan.commons.marshall.Ids
-
- IMMUTABLE_MAP - Static variable in interface org.infinispan.commons.marshall.Ids
-
- implementationType() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
-
- implementationType - Variable in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- implementationType(LevelDBStoreConfiguration.ImplementationType) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- implies(AuthorizationPermission) - Method in enum org.infinispan.security.AuthorizationPermission
-
- implies(Permission) - Method in class org.infinispan.security.CachePermission
-
- implies(Permission) - Method in class org.infinispan.security.CachePermissionCollection
-
- in(Object...) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left operand is equal to one of the (fixed) list of values given as argument.
- in(Collection) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left operand is equal to one of the elements from the Collection of values given as argument.
- includeLower(boolean) - Method in interface org.infinispan.query.dsl.RangeConditionContext
-
- includeUpper(boolean) - Method in interface org.infinispan.query.dsl.RangeConditionContext
-
- IncorrectClientListenerException - Exception in org.infinispan.client.hotrod.event
-
- IncorrectClientListenerException(String) - Constructor for exception org.infinispan.client.hotrod.event.IncorrectClientListenerException
-
- IncorrectListenerException - Exception in org.infinispan.notifications
-
- IncorrectListenerException(String) - Constructor for exception org.infinispan.notifications.IncorrectListenerException
-
- incOwned(Address) - Method in class org.infinispan.distribution.ch.OwnershipStatistics
-
- incPrimaryOwned(Address) - Method in class org.infinispan.distribution.ch.OwnershipStatistics
-
- increaseCacheHits(long) - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
- incrementCacheEvictions() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- incrementCacheGets() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- incrementCacheHits() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- incrementCacheMisses() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- incrementCachePuts() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- incrementCacheRemovals() - Method in class org.infinispan.jcache.remote.LocalStatistics
-
- index() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
-
- index(int) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Specifies a position in the interceptor chain to place the new interceptor.
- indexing() - Method in class org.infinispan.configuration.cache.Configuration
-
- indexing() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- indexing() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- IndexingConfiguration - Class in org.infinispan.configuration.cache
-
Configures indexing of entries in the cache for searching.
- IndexingConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configures indexing of entries in the cache for searching.
- indexLocalOnly() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
If true, only index changes made locally, ignoring remote changes.
- indexLocalOnly(boolean) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
If true, only index changes made locally, ignoring remote changes.
- init(InitializationContext) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
-
- init(InitializationContext) - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
-
- init(InitializationContext) - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
- init(InitializationContext) - Method in class org.infinispan.persistence.file.SingleFileStore
-
- init(InitializationContext) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- init(InitializationContext) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- init(InitializationContext) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- init(InitializationContext) - Method in class org.infinispan.persistence.jpa.JpaStore
-
- init(InitializationContext) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- init(InitializationContext) - Method in class org.infinispan.persistence.remote.RemoteStore
-
- init(InitializationContext) - Method in class org.infinispan.persistence.rest.RestStore
-
- init(InitializationContext) - Method in interface org.infinispan.persistence.spi.CacheLoader
-
Used to initialize a cache loader.
- init(InitializationContext) - Method in interface org.infinispan.persistence.spi.CacheWriter
-
Used to initialize a cache loader.
- init(GlobalConfiguration) - Method in class org.infinispan.transaction.lookup.GenericTransactionManagerLookup
-
- init(GlobalConfiguration) - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
-
- init(CommandsFactory, InvocationContextFactory, InterceptorChain, TransactionTable, RecoveryManager, Configuration) - Method in class org.infinispan.transaction.TransactionCoordinator
-
- InitializationContext - Interface in org.infinispan.persistence.spi
-
- InitializationContextImpl - Class in org.infinispan.persistence
-
- InitializationContextImpl(StoreConfiguration, Cache, StreamingMarshaller, TimeService, ByteBufferFactory, MarshalledEntryFactory) - Constructor for class org.infinispan.persistence.InitializationContextImpl
-
- initialize(CacheNotifier<K, V>, ExpirationManager<K, V>, Configuration, InterceptorChain) - Method in class org.infinispan.eviction.EvictionManagerImpl
-
- initialize(RpcManager, Configuration, InvocationContextFactory, InterceptorChain, CacheNotifier, TransactionFactory, TransactionCoordinator, TransactionSynchronizationRegistry, CommandsFactory, ClusteringDependentLogic, Cache, TimeService, CacheManagerNotifier) - Method in class org.infinispan.transaction.TransactionTable
-
- initializeConnectionFactory(ConnectionFactory) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
Keeps a reference to the connection factory for further use.
- injectDependencies(EmbeddedCacheManager) - Method in class org.infinispan.query.remote.CompatibilityProtoStreamMarshaller
-
- InjectedCachePutInterceptor - Class in org.infinispan.jcache.annotation
-
CachePutInterceptor for environments where the cache manager is injected
in a managed environment, e.g.
- InjectedCachePutInterceptor(InjectedCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.InjectedCachePutInterceptor
-
- InjectedCacheRemoveAllInterceptor - Class in org.infinispan.jcache.annotation
-
CacheRemoveAllInterceptor for environments where the cache manager is
injected in a managed environment, e.g.
- InjectedCacheRemoveAllInterceptor(InjectedCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.InjectedCacheRemoveAllInterceptor
-
- InjectedCacheRemoveEntryInterceptor - Class in org.infinispan.jcache.annotation
-
CacheRemoveEntryInterceptor for environments where the cache manager is
injected in a managed environment, e.g.
- InjectedCacheRemoveEntryInterceptor(InjectedCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.InjectedCacheRemoveEntryInterceptor
-
- InjectedCacheResolver - Interface in org.infinispan.jcache.annotation
-
InjectedCacheResolver.
- InjectedCacheResultInterceptor - Class in org.infinispan.jcache.annotation
-
CacheResultInterceptor for environments where the cache manager is
injected in a managed environment, e.g.
- InjectedCacheResultInterceptor(InjectedCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.InjectedCacheResultInterceptor
-
- inputKeys() - Method in interface org.infinispan.distexec.FailoverContext
-
Returns a list of input keys for this task.
- inputTaskKeysEmpty() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- insertBucket(Bucket) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- INSTANCE - Static variable in class org.infinispan.commons.equivalence.ByteArrayEquivalence
-
- InstanceReusingAdvancedExternalizer<T> - Class in org.infinispan.commons.marshall
-
An advanced externalizer that when implemented will allow for child instances that also extend this class to use object
instances instead of serializing a brand new object.
- InstanceReusingAdvancedExternalizer() - Constructor for class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
-
- InstanceReusingAdvancedExternalizer(boolean) - Constructor for class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
-
- INT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
- interceptor() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
-
- interceptor(CommandInterceptor) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
An instance of the new custom interceptor to add to the configuration.
- InterceptorConfiguration - Class in org.infinispan.configuration.cache
-
Describes a custom interceptor
- InterceptorConfiguration.Position - Enum in org.infinispan.configuration.cache
-
Positional placing of a new custom interceptor
- InterceptorConfigurationBuilder - Class in org.infinispan.configuration.cache
-
This builder defines details of a specific custom interceptor.
- interceptors() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
- interceptors(List<InterceptorConfiguration>) - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
- intermediateCacheConfigurationName - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- internalSetStateTransferFlag(Flag) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- invalidationThreshold() - Method in class org.infinispan.configuration.cache.L1Configuration
-
Determines whether a multicast or a web of unicasts are used when performing L1 invalidations.
- invalidationThreshold(int) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
Determines whether a multicast or a web of unicasts are used when performing L1 invalidations.
- InvalidCacheUsageException - Exception in org.infinispan
-
Thrown when client makes cache usage errors.
- InvalidCacheUsageException(Throwable) - Constructor for exception org.infinispan.InvalidCacheUsageException
-
- InvalidCacheUsageException(String) - Constructor for exception org.infinispan.InvalidCacheUsageException
-
- InvalidCacheUsageException(String, Throwable) - Constructor for exception org.infinispan.InvalidCacheUsageException
-
- invocationBatching() - Method in class org.infinispan.configuration.cache.Configuration
-
- invocationBatching() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- invocationBatching() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- InvocationBatchingConfiguration - Class in org.infinispan.configuration.cache
-
- InvocationBatchingConfigurationBuilder - Class in org.infinispan.configuration.cache
-
- invoke(K, EntryProcessor<K, V, T>, Object...) - Method in class org.infinispan.jcache.embedded.JCache
-
- invoke(K, EntryProcessor<K, V, T>, Object...) - Method in class org.infinispan.jcache.remote.JCache
-
- invoke(A) - Method in class org.infinispan.notifications.AbstractListenerImpl.ListenerInvocationImpl
-
- invoke(T) - Method in interface org.infinispan.notifications.ListenerInvocation
-
Invokes the event
- invokeAll(Set<? extends K>, EntryProcessor<K, V, T>, Object...) - Method in class org.infinispan.jcache.AbstractJCache
-
- invokeAny(Collection<? extends Callable<T>>) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- invokeEvent(byte[], ClientEvent) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- invoker - Variable in class org.infinispan.distexec.DefaultExecutorService
-
- is1PcForAutoCommitTransaction(LocalTransaction) - Method in class org.infinispan.transaction.TransactionCoordinator
-
- isAscending() - Method in interface org.infinispan.objectfilter.SortField
-
Indicates if sorting is ascending or descending.
- isAsyncBackup() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
- isBackupFor(String, String) - Method in class org.infinispan.configuration.cache.BackupForConfiguration
-
- isCacheReady() - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
A test to check whether the cache is in its started state.
- isClosed() - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- isClosed() - Method in class org.infinispan.jcache.embedded.JCache
-
- isClosed() - Method in class org.infinispan.jcache.remote.JCache
-
- isClustered() - Method in enum org.infinispan.configuration.cache.CacheMode
-
- isClustered() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- isCommandRetried() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent
-
This will be true if the write command that caused this had to be retried
again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent
-
This will be true if the write command that caused this had to be retried
again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent
-
This will be true if the write command that caused this had to be retried
again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent
-
This will be true if the write command that caused this had to be retried
again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isCommandRetried() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- isCommitOrRollbackSent() - Method in class org.infinispan.transaction.LocalTransaction
-
- isCommitReceived() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
check if the transaction is marked for commit (by the Commit Command)
- isComparable(Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
-
- isComparable(Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
-
- isComparable(Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
-
- isComparable(Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
-
Returns whether the given object is comparable.
- isCoordinator() - Method in class org.infinispan.manager.DefaultCacheManager
- isCoordinator() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
- 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.EventImpl
-
- isDefaultRunning() - Method in class org.infinispan.manager.DefaultCacheManager
-
- isDefaultRunning() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Tests whether the default cache is running.
- isDistributed() - Method in enum org.infinispan.configuration.cache.CacheMode
-
- isDistributed() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- isEmpty() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- isEmpty() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
-
- isEmpty() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- isEmpty() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Returns true
if this set contains no elements.
- isEmpty() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- isEnabled() - Method in class org.infinispan.eviction.EvictionManagerImpl
-
Deprecated.
- isEnabled() - Method in enum org.infinispan.eviction.EvictionStrategy
-
- isEnabled() - Method in interface org.infinispan.expiration.ExpirationManager
-
- isEnlisted() - Method in class org.infinispan.transaction.LocalTransaction
-
- isExpired(long) - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
-
- isFinished() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- isFromRemoteSite() - Method in class org.infinispan.transaction.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.AbstractCacheTransaction
-
- isImplicitTransaction() - Method in class org.infinispan.transaction.LocalTransaction
-
- isInvalidation() - Method in enum org.infinispan.configuration.cache.CacheMode
-
Returns true if the mode is invalidation, either sync or async.
- isJoining() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
-
- isKeyLocalToNode(Address, Object) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Test to see whether a key is owned by a given node.
- isKeyLocalToNode(Address, Object) - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- isKeyLocalToNode(Address, Object) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- isKnownMarshallable(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Returns whether the hint on whether a particular type is marshallable or
not is available.
- isListenerConnected(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- isLocalOnly - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- isManagementEnabled() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
-
- isMarkedForRollback() - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- isMarshallable(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- isMarshallable(Object) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
-
- isMarshallable(Object) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- isMarshallable(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Returns whether a type can be serialized.
- isMarshallable(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
-
A method that checks whether the given object is marshallable as per the rules of this marshaller.
- isMarshallable(Object) - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
-
- isMarshallableCandidate(Object) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- isMergeView() - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- isMergeView() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
-
- isNull() - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument is null.
- isolationLevel() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
Cache isolation level.
- isolationLevel(IsolationLevel) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Cache isolation level.
- isOldValueAvailable() - Method in class org.infinispan.jcache.RICacheEntryEvent
-
Whether the old value is available
- isOnePhaseCommit(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
-
- isOnePhaseTotalOrderCommit(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
-
- isOriginLocal() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- isOriginLocal() - Method in interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
-
- isPre() - Method in interface org.infinispan.notifications.cachelistener.event.Event
-
- isPre() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- isPrepareSent() - Method in class org.infinispan.transaction.LocalTransaction
-
- isPrivileged() - Static method in class org.infinispan.security.Security
-
- isReadOnly() - Method in class org.infinispan.transaction.LocalTransaction
-
- isReadThrough() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
-
- isReplicated() - Method in enum org.infinispan.configuration.cache.CacheMode
-
- isRollbackReceived() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
check if the transaction is marked for rollback (by the Rollback Command)
- isRunning(String) - Method in class org.infinispan.manager.DefaultCacheManager
-
- isRunning(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Tests whether a named cache is running.
- isSecondPhaseAsync(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
-
- isShutdown - Variable in class org.infinispan.distexec.DefaultExecutorService
-
- isShutdown() - Method in class org.infinispan.distexec.DefaultExecutorService
-
- isStarted() - Method in interface org.infinispan.affinity.KeyAffinityService
-
Checks weather or not the service is started.
- isStarted() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- isStatisticsEnabled() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
-
- isStopped() - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader.TaskContext
-
Verifies if the the TaskContext is marked as stopped.
- isStoreByValue() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
-
- isSupported(OptionalFeature) - Method in class org.infinispan.jcache.embedded.JCachingProvider
-
- isSupported(OptionalFeature) - Method in class org.infinispan.jcache.remote.JCachingProvider
-
- isSync() - Method in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- isSynchronous() - Method in enum org.infinispan.configuration.cache.CacheMode
-
- isTerminated() - Method in class org.infinispan.distexec.DefaultExecutorService
-
- isTotalOrder() - Method in enum org.infinispan.transaction.TransactionProtocol
-
- isTransactional() - Method in enum org.infinispan.transaction.TransactionMode
-
- isTransactionCompleted(GlobalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- isTransactionSuccessful() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- isTransactionSuccessful() - Method in interface org.infinispan.notifications.cachelistener.event.TransactionCompletedEvent
-
- isTwoPhaseCommit() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
- isValidKeyType(Object) - Method in class org.infinispan.persistence.jpa.JpaStore
-
- isVersioningEnabled(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
-
- isWriteThrough() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
-
- iterator() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
-
- iterator() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
-
- iterator() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Returns an iterator over the elements in this set.
- iterator() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- iterator() - Method in class org.infinispan.jcache.embedded.JCache
-
- iterator() - Method in class org.infinispan.jcache.JCacheEventFilteringIterable
- iterator() - Method in class org.infinispan.jcache.remote.JCache
-
- iterator(FetchOptions) - Method in interface org.infinispan.query.CacheQuery
-
- iterator() - Method in interface org.infinispan.query.CacheQuery
-
- l1() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
This method allows configuration of the L1 cache for distributed caches.
- l1() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
This method allows configuration of the L1 cache for distributed
caches.
- l1() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
Configures the L1 cache behavior in 'distributed' caches instances.
- L1Configuration - Class in org.infinispan.configuration.cache
-
Configures the L1 cache behavior in 'distributed' caches instances.
- L1ConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configures the L1 cache behavior in 'distributed' caches instances.
- l1OnRehash(boolean) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
- last() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
-
- lastUsed() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
-
- launderCacheListenerException(CacheListenerException) - Static method in class org.infinispan.jcache.Exceptions
-
- launderCacheLoaderException(Exception) - Static method in class org.infinispan.jcache.Exceptions
-
- launderCacheWriterException(Exception) - Static method in class org.infinispan.jcache.Exceptions
-
- launderEntryProcessorException(Exception) - Static method in class org.infinispan.jcache.Exceptions
-
- LevelDBStore - Class in org.infinispan.persistence.leveldb
-
- LevelDBStore() - Constructor for class org.infinispan.persistence.leveldb.LevelDBStore
-
- LevelDBStoreConfiguration - Class in org.infinispan.persistence.leveldb.configuration
-
- LevelDBStoreConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties, String, String, LevelDBStoreConfiguration.ImplementationType, CompressionType, Integer, Long, int, int) - Constructor for class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
-
- LevelDBStoreConfiguration.ImplementationType - Enum in org.infinispan.persistence.leveldb.configuration
-
- LevelDBStoreConfigurationBuilder - Class in org.infinispan.persistence.leveldb.configuration
-
- LevelDBStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- LevelDBStoreConfigurationParser60 - Class in org.infinispan.persistence.leveldb.configuration
-
- LevelDBStoreConfigurationParser60() - Constructor for class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationParser60
-
- Lifecycle - Interface in org.infinispan.commons.api
-
Lifecycle interface that defines the lifecycle of components
- LifecycleCallbacks - Class in org.infinispan.persistence.remote
-
- LifecycleCallbacks() - Constructor for class org.infinispan.persistence.remote.LifecycleCallbacks
-
- lifespan() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in
milliseconds.
- lifespan(long) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in
milliseconds.
- lifespan(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in
milliseconds.
- lifespan() - Method in class org.infinispan.configuration.cache.L1Configuration
-
Maximum lifespan of an entry placed in the L1 cache.
- lifespan(long) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
Maximum lifespan of an entry placed in the L1 cache.
- lifespan(long, TimeUnit) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
Maximum lifespan of an entry placed in the L1 cache.
- lifespan() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
-
- lifo() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- lifo(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Sets the LIFO status.
- like(String) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument (which is expected to be a String) matches a wildcard pattern that follows the JPA
rules.
- list() - Method in interface org.infinispan.query.CacheQuery
-
Returns the results of a search as a list.
- list() - Method in interface org.infinispan.query.dsl.Query
-
Returns the results of a search as a list.
- Listenable - Interface in org.infinispan.notifications
-
Interface that denotes that the implementation can have listeners attached to it.
- listener - Variable in class org.infinispan.distexec.DistributedExecutionCompletionService
-
- Listener - Annotation Type in org.infinispan.notifications
-
Class-level annotation used to annotate an object as being a valid cache listener.
- Listener.Observation - Enum in org.infinispan.notifications
-
- ListenerInvocation<T> - Interface in org.infinispan.notifications
-
Defines simple listener invocation.
- listenerNotifier - Variable in class org.infinispan.client.hotrod.RemoteCacheManager
-
- listenersMap - Variable in class org.infinispan.notifications.AbstractListenerImpl
-
- load(Object) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
-
- load(Object) - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
- load(Object) - Method in class org.infinispan.persistence.file.SingleFileStore
-
- load(Object) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- load(Object) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- load(Object) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- load(Object) - Method in class org.infinispan.persistence.jpa.JpaStore
-
- load(Object) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- load(Object) - Method in class org.infinispan.persistence.remote.RemoteStore
-
- load(Object) - Method in class org.infinispan.persistence.rest.RestStore
-
- load(K) - Method in interface org.infinispan.persistence.spi.CacheLoader
-
Fetches an entry from the storage.
- LOAD_ALL_FILTER - Static variable in interface org.infinispan.persistence.spi.AdvancedCacheLoader.KeyFilter
-
- loadAll(Set<? extends K>, boolean, CompletionListener) - Method in class org.infinispan.jcache.embedded.JCache
-
- loadAll(Set<? extends K>, boolean, CompletionListener) - Method in class org.infinispan.jcache.remote.JCache
-
- loadAllFromJCacheLoader(Set<? extends K>, boolean, CompletionListener, BasicCache<K, V>, BasicCache<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
-
- loadAllKeys(List<K>) - Method in class org.infinispan.jcache.AbstractJCache
-
- loadBucket(Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- LoaderConfigurationChildBuilder<S> - Interface in org.infinispan.configuration.cache
-
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
- localExecutorService - Variable in class org.infinispan.distexec.DefaultExecutorService
-
- localSite() - Method in class org.infinispan.configuration.global.SiteConfiguration
-
Returns the name of the local site.
- localSite(String) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Sets the name of the local site.
- LocalStatistics - Class in org.infinispan.jcache.remote
-
Statistics which reflect only cache interactions done though the
javax.cache API by the local client.
- LocalStatistics() - Constructor for class org.infinispan.jcache.remote.LocalStatistics
-
- LocalTransaction - Class in org.infinispan.transaction
-
Object that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction
.
- LocalTransaction(Transaction, GlobalTransaction, boolean, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.LocalTransaction
-
- localTransactionPrepared(LocalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- locateAllOwners(Collection<Object>) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
- locateAllOwners(Collection<Object>) - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- locateAllOwners(Collection<Object>) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- locateOwners(Object) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Finds all the owners of a key.
- locateOwners(Object) - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- locateOwners(Object) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- locateOwnersForSegment(int) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
- locateOwnersForSegment(int) - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- locateOwnersForSegment(int) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- locatePrimaryOwner(Object) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
- locatePrimaryOwner(Object) - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- locatePrimaryOwner(Object) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- locatePrimaryOwnerForSegment(int) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
- locatePrimaryOwnerForSegment(int) - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- locatePrimaryOwnerForSegment(int) - Method in class org.infinispan.distribution.ch.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() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
-
- location - Variable in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- location(String) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- lock(K...) - Method in interface org.infinispan.AdvancedCache
-
Locks a given key or keys eagerly across cache nodes in a cluster.
- lock(Collection<? extends K>) - Method in interface org.infinispan.AdvancedCache
-
Locks collections of keys eagerly across cache nodes in a cluster.
- lockAcquisitionTimeout() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
Maximum time to attempt a particular lock acquisition
- lockAcquisitionTimeout(long) - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
- lockAcquisitionTimeout(long) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Maximum time to attempt a particular lock acquisition
- lockAcquisitionTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Maximum time to attempt a particular lock acquisition
- lockAcquisitionTimeout() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfiguration
-
- lockAcquisitionTimeout(long) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
-
- lockAcquisitionTimeout() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
-
- lockAcquisitionTimeout(long) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
-
- lockBucketForReading(Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
Acquires read lock on the given key.
- lockBucketForWriting(Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
Acquires write lock on the given key.
- lockConcurrencyLevel() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfiguration
-
- lockConcurrencyLevel() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
-
- lockConcurrencyLevel(int) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
-
- lockedKeys - Variable in class org.infinispan.transaction.AbstractCacheTransaction
-
Holds all the keys that were actually locked on the local node.
- 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
-
- LockingConfiguration - Class in org.infinispan.configuration.cache
-
Defines the local, in-VM locking and concurrency characteristics of the cache.
- LockingConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Defines the local, in-VM locking and concurrency characteristics of the cache.
- LockingConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
- lockingMode() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Configures whether the cache uses optimistic or pessimistic locking.
- lockingMode(LockingMode) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Configures whether the cache uses optimistic or pessimistic locking.
- lockingMode(LockingMode) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Configures whether the cache uses optimistic or pessimistic locking.
- LockingMode - Enum in org.infinispan.transaction
-
Defines the locking modes that are available for transactional caches:
optimistic or pessimistic.
- locksAcquired(Collection<Address>) - Method in class org.infinispan.transaction.LocalTransaction
-
- log - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- log - Static variable in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
- LONG - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
- lookedUpEntries - Variable in class org.infinispan.transaction.AbstractCacheTransaction
-
- lookedUpEntriesTopology() - Method in class org.infinispan.transaction.RemoteTransaction
-
- lookupEntry(Object) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- lt(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument is less than the given value.
- lte(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument is less than or equal to the given value.
- machineId() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
- machineId(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
The id of the machine where this node runs.
- main(String[]) - Static method in class org.infinispan.Version
-
Prints version information.
- MAJOR_MINOR - Static variable in class org.infinispan.Version
-
- makeFilter(Query) - Static method in class org.infinispan.query.Search
-
- manageConnectionFactory() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
-
- manageConnectionFactory - Variable in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
-
- manageConnectionFactory(boolean) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
-
- ManagedConnectionFactory - Class in org.infinispan.persistence.jdbc.connectionfactory
-
Connection factory that can be used when on managed environments, like application servers.
- ManagedConnectionFactory() - Constructor for class org.infinispan.persistence.jdbc.connectionfactory.ManagedConnectionFactory
-
- ManagedConnectionFactoryConfiguration - Class in org.infinispan.persistence.jdbc.configuration
-
ManagedConnectionFactoryConfiguration.
- ManagedConnectionFactoryConfigurationBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?,S>> - Class in org.infinispan.persistence.jdbc.configuration
-
ManagedConnectionFactoryConfigurationBuilder.
- ManagedConnectionFactoryConfigurationBuilder(AbstractJdbcStoreConfigurationBuilder<?, S>) - Constructor for class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
-
- map(KIn, VIn, Collector<KOut, VOut>) - Method in interface org.infinispan.distexec.mapreduce.Mapper
-
Invoked once for each input cache entry KIn,VOut pair.
- mapKeysToNodes(DistributionManager, Collection<T>, boolean) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- mapKeysToNodes(Collection<T>, boolean) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- mapKeysToNodes(Collection<T>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- mappedWith(Mapper<KIn, VIn, KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
Specifies Mapper to use for this MapReduceTask
- Mapper<KIn,VIn,KOut,VOut> - Interface in org.infinispan.distexec.mapreduce
-
Implementation of a Mapper class is a component of a MapReduceTask invoked once for each input
entry K,V.
- mapper - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- mapReduceManager - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- MapReduceManagerImpl.DeltaAwareListExternalizer - Class in org.infinispan.distexec.mapreduce
-
- MapReduceManagerImpl.DeltaAwareListExternalizer() - Constructor for class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaAwareListExternalizer
-
- MapReduceManagerImpl.DeltaListExternalizer - Class in org.infinispan.distexec.mapreduce
-
- MapReduceManagerImpl.DeltaListExternalizer() - Constructor for class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaListExternalizer
-
- MapReduceManagerImpl.IntermediateCompositeKey<V> - Class in org.infinispan.distexec.mapreduce
-
IntermediateCompositeKey
- MapReduceManagerImpl.IntermediateCompositeKey(String, V) - Constructor for class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.IntermediateCompositeKey
-
- MapReduceTask<KIn,VIn,KOut,VOut> - Class in org.infinispan.distexec.mapreduce
-
MapReduceTask is a distributed task allowing a large scale computation to be transparently
parallelized across Infinispan cluster nodes.
- MapReduceTask(Cache<KIn, VIn>) - Constructor for class org.infinispan.distexec.mapreduce.MapReduceTask
-
Create a new MapReduceTask given a master cache node.
- MapReduceTask(Cache<KIn, VIn>, boolean) - Constructor for class org.infinispan.distexec.mapreduce.MapReduceTask
-
Create a new MapReduceTask given a master cache node.
- MapReduceTask(Cache<KIn, VIn>, boolean, boolean) - Constructor for class org.infinispan.distexec.mapreduce.MapReduceTask
-
Create a new MapReduceTask given a master cache node.
- markCommitOrRollbackSent() - Method in class org.infinispan.transaction.LocalTransaction
-
Sets the commit or rollback sent for this transaction
- markForRollback(boolean) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- markMarshallable(Class<?>, boolean) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Marks a particular type as being marshallable or not being not marshallable.
- markPrepareSent() - Method in class org.infinispan.transaction.LocalTransaction
-
Sets the prepare sent for this transaction
- markTransactionCompleted(GlobalTransaction, boolean) - Method in class org.infinispan.transaction.TransactionTable
-
With the current state transfer implementation it is possible for a transaction to be prepared several times
on a remote node.
- marshallableTypeHints - Variable in class org.infinispan.commons.marshall.AbstractMarshaller
-
- MarshallableTypeHints - Class in org.infinispan.commons.marshall
-
Class providing hints about marshallable types, such as whether a particular
type is marshallable or not, or an accurate approach to the serialized
size of a particular type.
- MarshallableTypeHints() - Constructor for class org.infinispan.commons.marshall.MarshallableTypeHints
-
- marshallCollection(Collection<?>, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
- marshaller(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- marshaller(Marshaller) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- marshaller() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- marshaller(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- marshaller(Marshaller) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- marshaller(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Allows you to specify a custom
Marshaller
implementation to
serialize and deserialize user objects.
- marshaller(Class<? extends Marshaller>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Allows you to specify a custom
Marshaller
implementation to
serialize and deserialize user objects.
- marshaller(Marshaller) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Allows you to specify an instance of
Marshaller
to serialize
and deserialize user objects.
- marshaller - Variable in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- Marshaller - Interface in org.infinispan.commons.marshall
-
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
- marshaller() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
-
- marshaller(Marshaller) - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
-
Sets the marshaller instance to be used by the interoperability layer.
- marshaller(Marshaller) - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
-
Deprecated.
- marshaller() - Method in class org.infinispan.configuration.global.SerializationConfiguration
-
- marshaller(Marshaller) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Set the marshaller instance that will marshall and unmarshall cache entries.
- marshaller - Variable in class org.infinispan.distexec.DefaultExecutorService
-
- marshaller - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- marshaller(String) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- marshaller() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- marshaller(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- marshaller(String) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Allows you to specify a custom
Marshaller
implementation to
serialize and deserialize user objects.
- marshaller(Class<? extends Marshaller>) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Allows you to specify a custom
Marshaller
implementation to
serialize and deserialize user objects.
- marshallerClass() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- MarshallerRegistration - Class in org.infinispan.query.remote.client
-
- MarshallerRegistration() - Constructor for class org.infinispan.query.remote.client.MarshallerRegistration
-
- marshallMap(Map<?, ?>, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
- MarshallUtil - Class in org.infinispan.commons.marshall
-
MarshallUtil.
- MarshallUtil() - Constructor for class org.infinispan.commons.marshall.MarshallUtil
-
- MassIndexer - Interface in org.infinispan.query
-
Component to rebuild the indexes from the existing data.
- match(Object, Object, Object) - Method in interface org.infinispan.objectfilter.Matcher
-
Test the given instance against all the subscribed filters and notify all callbacks registered for instances of
the same type.
- matchDelta(Object, Object, Object, Object, Object, Object) - Method in interface org.infinispan.objectfilter.Matcher
-
- Matcher - Interface in org.infinispan.objectfilter
-
An object matcher able to test a given object against multiple registered filters specified either as JPA queries or
using the query DSL (see
org.infinispan.query.dsl
).
- matches(int) - Method in enum org.infinispan.security.AuthorizationPermission
-
- max(String) - Static method in class org.infinispan.query.dsl.Expression
-
- maxActive() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- maxActive(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Controls the maximum number of connections per server that are allocated (checked out to
client threads, or idle in the pool) at one time.
- maxActive() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
-
- maxActive(int) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Controls the maximum number of connections per server that are allocated (checked out to
client threads, or idle in the pool) at one time.
- maxConnectionsPerHost() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
-
- maxConnectionsPerHost(int) - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
-
Controls the maximum number of connections per host.
- maxEntries() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
-
- maxEntries(int) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
- maxEntries() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
-
Maximum number of entries in a cache instance.
- maxEntries(int) - Method in class org.infinispan.configuration.cache.EvictionConfiguration
-
- maxEntries(int) - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
-
Maximum number of entries in a cache instance.
- maxEntries() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
-
- maxEntries(int) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
-
In order to speed up lookups, the single file cache store keeps an index
of keys and their corresponding position in the file.
- maxFailoverAttempts() - Method in interface org.infinispan.distexec.DistributedTaskFailoverPolicy
-
Maximum number of fail over attempts permitted by this DistributedTaskFailoverPolicy
- maxIdle() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- maxIdle(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Controls the maximum number of idle persistent connections, per server, at any time.
- maxIdle() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
- maxIdle(long) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
- maxIdle(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
- maxIdle() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
-
- maxIdle() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
-
- maxIdle(int) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Controls the maximum number of idle persistent connections, per server, at any time.
- maxResults(int) - Method in interface org.infinispan.query.CacheQuery
-
Sets the maximum number of results to the number passed in as a parameter.
- maxResults(int) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
- maxRetries(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- maxRetries() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- maxRetries(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- maxRetries(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
It sets the maximum number of retries for each request.
- maxRetries() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
-
- maxRetries(int) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
The maximum number of retries when a push state command fails.
- maxTotal() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- maxTotal(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Sets a global limit on the number persistent connections that can be in circulation within the
combined set of servers.
- maxTotal() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
-
- maxTotal(int) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Sets a global limit on the number persistent connections that can be in circulation within the
combined set of servers.
- maxTotalConnections() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
-
- maxTotalConnections(int) - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
-
- maxWait() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- maxWait(long) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- mbeanServerLookup() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
- mBeanServerLookup(MBeanServerLookup) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
- merge(DeltaAware) - Method in interface org.infinispan.atomic.Delta
-
Merge the current Delta instance with a given
DeltaAware
instance, and return a coherent and complete
DeltaAware
instance.
- merge(DeltaAware) - Method in enum org.infinispan.atomic.NullDelta
-
- Merged - Annotation Type in org.infinispan.notifications.cachemanagerlistener.annotation
-
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the
cluster topology experiences a merge event after a cluster split.
- MergeEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
This event is passed in to any method annotated with
Merged
.
- MESSAGE_PROTO_RES - Static variable in class org.infinispan.query.remote.client.MarshallerRegistration
-
- metadataHelper(String) - Method in class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
-
- metadataHelper(Class<? extends MetadataHelper>) - Method in class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
-
- metadataHelper() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
-
- metadataHelper(String) - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- metadataHelper(Class<? extends MetadataHelper>) - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- metadataHelper(String) - Method in interface org.infinispan.persistence.rest.configuration.RestStoreConfigurationChildBuilder
-
- metadataHelper(Class<? extends MetadataHelper>) - Method in interface org.infinispan.persistence.rest.configuration.RestStoreConfigurationChildBuilder
-
- MetadataValue<V> - Interface in org.infinispan.client.hotrod
-
Besides the value, also contains a version and expiration information.
- method - Variable in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- method - Variable in class org.infinispan.notifications.AbstractListenerImpl.ListenerInvocationImpl
-
- MethodMetaData<A extends Annotation> - Class in org.infinispan.jcache.annotation
-
Metadata associated to a method annotated with a cache annotation.
- MethodMetaData(Method, AggregatedParameterMetaData, Set<Annotation>, CacheKeyGenerator, A, String) - Constructor for class org.infinispan.jcache.annotation.MethodMetaData
-
- MIGRATION_TASK - Static variable in interface org.infinispan.persistence.remote.ExternalizerIds
-
- min(String) - Static method in class org.infinispan.query.dsl.Expression
-
- minEvictableIdleTime() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- minEvictableIdleTime(long) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Specifies the minimum amount of time that an connection may sit idle in the pool before it is
eligible for eviction due to idle time.
- minEvictableIdleTime() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
-
- minEvictableIdleTime(long) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Specifies the minimum amount of time that an connection may sit idle in the pool before it is
eligible for eviction due to idle time.
- minIdle() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- minIdle(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Sets a target value for the minimum number of idle connections (per server) that should always
be available.
- minIdle() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
-
- minIdle(int) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Sets a target value for the minimum number of idle connections (per server) that should always
be available.
- minTimeToWait() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
-
- minTimeToWait(long) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
-
The minimal number of millis to wait before taking this site offline, even in the case 'afterFailures' is reached.
- MISSES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of get misses.
- mkCachefailoverEvent() - Static method in class org.infinispan.client.hotrod.event.ClientEvents
-
- mode() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
-
- mode(NearCacheMode) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
- 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.transaction.AbstractCacheTransaction
-
- module(Class<T>) - Method in class org.infinispan.configuration.cache.Configuration
-
- module(Class<T>) - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- MODULE_SLOT - Static variable in class org.infinispan.Version
-
- modules() - Method in class org.infinispan.configuration.cache.Configuration
-
- modules() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- modules() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- modules() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- MURMURHASH_2 - Static variable in interface org.infinispan.commons.marshall.Ids
-
- MURMURHASH_2_COMPAT - Static variable in interface org.infinispan.commons.marshall.Ids
-
- MURMURHASH_3 - Static variable in interface org.infinispan.commons.marshall.Ids
-
- MutableJCacheEntry<K,V> - Class in org.infinispan.jcache
-
Infinispan implementation of MutableEntry
designed to
be passed as parameter to EntryProcessor.process(javax.cache.processor.MutableEntry, Object...)
.
- MutableJCacheEntry(BasicCache<K, V>, BasicCache<K, V>, K, V) - Constructor for class org.infinispan.jcache.MutableJCacheEntry
-
- MutableJCacheEntry.Operation - Enum in org.infinispan.jcache
-
- OBJECT_NAME - Static variable in class org.infinispan.manager.DefaultCacheManager
-
- OBJECT_NAME - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
-
The 'component' key property of ProtobufMetadataManager's ObjectName.
- OBJECT_NAME - Static variable in interface org.infinispan.stats.CacheContainerStats
-
- ObjectFilter - Interface in org.infinispan.objectfilter
-
A filter that tests if an object matches a pre-defined condition and returns either the original instance or the
projection, depending on how the filter was created.
- ObjectFilter.FilterResult - Interface in org.infinispan.objectfilter
-
- objectFromByteBuffer(byte[]) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectFromByteBuffer(byte[]) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
-
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- objectFromByteBuffer(byte[]) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Unmarshalls an object from a byte array.
- objectFromByteBuffer(byte[], int, int) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Unmarshalls an object from a specific portion of a byte array.
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
-
- objectFromInputStream(InputStream) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectFromInputStream(InputStream) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
- objectFromInputStream(InputStream) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
- objectFromObjectStream(ObjectInput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectFromObjectStream(ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- objectFromObjectStream(ObjectInput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
- objectToBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
This is a convenience method for converting an object into a org.infinispan.io.ByteBuffer
which takes
an estimated size as parameter.
- objectToBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
- objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
-
- objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- objectToBuffer(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
-
A method that returns an instance of
ByteBuffer
, which allows direct access to the byte
array with minimal array copying
- objectToBuffer(Object, int) - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
-
- objectToByteBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectToByteBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectToByteBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
- objectToByteBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
- objectToByteBuffer(Object, int) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Marshalls an object to a byte array.
- objectToByteBuffer(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Marshalls an object to a byte array.
- objectToObjectStream(Object, ObjectOutput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectToObjectStream(Object, ObjectOutput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- objectToObjectStream(Object, ObjectOutput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
- onEntryEviction(Map<Object, InternalCacheEntry>) - Method in class org.infinispan.eviction.EvictionManagerImpl
-
- onFilterResult(boolean, Object, Object, Object, Object[], Comparable[]) - Method in interface org.infinispan.objectfilter.FilterCallback
-
Receives notification that an instance matches the filter.
- onKeys(KIn...) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
Rather than use all available keys as input onKeys
allows users to specify a
subset of keys as input to this task
- onLoad(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithCacheStore
-
- onRehash() - Method in class org.infinispan.configuration.cache.L1Configuration
-
If true, entries removed due to a rehash will be moved to L1 rather than being removed
altogether.
- onRehash(boolean) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
Entries removed due to a rehash will be moved to L1 rather than being removed altogether.
- onTopologyChange(TopologyChangedEvent<?, ?>) - Method in class org.infinispan.transaction.TransactionTable
-
- onViewChange(ViewChangedEvent) - Method in class org.infinispan.transaction.TransactionTable
-
- openDatabase(String, Options) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
Creates database if it doesn't exist.
- Operation<K,V> - Class in org.infinispan.atomic
-
An atomic operation.
- Operation() - Constructor for class org.infinispan.atomic.Operation
-
- or() - Method in interface org.infinispan.query.dsl.FilterConditionContext
-
Creates a new context and connects it with the current one using boolean OR.
- or(FilterConditionContext) - Method in interface org.infinispan.query.dsl.FilterConditionContext
-
Connects a given context with the current one using boolean OR.
- orderBy(Expression) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
- orderBy(Expression, SortOrder) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
- orderBy(String) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
- orderBy(String, SortOrder) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
- org.infinispan - package org.infinispan
-
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
- org.infinispan.affinity - package org.infinispan.affinity
-
Key Affinity API
- org.infinispan.api - package org.infinispan.api
-
API package
- org.infinispan.atomic - package org.infinispan.atomic
-
This package contains the AtomicMap
interfaces and API that Infinispan exposes as building
blocks in creating other public interfaces such as the Tree API.
- org.infinispan.client.hotrod - package org.infinispan.client.hotrod
-
HotRod Client API
- org.infinispan.client.hotrod.annotation - package org.infinispan.client.hotrod.annotation
-
Hot Rod client annotations.
- org.infinispan.client.hotrod.configuration - package org.infinispan.client.hotrod.configuration
-
HotRod Client Configuration API
- org.infinispan.client.hotrod.event - package org.infinispan.client.hotrod.event
-
Hot Rod client remote event API.
- org.infinispan.commons - package org.infinispan.commons
-
Commons package
- org.infinispan.commons.api - package org.infinispan.commons.api
-
Commons API package
- org.infinispan.commons.equivalence - package org.infinispan.commons.equivalence
-
Equivalence classes and interfaces to enable equivalence comparison between native types, arrays, etc.
- org.infinispan.commons.marshall - package org.infinispan.commons.marshall
-
Provides Infinispan-specific input and output streams, buffers and related utilities.
- org.infinispan.commons.marshall.jboss - package org.infinispan.commons.marshall.jboss
-
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
- org.infinispan.configuration.cache - package org.infinispan.configuration.cache
-
Builders for configuring
Cache
s
- org.infinispan.configuration.global - package org.infinispan.configuration.global
-
- 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.distexec - package org.infinispan.distexec
-
Distributed Executors API
- org.infinispan.distexec.mapreduce - package org.infinispan.distexec.mapreduce
-
Map/Reduce API
- org.infinispan.distribution.ch - package org.infinispan.distribution.ch
-
Consistent Hash interfaces
- org.infinispan.distribution.group - package org.infinispan.distribution.group
-
Groups allow keys with differeing hash codes to be co-located on the same node.
- org.infinispan.eviction - package org.infinispan.eviction
-
Classes related to eviction.
- org.infinispan.expiration - package org.infinispan.expiration
-
Classes related to entry expiration.
- org.infinispan.jcache - package org.infinispan.jcache
-
Infinispan's JCache SPI
- org.infinispan.jcache.annotation - package org.infinispan.jcache.annotation
-
Annotations for Infinispan's JCache SPI
- org.infinispan.jcache.embedded - package org.infinispan.jcache.embedded
-
Documentation for Infinispan's JCache SPI for embedded caches
- org.infinispan.jcache.remote - package org.infinispan.jcache.remote
-
Infinispan's implementation of the JCache API over HotRod
- org.infinispan.jcache.remote.annotation - package org.infinispan.jcache.remote.annotation
-
Infinispan's implementation of the JCache API over HotRod
- org.infinispan.manager - package org.infinispan.manager
-
Cache manager package
- org.infinispan.notifications - package org.infinispan.notifications
-
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
- org.infinispan.notifications.cachelistener.annotation - package org.infinispan.notifications.cachelistener.annotation
-
Cache
-specific listener annotations
- org.infinispan.notifications.cachelistener.event - package org.infinispan.notifications.cachelistener.event
-
Cache
-specific listener events
- org.infinispan.notifications.cachemanagerlistener.annotation - package org.infinispan.notifications.cachemanagerlistener.annotation
-
- org.infinispan.notifications.cachemanagerlistener.event - package org.infinispan.notifications.cachemanagerlistener.event
-
- org.infinispan.objectfilter - package org.infinispan.objectfilter
-
- org.infinispan.persistence - package org.infinispan.persistence
-
This package contains stores, which are used for overflow or persistence.
- org.infinispan.persistence.cluster - package org.infinispan.persistence.cluster
-
A CacheLoader
(not CacheStore
) that polls other nodes in the cluster for state.
- org.infinispan.persistence.file - package org.infinispan.persistence.file
-
Simple filesystem-based CacheStore
implementation.
- org.infinispan.persistence.jdbc.binary - package org.infinispan.persistence.jdbc.binary
-
This JDBC CacheStore implementation is optimized for storing binary (non-String)
keys in the cache.
- org.infinispan.persistence.jdbc.configuration - package org.infinispan.persistence.jdbc.configuration
-
- org.infinispan.persistence.jdbc.connectionfactory - package org.infinispan.persistence.jdbc.connectionfactory
-
Connection factories for use with the JDBC Cache Store.
- org.infinispan.persistence.jdbc.mixed - package org.infinispan.persistence.jdbc.mixed
-
This is a delegating CacheStore implementation that delegates either to a binary
or String based JDBC cache store depending on the key used.
- org.infinispan.persistence.jdbc.stringbased - package org.infinispan.persistence.jdbc.stringbased
-
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
- org.infinispan.persistence.jpa - package org.infinispan.persistence.jpa
-
- org.infinispan.persistence.jpa.configuration - package org.infinispan.persistence.jpa.configuration
-
- org.infinispan.persistence.leveldb - package org.infinispan.persistence.leveldb
-
- org.infinispan.persistence.leveldb.configuration - package org.infinispan.persistence.leveldb.configuration
-
- org.infinispan.persistence.remote - package org.infinispan.persistence.remote
-
- org.infinispan.persistence.remote.configuration - package org.infinispan.persistence.remote.configuration
-
- org.infinispan.persistence.rest - package org.infinispan.persistence.rest
-
- org.infinispan.persistence.rest.configuration - package org.infinispan.persistence.rest.configuration
-
- org.infinispan.persistence.spi - package org.infinispan.persistence.spi
-
This package contains the Persistence SPI
- org.infinispan.query - package org.infinispan.query
-
Query API
- org.infinispan.query.continuous - package org.infinispan.query.continuous
-
Functionality related to continuous query, which sends updates to the client based on the client
query when there are any changes to the data which match the original query.
- org.infinispan.query.dsl - package org.infinispan.query.dsl
-
A DSL for querying an Infinispan Cache.
- org.infinispan.query.remote - package org.infinispan.query.remote
-
- org.infinispan.query.remote.client - package org.infinispan.query.remote.client
-
- org.infinispan.security - package org.infinispan.security
-
The Security API
- org.infinispan.stats - package org.infinispan.stats
-
Cache statistics.
- org.infinispan.transaction - package org.infinispan.transaction
-
JTA transaction support.
- org.infinispan.transaction.lookup - package org.infinispan.transaction.lookup
-
Interfaces and implementations of lookup classes to locate and/or instantiate JTA TransactionManager
s.
- originalAwaitInitialTransfer() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
We want to remember if the user didn't configure awaitInitialTransfer for the default cache.
- originalFetchInMemoryState() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
We want to remember if the user didn't configure fetchInMemoryState for the default cache.
- OWNED_SEGMENTS_ALLOWED_VARIATION - Static variable in class org.infinispan.distribution.ch.SyncConsistentHashFactory
-
- OwnershipStatistics - Class in org.infinispan.distribution.ch
-
This class holds statistics about a consistent hash.
- OwnershipStatistics(List<Address>) - Constructor for class org.infinispan.distribution.ch.OwnershipStatistics
-
- OwnershipStatistics(ConsistentHash, List<Address>) - Constructor for class org.infinispan.distribution.ch.OwnershipStatistics
-
- OwnershipStatistics(OwnershipStatistics) - Constructor for class org.infinispan.distribution.ch.OwnershipStatistics
-
- ownsLock(Object) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- param(String) - Static method in class org.infinispan.query.dsl.Expression
-
- ParameterMetaData - Class in org.infinispan.jcache.annotation
-
Contains the metadata for a parameter of a method annotated with A JCACHE annotation.
- ParameterMetaData(Class<?>, int, Set<Annotation>) - Constructor for class org.infinispan.jcache.annotation.ParameterMetaData
-
- parseAsyncStore(XMLExtendedStreamReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser60
-
- parseCommonLoaderAttributes(XMLExtendedStreamReader, int, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser60
-
This method is public static so that it can be reused by custom cache store/loader configuration parsers
- parseCommonStoreAttributes(XMLExtendedStreamReader, int, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser60
-
This method is public static so that it can be reused by custom cache store/loader configuration parsers
- parseCommonStoreChildren(XMLExtendedStreamReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser60
-
- parseProperties(XMLExtendedStreamReader) - Static method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser60
-
- parseSingletonStore(XMLExtendedStreamReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser60
-
- partitionHandling() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
Configures cluster's behaviour in the presence of partitions or node failures.
- partitionHandling() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
- partitionHandling() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
Configures how the cache will react to cluster partitions.
- PartitionHandlingConfiguration - Class in org.infinispan.configuration.cache
-
Controls how the cache handles partitioning and/or multiple node failures.
- PartitionHandlingConfiguration(boolean) - Constructor for class org.infinispan.configuration.cache.PartitionHandlingConfiguration
-
- PartitionHandlingConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls how the cache handles partitioning and/or multiple node failures.
- PartitionHandlingConfigurationBuilder(ClusteringConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
-
- PartitionStatusChanged - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
- PartitionStatusChangedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- 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
-
- password() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
-
- password(String) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
-
- password() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
-
- password(String) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
-
- path(String) - Method in class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
-
- path() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
-
- path(String) - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- path(String) - Method in interface org.infinispan.persistence.rest.configuration.RestStoreConfigurationChildBuilder
-
The path portion of the RESTful service.
- performCheckOnKey(Object) - Method in interface org.infinispan.transaction.WriteSkewHelper.KeySpecificLogic
-
- performTotalOrderWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand, DataContainer, VersionGenerator, TxInvocationContext, WriteSkewHelper.KeySpecificLogic) - Static method in class org.infinispan.transaction.WriteSkewHelper
-
- performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand, DataContainer, VersionGenerator, TxInvocationContext, WriteSkewHelper.KeySpecificLogic) - Static method in class org.infinispan.transaction.WriteSkewHelper
-
- permission(String) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
Adds a permission to a role
- permission(AuthorizationPermission) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
Adds a permission to a role
- persistence() - Method in class org.infinispan.configuration.cache.Configuration
-
- persistence() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- persistence() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- persistence() - Method in interface org.infinispan.configuration.cache.PersistenceConfigurationChildBuilder
-
- PersistenceConfiguration - Class in org.infinispan.configuration.cache
-
Configuration for stores.
- PersistenceConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configuration for cache stores.
- PersistenceConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
- PersistenceConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
-
- PersistenceException - Exception in org.infinispan.persistence.spi
-
An exception thrown by a
CacheLoader
or a
CacheWriter
implementation if there are problems
reading from a loader.
- PersistenceException() - Constructor for exception org.infinispan.persistence.spi.PersistenceException
-
- PersistenceException(String) - Constructor for exception org.infinispan.persistence.spi.PersistenceException
-
- PersistenceException(String, Throwable) - Constructor for exception org.infinispan.persistence.spi.PersistenceException
-
- PersistenceException(Throwable) - Constructor for exception org.infinispan.persistence.spi.PersistenceException
-
- persistenceExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- persistenceExecutor() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- persistenceExecutor() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- persistenceUnitName() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
-
- persistenceUnitName(String) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
-
- persistentLocation() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
-
Returns the filesystem path where persistent state data which needs to survive container
restarts should be stored.
- persistentLocation(String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Defines the filesystem path where persistent state data which needs to survive container restarts
should be stored.
- pingOnStartup(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- pingOnStartup() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
Deprecated.
No longer in effect, ping always happens on startup now.
- pingOnStartup(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
Deprecated.
No longer in effect, ping always happens on startup now.
- pingOnStartup(boolean) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
If true, a ping request is sent to a back end server in order to fetch cluster's topology.
- pingOnStartup(boolean) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- pingOnStartup() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- pingOnStartup(boolean) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- pingOnStartup(boolean) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
If true, a ping request is sent to a back end server in order to fetch cluster's topology.
- poll() - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
- poll(long, TimeUnit) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
- PooledConnectionFactory - Class in org.infinispan.persistence.jdbc.connectionfactory
-
Pooled connection factory based on C3P0.
- PooledConnectionFactory() - Constructor for class org.infinispan.persistence.jdbc.connectionfactory.PooledConnectionFactory
-
- PooledConnectionFactoryConfiguration - Class in org.infinispan.persistence.jdbc.configuration
-
- PooledConnectionFactoryConfiguration(String, String, String, String) - Constructor for class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
-
- PooledConnectionFactoryConfigurationBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?,S>> - Class in org.infinispan.persistence.jdbc.configuration
-
PooledConnectionFactoryConfigurationBuilder.
- PooledConnectionFactoryConfigurationBuilder(AbstractJdbcStoreConfigurationBuilder<?, S>) - Constructor for class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
-
- populateOwners(int) - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- port() - Method in class org.infinispan.client.hotrod.configuration.ServerConfiguration
-
- port(int) - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
-
- port() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfiguration
-
- port(int) - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
-
- port(int) - Method in class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
-
- port() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
-
- port(int) - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- port(int) - Method in interface org.infinispan.persistence.rest.configuration.RestStoreConfigurationChildBuilder
-
The port to connect to.
- position() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
-
- position(InterceptorConfiguration.Position) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
- preload() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- preload - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
- preload(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
- preload(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
-
- preload() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
Loops through all individual cache loader configs and checks if preload is set on
any of them
- preload() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
- preload(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
- prepare(LocalTransaction) - Method in class org.infinispan.transaction.TransactionCoordinator
-
- prepare(LocalTransaction, boolean) - Method in class org.infinispan.transaction.TransactionCoordinator
-
- prepared() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
mark the transaction as prepared (the validation was finished) and notify a possible pending commit or rollback
command
- preparing() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- PRIMARY_SEGMENTS_ALLOWED_VARIATION - Static variable in class org.infinispan.distribution.ch.SyncConsistentHashFactory
-
- principalRoleMapper() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
-
- principalRoleMapper(PrincipalRoleMapper) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
The class of a mapper which converts the
Principal
s associated with a
Subject
into a set of roles
- PrincipalRoleMapper - Interface in org.infinispan.security
-
PrincipalRoleMapper.
- PrincipalRoleMapperContext - Interface in org.infinispan.security
-
PrincipalRoleMapperContext.
- principalToRoles(Principal) - Method in class org.infinispan.security.impl.CommonNameRoleMapper
-
- principalToRoles(Principal) - Method in class org.infinispan.security.impl.IdentityRoleMapper
-
- principalToRoles(Principal) - Method in interface org.infinispan.security.PrincipalRoleMapper
-
Maps a principal name to a set of role names.
- printFullVersionInformation() - Static method in class org.infinispan.Version
-
Prints full version information to the standard output.
- printVersion() - Static method in class org.infinispan.Version
-
Returns version information as a string.
- printVersionId(byte[], int) - Static method in class org.infinispan.Version
-
- process(AdvancedCacheLoader.KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.file.SingleFileStore
-
- process(AdvancedCacheLoader.KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- process(AdvancedCacheLoader.KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- process(AdvancedCacheLoader.KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- process(AdvancedCacheLoader.KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.jpa.JpaStore
-
- process(AdvancedCacheLoader.KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- process(AdvancedCacheLoader.KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.remote.RemoteStore
-
- process(AdvancedCacheLoader.KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.rest.RestStore
-
- process(AdvancedCacheLoader.KeyFilter<K>, AdvancedCacheLoader.CacheLoaderTask<K, V>, Executor, boolean, boolean) - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader
-
Iterates in parallel over the entries in the storage using the threads from the executor pool.
- processEntry(MarshalledEntry<K, V>, AdvancedCacheLoader.TaskContext) - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader.CacheLoaderTask
-
- processEntryProcessor(MutableJCacheEntry<K, V>, EntryProcessor<K, V, T>, Object[]) - Method in class org.infinispan.jcache.AbstractJCache
-
- processEviction() - Method in class org.infinispan.eviction.EvictionManagerImpl
-
Deprecated.
- processExpiration() - Method in interface org.infinispan.expiration.ExpirationManager
-
Processes the expiration event queue.
- PROJECT_NAME - Static variable in class org.infinispan.Version
-
- projection(String...) - Method in interface org.infinispan.query.CacheQuery
-
Defines the Lucene field names projected and returned in a query result
Each field is converted back to it's object representation, an Object[] being returned for each "row"
A projectable field must be stored in the Lucene index and use a
TwoWayFieldBridge
Unless notified in their JavaDoc, all built-in bridges are two-way.
- ProjectionConstants - Interface in org.infinispan.query
-
- properties() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- properties() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- properties - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
- properties(Properties) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
- properties() - Method in interface org.infinispan.configuration.cache.CacheLoaderConfiguration
-
- properties() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
These properties are passed directly to the embedded Hibernate Search engine, so for the
complete and up to date documentation about available properties refer to the Hibernate Search
reference of the version you're using with Infinispan Query.
- properties() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
- properties() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
- properties() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
- properties - Variable in class org.infinispan.jcache.AbstractJCacheManager
-
- property(String) - Static method in class org.infinispan.query.dsl.Expression
-
- PropertyPath - Class in org.infinispan.objectfilter
-
Represents the path of a field, including the aggregation function if any.
- PropertyPath(PropertyPath.AggregationType, List<String>) - Constructor for class org.infinispan.objectfilter.PropertyPath
-
- PropertyPath(PropertyPath.AggregationType, String) - Constructor for class org.infinispan.objectfilter.PropertyPath
-
- PropertyPath.AggregationType - Enum in org.infinispan.objectfilter
-
- PROTO_KEY_SUFFIX - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
-
All protobuf definition source files must end with this suffix.
- PROTOBUF_METADATA_CACHE_NAME - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
-
The name of the Protobuf definitions cache.
- ProtobufMetadataManager - Interface in org.infinispan.query.remote
-
A clustered repository of protobuf definition files.
- ProtobufMetadataManagerConstants - Interface in org.infinispan.query.remote.client
-
Constants used by the Protobuf metadata cache.
- ProtobufMetadataManagerMBean - Interface in org.infinispan.query.remote.client
-
- ProtobufMetadataManagerMBean - Interface in org.infinispan.query.remote
-
- protocol() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- protocol(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Configures the secure socket protocol.
- protocolVersion(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- protocolVersion() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- protocolVersion(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- protocolVersion(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
This property defines the protocol version that this client should use.
- protocolVersion(String) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- protocolVersion() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- protocolVersion(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- protocolVersion(String) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
This property defines the protocol version that this client should use.
- purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.file.SingleFileStore
-
- purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.jpa.JpaStore
-
- purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.remote.RemoteStore
-
- purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.rest.RestStore
-
- purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in interface org.infinispan.persistence.spi.AdvancedCacheWriter
-
Using the thread in the pool, removed all the expired data from the persistence storage.
- purge(Class<?>) - Method in interface org.infinispan.query.SearchManager
-
Remove all entities of particular class from the index.
- purgeOnStartup() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
If true, purges this cache store when it starts up.
- purgeOnStartup - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
- purgeOnStartup(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
If true, purges this cache store when it starts up.
- purgeOnStartup(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
-
- purgeOnStartup() - Method in interface org.infinispan.configuration.cache.CacheStoreConfiguration
-
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 interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, purges this cache store when it starts up.
- purgerThreads() - Method in interface org.infinispan.configuration.cache.CacheStoreConfiguration
-
The number of threads to use when purging asynchronously.
- purgeSynchronously() - Method in interface org.infinispan.configuration.cache.CacheStoreConfiguration
-
If true, CacheStore#purgeExpired() call will be done synchronously
- pushStateTimeout() - Method in class org.infinispan.configuration.cache.SingletonStoreConfiguration
-
If pushStateWhenCoordinator is true, this property sets the maximum number of milliseconds
that the process of pushing the in-memory state to the underlying cache loader should take.
- pushStateTimeout(long) - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
-
If pushStateWhenCoordinator is true, this property sets the maximum number of milliseconds
that the process of pushing the in-memory state to the underlying cache loader should take.
- pushStateTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
-
If pushStateWhenCoordinator is true, this property sets the maximum number of milliseconds
that the process of pushing the in-memory state to the underlying cache loader should take.
- pushStateWhenCoordinator() - Method in class org.infinispan.configuration.cache.SingletonStoreConfiguration
-
If true, when a node becomes the coordinator, it will transfer in-memory state to the
underlying cache store.
- pushStateWhenCoordinator(boolean) - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
-
If true, when a node becomes the coordinator, it will transfer in-memory state to the
underlying cache store.
- put(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
#put(K, V)
, which takes in an instance of
Metadata
which can be used to provide metadata information for
the entry being stored, such as lifespan, version of value...etc.
- put(K, V) - Method in interface org.infinispan.commons.api.BasicCache
-
If the return value of this operation will be ignored by the application,
the user is strongly encouraged to use the
Flag.IGNORE_RETURN_VALUES
flag when invoking this method in order to make it behave as efficiently
as possible (i.e.
- put(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- put(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- put(K, V) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- put(BasicCache<K, V>, BasicCache<K, V>, K, V, boolean) - Method in class org.infinispan.jcache.AbstractJCache
-
- put(K, V) - Method in class org.infinispan.jcache.embedded.JCache
-
- put(K, V) - Method in class org.infinispan.jcache.remote.JCache
-
- put(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
-
- put(K, V, long, TimeUnit) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
-
- put(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithSyncListeners
-
- putAll(Map<? extends K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
Map.putAll(Map)
, which takes in an instance of
Metadata
which can be used to provide metadata information for
the entries being stored, such as lifespan, version of value...etc.
- putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Synthetic operation.
- putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Synthetic operation.
- putAll(Map<? extends K, ? extends V>) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Synthetic operation.
- putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.jcache.embedded.JCache
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.jcache.remote.JCache
-
- putAllAsync(Map<? extends K, ? extends V>) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- putAllAsync(Map<? extends K, ? extends V>) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Synthetic operation.
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Synthetic operation.
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Synthetic operation.
- putAllAsync(Map<? extends K, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #putAll(Map)
.
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #putAll(Map, long, TimeUnit)
.
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #putAll(Map, long, TimeUnit, long, TimeUnit)
.
- putAsync(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
- putAsync(K, V) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- putAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- putAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #put(Object, Object)
.
- putAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #put(Object, Object, long, TimeUnit)
.
- putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #put(Object, Object, long, TimeUnit, long, TimeUnit)
.
- putForExternalRead(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
- putForExternalRead(K, V) - Method in interface org.infinispan.Cache
-
Under special operating behavior, associates the value with the specified key.
- putForExternalRead(K, V, long, TimeUnit) - Method in interface org.infinispan.Cache
-
- putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
- putIfAbsent(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
#putIfAbsent(K, V)
, which takes in an
instance of
Metadata
which can be used to provide metadata
information for the entry being stored, such as lifespan, version
of value...etc.
- putIfAbsent(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- putIfAbsent(K, V) - Method in class org.infinispan.jcache.embedded.JCache
-
- putIfAbsent(K, V) - Method in class org.infinispan.jcache.remote.JCache
-
- putIfAbsent(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
-
- putIfAbsent(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithSyncListeners
-
- putIfAbsentAsync(K, V) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- putIfAbsentAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- putIfAbsentAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #putIfAbsent(Object, Object)
.
- putIfAbsentAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #putIfAbsent(Object, Object, long, TimeUnit)
.
- putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #putIfAbsent(Object, Object, long, TimeUnit, long, TimeUnit)
.
- putLookedUpEntries(Map<Object, CacheEntry>) - Method in class org.infinispan.transaction.LocalTransaction
-
- putLookedUpEntries(Map<Object, CacheEntry>) - Method in class org.infinispan.transaction.RemoteTransaction
-
- putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.transaction.LocalTransaction
-
- putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.transaction.RemoteTransaction
-
- putLookedUpRemoteVersion(Object, EntryVersion) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- PutOperation<K,V> - Class in org.infinispan.atomic
-
An atomic put operation.
- PutOperation() - Constructor for class org.infinispan.atomic.PutOperation
-
- PutOperation.Externalizer - Class in org.infinispan.atomic
-
- PutOperation.Externalizer() - Constructor for class org.infinispan.atomic.PutOperation.Externalizer
-
- rackId() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
- rackId(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
The id of the rack where this node runs.
- RANDOM_NODE_FAILOVER - Static variable in class org.infinispan.distexec.DefaultExecutorService
-
- randomClusterMembers(List<Address>, int) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- RangeConditionContext - Interface in org.infinispan.query.dsl
-
A context for ranges.
- rawValues(boolean) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- rawValues() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- rawValues(boolean) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- rawValues(boolean) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
- rawValues(boolean) - Method in class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
-
- rawValues() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
-
- rawValues(boolean) - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- rawValues(boolean) - Method in interface org.infinispan.persistence.rest.configuration.RestStoreConfigurationChildBuilder
-
Reads/writes "raw" values to the REST server instead of marshalling (used by the rolling upgrades feature)
- read(AuthenticationConfiguration) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
- read(ClusterConfiguration) - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- read(Configuration) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- read(ConnectionPoolConfiguration) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- read(ExecutorFactoryConfiguration) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
- read(NearCacheConfiguration) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
- read(SecurityConfiguration) - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
-
- read(ServerConfiguration) - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
-
- read(SslConfiguration) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- read(T) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
- read(AsyncConfiguration) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
- read(AsyncStoreConfiguration) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
- read(AuthorizationConfiguration) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
- read(BackupConfiguration) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- read(BackupForConfiguration) - Method in class org.infinispan.configuration.cache.BackupForBuilder
-
- read(ClusteringConfiguration) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
- read(ClusterLoaderConfiguration) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
- read(CompatibilityModeConfiguration) - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
-
- read(Configuration) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- read(CustomInterceptorsConfiguration) - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
-
- read(CustomStoreConfiguration) - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
-
- read(DataContainerConfiguration) - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
-
- read(DeadlockDetectionConfiguration) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
-
- read(EvictionConfiguration) - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
-
- read(ExpirationConfiguration) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
- read(GroupsConfiguration) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
- read(HashConfiguration) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
- read(IndexingConfiguration) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
- read(InterceptorConfiguration) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
- read(InvocationBatchingConfiguration) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
-
- read(JMXStatisticsConfiguration) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
-
- read(L1Configuration) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
- read(LockingConfiguration) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
- read(PartitionHandlingConfiguration) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
-
- read(PersistenceConfiguration) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
- read(RecoveryConfiguration) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
- read(SecurityConfiguration) - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
-
- read(SingleFileStoreConfiguration) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
-
- read(SingletonStoreConfiguration) - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
-
- read(SitesConfiguration) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
- read(StateTransferConfiguration) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
- read(StoreAsBinaryConfiguration) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
-
- read(SyncConfiguration) - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
-
- read(TakeOfflineConfiguration) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
-
- read(TransactionConfiguration) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
- read(UnsafeConfiguration) - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
-
- read(VersioningConfiguration) - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
-
- read(XSiteStateTransferConfiguration) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
- read(ExecutorFactoryConfiguration) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
-
- read(GlobalAuthorizationConfiguration) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
- read(GlobalConfiguration) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- read(GlobalJmxStatisticsConfiguration) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
- read(Role) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
- read(GlobalSecurityConfiguration) - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
-
- read(GlobalStateConfiguration) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
- read(ScheduledExecutorFactoryConfiguration) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
- read(SerializationConfiguration) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- read(ShutdownConfiguration) - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
-
- read(SiteConfiguration) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
- read(TransportConfiguration) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
- read(T) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
-
- read(JdbcBinaryStoreConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
-
- read(JdbcMixedStoreConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
-
- read(JdbcStringBasedStoreConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
-
- read(ManagedConnectionFactoryConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
-
- read(PooledConnectionFactoryConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
-
- read(SimpleConnectionFactoryConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
-
- read(TableManipulationConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
- read(JpaStoreConfiguration) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
-
- read(LevelDBStoreConfiguration) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- read(ConnectionPoolConfiguration) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
- read(ExecutorFactoryConfiguration) - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
-
- read(RemoteServerConfiguration) - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
-
- read(RemoteStoreConfiguration) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- read(ConnectionPoolConfiguration) - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
-
- read(RestStoreConfiguration) - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser60
-
- readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser60
-
- readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationParser60
-
- readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser60
-
- readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationParser60
-
- readExternal(Object, ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter
-
- readFrom(MessageMarshaller.ProtoStreamReader) - Method in class org.infinispan.query.remote.client.ContinuousQueryResult.Marshaller
-
- readFrom(MessageMarshaller.ProtoStreamReader) - Method in class org.infinispan.query.remote.client.FilterResult.Marshaller
-
- readFrom(MessageMarshaller.ProtoStreamReader) - Method in class org.infinispan.query.remote.client.QueryRequest.Marshaller
-
- readFrom(MessageMarshaller.ProtoStreamReader) - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter.Marshaller
-
- readFrom(MessageMarshaller.ProtoStreamReader) - Method in class org.infinispan.query.remote.client.QueryResponse.Marshaller
-
- readObject(ObjectInput) - Method in class org.infinispan.atomic.AtomicHashMap.Externalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.atomic.AtomicHashMapDelta.Externalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.atomic.ClearOperation.Externalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.atomic.DeltaCompositeKey.DeltaCompositeKeyExternalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.atomic.PutOperation.Externalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.atomic.RemoveOperation.Externalizer
-
- readObject(ObjectInput) - Method in interface org.infinispan.commons.marshall.Externalizer
-
Read an instance from the stream.
- readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.context.Flag.Externalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaAwareListExternalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaListExternalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Externalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHashFactory.Externalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Externalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.TopologyAwareConsistentHashFactory.Externalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory.Externalizer
-
- readVersionsFromResponse(Response, CacheTransaction) - Static method in class org.infinispan.transaction.WriteSkewHelper
-
- reaperEnabled() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
Determines whether the background reaper thread is enabled to test entries for expiration.
- reaperEnabled(boolean) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Enable the background reaper to test entries for expiration.
- reaperEnabled() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
- reaperWakeUpInterval() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
- reaperWakeUpInterval(long) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
The time interval (millis) at which the thread that cleans up transaction completion information kicks in.
- rebalance(CH) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
-
Create a new consistent hash instance, based on an existing instance, but "balanced" according to
the implementation's rules.
- rebalance(DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- rebalance(ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHashFactory
-
- rebalance(DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory
-
- rebalanceBuilder(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- recalculateMinTopologyIdIfNeeded(CacheTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- recordSize(int) - Method in class org.infinispan.commons.marshall.AdaptiveBufferSizePredictor
-
- recordSize(int) - Method in interface org.infinispan.commons.marshall.BufferSizePredictor
-
Record the size of the of data in the last buffer used.
- recovery() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
-
- recovery() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
This method allows configuration of the transaction recovery cache.
- recovery() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
This method allows configuration of the transaction recovery cache.
- recovery() - Method in interface org.infinispan.configuration.cache.TransactionConfigurationChildBuilder
-
- RecoveryConfiguration - Class in org.infinispan.configuration.cache
-
Defines recovery configuration for the cache.
- RecoveryConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Defines recovery configuration for the cache.
- recoveryInfoCacheName() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
-
Sets the name of the cache where recovery related information is held.
- recoveryInfoCacheName(String) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
Sets the name of the cache where recovery related information is held.
- reduce(KOut, Iterator<VOut>) - Method in interface org.infinispan.distexec.mapreduce.Reducer
-
Combines/reduces all intermediate values for a particular intermediate key to a single value.
- reducedWith(Reducer<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
Specifies Reducer to use for this MapReduceTask
- reducer - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- Reducer<KOut,VOut> - Interface in org.infinispan.distexec.mapreduce
-
Reduces intermediate key/value results from map phase of MapReduceTask.
- registerCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
-
- registerCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.remote.JCache
-
- registerCacheObject(AbstractJCache<K, V>, RIMBeanServerRegistrationUtility.ObjectNameType) - Static method in class org.infinispan.jcache.RIMBeanServerRegistrationUtility
-
Utility method for registering CacheStatistics with the platform
MBeanServer
- registerFilter(Query, FilterCallback, Object...) - Method in interface org.infinispan.objectfilter.Matcher
-
- registerFilter(String, Map<String, Object>, FilterCallback, Object...) - Method in interface org.infinispan.objectfilter.Matcher
-
- registerFilter(String, FilterCallback, Object...) - Method in interface org.infinispan.objectfilter.Matcher
-
- registerLockedKey(Object) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- registerMarshaller(BaseMarshaller<?>) - Method in interface org.infinispan.query.remote.ProtobufMetadataManager
-
- registerMarshallers(SerializationContext) - Static method in class org.infinispan.query.remote.client.MarshallerRegistration
-
- registerPredefinedCache(String, AbstractJCache<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheManager
-
- registerProtofile(String, String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Register a *.proto schema file.
- registerProtofiles(String[], String[]) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Registers multiple *.proto schema files.
- registerProtofiles(String...) - Method in interface org.infinispan.query.remote.ProtobufMetadataManager
-
Deprecated.
- registerWriteIncoming(K) - Method in interface org.infinispan.expiration.ExpirationManager
-
This is to be invoked with a when a write is known to occur to prevent expiration from happening.
- rehashDisabled() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
- rehashEnabled() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
- rehashEnabled() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
- rehashEnabled(boolean) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
- rehashRpcTimeout() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
- rehashRpcTimeout(long) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
- rehashWait() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
- rehashWait(long) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
Deprecated.
No longer used.
- reinitAllDatabases() - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- reinitDatabase(String, Options) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- releaseConnection(Connection) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
-
Destroys a connection.
- releaseConnection(Connection) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ManagedConnectionFactory
-
- releaseConnection(Connection) - Method in class org.infinispan.persistence.jdbc.connectionfactory.PooledConnectionFactory
-
- releaseConnection(Connection) - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
-
- releaseLocksForCompletedTransaction(LocalTransaction, boolean) - Method in class org.infinispan.transaction.AbstractEnlistmentAdapter
-
- RemoteCache<K,V> - Interface in org.infinispan.client.hotrod
-
Provides remote reference to a Hot Rod server/cluster.
- remoteCache(String) - Method in class org.infinispan.configuration.cache.BackupForBuilder
-
- remoteCache() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
-
- RemoteCacheManager - Class in org.infinispan.client.hotrod
-
- RemoteCacheManager(Configuration) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Create a new RemoteCacheManager using the supplied
Configuration
.
- RemoteCacheManager(Configuration, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Create a new RemoteCacheManager using the supplied
Configuration
.
- RemoteCacheManager(Marshaller, Properties, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(Marshaller, Properties, boolean, ClassLoader, ExecutorFactory) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(Marshaller, Properties) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(Marshaller, Properties, ExecutorFactory) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(Marshaller, Properties, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(Properties, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(Properties, boolean, ClassLoader, ExecutorFactory) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(Properties) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(Properties, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager() - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager(String, int, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(String, int, boolean, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(String, int) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(String, int, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(String, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(String, boolean, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(String) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(String, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(URL, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(URL, boolean, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(URL) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- RemoteCacheManager(URL, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Deprecated.
- remoteCacheName(String) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- remoteCacheName() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- remoteCacheName(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- remoteCacheName(String) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
The name of the remote cache in the remote infinispan cluster, to which to connect to.
- RemoteCacheWithCacheStore<K,V> - Class in org.infinispan.jcache.remote
-
- RemoteCacheWithCacheStore(RemoteCache<K, V>, CacheLoader<K, V>, CacheWriter<? super K, ? super V>, MutableConfiguration<K, V>) - Constructor for class org.infinispan.jcache.remote.RemoteCacheWithCacheStore
-
- RemoteCacheWithStats<K,V> - Class in org.infinispan.jcache.remote
-
- RemoteCacheWithStats(RemoteCache<K, V>, LocalStatistics) - Constructor for class org.infinispan.jcache.remote.RemoteCacheWithStats
-
- RemoteCacheWithSyncListeners<K,V> - Class in org.infinispan.jcache.remote
-
- RemoteCacheWithSyncListeners(RemoteCache<K, V>, AbstractJCacheNotifier<K, V>, Cache<K, V>) - Constructor for class org.infinispan.jcache.remote.RemoteCacheWithSyncListeners
-
- remoteCallTimeout() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
-
- remoteCallTimeout(long) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
- remoteCallTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
- remoteCommandsExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- remoteCommandsExecutor() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- remoteCommandsExecutor() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- RemoteInjectedCacheResolver - Class in org.infinispan.jcache.remote.annotation
-
- RemoteInjectedCacheResolver() - Constructor for class org.infinispan.jcache.remote.annotation.RemoteInjectedCacheResolver
-
- RemoteInjectedCacheResolver(InfinispanExtensionRemote, BeanManager) - Constructor for class org.infinispan.jcache.remote.annotation.RemoteInjectedCacheResolver
-
- RemoteServerConfiguration - Class in org.infinispan.persistence.remote.configuration
-
- RemoteServerConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
-
- remoteSite(String) - Method in class org.infinispan.configuration.cache.BackupForBuilder
-
- remoteSite() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
-
- RemoteStore - Class in org.infinispan.persistence.remote
-
Cache store that delegates the call to a infinispan cluster.
- RemoteStore() - Constructor for class org.infinispan.persistence.remote.RemoteStore
-
- RemoteStoreConfiguration - Class in org.infinispan.persistence.remote.configuration
-
- RemoteStoreConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties, ExecutorFactoryConfiguration, String, ConnectionPoolConfiguration, long, boolean, boolean, int, String, boolean, String, boolean, String, List<RemoteServerConfiguration>, long, boolean, String, int) - Constructor for class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- RemoteStoreConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
-
RemoteStoreConfigurationBuilder.
- RemoteStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- RemoteStoreConfigurationChildBuilder<S> - Interface in org.infinispan.persistence.remote.configuration
-
- RemoteStoreConfigurationParser60 - Class in org.infinispan.persistence.remote.configuration
-
JdbcCacheStoreConfigurationParser60.
- RemoteStoreConfigurationParser60() - Constructor for class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser60
-
- RemoteTransaction - Class in org.infinispan.transaction
-
Defines the state of a remotely originated transaction.
- RemoteTransaction(WriteCommand[], GlobalTransaction, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.RemoteTransaction
-
- RemoteTransaction(GlobalTransaction, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.RemoteTransaction
-
- remoteTransactionCommitted(GlobalTransaction, boolean) - Method in class org.infinispan.transaction.TransactionTable
-
- remoteTransactionPrepared(GlobalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- remoteTransactionRollback(GlobalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- remove(Object) - Method in interface org.infinispan.commons.api.BasicCache
-
If the return value of this operation will be ignored by the application,
the user is strongly encouraged to use the
Flag.IGNORE_RETURN_VALUES
flag when invoking this method in order to make it behave as efficiently
as possible (i.e.
- remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
-
- remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Removes the specified element from this set if it is present.
- remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
-
- remove(Object) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- remove(BasicCache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCache
-
- remove(K) - Method in class org.infinispan.jcache.embedded.JCache
-
- remove(K, V) - Method in class org.infinispan.jcache.embedded.JCache
-
- remove() - Method in class org.infinispan.jcache.JCacheEventFilteringIterator
- remove() - Method in class org.infinispan.jcache.MutableJCacheEntry
-
- remove(K) - Method in class org.infinispan.jcache.remote.JCache
-
- remove(K, V) - Method in class org.infinispan.jcache.remote.JCache
-
- remove(Object) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
-
- remove(Object) - Method in class org.infinispan.jcache.remote.RemoteCacheWithSyncListeners
-
- REMOVE_HITS - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of removal hits.
- REMOVE_MISSES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of removal misses.
- removeAll(Collection<?>) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- removeAll() - Method in class org.infinispan.jcache.embedded.JCache
-
- removeAll(Set<? extends K>) - Method in class org.infinispan.jcache.embedded.JCache
-
- removeAll(Set<? extends K>) - Method in class org.infinispan.jcache.remote.JCache
-
- removeAll() - Method in class org.infinispan.jcache.remote.JCache
-
- removeAllListeners() - Method in class org.infinispan.query.continuous.ContinuousQuery
-
- removeAsync(Object) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- removeAsync(Object, Object) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- removeAsync(Object) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #remove(Object)
.
- removeAsync(Object, Object) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #remove(Object, Object)
.
- removeAtomicMap(Cache<MK, ?>, MK) - Static method in class org.infinispan.atomic.AtomicMapLookup
-
Removes the atomic map associated with the given key from the underlying cache.
- removeCache(String) - Method in class org.infinispan.jcache.remote.ServerManager
-
- removeCache(String) - Method in class org.infinispan.manager.DefaultCacheManager
-
- removeCache(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Removes a cache with the given name from the system.
- removeCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
-
- removeClientListener(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- removeClientListener(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Remove a previously added client listener.
- removeContinuousQueryListener(ContinuousQueryListener<?, ?>) - Method in class org.infinispan.query.continuous.ContinuousQuery
-
- REMOVED_FILTER - Static variable in interface org.infinispan.persistence.remote.ExternalizerIds
-
- removeEldestEntry(Map.Entry<K, V>) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
-
- removeExpired(K, V, Long) - Method in interface org.infinispan.AdvancedCache
-
Attempts to remove the entry if it is expired.
- removeExtraBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- removeInterceptor(int) - Method in interface org.infinispan.AdvancedCache
-
Removes the interceptor at a specified position, where the first interceptor in the chain is at position 0 and the
last one at getInterceptorChain().size() - 1.
- removeInterceptor(Class<? extends CommandInterceptor>) - Method in interface org.infinispan.AdvancedCache
-
Removes the interceptor of specified type.
- removeKeyFromBucket(Object, Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- removeListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
-
- removeListener(CacheEntryListenerConfiguration<K, V>, AbstractJCache<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
-
- removeListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
-
- removeListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.remote.JCache
-
- removeListener(Object) - Method in class org.infinispan.manager.DefaultCacheManager
-
- removeListener(Object) - Method in class org.infinispan.notifications.AbstractListenerImpl
-
- removeListener(Object) - Method in interface org.infinispan.notifications.Listenable
-
Removes a listener from the component.
- removeListenerInvocation(Class<? extends Annotation>, Object) - Method in class org.infinispan.notifications.AbstractListenerImpl
-
- removeLocalTransaction(LocalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- removeLocalTransactionInternal(Transaction) - Method in class org.infinispan.transaction.TransactionTable
-
- removeLookedUpEntry(Object) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- RemoveOperation<K,V> - Class in org.infinispan.atomic
-
An atomic remove operation.
- RemoveOperation() - Constructor for class org.infinispan.atomic.RemoveOperation
-
- RemoveOperation.Externalizer - Class in org.infinispan.atomic
-
- RemoveOperation.Externalizer() - Constructor for class org.infinispan.atomic.RemoveOperation.Externalizer
-
- removeOwner(int, Address) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- removeProperty(String) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
- removeProperty(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
- removeRemoteTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.TransactionTable
-
- removeSyncNotificationLatch(Cache<K, V>, K, V, CountDownLatch) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
-
- removeWithVersion(K, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Removes the given entry only if its version matches the supplied version.
- removeWithVersion(K, long) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
-
- removeWithVersionAsync(K, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replace(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
#replace(K, V)
, which takes in an
instance of
Metadata
which can be used to provide metadata
information for the entry being stored, such as lifespan, version
of value...etc.
- replace(K, V, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
#replace(K, V, V)
, which takes in an
instance of
Metadata
which can be used to provide metadata
information for the entry being stored, such as lifespan, version
of value...etc.
- replace(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- replace(K, V, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- replace(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- replace(BasicCache<K, V>, BasicCache<K, V>, K, V, V, boolean) - Method in class org.infinispan.jcache.AbstractJCache
-
- replace(BasicCache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCache
-
- replace(K, V) - Method in class org.infinispan.jcache.embedded.JCache
-
- replace(K, V, V) - Method in class org.infinispan.jcache.embedded.JCache
-
- replace(K, V, V) - Method in class org.infinispan.jcache.remote.JCache
-
- replace(K, V) - Method in class org.infinispan.jcache.remote.JCache
-
- replace(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
-
- replace(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithSyncListeners
-
- replaceAsync(K, V) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- replaceAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- replaceAsync(K, V, V) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- replaceAsync(K, V, V, long, TimeUnit) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- replaceAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #replace(Object, Object)
.
- replaceAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #replace(Object, Object, long, TimeUnit)
.
- replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #replace(Object, Object, long, TimeUnit, long, TimeUnit)
.
- replaceAsync(K, V, V) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #replace(Object, Object, Object)
.
- replaceAsync(K, V, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #replace(Object, Object, Object, long, TimeUnit)
.
- replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of #replace(Object, Object, Object, long, TimeUnit, long, TimeUnit)
.
- replaceBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- replacePrimaryOwners(DefaultConsistentHashFactory.Builder, int) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- replacePrimaryOwnerWithBackup(int, Address) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- replaceVersionRead(Object, EntryVersion) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- replaceWithVersion(K, V, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Replaces the given value only if its version matches the supplied version.
- replaceWithVersion(K, V, long, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersion(K, V, long, int, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersion(K, V, long, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersion(K, V, long) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
-
- replaceWithVersion(K, V, long) - Method in class org.infinispan.jcache.remote.RemoteCacheWithSyncListeners
-
- replaceWithVersionAsync(K, V, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersionAsync(K, V, long, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersionAsync(K, V, long, int, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replay(Map<K, V>) - Method in class org.infinispan.atomic.ClearOperation
-
- replay(Map<K, V>) - Method in class org.infinispan.atomic.Operation
-
- replay(Map<K, V>) - Method in class org.infinispan.atomic.PutOperation
-
- replay(Map<K, V>) - Method in class org.infinispan.atomic.RemoveOperation
-
- ReplicatedConsistentHash - Class in org.infinispan.distribution.ch
-
- ReplicatedConsistentHash(Hash, List<Address>, int[]) - Constructor for class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- ReplicatedConsistentHash.Externalizer - Class in org.infinispan.distribution.ch
-
- ReplicatedConsistentHash.Externalizer() - Constructor for class org.infinispan.distribution.ch.ReplicatedConsistentHash.Externalizer
-
- ReplicatedConsistentHash.RangeSet - Class in org.infinispan.distribution.ch
-
- ReplicatedConsistentHash.RangeSet(int) - Constructor for class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- ReplicatedConsistentHashFactory - Class in org.infinispan.distribution.ch
-
Factory for ReplicatedConsistentHash.
- ReplicatedConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.ReplicatedConsistentHashFactory
-
- ReplicatedConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch
-
- ReplicatedConsistentHashFactory.Externalizer() - Constructor for class org.infinispan.distribution.ch.ReplicatedConsistentHashFactory.Externalizer
-
- replicationQueueScheduledExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- replicationQueueScheduledExecutor() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- replicationQueueScheduledExecutor() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- replicationTimeout() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
- replicationTimeout(long) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
Timeout(millis) used for replicating calls to other sites.
- replicationTimeout() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- replQueue() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
-
- replQueue(ReplicationQueue) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
- replQueueInterval() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
-
If useReplQueue is set to true, this attribute controls how often the asynchronous thread
used to flush the replication queue runs.
- replQueueInterval(long) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
If useReplQueue is set to true, this attribute controls how often the asynchronous thread used
to flush the replication queue runs.
- replQueueInterval(long, TimeUnit) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
If useReplQueue is set to true, this attribute controls how often the asynchronous thread used
to flush the replication queue runs.
- replQueueMaxElements() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
-
If useReplQueue is set to true, this attribute can be used to trigger flushing of the queue
when it reaches a specific threshold.
- replQueueMaxElements(int) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
If useReplQueue is set to true, this attribute can be used to trigger flushing of the queue
when it reaches a specific threshold.
- replTimeout() - Method in class org.infinispan.configuration.cache.SyncConfiguration
-
This is the timeout used to wait for an acknowledgment when making a remote call, after which
the call is aborted and an exception is thrown.
- replTimeout(long) - Method in class org.infinispan.configuration.cache.SyncConfiguration
-
This is the timeout used to wait for an acknowledgment when making a remote call, after which
the call is aborted and an exception is thrown.
- replTimeout(long) - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
-
This is the timeout used to wait for an acknowledgment when making a remote call, after which
the call is aborted and an exception is thrown.
- replTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
-
This is the timeout used to wait for an acknowledgment when making a remote call, after which
the call is aborted and an exception is thrown.
- reset() - Method in class org.infinispan.configuration.cache.BackupForBuilder
-
- reset() - Method in interface org.infinispan.stats.Stats
-
Reset statistics
- reset() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- resolveCache(CacheInvocationContext<? extends Annotation>) - Method in class org.infinispan.jcache.annotation.DefaultCacheResolver
-
- resolveCache(CacheInvocationContext<? extends Annotation>) - Method in class org.infinispan.jcache.remote.annotation.RemoteInjectedCacheResolver
-
- RestStore - Class in org.infinispan.persistence.rest
-
RestStore.
- RestStore() - Constructor for class org.infinispan.persistence.rest.RestStore
-
- RestStoreConfiguration - Class in org.infinispan.persistence.rest.configuration
-
RestStoreConfiguration.
- RestStoreConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties, ConnectionPoolConfiguration, String, String, String, int, String, boolean, boolean) - Constructor for class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
-
- RestStoreConfigurationBuilder - Class in org.infinispan.persistence.rest.configuration
-
RestStoreConfigurationBuilder.
- RestStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- RestStoreConfigurationChildBuilder<S> - Interface in org.infinispan.persistence.rest.configuration
-
RestStoreConfigurationChildBuilder.
- RestStoreConfigurationParser60 - Class in org.infinispan.persistence.rest.configuration
-
RestStoreConfigurationParser60.
- RestStoreConfigurationParser60() - Constructor for class org.infinispan.persistence.rest.configuration.RestStoreConfigurationParser60
-
- ResultIterator - Interface in org.infinispan.query
-
Iterates over query results
- resultJoining(K, V) - Method in interface org.infinispan.client.hotrod.event.ContinuousQueryListener
-
Receives notification that a cache entry has joined the matching set.
- resultJoining(K, V) - Method in interface org.infinispan.query.continuous.ContinuousQueryListener
-
Receives notification that a cache entry has joined the matching set.
- resultLeaving(K) - Method in interface org.infinispan.client.hotrod.event.ContinuousQueryListener
-
Receives notification that a cache entry has left the matching set.
- resultLeaving(K) - Method in interface org.infinispan.query.continuous.ContinuousQueryListener
-
Receives notification that a cache entry has left the matching set.
- resumeIfNeeded(Transaction) - Method in class org.infinispan.notifications.AbstractListenerImpl
-
- retainAll(Collection<?>) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- RETRIEVALS - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of get operations.
- retrieveEntries(String, Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- retrieveEntries(String, Object[], Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Retrieve entries from the server
- retrieveEntries(String, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- retrieveEntriesWithMetadata(Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Retrieve entries with metadata information
- RICacheEntryEvent<K,V> - Class in org.infinispan.jcache
-
The reference implementation of the CacheEntryEvent
.
- RICacheEntryEvent(Cache<K, V>, K, V, EventType) - Constructor for class org.infinispan.jcache.RICacheEntryEvent
-
Constructs a cache entry event from a given cache as source
(without an old value)
- RICacheStatistics - Class in org.infinispan.jcache.embedded
-
The reference implementation of CacheStatisticsMXBean
.
- RICacheStatistics(AdvancedCache<?, ?>) - Constructor for class org.infinispan.jcache.embedded.RICacheStatistics
-
Constructs a cache statistics object
- RIDelegatingCacheMXBean<K,V> - Class in org.infinispan.jcache
-
Class to help implementers
- RIDelegatingCacheMXBean(Cache<K, V>) - Constructor for class org.infinispan.jcache.RIDelegatingCacheMXBean
-
Constructor
- RIMBeanServerRegistrationUtility - Class in org.infinispan.jcache
-
A convenience class for registering CacheStatisticsMBeans with an
MBeanServer.
- RIMBeanServerRegistrationUtility.ObjectNameType - Enum in org.infinispan.jcache
-
The type of registered Object
- RiverCloseListener - Interface in org.infinispan.commons.marshall.jboss
-
RiverCloseListener is used by Infinispan's extension of River Marshaller and Unmarshaller
so that pools can be notified of instances not being in use anymore.
- rnd - Static variable in class org.infinispan.affinity.RndKeyGenerator
-
- RndKeyGenerator - Class in org.infinispan.affinity
-
Key provider that relies on
Random
's distribution to generate keys.
- RndKeyGenerator() - Constructor for class org.infinispan.affinity.RndKeyGenerator
-
- role(String) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
- role(String) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
- role(String) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
- role(String) - Method in interface org.infinispan.configuration.global.GlobalRolesConfigurationChildBuilder
-
- Role - Interface in org.infinispan.security
-
A role to permission mapping.
- roles() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
-
- roles() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
-
- rollback(Map<K, V>) - Method in class org.infinispan.atomic.ClearOperation
-
- rollback(Map<K, V>) - Method in class org.infinispan.atomic.Operation
-
- rollback(Map<K, V>) - Method in class org.infinispan.atomic.PutOperation
-
- rollback(Map<K, V>) - Method in class org.infinispan.atomic.RemoveOperation
-
- rollback(LocalTransaction) - Method in class org.infinispan.transaction.TransactionCoordinator
-
- rpc - Variable in class org.infinispan.distexec.DefaultExecutorService
-
- rpcManager - Variable in class org.infinispan.transaction.TransactionTable
-
- rpcOptionsBuilder - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- running - Variable in class org.infinispan.transaction.TransactionTable
-
- saslMechanism() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- saslMechanism(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Selects the SASL mechanism to use for the connection to the server
- saslProperties() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- saslProperties(Map<String, String>) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the SASL properties
- saslQop(SaslQop...) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the SASL QOP property.
- SaslQop - Enum in org.infinispan.client.hotrod.configuration
-
SaslQop.
- saslStrength(SaslStrength...) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the SASL strength property.
- SaslStrength - Enum in org.infinispan.client.hotrod.configuration
-
SaslStrength.
- ScheduledExecutorFactoryConfiguration - Class in org.infinispan.configuration.global
-
- ScheduledExecutorFactoryConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures executor factory.
- scheme() - Method in class org.infinispan.configuration.cache.VersioningConfiguration
-
- scheme(VersioningScheme) - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
-
- Search - Class in org.infinispan.client.hotrod
-
- Search - Class in org.infinispan.query
-
Helper class to get a SearchManager out of an indexing enabled cache.
- Search() - Constructor for class org.infinispan.query.Search
-
- SearchManager - Interface in org.infinispan.query
-
The SearchManager is the entry point to create full text queries on top of a cache.
- SecureCache<K,V> - Interface in org.infinispan.security
-
SecureCache.
- security() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- security() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- security() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- security() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Security Configuration
- security() - Method in class org.infinispan.configuration.cache.Configuration
-
- security() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- security() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- security() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- security() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- security() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- Security - Class in org.infinispan.security
-
Security.
- Security() - Constructor for class org.infinispan.security.Security
-
- securityCacheTimeout() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
-
- securityCacheTimeout(long) - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
-
- securityCacheTimeout(long) - Method in interface org.infinispan.configuration.global.GlobalSecurityConfigurationChildBuilder
-
Defines the timeout in milliseconds for which to cache user access roles
- SecurityConfiguration - Class in org.infinispan.client.hotrod.configuration
-
SecurityConfiguration.
- SecurityConfiguration - Class in org.infinispan.configuration.cache
-
SecurityConfiguration.
- SecurityConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
SecurityConfigurationBuilder.
- SecurityConfigurationBuilder - Class in org.infinispan.configuration.cache
-
SecurityConfigurationBuilder.
- SecurityConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.SecurityConfigurationBuilder
-
- SecurityConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
-
- segmentOwners - Variable in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- segmentSize - Variable in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- select(Expression...) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
- select(String...) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
- selectExecutionNode(List<Address>) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- selectExecutionNode(DistributedTask<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- self() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
- self() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
-
- self() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
-
- self() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapterConfigurationBuilder
-
- self() - Method in class org.infinispan.jcache.embedded.JStoreAdapterConfigurationBuilder
-
- self() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder.BinaryTableManipulationConfigurationBuilder
-
- self() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
-
- self() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder
-
- self() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
-
- self() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
-
- self() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder.StringTableManipulationConfigurationBuilder
-
- self() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
-
- self() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- self() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- self() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- serialization() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- serialization() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- serialization() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- SerializationConfiguration - Class in org.infinispan.configuration.global
-
- SerializationConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures serialization and marshalling settings.
- SerializeWith - Annotation Type in org.infinispan.commons.marshall
-
Indicate that this class should be serialized with an instance of the given
Externalizer
class.
- SerializeWithExtFactory - Class in org.infinispan.commons.marshall.jboss
-
JBoss Marshalling plugin class for ClassExternalizerFactory
that
allows for Infinispan annotations to be used instead of JBoss Marshalling
ones in order to discover which classes are serializable with Infinispan
externalizers.
- SerializeWithExtFactory() - Constructor for class org.infinispan.commons.marshall.jboss.SerializeWithExtFactory
-
- ServerConfiguration - Class in org.infinispan.client.hotrod.configuration
-
ServerConfiguration.
- ServerConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
ServerConfigurationBuilder.
- ServerManager - Class in org.infinispan.jcache.remote
-
- ServerManager(String) - Constructor for class org.infinispan.jcache.remote.ServerManager
-
- ServerManager(String, int) - Constructor for class org.infinispan.jcache.remote.ServerManager
-
- ServerManager.ManagementClientException - Exception in org.infinispan.jcache.remote
-
- ServerManager.ManagementClientException() - Constructor for exception org.infinispan.jcache.remote.ServerManager.ManagementClientException
-
- ServerManager.ManagementClientException(String, Throwable) - Constructor for exception org.infinispan.jcache.remote.ServerManager.ManagementClientException
-
- ServerManager.NotAvailableException - Exception in org.infinispan.jcache.remote
-
- ServerManager.NotAvailableException() - Constructor for exception org.infinispan.jcache.remote.ServerManager.NotAvailableException
-
- ServerManager.NotAvailableException(String, Throwable) - Constructor for exception org.infinispan.jcache.remote.ServerManager.NotAvailableException
-
- serverName() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- serverName(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the name of the server as expected by the SASL protocol
- servers() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- servers() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- ServerStatistics - Interface in org.infinispan.client.hotrod
-
Defines the possible list of statistics defined by the Hot Rod server.
- setAnnotation(Class<? extends Annotation>) - Method in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- setAvailability(AvailabilityMode) - Method in interface org.infinispan.AdvancedCache
-
Manually change the availability of the cache.
- setAvailabilityMode(AvailabilityMode) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setCacheLoader(CompleteConfiguration<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
-
- setCacheLoader(CacheLoader<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
-
- setCacheManager(EmbeddedCacheManager) - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- setCacheName(String) - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- setCacheWriter(CompleteConfiguration<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
-
- setCacheWriter(CacheWriter<? super K, ? super V>) - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
-
- setClassLoader(ClassLoader) - Method in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- setCommandRetried(boolean) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setConnectionFactoryClass(String) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- setConnectionUrl(String) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- setConsistentHashAtEnd(ConsistentHash) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setConsistentHashAtStart(ConsistentHash) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setContext(PrincipalRoleMapperContext) - Method in class org.infinispan.security.impl.CommonNameRoleMapper
-
- setContext(PrincipalRoleMapperContext) - Method in class org.infinispan.security.impl.IdentityRoleMapper
-
- setContext(PrincipalRoleMapperContext) - Method in interface org.infinispan.security.PrincipalRoleMapper
-
- setCreated(boolean) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setDatasourceJndiLocation(String) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- setDriverClass(String) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- setEntries(Map<Object, Object>) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setEnvironment(Cache<K, V>, Set<K>) - Method in interface org.infinispan.distexec.DistributedCallable
-
Invoked by execution environment after DistributedCallable has been migrated for execution to
a specific Infinispan node.
- setExpiryPolicy(ExpiryPolicy) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
-
- setFromRemoteSite(boolean) - Method in class org.infinispan.transaction.LocalTransaction
-
- setInfinispanMarshaller(StreamingMarshaller) - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
-
- setInternalCacheEntryFactory(InternalEntryFactory) - Method in class org.infinispan.persistence.remote.RemoteStore
-
- setInternalCacheEntryFactory(InternalEntryFactory) - Method in class org.infinispan.persistence.rest.RestStore
-
- setJpqlString(String) - Method in class org.infinispan.query.remote.client.QueryRequest
-
- setKey(K) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setListenerCompletion(CompletionListener) - Method in class org.infinispan.jcache.AbstractJCache
-
- setListenerException(CompletionListener, Throwable) - Method in class org.infinispan.jcache.AbstractJCache
-
- setLocalAddress(Address) - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- setLookedUpEntriesTopology(int) - Method in class org.infinispan.transaction.RemoteTransaction
-
- setManagementEnabled(boolean) - Method in class org.infinispan.jcache.AbstractJCache
-
- setMaxResults(Integer) - Method in class org.infinispan.query.remote.client.QueryRequest
-
- setMergeView(boolean) - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- setMetadata(Metadata) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setMethod(Method) - Method in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- setModifications(List<WriteCommand>) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- setNamedParameters(List<QueryRequest.NamedParameter>) - Method in class org.infinispan.query.remote.client.QueryRequest
-
- setNewMembers(List<Address>) - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- setNewTopologyId(int) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setNumResults(int) - Method in class org.infinispan.query.remote.client.QueryResponse
-
- setObjectName(ObjectName) - Method in interface org.infinispan.query.remote.ProtobufMetadataManager
-
- setOldMembers(List<Address>) - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- setOldMetadata(Metadata) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setOldValue(V) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setOriginLocal(boolean) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setParameter(String, Object) - Method in interface org.infinispan.query.dsl.Query
-
- setParameters(Map<String, Object>) - Method in interface org.infinispan.query.dsl.Query
-
- setPassword(String) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- setPre(boolean) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setProjection(String...) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
Deprecated.
- setProjectionSize(int) - Method in class org.infinispan.query.remote.client.QueryResponse
-
- setProperty(String, Object) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
Defines a single value.
- setResults(List<WrappedMessage>) - Method in class org.infinispan.query.remote.client.QueryResponse
-
- setStackTrace(StackTraceElement[]) - Method in exception org.infinispan.commons.marshall.NotSerializableException
-
- setStartOffset(Long) - Method in class org.infinispan.query.remote.client.QueryRequest
-
- setStateTransferFlag(Flag) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- setStateTransferFlag(Flag) - Method in class org.infinispan.transaction.LocalTransaction
-
- setStateTransferFlag(Flag) - Method in class org.infinispan.transaction.RemoteTransaction
-
- setStatisticsEnabled(boolean) - Method in class org.infinispan.jcache.AbstractJCache
-
- setStatisticsEnabled(boolean) - Method in class org.infinispan.jcache.embedded.JCache
-
- setStatisticsEnabled(boolean) - Method in interface org.infinispan.stats.Stats
-
Enables or disables statistics at runtime.
- setSubgroupsMerged(List<List<Address>>) - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- setSubject(Subject) - Method in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- setSync(boolean) - Method in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- setTarget(Object) - Method in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- setTotalResults(long) - Method in class org.infinispan.query.remote.client.QueryResponse
-
- setTransactionId(GlobalTransaction) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setTransactionSuccessful(boolean) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setTransactionSynchronizedBlock(TotalOrderLatch) - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
Sets the TotalOrderLatch
to be associated to this transaction
- setType(Event.Type) - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- setUnionConsistentHash(ConsistentHash) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setUpdatedEntryVersions(EntryVersionsMap) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- setUserName(String) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- setValue(V) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
-
- setValue(V, EquivalentHashMap<K, V>) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
-
- setValue(V) - Method in class org.infinispan.jcache.MutableJCacheEntry
-
- setValue(V) - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- setViewId(int) - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- shared() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- shared - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
- shared(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
This setting should be set to true when multiple cache instances share the same cache store
(e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared
database.) Setting this to true avoids multiple cache instances writing the same modification
multiple times.
- shared(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
-
- shared() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
- shared(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
This setting should be set to true when multiple cache instances share the same cache store
(e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared
database.) Setting this to true avoids multiple cache instances writing the same modification
multiple times.
- SHORT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
- shouldInvoke(boolean) - Method in enum org.infinispan.notifications.Listener.Observation
-
- shouldLoadKey(Object) - Method in class org.infinispan.persistence.CollectionKeyFilter
-
- shouldLoadKey(Object) - Method in class org.infinispan.persistence.CompositeFilter
-
- shouldLoadKey(K) - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader.KeyFilter
-
- shouldWrite(Set) - Method in class org.infinispan.persistence.remote.RemoteStore
-
- shouldWrite(Set<Flag>) - Method in interface org.infinispan.persistence.spi.FlagAffectedStore
-
- shutdown() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- shutdown() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- shutdown() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- shutdown() - Method in class org.infinispan.distexec.DefaultExecutorService
-
- ShutdownConfiguration - Class in org.infinispan.configuration.global
-
- ShutdownConfigurationBuilder - Class in org.infinispan.configuration.global
-
- ShutdownHookBehavior - Enum in org.infinispan.configuration.global
-
Behavior of the JVM shutdown hook registered by the cache
- shutdownNow() - Method in class org.infinispan.distexec.DefaultExecutorService
-
- shutdownTimeout() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
- shutdownTimeout(long) - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
- shutdownTimeout(long) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
- shutdownTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
- simpleConnection() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
-
- simpleConnection() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
-
- simpleConnection() - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationChildBuilder
-
Configures this JDBC Cache Store to use a single connection to the database
- SimpleConnectionFactory - Class in org.infinispan.persistence.jdbc.connectionfactory
-
Connection factory implementation that will create database connection on a per invocation basis.
- SimpleConnectionFactory() - Constructor for class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
-
- SimpleConnectionFactoryConfiguration - Class in org.infinispan.persistence.jdbc.configuration
-
SimpleConnectionFactoryConfiguration.
- SimpleConnectionFactoryConfigurationBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?,S>> - Class in org.infinispan.persistence.jdbc.configuration
-
SimpleConnectionFactoryBuilder.
- SimpleConnectionFactoryConfigurationBuilder(AbstractJdbcStoreConfigurationBuilder<?, S>) - Constructor for class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
-
- SingleFileStore - Class in org.infinispan.persistence.file
-
- 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(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties, String, int, float) - 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
-
- singleton() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
- singleton() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
-
- singleton() - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
- singletonStore() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
SingletonStore is a delegating store used for situations when only one instance in a
cluster should interact with the underlying store.
- singletonStore - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
- singletonStore() - Method in interface org.infinispan.configuration.cache.CacheStoreConfiguration
-
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
- singletonStore() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
- SingletonStoreConfiguration - Class in org.infinispan.configuration.cache
-
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
- SingletonStoreConfigurationBuilder<S> - Class in org.infinispan.configuration.cache
-
- site() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
Returns the name of the site where this cache backups its data.
- site(String) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- site() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- site() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- site() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- SiteConfiguration - Class in org.infinispan.configuration.global
-
- SiteConfigurationBuilder - Class in org.infinispan.configuration.global
-
- siteId() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
- siteId(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
The id of the site where this node runs.
- sites() - Method in class org.infinispan.configuration.cache.Configuration
-
- sites() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- sites() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- sites() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- SitesConfiguration - Class in org.infinispan.configuration.cache
-
- SitesConfiguration(List<BackupConfiguration>, BackupForConfiguration, boolean, Set<String>) - Constructor for class org.infinispan.configuration.cache.SitesConfiguration
-
- SitesConfigurationBuilder - Class in org.infinispan.configuration.cache
-
- SitesConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
- size() - Method in interface org.infinispan.Cache
-
Returns a count of all elements in this cache and cache loader.
- size() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- size() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
-
- size() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- size() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
-
- size() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Returns the number of elements in this set.
- size() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- size() - Method in class org.infinispan.persistence.file.SingleFileStore
-
- size() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- size() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- size() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- size() - Method in class org.infinispan.persistence.jpa.JpaStore
-
- size() - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- size() - Method in class org.infinispan.persistence.remote.RemoteStore
-
- size() - Method in class org.infinispan.persistence.rest.RestStore
-
- size() - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader
-
Returns the number of elements in the store.
- socketTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- socketTimeout() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- socketTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- socketTimeout(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
This property defines the maximum socket read timeout in milliseconds before giving up waiting
for bytes from the server.
- socketTimeout(long) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- socketTimeout() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- socketTimeout(long) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- socketTimeout(long) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
This property defines the maximum socket read timeout in milliseconds before giving up waiting
for bytes from the server.
- socketTimeout() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
-
- socketTimeout(int) - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
-
- sort(List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- sort(Sort) - Method in interface org.infinispan.query.CacheQuery
-
Allows lucene to sort the results.
- sortedMembers - Variable in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- SortField - Interface in org.infinispan.objectfilter
-
Sort specification for a field.
- SortOrder - Enum in org.infinispan.query.dsl
-
Enumeration of the available sort directions.
- spinDuration() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
-
Time period that determines how often is lock acquisition attempted within maximum time
allowed to acquire a particular lock
- spinDuration(long) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
-
Time period that determines how often is lock acquisition attempted within maximum time
allowed to acquire a particular lock
- spinDuration(long, TimeUnit) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
-
Time period that determines how often is lock acquisition attempted within maximum time
allowed to acquire a particular lock
- ssl() - Method in class org.infinispan.client.hotrod.configuration.AbstractSecurityConfigurationChildBuilder
-
- ssl() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
Deprecated.
Use security().ssl() instead
- ssl() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfiguration
-
- ssl() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
-
- SslConfiguration - Class in org.infinispan.client.hotrod.configuration
-
SslConfiguration.
- SslConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
SSLConfigurationBuilder.
- SslConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- sslContext() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- sslContext(SSLContext) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- start() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- start() - Method in interface org.infinispan.commons.api.Lifecycle
-
- start() - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- start() - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
- start() - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
-
- start() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
-
- start() - Method in class org.infinispan.manager.DefaultCacheManager
-
- start() - Method in class org.infinispan.notifications.AbstractListenerImpl
-
- start() - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
- start() - Method in class org.infinispan.persistence.file.SingleFileStore
-
- start() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- start(ConnectionFactoryConfiguration, ClassLoader) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
-
Starts the connection factory.
- start(ConnectionFactoryConfiguration, ClassLoader) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ManagedConnectionFactory
-
- start(ConnectionFactoryConfiguration, ClassLoader) - Method in class org.infinispan.persistence.jdbc.connectionfactory.PooledConnectionFactory
-
- start(ConnectionFactoryConfiguration, ClassLoader) - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
-
- start() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- start() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- start() - Method in class org.infinispan.persistence.jpa.JpaStore
-
- start() - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- start() - Method in class org.infinispan.persistence.remote.RemoteStore
-
- start() - Method in class org.infinispan.persistence.rest.RestStore
-
- start() - Method in interface org.infinispan.query.MassIndexer
-
- start() - Method in class org.infinispan.transaction.TransactionCoordinator
-
- start() - Method in class org.infinispan.transaction.TransactionTable
-
- startAsync() - Method in interface org.infinispan.query.MassIndexer
-
- startBatch() - Method in interface org.infinispan.commons.api.BatchingCache
-
Starts a batch.
- startCache() - Method in class org.infinispan.manager.DefaultCacheManager
-
- startCache(String) - Method in class org.infinispan.manager.DefaultCacheManager
-
- startCaches(String...) - Method in class org.infinispan.manager.DefaultCacheManager
-
- startCaches(String...) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Starts a set of caches in parallel.
- startClientListener(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- startObjectInput(InputStream, boolean) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- startObjectInput(InputStream, boolean) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- startObjectInput(InputStream, boolean) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Create and open a new ObjectInput for the given input stream.
- startObjectOutput(OutputStream, boolean, int) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- startObjectOutput(OutputStream, boolean, int) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- startObjectOutput(OutputStream, boolean, int) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Create and open an ObjectOutput instance for the given output stream.
- startOffset(long) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
- stateTransfer() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
- stateTransfer() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- stateTransfer() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
- stateTransfer() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
Configure the stateTransfer
sub element for distributed and replicated caches.
- stateTransfer() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
Configures how state is transferred when a new cache joins the cluster.
- StateTransferConfiguration - Class in org.infinispan.configuration.cache
-
Configures how state is retrieved when a new cache joins the cluster.
- StateTransferConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configures how state is transferred when a cache joins or leaves the cluster.
- stateTransferExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- stateTransferExecutor() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- stateTransferExecutor() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- statisticsEnabled() - Method in class org.infinispan.jcache.AbstractJCache
-
- stats() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- stats - Variable in class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- Stats - Interface in org.infinispan.stats
-
Stats.
- stop() - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
- stop() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Stop the remote cache manager, disconnecting all existing connections.
- stop() - Method in interface org.infinispan.commons.api.Lifecycle
-
- stop() - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- stop() - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- stop() - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Stop the marshaller.
- stop() - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
-
- stop() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
-
- stop() - Method in class org.infinispan.manager.DefaultCacheManager
-
- stop() - Method in class org.infinispan.notifications.AbstractListenerImpl
-
Removes all listeners from the notifier
- stop() - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
- stop() - Method in class org.infinispan.persistence.file.SingleFileStore
-
- stop() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- stop() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
-
Closes the connection factory, including all allocated connections etc.
- stop() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ManagedConnectionFactory
-
- stop() - Method in class org.infinispan.persistence.jdbc.connectionfactory.PooledConnectionFactory
-
- stop() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
-
- stop() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
-
- stop() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- stop() - Method in class org.infinispan.persistence.jpa.JpaStore
-
- stop() - Method in class org.infinispan.persistence.leveldb.LevelDBStore
-
- stop() - Method in class org.infinispan.persistence.remote.RemoteStore
-
- stop() - Method in class org.infinispan.persistence.rest.RestStore
-
- stop() - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader.TaskContext
-
Invoked from within the CacheLoaderTask, in order to signal the AdvancedCacheLoader implementation that
iteration should be stopped early (before iteration is finished).
- storeAsBinary() - Method in class org.infinispan.configuration.cache.Configuration
-
- storeAsBinary() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- storeAsBinary() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- StoreAsBinaryConfiguration - Class in org.infinispan.configuration.cache
-
Controls whether when stored in memory, keys and values are stored as references to their original objects, or in
a serialized, binary format.
- StoreAsBinaryConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls whether when stored in memory, keys and values are stored as references to their original objects, or in
a serialized, binary format.
- StoreConfiguration - Interface in org.infinispan.configuration.cache
-
StoreConfiguration contains generic configuration elements available to all the stores.
- StoreConfigurationBuilder<T extends StoreConfiguration,S extends StoreConfigurationBuilder<T,S>> - Interface in org.infinispan.configuration.cache
-
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
- StoreConfigurationChildBuilder<S> - Interface in org.infinispan.configuration.cache
-
- storeInBucket(MarshalledEntry, Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
-
- storeKeysAsBinary() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
-
Enables storing keys as binary.
- storeKeysAsBinary(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
-
Specify whether keys are stored as binary or not.
- storeMetadata() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
-
- storeMetadata(boolean) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
-
- STORES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of put operations.
- stores() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
- stores() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
- storeValuesAsBinary() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
-
Enables storing values as binary.
- storeValuesAsBinary(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
-
Specify whether values are stored as binary or not.
- strategy() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
How does the backup happen: sync or async.
- strategy(BackupConfiguration.BackupStrategy) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
Sets the strategy used for backing up data: sync or async.
- strategy() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- strategy() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
-
Eviction strategy.
- strategy(EvictionStrategy) - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
-
Eviction strategy.
- StreamingMarshaller - Interface in org.infinispan.commons.marshall
-
A specialization of
Marshaller
that supports streams.
- strictPeerToPeer() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
Deprecated.
Since 6.0, strictPeerToPeer is ignored and asymmetric clusters are always allowed.
- strictPeerToPeer(Boolean) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Deprecated.
Since 6.0, strictPeerToPeer is ignored and asymmetric clusters are always allowed.
- STRING - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
- stringTable() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
-
- stringTable() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder
-
- stringTable() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
-
Allows configuration of table-specific parameters such as column names and types for the table
used to store entries with string keys
- stringTable() - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationChildBuilder
-
Allows configuration of table-specific parameters such as column names and types for the table
used to store entries with string keys
- subject - Variable in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- subject - Variable in class org.infinispan.notifications.AbstractListenerImpl.ListenerInvocationImpl
-
- submit(Runnable, T) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- submit(Callable<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- submit(Address, Callable<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- submit(Address, DistributedTask<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- submit(Callable<T>, K...) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- submit(DistributedTask<T>, K...) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- submit(Callable<V>) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
- submit(Runnable, V) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
- submit(Callable<V>, K...) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
-
- submit(Address, Callable<V>) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
-
- submit(Address, Callable<T>) - Method in interface org.infinispan.distexec.DistributedExecutorService
-
Submits the given Callable task for execution on the specified target Infinispan node.
- submit(Address, DistributedTask<T>) - Method in interface org.infinispan.distexec.DistributedExecutorService
-
Submits the given DistributedTask for execution on the specified target Infinispan node.
- submit(Callable<T>, K...) - Method in interface org.infinispan.distexec.DistributedExecutorService
-
Submits the given Callable task for execution on a single Infinispan node.
- submit(DistributedTask<T>, K...) - Method in interface org.infinispan.distexec.DistributedExecutorService
-
Submits the given DistributedTask for execution on a single Infinispan node.
- submitEverywhere(Callable<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- submitEverywhere(DistributedTask<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- submitEverywhere(Callable<T>, K...) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- submitEverywhere(DistributedTask<T>, K...) - Method in class org.infinispan.distexec.DefaultExecutorService
-
- submitEverywhere(Callable<V>) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
-
- submitEverywhere(Callable<V>, K...) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
-
- submitEverywhere(Callable<T>) - Method in interface org.infinispan.distexec.DistributedExecutorService
-
Submits the given Callable task for execution on all available Infinispan nodes.
- submitEverywhere(DistributedTask<T>) - Method in interface org.infinispan.distexec.DistributedExecutorService
-
Submits the given DistributedTask for execution on all available Infinispan nodes.
- submitEverywhere(Callable<T>, K...) - Method in interface org.infinispan.distexec.DistributedExecutorService
-
Submits the given Callable task for execution on all available Infinispan nodes using input
keys specified by K input.
- submitEverywhere(DistributedTask<T>, K...) - Method in interface org.infinispan.distexec.DistributedExecutorService
-
Submits the given DistributedTask for execution on all available Infinispan nodes using input
keys specified by K input.
- SuccessEntryProcessorResult<T> - Class in org.infinispan.jcache
-
Successful entry processor result wrapper.
- SuccessEntryProcessorResult(T) - Constructor for class org.infinispan.jcache.SuccessEntryProcessorResult
-
- sum(String) - Static method in class org.infinispan.query.dsl.Expression
-
- sumOwned() - Method in class org.infinispan.distribution.ch.OwnershipStatistics
-
- supportsConcurrentUpdates() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
Deprecated.
this option is always true
and cannot be modified since version 5.3
- supportsConcurrentUpdates(boolean) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Deprecated.
- supportsKey(Class<?>) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
-
- suspendIfNeeded() - Method in class org.infinispan.notifications.AbstractListenerImpl
-
- swapPrimaryOwnersWithBackups(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- switchToCluster(String) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Switch remote cache manager to a different cluster, previously
declared via configuration.
- switchToDefaultCluster() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Switch remote cache manager to a the default cluster, previously
declared via configuration.
- sync() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
Configure sync sub element.
- sync() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
- sync() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
If configured all communications are synchronous, in that whenever a thread sends a message
sent over the wire, it blocks until it receives an acknowledgment from the recipient.
- sync - Variable in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- sync - Variable in class org.infinispan.notifications.AbstractListenerImpl.ListenerInvocationImpl
-
- syncCommitPhase() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
If true, the cluster-wide commit phase in two-phase commit (2PC) transactions will be
synchronous, so Infinispan will wait for responses from all nodes to which the commit was
sent.
- syncCommitPhase(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Deprecated.
The syncRollbackPhase setting can no longer be modified at runtime. It must be the same on all nodes.
- syncCommitPhase(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
If true, the cluster-wide commit phase in two-phase commit (2PC) transactions will be
synchronous, so Infinispan will wait for responses from all nodes to which the commit was
sent.
- syncCommitPhase() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
- SyncConfiguration - Class in org.infinispan.configuration.cache
-
If configured all communications are synchronous, in that whenever a thread sends a message sent
over the wire, it blocks until it receives an acknowledgment from the recipient.
- SyncConfigurationBuilder - Class in org.infinispan.configuration.cache
-
If configured all communications are synchronous, in that whenever a thread sends a message sent
over the wire, it blocks until it receives an acknowledgment from the recipient.
- SyncConfigurationBuilder(ClusteringConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.SyncConfigurationBuilder
-
- SyncConsistentHashFactory - Class in org.infinispan.distribution.ch
-
One of the assumptions people made on consistent hashing involves thinking
that given a particular key and same topology, it would produce the same
consistent hash value no matter which cache it was stored in.
- SyncConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.SyncConsistentHashFactory
-
- SyncConsistentHashFactory.Builder - Class in org.infinispan.distribution.ch
-
- SyncConsistentHashFactory.Builder(Hash, int, int, List<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
-
- SyncConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch
-
- SyncConsistentHashFactory.Externalizer() - Constructor for class org.infinispan.distribution.ch.SyncConsistentHashFactory.Externalizer
-
- syncMarshalling() - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
Enables synchronous marshalling.
- syncProcessor - Variable in class org.infinispan.notifications.AbstractListenerImpl
-
- syncRollbackPhase() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
If true, the cluster-wide rollback phase in two-phase commit (2PC) transactions will be
synchronous, so Infinispan will wait for responses from all nodes to which the rollback was
sent.
- syncRollbackPhase(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Deprecated.
The syncRollbackPhase setting can no longer be modified at runtime. It must be the same on all nodes.
- syncRollbackPhase(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
If true, the cluster-wide rollback phase in two-phase commit (2PC) transactions will be
synchronous, so Infinispan will wait for responses from all nodes to which the rollback was
sent.
- table() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfiguration
-
- table - Variable in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
-
- table() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
-
Allows configuration of table-specific parameters such as column names and types
- table() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
-
- table() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
-
Allows configuration of table-specific parameters such as column names and types
- TableManipulationConfiguration - Class in org.infinispan.persistence.jdbc.configuration
-
- TableManipulationConfigurationBuilder<B extends AbstractJdbcStoreConfigurationBuilder<?,B>,S extends TableManipulationConfigurationBuilder<B,S>> - Class in org.infinispan.persistence.jdbc.configuration
-
TableManipulationConfigurationBuilder.
- tableNamePrefix() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- tableNamePrefix(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
Sets the prefix for the name of the table where the data will be stored.
- take() - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
- takeExecutorOwnership - Variable in class org.infinispan.distexec.DefaultExecutorService
-
- takeOffline() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
- takeOffline() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- TakeOfflineConfiguration - Class in org.infinispan.configuration.cache
-
- TakeOfflineConfiguration(int, long) - 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
-
- target - Variable in class org.infinispan.notifications.AbstractListenerImpl.AbstractInvocationBuilder
-
- target - Variable in class org.infinispan.notifications.AbstractListenerImpl.ListenerInvocationImpl
-
- taskId - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- tcpKeepAlive(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- tcpKeepAlive() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- tcpKeepAlive(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- tcpKeepAlive(boolean) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Affects TCP KEEPALIVE on the TCP stack.
- tcpNoDelay(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- tcpNoDelay() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- tcpNoDelay(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- tcpNoDelay(boolean) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Affects TCP NODELAY on the TCP stack.
- tcpNoDelay(boolean) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- tcpNoDelay() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- tcpNoDelay(boolean) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- tcpNoDelay(boolean) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Affects TCP NODELAY on the TCP stack.
- tcpNoDelay() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
-
- tcpNoDelay(boolean) - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
-
- testListenerClassValidity(Class<?>) - Static method in class org.infinispan.notifications.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.AbstractListenerImpl
-
- testOnBorrow() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- testOnBorrow(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Indicates whether connections should be validated before being taken from the pool by sending
an TCP packet to the server.
- testOnReturn() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- testOnReturn(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Indicates whether connections should be validated when being returned to the pool sending an
TCP packet to the server.
- testWhileIdle() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- testWhileIdle(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Indicates whether or not idle connections should be validated by sending an TCP packet to the
server, during idle connection eviction runs.
- testWhileIdle() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
-
- testWhileIdle(boolean) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Indicates whether or not idle connections should be validated by sending an TCP packet to the
server, during idle connection eviction runs.
- threadPolicy() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
-
Threading policy for eviction.
- threadPolicy(EvictionThreadPolicy) - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
-
Threading policy for eviction.
- threadPoolSize() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
Size of the thread pool whose threads are responsible for applying the modifications.
- threadPoolSize(int) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
Size of the thread pool whose threads are responsible for applying the modifications.
- TIME_SINCE_START - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of seconds since Hot Rod started.
- timeBetweenEvictionRuns() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- timeBetweenEvictionRuns(long) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Indicates how long the eviction thread should sleep before "runs" of examining idle
connections.
- timeBetweenEvictionRuns() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
-
- timeBetweenEvictionRuns(long) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Indicates how long the eviction thread should sleep before "runs" of examining idle
connections.
- timeout() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
This is the maximum amount of time - in milliseconds - to wait for state from neighboring
caches, before throwing an exception and aborting startup.
- timeout(long) - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
This is the maximum amount of time - in milliseconds - to wait for state from neighboring
caches, before throwing an exception and aborting startup.
- timeout(long) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
This is the maximum amount of time - in milliseconds - to wait for state from neighboring
caches, before throwing an exception and aborting startup.
- timeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
This is the maximum amount of time - in milliseconds - to wait for state from neighboring
caches, before throwing an exception and aborting startup.
- timeout() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
-
- timeout(long) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
The time (in milliseconds) to wait for the backup site acknowledge the state chunk received and applied.
- timeout() - Method in interface org.infinispan.distexec.DistributedTask
-
Returns timeout for the execution of this task
- timeout(long, TimeUnit) - Method in interface org.infinispan.distexec.DistributedTaskBuilder
-
- timeout(long, TimeUnit) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- timeout(TimeUnit) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- timeout(long, TimeUnit) - Method in interface org.infinispan.query.CacheQuery
-
Set the timeout for this query.
- timestampColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- timestampColumnName(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
The name of the database column used to store the timestamps
- timestampColumnType() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- timestampColumnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
The type of the database column used to store the timestamps
- toArray() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- toArray(T[]) - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- toAsync() - Method in enum org.infinispan.configuration.cache.CacheMode
-
- toBuilder() - Method in interface org.infinispan.query.dsl.FilterConditionContext
-
- toJdkAccessOrder() - Method in enum org.infinispan.commons.equivalence.EquivalentLinkedHashMap.IterationOrder
-
- TopologyAwareConsistentHashFactory - Class in org.infinispan.distribution.ch
-
Default topology-aware consistent hash factory implementation.
- TopologyAwareConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.TopologyAwareConsistentHashFactory
-
- TopologyAwareConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch
-
- TopologyAwareConsistentHashFactory.Externalizer() - Constructor for class org.infinispan.distribution.ch.TopologyAwareConsistentHashFactory.Externalizer
-
- TopologyAwareSyncConsistentHashFactory - Class in org.infinispan.distribution.ch
-
- TopologyAwareSyncConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory
-
- TopologyAwareSyncConsistentHashFactory.Builder - Class in org.infinispan.distribution.ch
-
- TopologyAwareSyncConsistentHashFactory.Builder(Hash, int, int, List<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory.Builder
-
- TopologyAwareSyncConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch
-
- TopologyAwareSyncConsistentHashFactory.Externalizer() - Constructor for class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory.Externalizer
-
- TopologyChanged - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when the
ConsistentHash
implementation
in use by the
DistributionManager
changes due to a change in cluster topology.
- TopologyChangedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- topologyId - Variable in class org.infinispan.transaction.AbstractCacheTransaction
-
- topologyInfo - Variable in class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory.Builder
-
- toString() - Method in class org.infinispan.atomic.ClearOperation
-
- toString() - Method in class org.infinispan.atomic.PutOperation
-
- toString() - Method in class org.infinispan.atomic.RemoveOperation
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
-
- toString() - Method in enum org.infinispan.client.hotrod.configuration.SaslQop
-
- toString() - Method in enum org.infinispan.client.hotrod.configuration.SaslStrength
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- toString(Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
-
- toString(Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
-
- toString(Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
-
- toString(Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
-
Returns a string representation of the given object.
- toString() - Method in class org.infinispan.commons.marshall.WrappedByteArray
-
- toString() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.BackupForBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.Configuration
-
- toString() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.DataContainerConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.L1Configuration
-
- toString() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.SecurityConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.SingletonStoreConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.SyncConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.UnsafeConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.VersioningConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
-
- toString() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
-
- toString() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
-
- toString() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- toString() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
- toString() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
-
- toString() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
-
- toString() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfiguration
-
- toString() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.global.SerializationConfiguration
-
- toString() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.global.ShutdownConfiguration
-
- toString() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.global.SiteConfiguration
-
- toString() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
- toString() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
- toString() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
- toString() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.IntermediateCompositeKey
-
- toString() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- toString() - Method in class org.infinispan.distribution.ch.DefaultConsistentHash
-
- toString() - Method in class org.infinispan.distribution.ch.OwnershipStatistics
-
- toString() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash.RangeSet
-
- toString() - Method in class org.infinispan.distribution.ch.ReplicatedConsistentHash
-
- toString() - Method in class org.infinispan.jcache.annotation.AggregatedParameterMetaData
-
- toString() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
-
- toString() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
-
- toString() - Method in class org.infinispan.jcache.annotation.DefaultCacheKey
-
- toString() - Method in class org.infinispan.jcache.annotation.MethodMetaData
-
- toString() - Method in class org.infinispan.jcache.annotation.ParameterMetaData
-
- toString() - Method in class org.infinispan.manager.DefaultCacheManager
-
- toString() - Method in class org.infinispan.notifications.cachelistener.event.EventImpl
-
- toString() - Method in class org.infinispan.notifications.cachemanagerlistener.event.EventImpl
-
- toString() - Method in class org.infinispan.objectfilter.PropertyPath
-
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfiguration
-
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
-
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
-
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
-
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
-
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
-
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- toString() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
-
- toString() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
-
- toString() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
-
- toString() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfiguration
-
- toString() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
-
- toString() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
-
- toString() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
-
- toString() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
-
- toString() - Method in class org.infinispan.query.remote.client.FilterResult
-
- toString(Object) - Method in interface org.infinispan.query.Transformer
-
- toString() - Method in enum org.infinispan.security.AuditContext
-
- toString() - Method in class org.infinispan.transaction.LocalTransaction
-
- toString() - Method in class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
-
- toString() - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
-
- toString() - Method in class org.infinispan.transaction.RemoteTransaction
-
- toString() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- toSync() - Method in enum org.infinispan.configuration.cache.CacheMode
-
- TOTAL_NR_OF_ENTRIES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of entries stored in Hot Rod server
since the server started running.
- totalOrderExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- totalOrderExecutor() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- TotalOrderRemoteTransactionState - Class in org.infinispan.transaction
-
Represents a state for a Remote Transaction when the Total Order based protocol is used.
- TotalOrderRemoteTransactionState(GlobalTransaction) - Constructor for class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- trace - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- trace - Variable in class org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
-
- trace - Variable in class org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
-
- trace - Variable in class org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
-
- 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
-
- TransactionalEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
An event subtype that includes a transaction context - if one exists - as well as a boolean as to whether the call
originated locally or remotely.
- TransactionCompleted - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when the cache is called to participate in a
transaction and the transaction completes, either with a commit or a rollback.
- TransactionCompletedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- 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
-
- TransactionCoordinator() - Constructor for class org.infinispan.transaction.TransactionCoordinator
-
- transactionManagerLookup() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
- transactionManagerLookup(TransactionManagerLookup) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
- transactionManagerLookup(TransactionManagerLookup) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
- TransactionManagerLookup - Interface in org.infinispan.transaction.lookup
-
Factory interface, allows
Cache
to use different transactional systems.
- transactionMode() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
- transactionMode(TransactionMode) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
- transactionMode() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
- TransactionMode - Enum in org.infinispan.transaction
-
Enumeration containing the available transaction modes for a cache.
- transactionProtocol() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
- transactionProtocol(TransactionProtocol) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
- transactionProtocol() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
- TransactionProtocol - Enum in org.infinispan.transaction
-
Enumerate with the possible commits protocols.
- TransactionRegistered - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when the cache is called to participate in a
transaction and registers a
Synchronization
with a registered
TransactionManager
.
- TransactionRegisteredEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- 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
-
- TransactionTable - Class in org.infinispan.transaction
-
- TransactionTable() - Constructor for class org.infinispan.transaction.TransactionTable
-
- TransactionTable.CompletedTransactionStatus - Enum in org.infinispan.transaction
-
- Transformable - Annotation Type in org.infinispan.query
-
If you annotate your object with this, it can be used as a valid key for Infinispan to index.
- Transformer - Interface in org.infinispan.query
-
The task of this interface is to convert keys from their original types to a String representation (which can be
used in Lucene) and vice versa.
- transport() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- transport() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- transport() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- transport() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
- transport(Transport) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Class that represents a network transport.
- TransportConfiguration - Class in org.infinispan.configuration.global
-
- TransportConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures the transport used for network communications across the cluster.
- transportFactory(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- transportFactory(Class<? extends TransportFactory>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- transportFactory() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- transportFactory(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- transportFactory(Class<? extends TransportFactory>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- transportFactory(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Controls which transport to use.
- transportFactory(Class<? extends TransportFactory>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Controls which transport to use.
- transportFactory - Variable in class org.infinispan.client.hotrod.RemoteCacheManager
-
- transportFactory(String) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- transportFactory(Class<? extends TransportFactory>) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- transportFactory() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- transportFactory(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- transportFactory(Class<? extends TransportFactory>) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- transportFactory(String) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Controls which transport to use.
- transportFactory(Class<? extends TransportFactory>) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Controls which transport to use.
- trustStoreFileName() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- trustStoreFileName(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- trustStorePassword() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- trustStorePassword(char[]) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- tx - Variable in class org.infinispan.transaction.AbstractCacheTransaction
-
- txCoordinator - Variable in class org.infinispan.transaction.AbstractEnlistmentAdapter
-
- txCoordinator - Variable in class org.infinispan.transaction.TransactionTable
-
- txFactory - Variable in class org.infinispan.transaction.TransactionTable
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.BackupForBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
-
- 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.PartitionHandlingConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
-
- 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.StoreAsBinaryConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
- validate() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
- validate() - Method in class org.infinispan.jcache.embedded.JStoreAdapterConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
-
- validate() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- validateAndAddListenerInvocations(Object, AbstractListenerImpl<T, L>.AbstractInvocationBuilder) - Method in class org.infinispan.notifications.AbstractListenerImpl
-
Loops through all valid methods on the object passed in, and caches the relevant methods as
ListenerInvocation
for invocation by reflection.
- value - Variable in class org.infinispan.jcache.JCacheEntry
-
- VALUE - Static variable in interface org.infinispan.query.ProjectionConstants
-
- valueEquivalence() - Method in class org.infinispan.configuration.cache.DataContainerConfiguration
-
- valueEquivalence(Equivalence<V>) - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
-
Set the
Equivalence
instance to use to compare values stored in
data container.
- valueOf(String) - Static method in enum org.infinispan.atomic.NullDelta
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.ExhaustedAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.SaslQop
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.SaslStrength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.event.ClientEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.equivalence.EquivalentLinkedHashMap.IterationOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.BackupFailurePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.CacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.InterceptorConfiguration.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.VersioningScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.global.ShutdownHookBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.context.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.distexec.DistributedTaskExecutionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.eviction.EvictionStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.eviction.EvictionThreadPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.jcache.Expiration.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.jcache.MutableJCacheEntry.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.jcache.RIMBeanServerRegistrationUtility.ObjectNameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.notifications.cachelistener.event.Event.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.notifications.cachemanagerlistener.event.Event.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.notifications.Listener.Observation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.objectfilter.PropertyPath.AggregationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.jdbc.configuration.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.jdbc.configuration.Element
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.jpa.configuration.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.jpa.configuration.Element
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.leveldb.configuration.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.leveldb.configuration.CompressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.leveldb.configuration.Element
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration.ImplementationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.remote.configuration.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.remote.configuration.Element
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.remote.configuration.ExhaustedAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.rest.configuration.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.rest.configuration.Element
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.query.dsl.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.query.FetchOptions.FetchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.security.AuditContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.security.AuditResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.security.AuthorizationPermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.transaction.LockingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.transaction.TransactionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.transaction.TransactionProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.transaction.TransactionTable.CompletedTransactionStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.infinispan.atomic.NullDelta
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.infinispan.Cache
-
Returns a collection view of the values contained in this cache.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.ExhaustedAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.SaslQop
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.SaslStrength
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.event.ClientEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- values() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
- values() - Static method in enum org.infinispan.commons.equivalence.EquivalentLinkedHashMap.IterationOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.BackupFailurePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.CacheMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.InterceptorConfiguration.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.VersioningScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.configuration.global.ShutdownHookBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.context.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.distexec.DistributedTaskExecutionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.eviction.EvictionStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.eviction.EvictionThreadPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.jcache.Expiration.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.jcache.MutableJCacheEntry.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.jcache.RIMBeanServerRegistrationUtility.ObjectNameType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.notifications.cachelistener.event.Event.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.notifications.cachemanagerlistener.event.Event.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.notifications.Listener.Observation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.objectfilter.PropertyPath.AggregationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.jdbc.configuration.Attribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.jdbc.configuration.Element
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.jpa.configuration.Attribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.jpa.configuration.Element
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.leveldb.configuration.Attribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.leveldb.configuration.CompressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.leveldb.configuration.Element
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration.ImplementationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.remote.configuration.Attribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.remote.configuration.Element
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.remote.configuration.ExhaustedAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.rest.configuration.Attribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.persistence.rest.configuration.Element
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.query.dsl.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.query.FetchOptions.FetchMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.security.AuditContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.security.AuditResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.security.AuthorizationPermission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.transaction.LockingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.transaction.TransactionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.transaction.TransactionProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.transaction.TransactionTable.CompletedTransactionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueSizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- valueSizeEstimate() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- valueSizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- valueSizeEstimate(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
This hint allows sizing of byte buffers when serializing and deserializing values, to minimize
array resizing.
- valueSizeEstimate(int) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
- valueSizeEstimate() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
- valueSizeEstimate(int) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
- valueSizeEstimate(int) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
This hint allows sizing of byte buffers when serializing and deserializing values, to minimize
array resizing.
- verifyKeys(Set<? extends K>) - Method in class org.infinispan.jcache.AbstractJCache
-
- Version - Class in org.infinispan.client.hotrod
-
Defines client and protocol version.
- Version() - Constructor for class org.infinispan.client.hotrod.Version
-
- version() - Method in class org.infinispan.configuration.global.SerializationConfiguration
-
- version(short) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Largest allowable version to use when marshalling internal state.
- version(String) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Largest allowable version to use when marshalling internal state.
- version() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
-
- Version - Class in org.infinispan
-
Contains version information about this release of Infinispan.
- Version() - Constructor for class org.infinispan.Version
-
- VERSION - Static variable in class org.infinispan.Version
-
- VERSION_ID - Static variable in class org.infinispan.Version
-
- VersionedValue<V> - Interface in org.infinispan.client.hotrod
-
Besides the key and value, also contains an version.
- versioning() - Method in class org.infinispan.configuration.cache.Configuration
-
- versioning() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- versioning() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
- VersioningConfiguration - Class in org.infinispan.configuration.cache
-
This configuration element controls whether entries are versioned.
- VersioningConfigurationBuilder - Class in org.infinispan.configuration.cache
-
- VersioningConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.VersioningConfigurationBuilder
-
- VersioningScheme - Enum in org.infinispan.configuration.cache
-
The various versioning schemes supported
- ViewChanged - Annotation Type in org.infinispan.notifications.cachemanagerlistener.annotation
-
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the
cluster topology changes (i.e., a member joins or leaves the cluster).
- ViewChangedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
This event is passed in to any method annotated with
ViewChanged
.