AbstractCacheEventFilterConverter <K ,V ,C > - Class in org.infinispan.notifications.cachelistener.filter
This is a base class that should be used when implementing a CacheEventFilterConverter that provides default
implementations for the
CacheEventFilter.accept(Object, Object, org.infinispan.metadata.Metadata, Object, org.infinispan.metadata.Metadata, EventType)
and
Converter.convert(Object, Object, org.infinispan.metadata.Metadata)
methods so they just call the
CacheEventFilterConverter.filterAndConvert(Object, Object, org.infinispan.metadata.Metadata, Object, org.infinispan.metadata.Metadata, EventType)
method and then do the right thing.
AbstractCacheEventFilterConverter() - Constructor for class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
AbstractConfigurationChildBuilder - Class in org.infinispan.client.hotrod.configuration
AbstractConfigurationChildBuilder.
AbstractConfigurationChildBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
AbstractCustomInterceptorsConfigurationChildBuilder - Class in org.infinispan.configuration.cache
AbstractCustomInterceptorsConfigurationChildBuilder(CustomInterceptorsConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractCustomInterceptorsConfigurationChildBuilder
AbstractDelegatingAdvancedCache <K ,V > - Class in org.infinispan
AbstractDelegatingAdvancedCache(AdvancedCache<K, V>) - Constructor for class org.infinispan.AbstractDelegatingAdvancedCache
Deprecated.
AbstractDelegatingAdvancedCache(AdvancedCache<K, V>, AbstractDelegatingAdvancedCache.AdvancedCacheWrapper<K, V>) - Constructor for class org.infinispan.AbstractDelegatingAdvancedCache
Deprecated.
AbstractDelegatingCache <K ,V > - Class in org.infinispan
AbstractDelegatingCache(Cache<K, V>) - Constructor for class org.infinispan.AbstractDelegatingCache
Deprecated.
AbstractDelegatingEmbeddedCacheManager - Class in org.infinispan.manager
AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager) - Constructor for class org.infinispan.manager.AbstractDelegatingEmbeddedCacheManager
Deprecated.
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
AbstractEntrySizeCalculatorHelper <K ,V > - Class in org.infinispan.commons.util
Abstract class that provides a method to round up to the nearest value of 8 which is important for most jvm when
doing size calculations.
AbstractEntrySizeCalculatorHelper() - Constructor for class org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
AbstractExternalizer <T > - Class in org.infinispan.commons.marshall
Base class for
AdvancedExternalizer
implementations that offers default
implementations for some of its methods.
AbstractExternalizer() - Constructor for class org.infinispan.commons.marshall.AbstractExternalizer
AbstractFileLookup - Class in org.infinispan.commons.util
AbstractFileLookup() - Constructor for class org.infinispan.commons.util.AbstractFileLookup
AbstractGlobalModuleConfigurationBuilder - Class in org.infinispan.configuration.global
AbstractGlobalModuleConfigurationBuilder(GlobalConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.AbstractGlobalModuleConfigurationBuilder
AbstractHotRodServerChildConfigurationBuilder - Class in org.infinispan.server.hotrod.configuration
AbstractHotRodServerChildConfigurationBuilder.
AbstractHotRodServerChildConfigurationBuilder(HotRodServerChildConfigurationBuilder) - Constructor for class org.infinispan.server.hotrod.configuration.AbstractHotRodServerChildConfigurationBuilder
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
AbstractJdbcStoreConfiguration - Class in org.infinispan.persistence.jdbc.configuration
AbstractJdbcStoreConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration, ConnectionFactoryConfiguration) - Constructor for class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
AbstractJdbcStoreConfigurationBuilder <T extends AbstractJdbcStoreConfiguration ,S extends AbstractJdbcStoreConfigurationBuilder <T ,S >> - Class in org.infinispan.persistence.jdbc.configuration
AbstractJdbcStoreConfigurationBuilder(PersistenceConfigurationBuilder, AttributeSet) - Constructor for class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
AbstractJdbcStoreConfigurationChildBuilder <S extends AbstractJdbcStoreConfigurationBuilder <?,S >> - Class in org.infinispan.persistence.jdbc.configuration
AbstractJdbcStoreConfigurationChildBuilder.
AbstractJdbcStoreConfigurationChildBuilder(AbstractJdbcStoreConfigurationBuilder<?, S>) - Constructor for class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
AbstractJdbcStoreConfigurationSerializer - Class in org.infinispan.persistence.jdbc.configuration
AbstractJdbcStoreConfigurationSerializer.
AbstractJdbcStoreConfigurationSerializer() - Constructor for class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationSerializer
AbstractKeyValueFilterConverter <K ,V ,C > - Class in org.infinispan.filter
AbstractKeyValueFilterConverter() - Constructor for class org.infinispan.filter.AbstractKeyValueFilterConverter
AbstractMap <K ,V > - Class in org.infinispan.commons.util
Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations.
AbstractMap() - Constructor for class org.infinispan.commons.util.AbstractMap
AbstractMap.SimpleEntry <K ,V > - Class in org.infinispan.commons.util
AbstractMarshaller - Class in org.infinispan.commons.marshall
Abstract Marshaller implementation containing shared implementations.
AbstractMarshaller() - Constructor for class org.infinispan.commons.marshall.AbstractMarshaller
AbstractModuleConfigurationBuilder - Class in org.infinispan.configuration.cache
AbstractModuleConfigurationBuilder.
AbstractModuleConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
AbstractModuleLifecycle - Class in org.infinispan.lifecycle
A default, no-op implementation of the
ModuleLifecycle
interface, designed for easy
extension.
AbstractModuleLifecycle() - Constructor for class org.infinispan.lifecycle.AbstractModuleLifecycle
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, AttributeSet) - Constructor for class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
AbstractRestStoreConfigurationChildBuilder <S > - Class in org.infinispan.persistence.rest.configuration
AbstractRestStoreConfigurationChildBuilder.
AbstractRestStoreConfigurationChildBuilder(RestStoreConfigurationBuilder, AttributeSet) - 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
AbstractStoreConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfiguration
AbstractStoreConfigurationBuilder <T extends StoreConfiguration ,S extends AbstractStoreConfigurationBuilder <T ,S >> - Class in org.infinispan.configuration.cache
AbstractStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
AbstractStoreConfigurationBuilder(PersistenceConfigurationBuilder, AttributeSet) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
AbstractStoreConfigurationChildBuilder <S > - Class in org.infinispan.configuration.cache
AbstractStoreConfigurationChildBuilder(StoreConfigurationBuilder<? extends AbstractStoreConfiguration, ? extends StoreConfigurationBuilder<?, ?>>) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
AbstractTransportConfigurationChildBuilder - Class in org.infinispan.configuration.cache
AbstractTransportConfigurationChildBuilder(TransactionConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
AbstractTypedPropertiesConfiguration - Class in org.infinispan.commons.configuration
AbstractTypedPropertiesConfiguration(Properties) - Constructor for class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
AbstractTypedPropertiesConfiguration(AttributeSet) - Constructor for class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
accept(K, V, Metadata) - Method in class org.infinispan.filter.AbstractKeyValueFilterConverter
accept(Object, Object, Metadata) - Method in class org.infinispan.filter.AcceptAllKeyValueFilter
accept(K) - Method in class org.infinispan.filter.CollectionKeyFilter
accept(K) - Method in class org.infinispan.filter.CompositeKeyFilter
accept(K, V, Metadata) - Method in class org.infinispan.filter.CompositeKeyValueFilter
accept(K) - Method in interface org.infinispan.filter.KeyFilter
accept(K, V, Metadata) - Method in class org.infinispan.filter.KeyFilterAsKeyValueFilter
accept(K, V, Metadata) - Method in interface org.infinispan.filter.KeyValueFilter
accept(K) - Method in class org.infinispan.filter.KeyValueFilterAsKeyFilter
accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
accept(K, V, Metadata, V, Metadata, EventType) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilter
Whether or not this event should be raised to the listener it is attached to.
accept(K, V, Metadata) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter
accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.CompositeCacheEventFilter
accept(K, Object, Metadata, Object, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter
accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter
accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.PostCacheEventFilter
accept(K) - Method in class org.infinispan.persistence.PrimaryOwnerFilter
ACCEPT_ALL_FILTER - Static variable in interface org.infinispan.filter.KeyFilter
ACCEPT_ALL_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
AcceptAllKeyValueFilter - Class in org.infinispan.filter
A key value filter that accepts all entries found.
AcceptAllKeyValueFilter.Externalizer - Class in org.infinispan.filter
ActivationManager - Interface in org.infinispan.eviction
Controls activation of cache entries that have been passivated.
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(Listeners.ReadWriteListeners.ReadWriteListener<K, V>) - Method in interface org.infinispan.commons.api.functional.Listeners.ReadWriteListeners
Add a read-write listener, and return an
AutoCloseable
instance that can be used to remove the listener registration.
add(Listeners.WriteListeners.WriteListener<K, V>) - Method in interface org.infinispan.commons.api.functional.Listeners.WriteListeners
Add a write-only listener, and return an
AutoCloseable
instance that can be used to remove the listener registration.
add(E) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Deprecated.
Adds the specified element to this set if it is not already present.
add(E) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
add(E) - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
add(int, E) - Method in class org.infinispan.commons.util.ForwardingList
add(E) - Method in class org.infinispan.commons.util.ForwardingList
add(E) - Method in class org.infinispan.commons.util.ImmutableListCopy
add(Integer) - Method in class org.infinispan.commons.util.SmallIntSet
add(int) - Method in class org.infinispan.commons.util.SmallIntSet
Add an integer to the set without boxing the parameter.
add(Permission) - Method in class org.infinispan.security.CachePermissionCollection
add(ExtendedStatistic, double, GlobalTransaction, boolean) - Method in class org.infinispan.stats.CacheStatisticManager
Adds a value to a statistic.
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(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
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ForwardingList
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ForwardingList
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy
addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
addAll(Collection<? extends Integer>) - Method in class org.infinispan.commons.util.SmallIntSet
addAllowedMech(String) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
addBackup() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
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.
addChild(Fqn) - Method in interface org.infinispan.tree.Node
Adds a child node with the given
Fqn
under the current node.
addChild(Fqn, Flag...) - Method in interface org.infinispan.tree.Node
addClientListener(AddClientListenerOperation) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
addClientListener(Object) - Method in 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
addContinuousQueryListener(String, ContinuousQueryListener<K, C>) - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
Add a listener for a continuous query.
addContinuousQueryListener(String, Map<String, Object>, ContinuousQueryListener<K, C>) - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
Add a listener for a continuous query.
addContinuousQueryListener(Query, ContinuousQueryListener<K, C>) - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
Add a listener for a continuous query.
addErroneousAttribute(String) - Method in exception org.infinispan.commons.CacheConfigurationException
Deprecated.
addExecutorProperty(String, String) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
Add key/value property pair to this executor factory configuration
addExecutorProperty(String, String) - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
Add key/value property pair to this executor factory configuration
addFilteredListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.FilteringListenable
Registers a listener limiting the cache-entry specific events only to
annotations that are passed in as parameter.
addGrouper(Grouper<?>) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
Add a grouper
addHexByte(StringBuilder, byte) - Static method in class org.infinispan.commons.util.Util
addIndexedEntity(Class<?>) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
addInterceptor(CommandInterceptor, int) - Method in interface org.infinispan.AdvancedCache
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
addInterceptorBefore(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in interface org.infinispan.AdvancedCache
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.
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<? super K>) - Method in interface org.infinispan.notifications.FilteringListenable
Adds a listener to the component.
addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in interface org.infinispan.notifications.FilteringListenable
Registers a listener that will be notified on events that pass the filter condition.
addListener(Object) - Method in interface org.infinispan.notifications.Listenable
Adds a listener to the component.
addLocalValue(ExtendedStatistic, double) - Method in class org.infinispan.stats.CacheStatisticCollector
Adds a value to a local statistic.
addMechProperty(String, String) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
addModule(Class<T>) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
addModule(Class<T>) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
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
Deprecated.
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
addRemoteValue(ExtendedStatistic, double) - Method in class org.infinispan.stats.CacheStatisticCollector
Adds a value to a remote statistic.
addRequestor(Object, Address) - Method in interface org.infinispan.distribution.L1Manager
Records a request that will be cached in another nodes L1
ADDRESS_COUNT - Static variable in class org.infinispan.configuration.cache.MemoryConfiguration
addressCount() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
The address pointer count
addressCount(int) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
Configuration setting when using off-heap that defines how many address pointers there are.
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
addValue(ExtendedStatistic, double) - Method in class org.infinispan.stats.TransactionStatistics
Adds a value to a statistic collected for this transaction.
AdvancedCache <K ,V > - Interface in org.infinispan
An advanced interface that exposes additional methods not available on
Cache
.
AdvancedCacheExpirationWriter <K ,V > - Interface in org.infinispan.persistence.spi
Defines functionality for advanced expiration techniques.
AdvancedCacheExpirationWriter.ExpirationPurgeListener <K ,V > - Interface in org.infinispan.persistence.spi
AdvancedCacheLoader <K ,V > - Interface in org.infinispan.persistence.spi
A specialised extension of the
CacheLoader
interface that allows processing parallel iteration over the
existing entries.
AdvancedCacheLoader.CacheLoaderTask <K ,V > - Interface in org.infinispan.persistence.spi
Offers a callback to be invoked for parallel iteration over the entries in an external store.
AdvancedCacheLoader.TaskContext - Interface in org.infinispan.persistence.spi
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.
AffinityTaggedKey - Interface in org.infinispan.distribution.ch
AFTER - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
after() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
after(Class<? extends AsyncInterceptor>) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Dictates that the custom interceptor appears immediately after the specified interceptor.
AFTER_FAILURES - Static variable in class org.infinispan.configuration.cache.TakeOfflineConfiguration
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.
allBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
Returns the list of all sites where this cache might back up its data.
allMatch(SerializablePredicate<? super R>) - Method in interface org.infinispan.CacheStream
allMatch(Predicate<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns whether all elements of this
traversable match the provided predicate.
allMatch(SerializableDoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
allMatch(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
allMatch(SerializableLongPredicate) - Method in interface org.infinispan.LongCacheStream
ALLOW_DUPLICATE_DOMAINS - Static variable in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
allowDuplicateDomains() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
allowDuplicateDomains(Boolean) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
If true, multiple cache manager instances could be configured under the same configured JMX
domain.
allowedMechs() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
allowInvocations() - Method in enum org.infinispan.commons.api.functional.Status
allowInvocations() - Method in enum org.infinispan.lifecycle.ComponentStatus
alwaysTruePredicate() - Static method in class org.infinispan.stream.StreamMarshalling
Predicate taht always returns true irrespective of the value provided
and() - Method in interface org.infinispan.query.dsl.FilterConditionContext
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.
AnyEquivalence <T > - Class in org.infinispan.commons.equivalence
Deprecated.
anyMatch(SerializablePredicate<? super R>) - Method in interface org.infinispan.CacheStream
anyMatch(Predicate<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns whether any elements of this
traversable match the provided predicate.
anyMatch(SerializableDoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
anyMatch(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
anyMatch(SerializableLongPredicate) - Method in interface org.infinispan.LongCacheStream
AnyServerEquivalence - Class in org.infinispan.commons.equivalence
Deprecated.
AnyServerEquivalence() - Constructor for class org.infinispan.commons.equivalence.AnyServerEquivalence
Deprecated.
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
applyVersion(Metadata, Metadata) - Static method in class org.infinispan.metadata.Metadatas
Applies version in source metadata to target metadata, if no version
in target metadata.
arrayConcat(T[], T[]...) - Static method in class org.infinispan.commons.util.Util
Concatenates an arbitrary number of arrays returning a new array containing all elements
ArrayMap <K ,V > - Class in org.infinispan.commons.util
Base for classes that implement hash map by storing keys in one array and values in another.
ArrayMap() - Constructor for class org.infinispan.commons.util.ArrayMap
ARRAYS - Static variable in interface org.infinispan.commons.marshall.Ids
asDoubleStream() - Method in interface org.infinispan.IntCacheStream
asDoubleStream() - Method in interface org.infinispan.LongCacheStream
asLongStream() - Method in interface org.infinispan.IntCacheStream
assertKeyNotNull(Object) - Static method in class org.infinispan.commons.util.AbstractMap
assertNotNullEntries(Map<?, ?>, String) - Static method in class org.infinispan.commons.util.InfinispanCollections
assertNotNullEntries(Collection<?>, String) - Static method in class org.infinispan.commons.util.InfinispanCollections
asSet(T...) - Static method in class org.infinispan.commons.util.Util
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.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.
asyncExecutorFactory() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
asyncExecutorFactory() - Method in class org.infinispan.client.hotrod.configuration.Configuration
asyncExecutorFactory() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
asyncExecutorFactory() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Configuration for the executor service used for asynchronous work on the Transport, including
asynchronous marshalling and Cache 'async operations' such as Cache.putAsync().
asyncExecutorFactory() - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
asyncExecutorFactory() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
asyncExecutorFactory() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
asyncExecutorFactory() - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
Configuration for the executor service used for asynchronous work on the Transport, including
asynchronous marshalling and Cache 'async operations' such as Cache.putAsync().
asyncInterceptor() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
asyncListenerExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
AsyncStoreConfiguration - Class in org.infinispan.configuration.cache
Configuration for the async cache store.
AsyncStoreConfigurationBuilder <S > - Class in org.infinispan.configuration.cache
Configuration for the async cache store.
asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
asyncThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
Configuration for the asynchronous operations thread pool
asyncTransportExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
ATOMIC_CLEAR_OPERATION - Static variable in interface org.infinispan.commons.marshall.Ids
ATOMIC_HASH_MAP - Static variable in interface org.infinispan.commons.marshall.Ids
ATOMIC_HASH_MAP_DELTA - Static variable in interface org.infinispan.commons.marshall.Ids
ATOMIC_PUT_OPERATION - Static variable in interface org.infinispan.commons.marshall.Ids
ATOMIC_REMOVE_OPERATION - Static variable in interface org.infinispan.commons.marshall.Ids
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.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
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.Configuration
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.CustomStoreConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.DataContainerConfiguration
Deprecated.
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.InterceptorConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.MemoryConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.SingletonStoreConfiguration
Deprecated.
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.GlobalStateConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
attributeDefinitionSet() - Static method in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
attributes - Variable in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
attributes - Variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
attributes() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
attributes - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
attributes() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
attributes() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
attributes() - Method in class org.infinispan.configuration.cache.BackupConfiguration
attributes() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
attributes() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
attributes() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
attributes() - Method in class org.infinispan.configuration.cache.Configuration
attributes() - Method in class org.infinispan.configuration.cache.DataContainerConfiguration
Deprecated.
attributes() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
Deprecated.
attributes() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
Deprecated.
attributes() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
attributes() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
attributes() - Method in class org.infinispan.configuration.cache.HashConfiguration
attributes() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
attributes() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
attributes() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
attributes() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
attributes() - Method in class org.infinispan.configuration.cache.L1Configuration
attributes() - Method in class org.infinispan.configuration.cache.LockingConfiguration
attributes() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
attributes() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
attributes() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
attributes() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
attributes() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
attributes() - Method in class org.infinispan.configuration.cache.SingletonStoreConfiguration
Deprecated.
attributes() - Method in class org.infinispan.configuration.cache.SitesConfiguration
attributes() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
attributes() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
Deprecated.
attributes() - Method in class org.infinispan.configuration.cache.SyncConfiguration
Deprecated.
attributes() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
attributes() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
attributes() - Method in class org.infinispan.configuration.cache.UnsafeConfiguration
attributes() - Method in class org.infinispan.configuration.cache.VersioningConfiguration
Deprecated.
attributes() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
attributes() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
attributes() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
attributes() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
attributes() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
attributes() - Method in class org.infinispan.configuration.global.SerializationConfiguration
attributes() - Method in class org.infinispan.configuration.global.TransportConfiguration
attributes - Variable in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
attributes - Variable in class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
attributeSet() - Static method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in interface org.infinispan.security.AuditLogger
audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in class org.infinispan.security.impl.LoggingAuditLogger
audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in class org.infinispan.security.impl.NullAuditLogger
AuditContext - Enum in org.infinispan.security
AuditContext.
auditLogger() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
auditLogger(AuditLogger) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
The instance of an
AuditLogger
to be used to track operations performed on caches and cachemanagers.
AuditLogger - Interface in org.infinispan.security
AuditLogger.
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
authentication() - Method in class org.infinispan.server.hotrod.configuration.AbstractHotRodServerChildConfigurationBuilder
authentication() - Method in interface org.infinispan.server.hotrod.configuration.HotRodServerChildConfigurationBuilder
authentication() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
authentication() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
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
AuthenticationConfiguration - Class in org.infinispan.server.hotrod.configuration
AuthenticationConfiguration.
AuthenticationConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
AuthenticationConfigurationBuilder.
AuthenticationConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
AuthenticationConfigurationBuilder - Class in org.infinispan.server.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.
AUTO_COMMIT - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
AUTO_CONFIG - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
autoCommit() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
If the cache is transactional (i.e.
autoCommit(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
If the cache is transactional (i.e.
autoConfig() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
Determines if autoconfig is enabled for this IndexingConfiguration
autoConfig(boolean) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
When enabled, applies to properties default configurations based on
the cache type
autoConfig() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
AVAILABILITY_MODE - Static variable in interface org.infinispan.commons.marshall.Ids
available() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
AVAILABLE - Static variable in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
available() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
If set to false, statistics gathering cannot be enabled during runtime.
available(boolean) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
If set to false, statistics gathering cannot be enabled during runtime.
available() - Method in class org.infinispan.io.GridInputStream
available() - Method in class org.infinispan.io.UnclosableObjectInputStream
avg(String) - Static method in interface org.infinispan.query.dsl.Expression
AWAIT_INITIAL_TRANSFER - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
awaitInitialTransfer() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
If true
, this will cause the first call to 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
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.interceptors.base.BaseCustomInterceptor
Deprecated.
cache(String) - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
Deprecated.
CACHE_EVENT_CONVERTER_AS_CONVERTER - Static variable in interface org.infinispan.commons.marshall.Ids
CACHE_EVENT_FILTER_AS_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
CACHE_EVENT_FILTER_CONVERTER_AS_KEY_VALUE_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.Ids
CACHE_FILTERS - Static variable in interface org.infinispan.commons.marshall.Ids
CACHE_JOIN_INFO - Static variable in interface org.infinispan.commons.marshall.Ids
CACHE_MANAGER_NAME - Static variable in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
CACHE_MODE - Static variable in class org.infinispan.configuration.cache.ClusteringConfiguration
CACHE_NAME - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
CACHE_NOT_FOUND_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
CACHE_RPC_COMMAND - Static variable in interface org.infinispan.commons.marshall.Ids
CACHE_STATUS_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
CACHE_STOP_TIMEOUT - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
CACHE_TOPOLOGY - Static variable in interface org.infinispan.commons.marshall.Ids
CacheAware <K ,V > - Interface in org.infinispan.stream
Interface that describes how a cache can be injected into another object.
CacheCollection <E > - Interface in org.infinispan
A collection type that returns special Cache based streams that have additional options to tweak behavior.
CacheCollectors - Class in org.infinispan.stream
cacheConfiguration - Variable in class org.infinispan.interceptors.base.CommandInterceptor
Deprecated.
CacheConfigurationException - Exception in org.infinispan.commons
An exception that represents an error in the configuration.
CacheConfigurationException(Exception) - Constructor for exception org.infinispan.commons.CacheConfigurationException
CacheConfigurationException(String) - Constructor for exception org.infinispan.commons.CacheConfigurationException
CacheConfigurationException(String, String) - Constructor for exception org.infinispan.commons.CacheConfigurationException
Deprecated.
CacheConfigurationException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheConfigurationException
CacheContainer - Interface in org.infinispan.manager
CacheContainerStats - Interface in org.infinispan.stats
Similar to
Stats
but in the scope of a single per node CacheContainer
CachedThreadPoolExecutorFactory - Enum in org.infinispan.commons.executors
CacheEntriesEvicted - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when cache entries are evicted.
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.
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
cacheEntrySet() - Method in interface org.infinispan.AdvancedCache
Identical to
Cache.entrySet()
but is typed to return CacheEntries instead of Entries.
CacheEntryVisited - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when a cache entry is visited.
CacheEntryVisitedEvent <K ,V > - Interface in org.infinispan.notifications.cachelistener.event
CacheEventConverter <K ,V ,C > - Interface in org.infinispan.notifications.cachelistener.filter
A converter that can be used to convert the value given for an event.
CacheEventConverterAsConverter <K ,V ,C > - Class in org.infinispan.notifications.cachelistener.filter
Converter that is implemented by using the provided CacheEventConverter.
CacheEventConverterAsConverter(CacheEventConverter<K, V, C>) - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter
CacheEventConverterAsConverter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
CacheEventConverterFactory - Interface in org.infinispan.notifications.cachelistener.filter
Factory that can produce CacheEventConverters
CacheEventFilter <K ,V > - Interface in org.infinispan.notifications.cachelistener.filter
A filter that can be used to tell if an event should be raised or not.
CacheEventFilterAsKeyValueFilter <K ,V > - Class in org.infinispan.notifications.cachelistener.filter
KeyValueFilter that is implemented by using the provided CacheEventFilter.
CacheEventFilterAsKeyValueFilter(CacheEventFilter<K, V>) - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter
CacheEventFilterAsKeyValueFilter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
CacheEventFilterConverter <K ,V ,C > - Interface in org.infinispan.notifications.cachelistener.filter
This interface is an optimization that can be used when an event filter and converter are most efficiently used as
the same object composing the filtering and conversion in the same method invocation.
CacheEventFilterConverterAsKeyValueFilterConverter <K ,V ,C > - Class in org.infinispan.notifications.cachelistener.filter
CacheEventFilterConverterAsKeyValueFilterConverter(CacheEventFilterConverter<K, V, C>) - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter
CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
CacheEventFilterConverterFactory - Interface in org.infinispan.notifications.cachelistener.filter
CacheEventFilterFactory - Interface in org.infinispan.notifications.cachelistener.filter
Factory that can produce CacheEventFilters
CacheException - Exception in org.infinispan.commons
Thrown when operations on Cache
fail unexpectedly.
CacheException() - Constructor for exception org.infinispan.commons.CacheException
CacheException(Throwable) - Constructor for exception org.infinispan.commons.CacheException
CacheException(String) - Constructor for exception org.infinispan.commons.CacheException
CacheException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheException
CacheException(String, Throwable, boolean, boolean) - 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
CacheFilters - Class in org.infinispan.filter
CacheFilters.CacheFiltersExternalizer - Class in org.infinispan.filter
CacheFiltersExternalizer() - Constructor for class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
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.
cacheManager - Variable in class org.infinispan.query.remote.CompatibilityProtoStreamMarshaller
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.
cacheManagerStarted(GlobalComponentRegistry) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
cacheManagerStarted(GlobalComponentRegistry) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.persistence.remote.LifecycleCallbacks
cacheManagerStopped(GlobalComponentRegistry) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
cacheManagerStopped(GlobalComponentRegistry) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
cacheManagerStopping(GlobalComponentRegistry) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
cacheManagerStopping(GlobalComponentRegistry) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
CacheMode - Enum in org.infinispan.configuration.cache
Cache replication mode.
cacheMode() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
Cache mode.
cacheMode(CacheMode) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
Cache mode.
cacheMode() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
cacheModeString() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
cacheName() - 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
CacheQuery <E > - Interface in org.infinispan.query
A cache-query is what will be returned when the getQuery() method is run on
SearchManagerImpl
.
CacheSet <E > - Interface in org.infinispan
A set that also must implement the various
CacheCollection
methods for streams.
cacheStarted(ComponentRegistry, String) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
cacheStarted(ComponentRegistry, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
CacheStarted - Annotation Type in org.infinispan.notifications.cachemanagerlistener.annotation
This annotation should be used on methods that need to be notified when a cache is started.
CacheStartedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
This event is passed in to any method annotated with
CacheStarted
.
cacheStarting(ComponentRegistry, Configuration, String) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
cacheStarting(ComponentRegistry, Configuration, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
CacheStatisticCollector - Class in org.infinispan.stats
Collects and maintains all the statistics for a cache.
CacheStatisticCollector(TimeService) - Constructor for class org.infinispan.stats.CacheStatisticCollector
CacheStatisticManager - Class in org.infinispan.stats
Manages all the statistics for a single cache.
CacheStatisticManager(Configuration, TimeService) - Constructor for class org.infinispan.stats.CacheStatisticManager
cacheStopped(ComponentRegistry, String) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
cacheStopped(ComponentRegistry, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
CacheStopped - Annotation Type in org.infinispan.notifications.cachemanagerlistener.annotation
This annotation should be used on methods that need to be notified when a cache is stopped.
CacheStoppedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
This event is passed in to any method annotated with
CacheStopped
.
cacheStopping(ComponentRegistry, String) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
cacheStopping(ComponentRegistry, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
cacheStopTimeout(long) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing
remote and local transactions to finish.
cacheStopTimeout() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing
remote and local transactions to finish.
cacheStopTimeout(long) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing
remote and local transactions to finish.
cacheStopTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing
remote and local transactions to finish.
CacheStream <R > - Interface in org.infinispan
A
Stream
that has additional operations to monitor or control behavior when used from a
Cache
.
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
.
calculateHashCode() - Method in class org.infinispan.tree.Fqn
Calculates a hash code by summing the hash code of all elements.
calculateSize(K, V) - Method in interface org.infinispan.commons.util.EntrySizeCalculator
Method used to calculate how much memory in size the key and value use.
call() - Method in class org.infinispan.distexec.RunnableAdapter
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.
cancellationService - Variable in class org.infinispan.distexec.DefaultExecutorService
canExecute() - Method in class org.infinispan.io.GridFile
CANNOT_ASSUME_DENOM_IS_POWER_OF_TWO - Static variable in class org.infinispan.io.ModularArithmetic
canRead() - Method in class org.infinispan.io.GridFile
canWrite() - Method in class org.infinispan.io.GridFile
capacity() - Method in class org.infinispan.commons.util.SmallIntSet
CAPACITY_FACTOR - Static variable in class org.infinispan.configuration.cache.HashConfiguration
capacityFactor() - Method in class org.infinispan.configuration.cache.HashConfiguration
Controls the proportion of entries that will reside on the local node, compared to the other nodes in the
cluster.
capacityFactor(float) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
Controls the proportion of entries that will reside on the local node, compared to the other nodes in the
cluster.
cause() - Method in interface org.infinispan.distexec.FailoverContext
Returns the Throwable which was the cause of the task failure.
characteristics() - Method in class org.infinispan.commons.util.SpliteratorMapper
checkParentDirs(String, boolean) - Method in class org.infinispan.io.GridFile
Checks whether the parent directories are present (and are directories).
checkPermission(AuthorizationPermission) - Method in interface org.infinispan.security.AuthorizationManager
checkPermission(AuthorizationPermission, String) - Method in interface org.infinispan.security.AuthorizationManager
checkPermission(CachePermission) - Static method in class org.infinispan.security.Security
CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
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.
CLASS_RESOLVER - Static variable in class org.infinispan.configuration.global.SerializationConfiguration
ClassFinder - Class in org.infinispan.commons.util
Find infinispan classes utility
ClassFinder() - Constructor for class org.infinispan.commons.util.ClassFinder
classLoader(ClassLoader) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
classLoader() - Method in class org.infinispan.client.hotrod.configuration.Configuration
Deprecated.
classLoader(ClassLoader) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
classLoader(ClassLoader) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
classLoader() - Method in class org.infinispan.configuration.global.GlobalConfiguration
Get the classloader in use by this configuration.
classLoader(ClassLoader) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
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 unmarshalling objects.
cleanup() - Static method in class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
Deprecated.
cleanup() - Static method in class org.infinispan.transaction.lookup.EmbeddedTransactionManagerLookup
CLEANUP_TASK_FREQUENCY - Static variable in class org.infinispan.configuration.cache.L1Configuration
cleanupTaskFrequency() - Method in class org.infinispan.configuration.cache.L1Configuration
Determines how often a cleanup thread runs to clean up an internal log of requestors for a specific key
cleanupTaskFrequency(long) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
How often the L1 requestors map is cleaned up of stale items
cleanupTaskFrequency(long, TimeUnit) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
How often the L1 requestors map is cleaned up of stale items
clear() - Method in interface org.infinispan.Cache
Removes all mappings from the cache.
clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
Deprecated.
clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
Deprecated.
clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
Deprecated.
clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Deprecated.
Removes all of the elements from this set.
clear() - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
Deprecated.
clear() - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Clear the cached marshallable type hints.
clear() - Method in class org.infinispan.commons.util.ArrayMap
clear() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
clear() - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
clear() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Removes all of the mappings from this map.
clear() - Method in class org.infinispan.commons.util.FastCopyHashMap
clear() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
clear() - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
clear() - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
clear() - Method in class org.infinispan.commons.util.ForwardingList
clear() - Method in class org.infinispan.commons.util.SmallIntSet
clear() - Method in class org.infinispan.commons.util.WeakValueHashMap
clear() - Method in class org.infinispan.persistence.file.SingleFileStore
clear() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
clear() - Method in class org.infinispan.persistence.jpa.JpaStore
clear() - Method in class org.infinispan.persistence.remote.RemoteStore
clear() - Method in class org.infinispan.persistence.rest.RestStore
clear() - Method in interface org.infinispan.persistence.spi.AdvancedCacheWriter
Removes all the data from the storage.
clearAsync() - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #clear()
.
clearData() - Method in interface org.infinispan.tree.Node
Removes all mappings from the node's data map.
clearData(Flag...) - Method in interface org.infinispan.tree.Node
clearData(String) - Method in interface org.infinispan.tree.TreeCache
Convenience method that takes in a String represenation of the Fqn.
clearData(String, Flag...) - Method in interface org.infinispan.tree.TreeCache
clearData(Fqn) - Method in interface org.infinispan.tree.TreeCache
Removes the keys and properties from a named node.
clearData(Fqn, Flag...) - Method in interface org.infinispan.tree.TreeCache
clearGroupers() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
Clear the groupers
clearModules() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
clearModules() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
clearProperties() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Clears the interceptor properties
clearProperties() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
Clears the transport properties
clearStores() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
Removes any configured stores from this builder.
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
clientIntelligence(ClientIntelligence) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
ClientIntelligence - Enum in org.infinispan.client.hotrod.configuration
ClientIntelligence specifies the level of intelligence used by the client.
clientIntelligence() - Method in class org.infinispan.client.hotrod.configuration.Configuration
clientIntelligence(ClientIntelligence) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
clientIntelligence(ClientIntelligence) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Specifies the level of "intelligence" the client should have
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() - Method in class org.infinispan.commons.util.FastCopyHashMap
clone(Callable<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
cloneWithMarshaller(Marshaller, T) - Static method in class org.infinispan.commons.util.Util
Clones parameter x of type T with a given Marshaller reference;
close() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
close() - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
close() - Method in class org.infinispan.commons.util.Base64.OutputStream
Deprecated.
Flushes and closes (I think, in the superclass) the stream.
close() - Method in interface org.infinispan.commons.util.CloseableIterable
close() - Method in interface org.infinispan.commons.util.CloseableIterator
close() - Method in class org.infinispan.commons.util.CloseableIteratorMapper
close() - Method in interface org.infinispan.commons.util.CloseableSpliterator
close() - Method in class org.infinispan.commons.util.CloseableSpliteratorMapper
close(Closeable) - Static method in class org.infinispan.commons.util.Util
close(Socket) - Static method in class org.infinispan.commons.util.Util
close(Closeable...) - Static method in class org.infinispan.commons.util.Util
close(Context) - Static method in class org.infinispan.commons.util.Util
close() - Method in class org.infinispan.io.GridInputStream
close() - Method in class org.infinispan.io.GridOutputStream
close() - Method in class org.infinispan.io.ReadableGridFileChannel
close() - Method in class org.infinispan.io.UnclosableObjectInputStream
close() - Method in class org.infinispan.io.UnclosableObjectOutputStream
close() - Method in class org.infinispan.io.WritableGridFileChannel
close() - Method in 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.
CloseableIterable <E > - Interface in org.infinispan.commons.util
CloseableIterator <E > - Interface in org.infinispan.commons.util
CloseableIteratorCollection <E > - Interface in org.infinispan.commons.util
A collection that defines an iterator method that returns a
CloseableIterator
instead of a non closeable one.
CloseableIteratorCollectionAdapter <E > - Class in org.infinispan.commons.util
CloseableIteratorCollectionAdapter(Collection<E>) - Constructor for class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
CloseableIteratorMapper <E ,S > - Class in org.infinispan.commons.util
A iterator that maps each value to the output of the Function.
CloseableIteratorMapper(CloseableIterator<? extends E>, Function<? super E, ? extends S>) - Constructor for class org.infinispan.commons.util.CloseableIteratorMapper
CloseableIteratorSet <E > - Interface in org.infinispan.commons.util
A set that defines an iterator method that returns a
CloseableIterator
instead of a non closeable one.
CloseableIteratorSetAdapter <E > - Class in org.infinispan.commons.util
CloseableIteratorSetAdapter(Set<E>) - Constructor for class org.infinispan.commons.util.CloseableIteratorSetAdapter
Closeables - Class in org.infinispan.commons.util
This class consists exclusively of static methods that operate on or return closeable interfaces.
CloseableSpliterator <T > - Interface in org.infinispan.commons.util
CloseableSpliteratorMapper <E ,S > - Class in org.infinispan.commons.util
A spliterator that maps each value to the output of the Function that is also closeable.
CloseableSpliteratorMapper(CloseableSpliterator<E>, Function<? super E, ? extends S>) - Constructor for class org.infinispan.commons.util.CloseableSpliteratorMapper
closeMarshaller() - Method in interface org.infinispan.commons.marshall.jboss.RiverCloseListener
closeUnmarshaller() - Method in interface org.infinispan.commons.marshall.jboss.RiverCloseListener
CLUSTER_EVENT - Static variable in interface org.infinispan.commons.marshall.Ids
CLUSTER_EVENT_CALLABLE - Static variable in interface org.infinispan.commons.marshall.Ids
CLUSTER_LISTENER_REMOVE_CALLABLE - Static variable in interface org.infinispan.commons.marshall.Ids
CLUSTER_LISTENER_REPLICATE_CALLABLE - Static variable in interface org.infinispan.commons.marshall.Ids
CLUSTER_NAME - Static variable in class org.infinispan.configuration.global.TransportConfiguration
ClusterCacheStats - Interface in org.infinispan.stats
Similar to
Stats
but cluster wide.
ClusterConfiguration - Class in org.infinispan.client.hotrod.configuration
ClusterConfiguration(List<ServerConfiguration>, String) - Constructor for class org.infinispan.client.hotrod.configuration.ClusterConfiguration
ClusterConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
ClusterConfigurationBuilder(ConfigurationBuilder, String) - Constructor for class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
ClusterContainerStats - Interface in org.infinispan.stats
Cluster wide container statistics
clusterDependentLogic - Variable in class org.infinispan.distexec.DefaultExecutorService
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.
ClusterExecutor - Interface in org.infinispan.manager
A cluster executor that can be used to invoke a given command across the cluster.
clustering() - Method in class org.infinispan.configuration.cache.Configuration
clustering() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
clustering() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
ClusteringConfiguration - Class in org.infinispan.configuration.cache
Defines clustered characteristics of the cache.
ClusteringConfigurationBuilder - Class in org.infinispan.configuration.cache
Defines clustered characteristics of the cache.
ClusteringConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
ClusterLoader - Class in org.infinispan.persistence.cluster
Cache loader that consults other members in the cluster for values.
ClusterLoader() - Constructor for class org.infinispan.persistence.cluster.ClusterLoader
ClusterLoaderConfiguration - Class in org.infinispan.configuration.cache
ClusterLoaderConfiguration.
ClusterLoaderConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration) - Constructor for class org.infinispan.configuration.cache.ClusterLoaderConfiguration
ClusterLoaderConfigurationBuilder - Class in org.infinispan.configuration.cache
ClusterLoaderConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
clusterName() - Method in class org.infinispan.configuration.global.TransportConfiguration
clusterName(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
Defines the name of the cluster.
clusters() - Method in class org.infinispan.client.hotrod.configuration.Configuration
collect(Collector<? super R, A, R1>) - Method in interface org.infinispan.CacheStream
collect(SerializableSupplier<R1>, SerializableBiConsumer<R1, ? super R>, SerializableBiConsumer<R1, R1>) - Method in interface org.infinispan.CacheStream
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that transforms the traversable into a result
container, first constructed with the given supplier, and then
accumulating elements over it with the given consumer.
collect(Collector<? super T, A, R>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that transforms the traversable into a result
container using a Collector
.
collect(SerializableSupplier<R>, SerializableObjDoubleConsumer<R>, SerializableBiConsumer<R, R>) - Method in interface org.infinispan.DoubleCacheStream
collect(SerializableSupplier<R>, SerializableObjIntConsumer<R>, SerializableBiConsumer<R, R>) - Method in interface org.infinispan.IntCacheStream
collect(SerializableSupplier<R>, SerializableObjLongConsumer<R>, SerializableBiConsumer<R, R>) - Method in interface org.infinispan.LongCacheStream
CollectionFactory - Class in org.infinispan.commons.util
A factory for ConcurrentMaps.
CollectionFactory() - Constructor for class org.infinispan.commons.util.CollectionFactory
CollectionKeyFilter <K > - Class in org.infinispan.filter
Filter based on accepting/rejecting the keys that are present in a supplied collection.
CollectionKeyFilter(Collection<? extends K>) - Constructor for class org.infinispan.filter.CollectionKeyFilter
CollectionKeyFilter(Collection<? extends K>, boolean) - Constructor for class org.infinispan.filter.CollectionKeyFilter
CollectionKeyFilter.Externalizer - Class in org.infinispan.filter
COLLECTIONS - Static variable in interface org.infinispan.commons.marshall.Ids
collector(Supplier<Collector<T, ?, R>>) - Static method in class org.infinispan.stream.CacheCollectors
CommandInterceptor - Class in org.infinispan.interceptors.base
CommandInterceptor() - Constructor for class org.infinispan.interceptors.base.CommandInterceptor
Deprecated.
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(Transaction) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
commit(Transaction) - Method in interface org.infinispan.persistence.spi.TransactionalCacheWriter
Commit the provided transaction's changes to the underlying store.
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
Deprecated.
compare(Object, Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
Deprecated.
compare(byte[], byte[]) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
Deprecated.
compare(T, T) - Method in interface org.infinispan.commons.equivalence.Equivalence
Deprecated.
Compares the two given objects for order.
compare(T, T) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
Deprecated.
compareTo(EntryVersion<T>) - Method in interface org.infinispan.commons.api.functional.EntryVersion
Compare the entry version.
compareTo(EntryVersion<Long>) - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
compareTo(File) - Method in class org.infinispan.io.GridFile
compareTo(Fqn) - Method in class org.infinispan.tree.Fqn
Compares this Fqn to another
compareTo(byte[]) - Static method in class org.infinispan.Version
compatibility() - Method in class org.infinispan.configuration.cache.Configuration
compatibility() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
compatibility() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
CompatibilityModeConfiguration - Class in org.infinispan.configuration.cache
Compatibility mode configuration
CompatibilityModeConfigurationBuilder - Class in org.infinispan.configuration.cache
Compatibility mode configuration builder
CompatibilityProtoStreamMarshaller - Class in org.infinispan.query.remote
A per
EmbeddedCacheManager
marshaller that should be used as compatibility mode marshaller (see
org.infinispan.interceptors.compat.TypeConverterInterceptor
) in server.
CompatibilityProtoStreamMarshaller() - Constructor for class org.infinispan.query.remote.CompatibilityProtoStreamMarshaller
COMPLETED_TX_TIMEOUT - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
completedTxTimeout() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
completedTxTimeout(long) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
The duration (millis) in which to keep information about the completion of a transaction.
completionQueue - Variable in class org.infinispan.distexec.DistributedExecutionCompletionService
ComponentStatus - Enum in org.infinispan.lifecycle
Different states a component may be in.
COMPOSITE_KEY_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
COMPOSITE_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
CompositeCacheEventFilter <K ,V > - Class in org.infinispan.notifications.cachelistener.filter
Allows AND-composing several cache event filters.
CompositeCacheEventFilter(CacheEventFilter<? super K, ? super V>...) - Constructor for class org.infinispan.notifications.cachelistener.filter.CompositeCacheEventFilter
CompositeKeyFilter <K > - Class in org.infinispan.filter
Allows AND-composing several filters.
CompositeKeyFilter(KeyFilter<? super K>...) - Constructor for class org.infinispan.filter.CompositeKeyFilter
CompositeKeyFilter.Externalizer - Class in org.infinispan.filter
CompositeKeyValueFilter <K ,V > - Class in org.infinispan.filter
Allows AND-composing several key/value filters.
CompositeKeyValueFilter(KeyValueFilter<? super K, ? super V>...) - Constructor for class org.infinispan.filter.CompositeKeyValueFilter
CompositeKeyValueFilter.Externalizer - Class in org.infinispan.filter
computeCapacity(int) - Static method in class org.infinispan.commons.util.CollectionFactory
computeCapacity(int, float) - Static method in class org.infinispan.commons.util.CollectionFactory
CONCURRENCY_LEVEL - Static variable in class org.infinispan.configuration.cache.LockingConfiguration
concurrencyLevel() - Method in class org.infinispan.configuration.cache.LockingConfiguration
Concurrency level for lock containers.
concurrencyLevel(int) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
Concurrency level for lock containers.
ConcurrentHashSet <E > - Class in org.infinispan.commons.util.concurrent
A simple Set implementation backed by a
ConcurrentHashMap
to deal with the fact that the
JDK does not have a proper concurrent Set implementation that uses efficient lock striping.
ConcurrentHashSet() - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentHashSet
ConcurrentHashSet(int) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentHashSet
ConcurrentHashSet(int, float, int) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentHashSet
Params passed in to the underlying CHM.
ConcurrentWeakKeyHashMap <K ,V > - Class in org.infinispan.commons.util.concurrent
ConcurrentWeakKeyHashMap(int, float, int) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentWeakKeyHashMap(int, float) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types
(weak keys, strong values), and concurrencyLevel (16).
ConcurrentWeakKeyHashMap(int) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong
values), load factor (0.75) and concurrencyLevel (16).
ConcurrentWeakKeyHashMap() - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values),
default load factor (0.75) and concurrencyLevel (16).
ConcurrentWeakKeyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new map with the same mappings as the given map.
ConcurrentWeakKeyHashMap.ReusableIterator <E > - Interface in org.infinispan.commons.util.concurrent
Configuration - Class in org.infinispan.client.hotrod.configuration
Configuration.
Configuration - Class in org.infinispan.configuration.cache
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
ConfigurationFor - Annotation Type in org.infinispan.commons.configuration
ConfigurationFor.
Configurations - Class in org.infinispan.configuration.cache
Helper configuration methods.
ConfigurationUtils - Class in org.infinispan.commons.configuration
ConfigurationUtils.
ConfiguredBy - Annotation Type in org.infinispan.commons.configuration
Defines the configuration used to configure the given class instances
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<C>) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
connectionFactory(C) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
connectionFactory(Class<C>) - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationChildBuilder
connectionFactory(C) - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationChildBuilder
connectionFactoryClass() - Method in interface org.infinispan.persistence.jdbc.configuration.ConnectionFactoryConfiguration
connectionFactoryClass() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
connectionFactoryClass() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
connectionFactoryClass() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
ConnectionFactoryConfiguration - Interface in org.infinispan.persistence.jdbc.configuration
ConnectionFactoryConfiguration.
ConnectionFactoryConfigurationBuilder <T extends ConnectionFactoryConfiguration > - Interface in org.infinispan.persistence.jdbc.configuration
connectionPool() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
connectionPool() - Method in class org.infinispan.client.hotrod.configuration.Configuration
connectionPool() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
connectionPool() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Configures the connection pool
connectionPool() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
connectionPool() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
connectionPool() - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationChildBuilder
Configures a connection pool to be used by this JDBC Cache Store to handle connections to the database
connectionPool() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder.StringTableManipulationConfigurationBuilder
connectionPool() - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
connectionPool() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
connectionPool() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
connectionPool() - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
Configures the connection pool
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.
ConnectionPoolConfiguration(AttributeSet) - Constructor for class 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
CONSISTENT_HASH_FACTORY - Static variable in class org.infinispan.configuration.cache.HashConfiguration
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<? extends ConsistentHash>) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
The consistent hash factory in use.
ConsistentHashFactory <CH extends ConsistentHash > - Interface in org.infinispan.distribution.ch
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.
ConstantLambdaExternalizer() - Constructor for class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
constructDouble(Class<?>, Object) - Static method in class org.infinispan.commons.util.Util
contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
Deprecated.
contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
Deprecated.
contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Deprecated.
Returns true
if this set contains the specified element.
contains(Object) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
contains(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
contains(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
contains(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
contains(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
contains(Object) - Method in class org.infinispan.commons.util.ForwardingList
contains(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
contains(Object) - Method in class org.infinispan.commons.util.SmallIntSet
contains(Integer) - Method in class org.infinispan.commons.util.SmallIntSet
contains(int) - Method in class org.infinispan.commons.util.SmallIntSet
Check if the set contains an integer without boxing the parameter.
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.stringbased.JdbcStringBasedStore
contains(Object) - Method in class org.infinispan.persistence.jpa.JpaStore
contains(Object) - Method in class org.infinispan.persistence.remote.RemoteStore
contains(Object) - Method in class org.infinispan.persistence.rest.RestStore
contains(Object) - Method in interface org.infinispan.persistence.spi.CacheLoader
Returns true if the storage contains an entry associated with the given key.
contains(Object) - 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.commons.util.CloseableIteratorCollectionAdapter
containsAll(Collection<?>) - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
containsAll(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
containsAll(Collection<?>) - Method in class org.infinispan.commons.util.ForwardingList
containsAll(Collection<?>) - Method in class org.infinispan.commons.util.SmallIntSet
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(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
containsAny(Collection<T>, Collection<T>) - Static method in class org.infinispan.commons.util.InfinispanCollections
containsAny(Object...) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Checks that the left argument (which is expected to be an array or a Collection) contains any of the the given
elements.
containsAny(Collection) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Checks that the left argument (which is expected to be an array or a Collection) contains any of the elements of
the given collection.
containsKey(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
Deprecated.
containsKey(Object) - Method in class org.infinispan.commons.util.ArrayMap
containsKey(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
containsKey(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
containsValue(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
containsValue(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
Deprecated.
containsValue(Object) - Method in class org.infinispan.commons.util.ArrayMap
containsValue(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
contextPath() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
contextPath(String) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
ContinuousQuery <K ,V > - Interface in org.infinispan.query.api.continuous
A container of continuous query listeners for a cache.
ContinuousQueryListener <K ,V > - Interface in org.infinispan.query.api.continuous
Listener for continuous query events.
ContinuousQueryResult - Class in org.infinispan.query.remote.client
ContinuousQueryResult(ContinuousQueryResult.ResultType, byte[], byte[], Object[]) - Constructor for class org.infinispan.query.remote.client.ContinuousQueryResult
ContinuousQueryResult.ResultType - Enum in org.infinispan.query.remote.client
convert(long, MemoryUnit) - Method in enum org.infinispan.commons.util.MemoryUnit
convert(K, V, Metadata) - Method in class org.infinispan.filter.AbstractKeyValueFilterConverter
convert(K, V, Metadata) - Method in interface org.infinispan.filter.Converter
convert(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
convert(K, V, Metadata, V, Metadata, EventType) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter
Converts the given newValue into something different possibly.
convert(K, V, Metadata) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter
convert(MarshalledEntry<K, V>, InternalEntryFactory) - Static method in class org.infinispan.persistence.PersistenceUtil
Converter <K ,V ,C > - Interface in org.infinispan.filter
Converter that can be used to transform a given entry to a different value.
CONVERTER_ENTRY_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
CONVERTER_KEY_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
CONVERTER_VALUE_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
convertNanosToMicro(double) - Static method in class org.infinispan.stats.CacheStatisticCollector
convertNanosToSeconds(double) - Static method in class org.infinispan.stats.CacheStatisticCollector
copy() - Method in interface org.infinispan.atomic.CopyableDeltaAware
copy() - Method in interface org.infinispan.commons.io.ByteBuffer
Returns a new byte[] instance of size
ByteBuffer.getLength()
that contains all the bytes owned by this buffer.
copy() - Method in class org.infinispan.commons.io.ByteBufferImpl
CopyableDeltaAware - Interface in org.infinispan.atomic
copyValue(ExtendedStatistic, ExtendedStatistic) - Method in class org.infinispan.stats.TransactionStatistics
Copies a statistic value and adds it to another statistic.
coreThreads() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
count() - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns the number of elements in the traversable.
count(AdvancedCacheLoader<K, V>, KeyFilter<? super K>) - Static method in class org.infinispan.persistence.PersistenceUtil
count(String) - Static method in interface org.infinispan.query.dsl.Expression
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 interface org.infinispan.commons.configuration.Builder
Create the configuration bean
create(int, int) - Static method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
create() - Static method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
create() - Static method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
create(T) - Static method in class org.infinispan.commons.util.ByRef
create() - Method in class org.infinispan.configuration.cache.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
Deprecated.
create() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
Deprecated.
create() - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
Deprecated.
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.MemoryConfigurationBuilder
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
Deprecated.
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
Deprecated.
create() - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
Deprecated.
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
Deprecated.
create() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
create() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
create() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
create() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
create() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
create() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
create() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
create() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
create() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
create() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
create() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
create() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
create() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
create(Hash, int, int, List<Address>, Map<Address, Float>) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
Create a new consistent hash instance.
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.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
create(String) - Method in interface org.infinispan.query.dsl.QueryFactory
Creates a Query based on an Ickle query string.
create() - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
create() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
create() - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
create() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
create() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
create() - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
create() - Method in class org.infinispan.server.websocket.configuration.WebSocketServerConfigurationBuilder
CREATE_ON_START - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
created() - Method in interface org.infinispan.metadata.InternalMetadata
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
createExecutor(ThreadFactory) - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
createExecutor(ThreadFactory) - Method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
createExecutor(ThreadFactory) - Method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
createExecutor(ThreadFactory) - Method in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
createExternal(Class<?>, ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter
createMap() - Method in class org.infinispan.commons.util.WeakValueHashMap
Create map.
createMarshaller(MarshallingConfiguration) - Method in class org.infinispan.commons.marshall.jboss.JBossMarshallerFactory
createNearCacheService(NearCacheConfiguration) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
createNewFile() - Method in class org.infinispan.io.GridFile
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
createTreeCache(Cache<K, V>) - Method in class org.infinispan.tree.TreeCacheFactory
Creates a TreeCache instance by taking in a
Cache
as a parameter
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
currentMillisFromNanotime() - Static method in class org.infinispan.commons.util.Util
CUSTOM_STORE_CLASS - Static variable in class org.infinispan.configuration.cache.CustomStoreConfiguration
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.
customStoreClass() - Method in class org.infinispan.configuration.cache.CustomStoreConfiguration
customStoreClass(Class<?>) - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
CustomStoreConfiguration - Class in org.infinispan.configuration.cache
CustomStoreConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration) - Constructor for class org.infinispan.configuration.cache.CustomStoreConfiguration
CustomStoreConfigurationBuilder - Class in org.infinispan.configuration.cache
StoreConfigurationBuilder used for stores/loaders that don't have a configuration builder
CustomStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
data - Variable in class org.infinispan.io.GridFilesystem
DATA_COLUMN_NAME - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
DATA_COLUMN_TYPE - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
DATA_CONTAINER - Static variable in class org.infinispan.configuration.cache.DataContainerConfiguration
Deprecated.
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
dataContainer(DataContainer) - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
DataContainerConfiguration - Class in org.infinispan.configuration.cache
DataContainerConfigurationBuilder - Class in org.infinispan.configuration.cache
DataLocality - Enum in org.infinispan.distribution
Used to determine whether a key is mapped to a local node.
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
dataSize() - Method in interface org.infinispan.tree.Node
dataSize(Flag...) - Method in interface org.infinispan.tree.Node
dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
dataSource() - Method in 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
dbMajorVersion() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
dbMajorVersion(Integer) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
dbMinorVersion() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
dbMinorVersion(Integer) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
DEADLOCK_DETECTING_GLOBAL_TRANSACTION - Static variable in interface org.infinispan.commons.marshall.Ids
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
DeadlockDetectionConfigurationBuilder - Class in org.infinispan.configuration.cache
DebuggingExceptionListener() - Constructor for class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller.DebuggingExceptionListener
decode(int) - Static method in class org.infinispan.commons.io.SignedNumeric
DECODE - Static variable in class org.infinispan.commons.util.Base64
Deprecated.
Specify decoding.
decode(byte[], int, int) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Very low-level access to decoding ASCII characters in
the form of a byte array.
decode(String) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
decodeFromFile(String) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Convenience method for reading a base64-encoded
file and decoding it.
decodeToFile(String, String) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Attempts to decode Base64 data and deserialize a Java
Object within.
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.
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 class org.infinispan.client.hotrod.RemoteCacheManager
DEFAULT_CACHE_NAME - Static variable in interface org.infinispan.commons.api.BasicCacheContainer
Deprecated.
DEFAULT_CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
DEFAULT_CONSISTENT_HASH - Static variable in interface org.infinispan.commons.marshall.Ids
DEFAULT_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
DEFAULT_CONTEXT_PATH - Static variable in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
DEFAULT_DOUBLING_SIZE - Static variable in class org.infinispan.commons.io.ExposedByteArrayOutputStream
Default buffer size after which if more buffer capacity is needed the buffer will grow by 25% rather than 100%
DEFAULT_DOUBLING_SIZE - Static variable in class org.infinispan.io.ExpandableMarshalledValueByteStream
Default buffer size after which if more buffer capacity is needed the buffer will grow by 25% rather than 100%
DEFAULT_DOUBLING_SIZE - Static variable in class org.infinispan.io.ExposedByteArrayOutputStream
Deprecated.
Default buffer size after which if more buffer capacity is needed the buffer will grow by 25% rather than 100%
DEFAULT_MARSHALL_VERSION - Static variable in class org.infinispan.configuration.global.GlobalConfiguration
DEFAULT_MAX_RETRIES - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
DEFAULT_MEMCACHED_CACHE - Static variable in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
DEFAULT_MEMCACHED_PORT - Static variable in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
DEFAULT_PROTOCOL_VERSION - Static variable in enum org.infinispan.client.hotrod.ProtocolVersion
DEFAULT_RECOVERY_INFO_CACHE - Static variable in class org.infinispan.configuration.cache.RecoveryConfiguration
DEFAULT_SNI_DOMAIN - Static variable in class org.infinispan.server.core.configuration.SslConfiguration
DEFAULT_TIMEOUT - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
DEFAULT_TRANSPORT - Static variable in class org.infinispan.configuration.global.TransportConfigurationBuilder
DEFAULT_WAIT_TIME - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
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.
defaultCacheName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
defaultCacheName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
defaultCacheName() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
defaultCacheName(String) - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
defaultCacheName(String) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
defaultCacheName() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
defaultCacheName - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
defaultCacheName(String) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
defaultCacheName(String) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
Specifies the cache to use as a default cache for the protocol
defaultCacheName(String) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
defaultChunkSize - Variable in class org.infinispan.io.GridFilesystem
defaultClusteredBuilder() - Static method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
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.
DefaultFileLookup() - Constructor for class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
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
defaultValue() - Static method in class org.infinispan.commons.api.functional.MetaParam.MetaLifespan
defaultValue() - Static method in class org.infinispan.commons.api.functional.MetaParam.MetaMaxIdle
defaultValue() - Static method in enum org.infinispan.commons.api.functional.Param.FutureMode
Provides default future mode.
defaultValue() - Static method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
Provides default persistence mode.
defensive() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
defensive(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
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 by using the provided configuration
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 by first reading the template configuration and then applying
the override afterwards to generate a configuration.
delegate - Variable in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
delegate() - Method in class org.infinispan.commons.util.EnumerationList
delegate() - Method in class org.infinispan.commons.util.ForwardingList
DelegatingCacheEntryListenerInvocation <K ,V > - Class in org.infinispan.notifications.cachelistener.filter
DelegatingCacheEntryListenerInvocation(CacheEntryListenerInvocation<K, V>) - Constructor for class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
DelegatingObjectInput - Class in org.infinispan.commons.marshall
DelegatingObjectInput(ObjectInput) - Constructor for class org.infinispan.commons.marshall.DelegatingObjectInput
DelegatingObjectOutput - Class in org.infinispan.commons.marshall
DelegatingObjectOutput(ObjectOutput) - Constructor for class org.infinispan.commons.marshall.DelegatingObjectOutput
delete() - Method in class org.infinispan.io.GridFile
delete(Object) - Method in class org.infinispan.persistence.file.SingleFileStore
delete(Object) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
delete(Object) - Method in class org.infinispan.persistence.jpa.JpaStore
delete(Object) - Method in class org.infinispan.persistence.remote.RemoteStore
delete(Object) - Method in class org.infinispan.persistence.rest.RestStore
delete(Object) - Method in interface org.infinispan.persistence.spi.CacheWriter
deleteOnExit() - Method in class org.infinispan.io.GridFile
Delta - Interface in org.infinispan.atomic
Represents changes made to a
DeltaAware
implementation.
delta() - Method in interface org.infinispan.atomic.DeltaAware
Extracts changes made to implementations, in an efficient format that can easily and cheaply be serialized and
deserialized.
DELTA_COMPOSITE_KEY - Static variable in interface org.infinispan.commons.marshall.Ids
DeltaAware - Interface in org.infinispan.atomic
This interface allows the extraction of
Delta
s.
DeltaCompositeKey - Class in org.infinispan.atomic
DeltaCompositeKey is the key guarding access to a specific entry in DeltaAware
DeltaCompositeKey(Object, Object) - Constructor for class org.infinispan.atomic.DeltaCompositeKey
DeltaCompositeKey.DeltaCompositeKeyExternalizer - Class in org.infinispan.atomic
DeltaCompositeKeyExternalizer() - Constructor for class org.infinispan.atomic.DeltaCompositeKey.DeltaCompositeKeyExternalizer
dialect() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
dialect(DatabaseType) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
diffBitSets(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
difference(Set<? extends E>, Set<? extends E>) - Static method in class org.infinispan.commons.util.InfinispanCollections
Returns the elements that are present in s1 but which are not present
in s2, without changing the contents of neither s1, nor s2.
DIR - Static variable in class org.infinispan.io.GridFile.Metadata
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() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
disable() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
disable() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
Disable statistics gathering and reporting
disable() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
disable() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
Disable recovery for this cache
disable() - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
Deprecated.
Enable the singleton store cache store
disable() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
Deprecated.
Disables storing both keys and values as binary.
disable() - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
Deprecated.
disable() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
disable() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
disable() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
disable() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
Disables the SSL support
disable() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
DISABLE_BACKUPS - Static variable in class org.infinispan.configuration.cache.SitesConfiguration
disableBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
Returns true if this cache won't backup its data remotely.
disableBackups(boolean) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
Returns true if this cache won't backup its data remotely.
disabled() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
Disable grouping support so that
Group
annotations are not used and any configured
groupers will not be be invoked
disableFullTextFilter(String) - Method in interface org.infinispan.query.CacheQuery
Disable a given filter by its name.
disableReaper() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
Disable the background reaper to test entries for expiration.
disableRehashAware() - Method in interface org.infinispan.BaseCacheStream
Disables tracking of rehash events that could occur to the underlying cache.
disableRehashAware() - Method in interface org.infinispan.CacheStream
Disables tracking of rehash events that could occur to the underlying cache.
disableRehashAware() - Method in interface org.infinispan.DoubleCacheStream
Disables tracking of rehash events that could occur to the underlying cache.
disableRehashAware() - Method in interface org.infinispan.IntCacheStream
Disables tracking of rehash events that could occur to the underlying cache.
disableRehashAware() - Method in interface org.infinispan.LongCacheStream
Disables tracking of rehash events that could occur to the underlying cache.
distinct() - Method in interface org.infinispan.CacheStream
distinct() - Method in interface org.infinispan.DoubleCacheStream
distinct() - Method in interface org.infinispan.IntCacheStream
distinct() - Method in interface org.infinispan.LongCacheStream
DISTRIBUTED_SYNC_TIMEOUT - Static variable in class org.infinispan.configuration.global.TransportConfiguration
distributedBatchSize(int) - Method in interface org.infinispan.BaseCacheStream
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed
cache to back this stream.
distributedBatchSize(int) - Method in interface org.infinispan.CacheStream
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed
cache to back this stream.
distributedBatchSize(int) - Method in interface org.infinispan.DoubleCacheStream
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed
cache to back this stream.
distributedBatchSize(int) - Method in interface org.infinispan.IntCacheStream
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed
cache to back this stream.
distributedBatchSize(int) - Method in interface org.infinispan.LongCacheStream
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed
cache to back this stream.
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<CompletableFuture<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.
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.
DistributionInfo - Class in org.infinispan.distribution
DistributionInfo(int, Address, List<Address>, List<Address>, Collection<Address>, Address) - Constructor for class org.infinispan.distribution.DistributionInfo
DistributionManager - Interface in org.infinispan.distribution
A component that manages the distribution of elements across a cache cluster
doAfterCall(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
Deprecated.
Callback that is invoked after every handleXXX() method defined above.
doAs(Subject, PrivilegedAction<T>) - Static method in class org.infinispan.security.Security
doAs(Subject, PrivilegedExceptionAction<T>) - Static method in class org.infinispan.security.Security
doBeforeCall(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
Deprecated.
domain() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
DONT_BREAK_LINES - Static variable in class org.infinispan.commons.util.Base64
Deprecated.
Don't break lines when encoding (violates strict Base64 specification)
doPrivileged(PrivilegedAction<T>) - Static method in class org.infinispan.security.Security
doPrivileged(PrivilegedExceptionAction<T>) - Static method in class org.infinispan.security.Security
doReadObject(ObjectInput) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
DOUBLE - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
Deprecated.
DOUBLE_SUMMARY_STATISTICS - Static variable in interface org.infinispan.commons.marshall.Ids
DoubleCacheStream - Interface in org.infinispan
A
DoubleStream
that has additional methods to allow for Serializable instances.
doWriteObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
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
DROP_ON_EXIT - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
dropOnExit() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
dropOnExit(boolean) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
Determines whether database tables should be dropped by the store on shutdown
DummyTransactionManagerLookup - Class in org.infinispan.transaction.lookup
DummyTransactionManagerLookup() - Constructor for class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
Deprecated.
dumpCacheStatistics() - Method in class org.infinispan.stats.CacheStatisticManager
dumpCacheStatisticsTo(PrintStream) - Method in class org.infinispan.stats.CacheStatisticManager
dumpTo(StringBuilder) - Method in class org.infinispan.stats.CacheStatisticCollector
dumpTo(PrintWriter) - Method in class org.infinispan.stats.CacheStatisticCollector
duplicateCollection(Collection<E>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
duplicateMap(Map<K, V>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
duplicateSet(Set<E>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
Either <A ,B > - Class in org.infinispan.commons.util
Either() - Constructor for class org.infinispan.commons.util.Either
Either.Type - Enum in org.infinispan.commons.util
Element - Enum in org.infinispan.persistence.jdbc.configuration
An enumeration of all the recognized XML element local names for the JDBC cache stores
Element - Enum in org.infinispan.persistence.jpa.configuration
An enumeration of all the recognized XML element local names for the JPA cache stores
Element - Enum in org.infinispan.persistence.remote.configuration
An enumeration of all the recognized XML element local names for the
RemoteStore
Element - Enum in org.infinispan.persistence.rest.configuration
An enumeration of all the recognized XML element local names for the
RestStore
elements() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns an enumeration of the values in this table.
elements() - Method in class org.infinispan.security.CachePermissionCollection
EMBEDDED_METADATA - Static variable in interface org.infinispan.commons.marshall.Ids
embeddedCacheManager - Variable in class org.infinispan.interceptors.base.BaseCustomInterceptor
Deprecated.
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
EmbeddedMetadata - Class in org.infinispan.metadata
Metadata class for embedded caches.
EmbeddedMetadata.Builder - Class in org.infinispan.metadata
EmbeddedMetadata.Externalizer - Class in org.infinispan.metadata
EmbeddedTransactionManagerLookup - Class in org.infinispan.transaction.lookup
EmbeddedTransactionManagerLookup() - Constructor for class org.infinispan.transaction.lookup.EmbeddedTransactionManagerLookup
EMPTY_BIT_SET - Static variable in class org.infinispan.commons.util.EnumUtil
EMPTY_BYTE_ARRAY - Static variable in class org.infinispan.commons.util.Util
EMPTY_CLASS_ARRAY - Static variable in class org.infinispan.commons.util.ReflectionUtil
EMPTY_OBJECT_ARRAY - Static variable in class org.infinispan.commons.util.Util
enable() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
Enables authentication
enable() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
Enables the SSL support
enable() - Method in class org.infinispan.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() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
enable() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
enable(boolean) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
enable() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
Enable statistics gathering and reporting
enable() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
enable() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
Enable recovery for this cache
enable() - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
Deprecated.
Enable the singleton store cache store
enable() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
Deprecated.
Enables storing both keys and values as binary.
enable() - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
Deprecated.
enable() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
enable() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
enable() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
enable() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
Enables the SSL support
enable() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
enabled() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
enabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
Configures whether authentication should be enabled or not
enabled() - Method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
enabled() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
enabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
Enables or disables the SSL support
ENABLED - Static variable in class org.infinispan.configuration.cache.AsyncStoreConfiguration
enabled() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
If true, all modifications to this cache store happen asynchronously, on a separate thread.
enabled(boolean) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
ENABLED - Static variable in class org.infinispan.configuration.cache.AuthorizationConfiguration
enabled() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
enabled(boolean) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
ENABLED - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
enabled() - Method in class org.infinispan.configuration.cache.BackupConfiguration
enabled(boolean) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
Configures whether this site is used for backing up data or not (defaults to true).
ENABLED - Static variable in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
enabled() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
enabled(boolean) - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
Sets whether compatibility mode is enabled or disabled.
ENABLED - Static variable in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
Deprecated.
enabled() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
enabled(boolean) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
ENABLED - Static variable in class org.infinispan.configuration.cache.GroupsConfiguration
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
enabled(boolean) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
ENABLED - Static variable in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
enabled() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
ENABLED - Static variable in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
enabled() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
enabled(boolean) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
Enable or disable statistics gathering and reporting
ENABLED - Static variable in class org.infinispan.configuration.cache.L1Configuration
enabled() - Method in class org.infinispan.configuration.cache.L1Configuration
enabled(boolean) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
ENABLED - Static variable in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
enabled() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
enabled(boolean) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
ENABLED - Static variable in class org.infinispan.configuration.cache.RecoveryConfiguration
enabled() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
Determines if recovery is enabled for the cache.
enabled(boolean) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
Enable recovery for this cache
ENABLED - Static variable in class org.infinispan.configuration.cache.SingletonStoreConfiguration
Deprecated.
enabled() - Method in class org.infinispan.configuration.cache.SingletonStoreConfiguration
Deprecated.
If true, the singleton store cache store is enabled.
enabled(boolean) - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
Deprecated.
If true, the singleton store cache store is enabled.
ENABLED - Static variable in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
Deprecated.
enabled() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
Deprecated.
Enables storing both keys and values as binary.
enabled(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
Deprecated.
enabled(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
Deprecated.
Sets whether this feature is enabled or disabled.
enabled() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
ENABLED - Static variable in class org.infinispan.configuration.cache.VersioningConfiguration
Deprecated.
enabled() - Method in class org.infinispan.configuration.cache.VersioningConfiguration
Deprecated.
enabled(boolean) - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
Deprecated.
enabled() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
ENABLED - Static variable in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
enabled() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
ENABLED - Static variable in class org.infinispan.configuration.global.GlobalStateConfiguration
enabled() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
Enables or disables the storage of global state.
enabled() - Method in class org.infinispan.server.core.configuration.SslConfiguration
enabled(boolean) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
Enables or disables the SSL support
enabled() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
enabled(boolean) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
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.
enableReaper() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
Enable the background reaper to test entries for expiration.
encode(int) - Static method in class org.infinispan.commons.io.SignedNumeric
ENCODE - Static variable in class org.infinispan.commons.util.Base64
Deprecated.
Specify encoding.
encodeBytes(byte[]) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Encodes a byte array into Base64 notation.
encodeFromFile(String) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Convenience method for reading a binary file
and base64-encoding it.
encodeObject(Serializable) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Serializes an object and returns the Base64-encoded
version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Serializes an object and returns the Base64-encoded
version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.infinispan.commons.util.Base64
Deprecated.
Convenience method for encoding data to a file.
endBatch(boolean) - Method in interface org.infinispan.commons.api.BatchingCache
entityClass() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
entityClass(Class<?>) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
entries() - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadOnlyMap
Provides a
Traversable
that allows clients to navigate all cached entries.
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 across the entire cluster.
entrySet() - Method in interface org.infinispan.client.hotrod.RemoteCache
entrySet() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
Deprecated.
EntrySet() - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
Deprecated.
entrySet - Variable in class org.infinispan.commons.util.AbstractMap
entrySet() - Method in class org.infinispan.commons.util.ArrayMap
entrySet() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns a
Set
view of the mappings contained in this map.
entrySet() - Method in class org.infinispan.commons.util.FastCopyHashMap
EntrySet() - Constructor for class org.infinispan.commons.util.FastCopyHashMap.EntrySet
entrySet() - Method in class org.infinispan.commons.util.WeakValueHashMap
EntrySizeCalculator <K ,V > - Interface in org.infinispan.commons.util
entryToKeyFunction() - Static method in class org.infinispan.stream.StreamMarshalling
Provides a function that returns the key of the entry when invoked.
entryToValueFunction() - Static method in class org.infinispan.stream.StreamMarshalling
Provides a function that returns the value of the entry when invoked.
EntryVersion <T > - Interface in org.infinispan.commons.api.functional
Entry version.
EntryVersion.CompareResult - Enum in org.infinispan.commons.api.functional
EntryVersion.NumericEntryVersion - Class in org.infinispan.commons.api.functional
EntryView - Class in org.infinispan.commons.api.functional
Entry views expose cached entry information to the user.
EntryView.ReadEntryView <K ,V > - Interface in org.infinispan.commons.api.functional
Expose read-only information about a cache entry potentially associated
with a key in the functional map.
EntryView.ReadWriteEntryView <K ,V > - Interface in org.infinispan.commons.api.functional
Expose information about a cache entry potentially associated with a key
in the functional map, and allows that cache entry to be written with
new value and/or new metadata parameters.
EntryView.WriteEntryView <V > - Interface in org.infinispan.commons.api.functional
Expose a write-only facade for a cache entry potentially associated with a key
in the functional map which allows the cache entry to be written with
new value and/or new metadata parameters.
ENUM_SET_ID - Static variable in interface org.infinispan.commons.marshall.Ids
enumArrayOf(long, Class<E>) - Static method in class org.infinispan.commons.util.EnumUtil
EnumerationList <T > - Class in org.infinispan.commons.util
An Enumeration -> List adaptor
EnumerationList(Enumeration<T>) - Constructor for class org.infinispan.commons.util.EnumerationList
Constructor
enumSetOf(long, Class<E>) - Static method in class org.infinispan.commons.util.EnumUtil
EnumUtil - Class in org.infinispan.commons.util
Utilities method to Enums.
eq(Object, Object) - Static method in class org.infinispan.commons.util.AbstractMap
eq(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Checks that the left argument is equal to the given value.
equal(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
equalityPredicate(Object) - Static method in class org.infinispan.stream.StreamMarshalling
Provides a predicate that returns true when the object is equal.
equals(Object) - Method in class org.infinispan.atomic.DeltaCompositeKey
equals(Object) - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
equals(Object) - Method in class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
equals(Object) - Method in class org.infinispan.commons.api.functional.MetaParam.MetaLong
equals(Object) - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
equals(T, Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
Deprecated.
equals(Object, Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
Deprecated.
equals(byte[], Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
Deprecated.
equals(T, Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
Deprecated.
Indicates whether the objects passed are "equal to" each other.
equals(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
Deprecated.
equals(T, Object) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
Deprecated.
equals(Object) - Method in class org.infinispan.commons.hash.MurmurHash3
equals(Object) - Method in class org.infinispan.commons.io.ByteBufferImpl
equals(Object) - Method in class org.infinispan.commons.marshall.WrappedByteArray
equals(Object) - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
equals(Object) - Method in class org.infinispan.commons.util.ForwardingList
equals(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
equals(Object) - Method in class org.infinispan.commons.util.KeyValueWithPrevious
equals(Object) - Method in class org.infinispan.commons.util.SimpleImmutableEntry
equals(Object) - Method in class org.infinispan.commons.util.SmallIntSet
equals(Object) - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.BackupConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.BackupForConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.Configuration
equals(Object) - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
Deprecated.
equals(Object) - Method in class org.infinispan.configuration.cache.EvictionConfiguration
Deprecated.
equals(Object) - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.GroupsConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.HashConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.L1Configuration
equals(Object) - Method in class org.infinispan.configuration.cache.LockingConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.SecurityConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.SingletonStoreConfiguration
Deprecated.
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
Deprecated.
equals(Object) - Method in class org.infinispan.configuration.cache.SyncConfiguration
Deprecated.
equals(Object) - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.UnsafeConfiguration
equals(Object) - Method in class org.infinispan.configuration.cache.VersioningConfiguration
Deprecated.
equals(Object) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
equals(Object) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
equals(Object) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
equals(Object) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
equals(Object) - Method in class org.infinispan.configuration.global.SerializationConfiguration
equals(Object) - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
equals(Object) - Method in class org.infinispan.configuration.global.SiteConfiguration
equals(Object) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
equals(Object) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
equals(Object) - Method in class org.infinispan.configuration.global.TransportConfiguration
equals(Object) - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
equals(Object) - Method in class org.infinispan.io.GridFile
equals(Object) - Method in class org.infinispan.io.ImmutableMarshalledValueByteStream
equals(Object) - Method in class org.infinispan.metadata.EmbeddedMetadata
equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
equals(Object) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
equals(Object) - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfiguration
equals(Object) - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
equals(Object) - Method in class org.infinispan.security.CachePermission
equals(Object) - Method in class org.infinispan.tree.Fqn
Returns true if obj is a Fqn with the same elements.
equalsWrappedBytes(WrappedBytes) - Method in class org.infinispan.commons.marshall.WrappedByteArray
equalsWrappedBytes(WrappedBytes) - Method in interface org.infinispan.commons.marshall.WrappedBytes
Equivalence <T > - Interface in org.infinispan.commons.equivalence
Deprecated.
EQUIVALENCE - Static variable in interface org.infinispan.commons.marshall.Ids
EquivalenceExternalizer - Class in org.infinispan.commons.marshall.exts
EquivalenceExternalizer() - Constructor for class org.infinispan.commons.marshall.exts.EquivalenceExternalizer
EquivalentHashMap <K ,V > - Class in org.infinispan.commons.equivalence
Deprecated.
EquivalentHashMap(Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
Deprecated.
EquivalentHashMap(int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
Deprecated.
EquivalentHashMap(int, float, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
Deprecated.
EquivalentHashMap(Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
Deprecated.
EquivalentHashMap.EntrySet - Class in org.infinispan.commons.equivalence
Deprecated.
EquivalentHashMap.Node <K ,V > - Class in org.infinispan.commons.equivalence
Deprecated.
EquivalentHashMap.Values - Class in org.infinispan.commons.equivalence
Deprecated.
EquivalentHashSet <E > - Class in org.infinispan.commons.equivalence
Deprecated.
EquivalentHashSet(Equivalence<? super E>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashSet
Deprecated.
Constructs a new, empty set, with a given equivalence function
EquivalentHashSet(int, Equivalence<? super E>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashSet
Deprecated.
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
Deprecated.
EquivalentLinkedHashMap(int, float, EquivalentLinkedHashMap.IterationOrder, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
Deprecated.
EquivalentLinkedHashMap.IterationOrder - Enum in org.infinispan.commons.equivalence
Deprecated.
ERRORS_KEY_SUFFIX - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
All error status keys end with this suffix.
estimateSize() - Method in class org.infinispan.commons.util.SpliteratorMapper
eval(K, Function<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadOnlyMap
Evaluate a read-only function on the value associated with the key
and return a
CompletableFuture
with the return type of the function.
eval(K, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Evaluate a read-write function on the value and metadata associated
with the key and return a
CompletableFuture
with the return
type of the function.
eval(K, V, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Evaluate a read-write function, with a value passed in and a
EntryView.WriteEntryView
of the value associated with the key, and
return a
CompletableFuture
which will be completed with the
returned value by the function.
eval(K, V, BiConsumer<V, EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
eval(K, Consumer<EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
evalAll(Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
evalAll(Consumer<EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only
Consumer
operation with the
EntryView.WriteEntryView
of the value associated with the key, for all
existing keys in functional map, and returns a
CompletableFuture
that will be completed when the write-only operation has been executed
against all the entries.
evalMany(Set<? extends K>, Function<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadOnlyMap
Evaluate a read-only function on a key and potential value associated in
the functional map, for each of the keys in the set passed in, and
returns an
Traversable
to work on each computed function's result.
evalMany(Map<? extends K, ? extends V>, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
evalMany(Set<? extends K>, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
evalMany(Map<? extends K, ? extends V>, BiConsumer<V, EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only
BiConsumer
operation, with a value
passed in and a
EntryView.WriteEntryView
of the value associated with
the key, for each of the keys in the set passed in, and returns a
CompletableFuture
that will be completed when the write-only
operation has been executed against all the entries.
evalMany(Set<? extends K>, Consumer<EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only
Consumer
operation with the
EntryView.WriteEntryView
of the value associated with the key, for each
of the keys in the set passed in, and returns a
CompletableFuture
that will be completed when the write-only
operation has been executed against all the entries.
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
EventType - Class in org.infinispan.notifications.cachelistener.filter
Enum that provides information to allow for an event to know which type and if this event was generated due to a
retry usually caused by a topology change while replicating.
EventType(boolean, boolean, Event.Type) - Constructor for class org.infinispan.notifications.cachelistener.filter.EventType
evict(K) - Method in interface org.infinispan.Cache
Evicts an entry from the memory of the cache.
eviction() - Method in class org.infinispan.configuration.cache.Configuration
eviction() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
eviction() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
EVICTION_MAX_SIZE - Static variable in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
Deprecated.
EVICTION_TYPE - Static variable in class org.infinispan.configuration.cache.MemoryConfiguration
EvictionConfiguration - Class in org.infinispan.configuration.cache
EvictionConfigurationBuilder - Class in org.infinispan.configuration.cache
EvictionListener <K ,V > - Interface in org.infinispan.commons.util
Eviction listener that is notified when entries are evicted from the underlying container due
to the given eviction policy.
EvictionManager <K ,V > - Interface in org.infinispan.eviction
Central component that deals with eviction of cache entries.
evictionScheduledExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
EvictionStrategy - Enum in org.infinispan.eviction
Supported eviction strategies
EvictionThreadPolicy - Enum in org.infinispan.eviction
Supported eviction thread policy
evictionThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
evictionThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
Deprecated.
evictionThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
Deprecated.
evictionType() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
The configured eviction type
evictionType(EvictionType) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
EvictionType - Enum in org.infinispan.eviction
Supported eviction type
EXCEPTION_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
execute(String, Map<String, ?>) - Method in interface org.infinispan.client.hotrod.RemoteCache
Executes a remote script passing a set of named parameters
execute(Runnable) - Method in class org.infinispan.distexec.DefaultExecutorService
execute(Runnable) - Method in interface org.infinispan.manager.ClusterExecutor
execute(SerializableRunnable) - Method in interface org.infinispan.manager.ClusterExecutor
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
executor() - Method in class org.infinispan.manager.DefaultCacheManager
executor() - Method in interface org.infinispan.manager.EmbeddedCacheManager
Providess the cache manager based executor.
ExecutorFactory - Interface in org.infinispan.commons.executors
Used to configure and create executors
ExecutorFactoryConfiguration - Class in org.infinispan.client.hotrod.configuration
ExecutorFactoryConfiguration.
ExecutorFactoryConfiguration - Class in org.infinispan.configuration.global
ExecutorFactoryConfiguration - Class in org.infinispan.persistence.remote.configuration
ExecutorFactoryConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
Configures executor factory.
ExecutorFactoryConfigurationBuilder - Class in org.infinispan.configuration.global
Configures executor factory.
ExecutorFactoryConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
Configures executor factory.
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.io.GridFile
exists(String) - Method in interface org.infinispan.tree.TreeCache
Tests if an Fqn exists.
exists(String, Flag...) - Method in interface org.infinispan.tree.TreeCache
exists(Fqn) - Method in interface org.infinispan.tree.TreeCache
Tests if an Fqn exists.
exists(Fqn, Flag...) - Method in interface org.infinispan.tree.TreeCache
ExpandableMarshalledValueByteStream - Class in org.infinispan.io
ExpandableMarshalledValueByteStream() - Constructor for class org.infinispan.io.ExpandableMarshalledValueByteStream
ExpandableMarshalledValueByteStream(int) - Constructor for class org.infinispan.io.ExpandableMarshalledValueByteStream
ExpandableMarshalledValueByteStream(int, int) - Constructor for class org.infinispan.io.ExpandableMarshalledValueByteStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
Experimental - Annotation Type in org.infinispan.commons.util
An experimental user-facing API.
expiration() - Method in class org.infinispan.configuration.cache.Configuration
expiration() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
expiration() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
ExpirationConfiguration - Class in org.infinispan.configuration.cache
Controls the default expiration settings for entries in the cache.
ExpirationConfigurationBuilder - Class in org.infinispan.configuration.cache
Controls the default expiration settings for entries in the cache.
ExpirationManager <K ,V > - Interface in org.infinispan.expiration
Central component that deals with expiration of cache entries.
expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
expirationThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
Configuration for the expiration thread pool
expiryTime() - Method in interface org.infinispan.metadata.InternalMetadata
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
ExposedByteArrayOutputStream - Class in org.infinispan.commons.io
Extends ByteArrayOutputStream, but exposes the internal buffer.
ExposedByteArrayOutputStream() - Constructor for class org.infinispan.commons.io.ExposedByteArrayOutputStream
ExposedByteArrayOutputStream(int) - Constructor for class org.infinispan.commons.io.ExposedByteArrayOutputStream
ExposedByteArrayOutputStream(int, int) - Constructor for class org.infinispan.commons.io.ExposedByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ExposedByteArrayOutputStream - Class in org.infinispan.io
Deprecated.
ExposedByteArrayOutputStream() - Constructor for class org.infinispan.io.ExposedByteArrayOutputStream
Deprecated.
ExposedByteArrayOutputStream(int) - Constructor for class org.infinispan.io.ExposedByteArrayOutputStream
Deprecated.
ExposedByteArrayOutputStream(int, int) - Constructor for class org.infinispan.io.ExposedByteArrayOutputStream
Deprecated.
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
Expression - Interface in org.infinispan.query.dsl
ExtendedHeaders - Enum in org.infinispan.rest.configuration
extendedHeaders() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
extendedHeaders(ExtendedHeaders) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
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 to track lifecycle of
unmarshaller so that pools can be notified when not in use any more.
ExtendedRiverUnmarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
ExtendedStatisticNotFoundException - Exception in org.infinispan.stats
ExtendedStatisticNotFoundException(String) - Constructor for exception org.infinispan.stats.ExtendedStatisticNotFoundException
ExtendedStatisticsMetadataFileFinder - Class in org.infinispan.stats
ExtendedStatisticsMetadataFileFinder() - Constructor for class org.infinispan.stats.ExtendedStatisticsMetadataFileFinder
Externalizer() - Constructor for class org.infinispan.commons.hash.MurmurHash3.Externalizer
Externalizer() - Constructor for class org.infinispan.commons.io.ByteBufferImpl.Externalizer
Externalizer <T > - Interface in org.infinispan.commons.marshall
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
Externalizer() - Constructor for class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
Externalizer() - Constructor for class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
Externalizer() - Constructor for class org.infinispan.filter.CollectionKeyFilter.Externalizer
Externalizer() - Constructor for class org.infinispan.filter.CompositeKeyFilter.Externalizer
Externalizer() - Constructor for class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
Externalizer() - Constructor for class org.infinispan.filter.KeyFilterAsKeyValueFilter.Externalizer
Externalizer() - Constructor for class org.infinispan.filter.KeyValueFilterAsKeyFilter.Externalizer
Externalizer() - Constructor for class org.infinispan.metadata.EmbeddedMetadata.Externalizer
Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter.Externalizer
Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
Externalizer() - Constructor for class org.infinispan.tree.Fqn.Externalizer
ExternalizerIds - Interface in org.infinispan.persistence.remote
1800 to 1899 range is reserved for this module
ExternalStore <K ,V > - Interface in org.infinispan.persistence.spi
Basic interface for interacting with an external store in a read-write mode.
extractFieldName(String) - Static method in class org.infinispan.commons.util.ReflectionUtil
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
FAILURE_POLICY - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
FAILURE_POLICY_CLASS - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
failurePolicyClass() - Method in class org.infinispan.configuration.cache.BackupConfiguration
failurePolicyClass() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
failurePolicyClass(String) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
FastCopyHashMap <K ,V > - Class in org.infinispan.commons.util
A HashMap that is optimized for fast shallow copies.
FastCopyHashMap(int, float) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
FastCopyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
FastCopyHashMap(int) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
FastCopyHashMap() - Constructor for class org.infinispan.commons.util.FastCopyHashMap
FastCopyHashMap.EntrySet - Class in org.infinispan.commons.util
FastCopyHashMap.KeySet - Class in org.infinispan.commons.util
FastCopyHashMap.Values - Class in org.infinispan.commons.util
FETCH_IN_MEMORY_STATE - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
FETCH_PERSISTENT_STATE - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
FETCH_SIZE - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
fetchInMemoryState() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
If true
, the cache will fetch data from the neighboring caches when it starts up, so
the cache starts 'warm', although it will impact startup time.
fetchInMemoryState(boolean) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
If true
, the cache will fetch data from the neighboring caches when it starts up, so
the cache starts 'warm', although it will impact startup time.
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
Deprecated.
fetchPersistentState(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
If true, fetch persistent state when joining a cluster.
fetchPersistentState(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
fetchPersistentState() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
Loops through all individual cache loader configs and checks if fetchPersistentState is set on
any of them
fetchPersistentState() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
If true, fetch persistent state when joining a cluster.
fetchPersistentState(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
If true, fetch persistent state when joining a cluster.
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
FILE - Static variable in class org.infinispan.io.GridFile.Metadata
FileLookup - Interface in org.infinispan.commons.util
FileLookupFactory - Class in org.infinispan.commons.util
FileLookupFactory() - Constructor for class org.infinispan.commons.util.FileLookupFactory
FileLookupFactory.DefaultFileLookup - Class in org.infinispan.commons.util
filename(String) - Static method in class org.infinispan.io.GridFile
fillInStackTrace() - Method in exception org.infinispan.commons.marshall.NotSerializableException
filter(Predicate<? super R>) - Method in interface org.infinispan.CacheStream
filter(SerializablePredicate<? super R>) - Method in interface org.infinispan.CacheStream
filter(Predicate<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
An intermediate operation that returns a traversable containing elements
matching the given predicate.
filter(DoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
filter(SerializableDoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
filter(IntPredicate) - Method in interface org.infinispan.IntCacheStream
filter(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
filter(LongPredicate) - Method in interface org.infinispan.LongCacheStream
filter(SerializableLongPredicate) - Method in interface org.infinispan.LongCacheStream
filter(Filter) - Method in interface org.infinispan.query.CacheQuery
Allows lucene to filter the results.
filterAndConvert(Stream<CacheEntry<K, V>>, KeyValueFilterConverter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
Adds needed intermediate operations to the provided stream, returning a possibly new stream as a result of the
operations.
filterAndConvert(K, V, Metadata) - Method in interface org.infinispan.filter.KeyValueFilterConverter
Will both filter the entry and if passed subsequently convert the value to a new value.
filterAndConvert(K, V, Metadata, V, Metadata, EventType) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverter
Will both filter the entry and if passed subsequently convert the value to a new value.
filterAndConvert(K, V, Metadata) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter
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.
FilterConditionContextQueryBuilder - Interface in org.infinispan.query.dsl
FilterConditionEndContext - Interface in org.infinispan.query.dsl
The context that ends a condition.
FilterIndexingServiceProvider - Interface in org.infinispan.notifications.cachelistener.filter
A service provider for filter indexing services.
FilteringListenable <K ,V > - Interface in org.infinispan.notifications
A Listable that can also filter events based on key
filterKeys(Set<?>) - Method in interface org.infinispan.BaseCacheStream
Filters which entries are returned by only returning ones that map to the given key.
filterKeys(Set<?>) - Method in interface org.infinispan.CacheStream
Filters which entries are returned by only returning ones that map to the given key.
filterKeys(Set<?>) - Method in interface org.infinispan.DoubleCacheStream
Filters which entries are returned by only returning ones that map to the given key.
filterKeys(Set<?>) - Method in interface org.infinispan.IntCacheStream
Filters which entries are returned by only returning ones that map to the given key.
filterKeys(Set<?>) - Method in interface org.infinispan.LongCacheStream
Filters which entries are returned by only returning ones that map to the given key.
filterKeySegments(Set<Integer>) - Method in interface org.infinispan.BaseCacheStream
Filters which entries are returned by what segment they are present in.
filterKeySegments(Set<Integer>) - Method in interface org.infinispan.CacheStream
Filters which entries are returned by what segment they are present in.
filterKeySegments(Set<Integer>) - Method in interface org.infinispan.DoubleCacheStream
Filters which entries are returned by what segment they are present in.
filterKeySegments(Set<Integer>) - Method in interface org.infinispan.IntCacheStream
Filters which entries are returned by what segment they are present in.
filterKeySegments(Set<Integer>) - Method in interface org.infinispan.LongCacheStream
Filters which entries are returned by what segment they are present in.
FilterResult - Class in org.infinispan.query.remote.client
FilterResult(Object, Object[], Comparable[]) - Constructor for class org.infinispan.query.remote.client.FilterResult
filterTargets(Predicate<? super Address>) - Method in interface org.infinispan.manager.ClusterExecutor
Allows for filtering of address nodes dynamically per invocation.
filterTargets(Collection<Address>) - Method in interface org.infinispan.manager.ClusterExecutor
Allows for filtering of address nodes by only allowing addresses in this collection from being contacted.
find() - Method in interface org.infinispan.commons.api.functional.EntryView.ReadEntryView
Optional value.
findAny() - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns an optional containing an element of
the traversable, or an empty optional if empty.
findClass(String) - Method in class org.infinispan.commons.util.OsgiClassLoader
Load the class and break on first found match.
findGetterForField(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
findListenerId(Object) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
findMetaParam(Class<T>) - Method in interface org.infinispan.commons.api.functional.MetaParam.Lookup
Returns a non-empty
Optional
instance containing a metadata
parameter instance that can be assigned to the type
Class
passed in, or an empty
Optional
if no metadata can be assigned
to that type.
findMethod(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
findMethod(Class<?>, String, Class<?>[]) - Static method in class org.infinispan.commons.util.ReflectionUtil
findMethods(Object) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
findNextHighestPowerOfTwo(int) - Static method in class org.infinispan.commons.util.Util
Returns a number such that the number is a power of two that is equal to, or greater than, the number passed in as
an argument.
findResource(String) - Method in class org.infinispan.commons.util.OsgiClassLoader
Load the resource and break on first found match.
findResources(String) - Method in class org.infinispan.commons.util.OsgiClassLoader
Load the resources and return an Enumeration
Note: Since they're Enumerations, do not cache these results!
findSetterForField(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
findTransport(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
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 - Static variable in interface org.infinispan.commons.marshall.Ids
FlagAffectedStore <K ,V > - Interface in org.infinispan.persistence.spi
Implemented by stores that can skip writes based on certain flags present in the invocation.
flatMap(Function<? super R, ? extends Stream<? extends R1>>) - Method in interface org.infinispan.CacheStream
flatMap(SerializableFunction<? super R, ? extends Stream<? extends R1>>) - Method in interface org.infinispan.CacheStream
flatMap(Function<? super T, ? extends Traversable<? extends R>>) - Method in interface org.infinispan.commons.api.functional.Traversable
An intermediate operation that returns a traversable containing the
results of replacing each element of this traversable with the contents
of a traversable produced by applying the provided function to each element.
flatMap(DoubleFunction<? extends DoubleStream>) - Method in interface org.infinispan.DoubleCacheStream
flatMap(SerializableDoubleFunction<? extends DoubleStream>) - Method in interface org.infinispan.DoubleCacheStream
flatMap(IntFunction<? extends IntStream>) - Method in interface org.infinispan.IntCacheStream
flatMap(SerializableIntFunction<? extends IntStream>) - Method in interface org.infinispan.IntCacheStream
flatMap(LongFunction<? extends LongStream>) - Method in interface org.infinispan.LongCacheStream
flatMap(SerializableLongFunction<? extends LongStream>) - Method in interface org.infinispan.LongCacheStream
flatMapToDouble(Function<? super R, ? extends DoubleStream>) - Method in interface org.infinispan.CacheStream
flatMapToDouble(SerializableFunction<? super R, ? extends DoubleStream>) - Method in interface org.infinispan.CacheStream
flatMapToInt(Function<? super R, ? extends IntStream>) - Method in interface org.infinispan.CacheStream
flatMapToInt(SerializableFunction<? super R, ? extends IntStream>) - Method in interface org.infinispan.CacheStream
flatMapToLong(Function<? super R, ? extends LongStream>) - Method in interface org.infinispan.CacheStream
flatMapToLong(SerializableFunction<? super R, ? extends LongStream>) - Method in interface org.infinispan.CacheStream
FLOAT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
Deprecated.
fluentSetterName(String) - Static method in class org.infinispan.commons.util.BeanUtils
Retrieves a setter name based on a field name passed in
flush() - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
flush() - Method in class org.infinispan.io.GridOutputStream
flush() - Method in class org.infinispan.io.UnclosableObjectOutputStream
flush() - Method in class org.infinispan.io.WritableGridFileChannel
flushAndCloseOutput(ObjectOutput) - Static method in class org.infinispan.commons.util.Util
flushAndCloseStream(OutputStream) - Static method in class org.infinispan.commons.util.Util
flushBase64() - Method in class org.infinispan.commons.util.Base64.OutputStream
Deprecated.
Method added by PHIL.
flushCache(Collection<Object>, Address, boolean) - Method in interface org.infinispan.distribution.L1Manager
flushGlobalACLCache() - Method in interface org.infinispan.security.GlobalSecurityManager
Flushes the ACL cache for this node
flushLockTimeout() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
Deprecated.
flushLockTimeout(long) - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
Deprecated.
flushLockTimeout(long) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
Deprecated.
flushLockTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
Deprecated.
flushTo(ConcurrentGlobalContainer) - Method in class org.infinispan.stats.TransactionStatistics
Merges this statistics in the global container.
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.
forEach(Consumer<? super R>) - Method in interface org.infinispan.CacheStream
forEach(SerializableConsumer<? super R>) - Method in interface org.infinispan.CacheStream
forEach(BiConsumer<Cache<K, V>, ? super R>) - Method in interface org.infinispan.CacheStream
forEach(SerializableBiConsumer<Cache<K, V>, ? super R>) - Method in interface org.infinispan.CacheStream
forEach(Consumer<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that applies an operation to all elements of this
traversable.
forEach(T[], Consumer<T>) - Static method in class org.infinispan.commons.util.InfinispanCollections
forEach(SerializableDoubleConsumer) - Method in interface org.infinispan.DoubleCacheStream
forEach(ObjDoubleConsumer<Cache<K, V>>) - Method in interface org.infinispan.DoubleCacheStream
forEach(SerializableObjDoubleConsumer<Cache<K, V>>) - Method in interface org.infinispan.DoubleCacheStream
forEach(SerializableIntConsumer) - Method in interface org.infinispan.IntCacheStream
forEach(ObjIntConsumer<Cache<K, V>>) - Method in interface org.infinispan.IntCacheStream
forEach(SerializableObjIntConsumer<Cache<K, V>>) - Method in interface org.infinispan.IntCacheStream
forEach(SerializableLongConsumer) - Method in interface org.infinispan.LongCacheStream
forEach(ObjLongConsumer<Cache<K, V>>) - Method in interface org.infinispan.LongCacheStream
forEach(SerializableObjLongConsumer<Cache<K, V>>) - Method in interface org.infinispan.LongCacheStream
forEachRemaining(Consumer<? super S>) - Method in class org.infinispan.commons.util.SpliteratorMapper
formatString(Object, Object...) - Static method in class org.infinispan.commons.util.Util
forName(String) - Static method in enum org.infinispan.persistence.jdbc.configuration.Attribute
forName(String) - Static method in enum org.infinispan.persistence.jdbc.configuration.Element
forName(String) - Static method in enum org.infinispan.persistence.jpa.configuration.Attribute
forName(String) - Static method in enum org.infinispan.persistence.jpa.configuration.Element
forName(String) - Static method in enum org.infinispan.persistence.remote.configuration.Attribute
forName(String) - Static method in enum org.infinispan.persistence.remote.configuration.Element
forName(String) - Static method in enum org.infinispan.persistence.rest.configuration.Attribute
forName(String) - Static method in enum org.infinispan.persistence.rest.configuration.Element
ForwardingList <E > - Class in org.infinispan.commons.util
A list which forwards all its method calls to another list.
ForwardingList() - Constructor for class org.infinispan.commons.util.ForwardingList
Constructor for use by subclasses.
Fqn - Class in org.infinispan.tree
A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to
a particular
Node
in a
TreeCache
.
Fqn.Externalizer - Class in org.infinispan.tree
FRAGMENTATION_FACTOR - Static variable in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
fragmentationFactor() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
fragmentationFactor(float) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
The store tries to fit in a new entry into an existing entry from a free entry pool (if one is available)
However, this existing free entry may be quite bigger than what is required to contain the new entry
It may then make sense to split the free entry into two parts:
1.
friendlyCacheModeString() - Method in enum org.infinispan.configuration.cache.CacheMode
from(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.
fromElements(Object...) - Static method in class org.infinispan.tree.Fqn
Retrieves an Fqn that represents the array of elements passed in.
fromList(List<?>) - Static method in class org.infinispan.tree.Fqn
Retrieves an Fqn that represents the list of elements passed in.
fromMultipleRuntimeExceptions(List<RuntimeException>) - Static method in exception org.infinispan.commons.CacheConfigurationException
fromPersistentState(ScopedPersistentState) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
Recreates a ConsistentHash from a previously stored persistent state.
fromRelativeElements(Fqn, Object...) - Static method in class org.infinispan.tree.Fqn
Retrieves an Fqn that represents the array of elements passed in, relative to the base Fqn.
fromRelativeFqn(Fqn, Fqn) - Static method in class org.infinispan.tree.Fqn
Retrieves an Fqn that represents the absolute Fqn of the relative Fqn passed in.
fromRelativeList(Fqn, List<?>) - Static method in class org.infinispan.tree.Fqn
Retrieves an Fqn that represents the List of elements passed in, relative to the base Fqn.
fromString(String) - Method in interface org.infinispan.query.Transformer
fromString(String) - Static method in class org.infinispan.tree.Fqn
Returns a new Fqn from a string, where the elements are deliminated by one or more separator (
Fqn.SEPARATOR
)
characters.
Example use:
function(Converter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
Creates a new
Function
using the provided converter as a basis for the operation.
FUNCTIONAL_ENTRY_VERSION_ADAPTER - Static variable in interface org.infinispan.commons.marshall.Ids
FunctionalMap <K ,V > - Interface in org.infinispan.commons.api.functional
Top level functional map interface offering common functionality for the
read-only, read-write, and write-only operations that can be run against a
functional map asynchronously.
FunctionalMap.ReadOnlyMap <K ,V > - Interface in org.infinispan.commons.api.functional
Exposes read-only operations that can be executed against the functional map.
FunctionalMap.ReadWriteMap <K ,V > - Interface in org.infinispan.commons.api.functional
Exposes read-write operations that can be executed against the functional map.
FunctionalMap.WriteOnlyMap <K ,V > - Interface in org.infinispan.commons.api.functional
Exposes write-only operations that can be executed against the functional map.
FUTURE_MODE_ID - Static variable in class org.infinispan.commons.api.functional.ParamIds
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(K) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
Retrieves the value of the specified key as an
InputStream
.
get() - Method in interface org.infinispan.commons.api.functional.EntryVersion
Get the underlying representation of the entry's version.
get() - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
get() - Method in interface org.infinispan.commons.api.functional.EntryView.ReadEntryView
Returns a non-null value if the key has a value associated with it or
throws
NoSuchElementException
if no value is associated with
the.
get() - Method in interface org.infinispan.commons.api.functional.MetaParam
Returns the value of the meta parameter.
get() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
get() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaLong
get() - Method in enum org.infinispan.commons.api.functional.Param.FutureMode
get() - Method in interface org.infinispan.commons.api.functional.Param
Parameter's value.
get() - Method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
get(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
Deprecated.
get(Object) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
Deprecated.
get(Object) - Method in class org.infinispan.commons.util.ArrayMap
get() - Method in class org.infinispan.commons.util.ByRef.Boolean
get() - Method in class org.infinispan.commons.util.ByRef
get(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the
key.
get(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
get(int) - Method in class org.infinispan.commons.util.ForwardingList
get(Object) - Method in class org.infinispan.commons.util.HopscotchHashMap
get(int) - Method in class org.infinispan.commons.util.ImmutableListCopy
get(int) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
get(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
get() - Method in interface org.infinispan.commons.util.WeakValueHashMap.ValueRef
Get underlying value.
get(int) - Method in class org.infinispan.tree.Fqn
get(K) - Method in interface org.infinispan.tree.Node
Returns the value to which this node maps the specified key.
get(K, Flag...) - Method in interface org.infinispan.tree.Node
get(Fqn, K) - Method in interface org.infinispan.tree.TreeCache
Convenience method that allows for direct access to the data in a
Node
.
get(Fqn, K, Flag...) - Method in interface org.infinispan.tree.TreeCache
get(String, K) - Method in interface org.infinispan.tree.TreeCache
Convenience method that takes a string representation of an Fqn.
get(String, K, Flag...) - Method in interface org.infinispan.tree.TreeCache
getAbsoluteFile() - Method in class org.infinispan.io.GridFile
getAbsolutePath() - Method in class org.infinispan.io.GridFile
getActions() - Method in class org.infinispan.security.CachePermission
getActivationCount() - Method in interface org.infinispan.eviction.ActivationManager
Get number of activations executed.
getActivations() - Method in interface org.infinispan.stats.ClusterCacheStats
getAddress() - Method in class org.infinispan.manager.DefaultCacheManager
getAddress() - Method in interface org.infinispan.manager.EmbeddedCacheManager
getAdvancedCache() - Method in interface org.infinispan.Cache
getAffinitySegmentId() - Method in interface org.infinispan.distribution.ch.AffinityTaggedKey
This numeric id is used exclusively for storage affinity in Infinispan.
getAll(Set<?>) - Method in interface org.infinispan.AdvancedCache
Gets a collection of entries, returning them as
Map
of the values
associated with the set of keys requested.
getAll(Set<? extends K>) - Method in interface org.infinispan.client.hotrod.RemoteCache
Retrieves all of the entries for the provided keys.
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.
getAllMethods(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
Returns a set of Methods that contain the given method annotation.
getAllMethodsShallow(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
Returns a set of Methods that contain the given method annotation.
getAnalyzer(String) - Method in interface org.infinispan.query.SearchManager
Retrieve an analyzer instance by its definition name
getAnalyzer(Class<?>) - Method in interface org.infinispan.query.SearchManager
Retrieves the scoped analyzer for a given class type.
getAncestor(int) - Method in class org.infinispan.tree.Fqn
Obtains an ancestor of the current Fqn.
getAnnotatedFields(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
getAnnotation(Class<?>, Class<T>) - Static method in class org.infinispan.commons.util.ReflectionUtil
Inspects the class passed in for the class level annotation specified.
getAnnotation() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
getAsInputStreamFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
getAsInputStreamFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
getAsURLFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
getAsURLFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
getAsURLsFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
getAsURLsFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
getAsync(K) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #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.
getAsyncInterceptorChain() - Method in interface org.infinispan.AdvancedCache
Allows the modification of the interceptor chain.
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.
getAttribute(ExtendedStatistic) - Method in class org.infinispan.stats.CacheStatisticCollector
getAttribute(ExtendedStatistic) - Method in class org.infinispan.stats.CacheStatisticManager
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 interface org.infinispan.notifications.cachelistener.event.PartitionStatusChangedEvent
The mode the current cluster is in.
getAverageReadTime() - Method in interface org.infinispan.stats.Stats
getAverageRemoveTime() - Method in interface org.infinispan.stats.Stats
getAverageWriteTime() - Method in interface org.infinispan.stats.Stats
getBatchContainer() - Method in interface org.infinispan.AdvancedCache
Returns the component in charge of batching cache operations.
getBooleanProperty(String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
getBooleanProperty(String, boolean, boolean) - Method in class org.infinispan.commons.util.TypedProperties
getBuf() - Method in interface org.infinispan.commons.io.ByteBuffer
Returns the underlying buffer.
getBuf() - Method in class org.infinispan.commons.io.ByteBufferImpl
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 class org.infinispan.commons.marshall.MarshallableTypeHints
getBufferSizePredictor(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
Returns a marshalled payload size predictor for a particular type.
getBulk() - Method in interface org.infinispan.client.hotrod.RemoteCache
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(String, boolean) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
getCache(boolean) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
getCache(String) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
Retrieves a named cache from the remote server if the cache has been
defined, otherwise if the cache name is undefined, it will return null.
getCache(String, 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() - 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, String) - Method in class org.infinispan.manager.DefaultCacheManager
getCache(String, boolean) - Method in class org.infinispan.manager.DefaultCacheManager
getCache(String, String, boolean) - Method in class org.infinispan.manager.DefaultCacheManager
getCache(String, boolean) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Retrieves a named cache from the system in the same way that
CacheContainer.getCache(String)
does except that if offers the possibility for the
named cache not to be retrieved if it has not yet been started, or if
it's been removed after being started.
getCache(String, String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
getCache(String, String, boolean) - Method in interface org.infinispan.manager.EmbeddedCacheManager
getCache() - Method in interface org.infinispan.notifications.cachelistener.event.Event
getCache() - Method in class org.infinispan.persistence.InitializationContextImpl
getCache() - Method in interface org.infinispan.persistence.spi.InitializationContext
getCache() - Method in interface org.infinispan.tree.TreeCache
getCacheConfiguration() - Method in interface org.infinispan.Cache
getCacheConfiguration(String) - Method in class org.infinispan.manager.DefaultCacheManager
getCacheConfiguration(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Returns the configuration for the given cache.
getCacheConfigurationNames() - Method in class org.infinispan.manager.DefaultCacheManager
getCacheConfigurationNames() - Method in interface org.infinispan.manager.EmbeddedCacheManager
This method returns a collection of cache configuration names which contains the
cache configurations that have been defined via XML or programmatically, and the
cache configurations that have been defined at runtime via this cache manager
instance.
getCacheEntry(Object) - Method in interface org.infinispan.AdvancedCache
Retrieves a CacheEntry corresponding to a specific key.
getCacheLoaderLoads() - Method in interface org.infinispan.stats.ClusterCacheStats
getCacheLoaderMisses() - Method in interface org.infinispan.stats.ClusterCacheStats
getCacheManager() - Method in interface org.infinispan.Cache
Retrieves the cache manager responsible for creating this cache instance.
getCacheManager() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.Event
getCacheManager() - Method in interface org.infinispan.security.PrincipalRoleMapperContext
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
getCacheName() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.CacheStartedEvent
getCacheName() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.CacheStoppedEvent
getCacheNames() - Method in class org.infinispan.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.
getCacheTopology() - Method in interface org.infinispan.distribution.DistributionManager
getCacheTopologyInfo() - Method in interface org.infinispan.client.hotrod.RemoteCache
getCacheWithFlags(Cache<K, V>, FlagAffectedCommand) - Method in class org.infinispan.interceptors.base.CommandInterceptor
Deprecated.
getCallable() - Method in interface org.infinispan.distexec.DistributedTask
getCanonicalFile() - Method in class org.infinispan.io.GridFile
getCanonicalPath() - Method in class org.infinispan.io.GridFile
getChild(Fqn) - Method in interface org.infinispan.tree.Node
Returns the child node
getChild(Fqn, Flag...) - Method in interface org.infinispan.tree.Node
getChild(Object) - Method in interface org.infinispan.tree.Node
getChild(Object, Flag...) - Method in interface org.infinispan.tree.Node
getChildren() - Method in interface org.infinispan.tree.Node
Returns an immutable set of children nodes.
getChildren(Flag...) - Method in interface org.infinispan.tree.Node
getChildrenNames() - Method in interface org.infinispan.tree.Node
Returns an immutable set of children node names.
getChildrenNames(Flag...) - Method in interface org.infinispan.tree.Node
getChunkSize() - Method in class org.infinispan.io.GridFile
Guaranteed to be a power of two
getChunkSize() - Method in class org.infinispan.io.GridFile.Metadata
getClassForName(String, ClassLoader) - Static method in class org.infinispan.commons.util.ReflectionUtil
getClassLoader() - Method in interface org.infinispan.AdvancedCache
Returns the cache loader associated associated with this cache.
getClassLoader() - Method in class org.infinispan.commons.marshall.jboss.DefaultContextClassResolver
getClassLoader() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
getClassLoaders(ClassLoader) - Static method in class org.infinispan.commons.util.Util
getCluster() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfiguration
getClusteredQuery(Query, Class<?>...) - Method in interface org.infinispan.query.SearchManager
Experimental!
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
getCodename() - Static method in class org.infinispan.Version
getCollocatedKey(K) - Method in interface org.infinispan.affinity.KeyAffinityService
Returns a key that will be distributed on the same node as the supplied key.
getComponentRegistry() - Method in interface org.infinispan.AdvancedCache
getConfiguration() - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
Retrieves the configuration currently in use.
getConfiguration() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
getConfiguration() - Method in class org.infinispan.persistence.file.SingleFileStore
getConfiguration() - Method in class org.infinispan.persistence.InitializationContextImpl
getConfiguration() - Method in class org.infinispan.persistence.remote.RemoteStore
getConfiguration() - Method in interface org.infinispan.persistence.spi.InitializationContext
getConnectionFactory() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
getConsistentHash() - Method in interface org.infinispan.distribution.DistributionManager
getConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
getConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
getConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
getConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
getContext(String, char[], String, char[]) - Static method in class org.infinispan.commons.util.SslContextFactory
getContext(String, char[], String, char[], String) - Static method in class org.infinispan.commons.util.SslContextFactory
getContext(String, char[], char[], String, char[]) - Static method in class org.infinispan.commons.util.SslContextFactory
getContext(String, char[], char[], String, char[], String) - Static method in class org.infinispan.commons.util.SslContextFactory
getContext(String, char[], char[], String, char[], String, ClassLoader) - Static method in class org.infinispan.commons.util.SslContextFactory
getContinuousQuery(RemoteCache<K, V>) - Static method in class org.infinispan.client.hotrod.Search
getContinuousQuery(Cache<K, V>) - Static method in class org.infinispan.query.Search
getConverter(Object[]) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverterFactory
Retrieves a cache event converter instance from this factory.
getConverter() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
getCoordinator() - Method in class org.infinispan.manager.DefaultCacheManager
getCoordinator() - Method in interface org.infinispan.manager.EmbeddedCacheManager
getCoordinatorAddress() - Method in class org.infinispan.manager.DefaultCacheManager
getCreated() - Method in interface org.infinispan.client.hotrod.Metadata
getCreatedCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
getCurrentNumberOfEntries() - Method in interface org.infinispan.stats.Stats
Returns the number of entries currently in this cache instance.
getCurrentNumberOfEntriesInMemory() - Method in interface org.infinispan.stats.Stats
getCustomInterceptorsBuilder() - Method in class org.infinispan.configuration.cache.AbstractCustomInterceptorsConfigurationChildBuilder
getData() - Method in interface org.infinispan.tree.Node
Returns a map containing the data in this
Node
.
getData(Flag...) - Method in interface org.infinispan.tree.Node
getData(Fqn) - Method in interface org.infinispan.tree.TreeCache
Retrieves a defensively copied data map of the underlying node.
getData(Fqn, Flag...) - Method in interface org.infinispan.tree.TreeCache
getDataContainer() - Method in interface org.infinispan.AdvancedCache
Returns the container where data is stored in the cache.
getDefault() - Static method in enum org.infinispan.client.hotrod.configuration.ClientIntelligence
getDefaultCacheConfiguration() - Method in class org.infinispan.manager.DefaultCacheManager
getDefaultCacheConfiguration() - Method in interface org.infinispan.manager.EmbeddedCacheManager
Returns default configuration for this CacheManager
getDefinedCacheConfigurationNames() - Method in class org.infinispan.manager.DefaultCacheManager
getDefinedCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
getDefinedCacheNames() - Method in class org.infinispan.manager.DefaultCacheManager
getDeltaAwareValueKey() - Method in class org.infinispan.atomic.DeltaCompositeKey
getDistribution(Object) - Method in class org.infinispan.distribution.LocalizedCacheTopology
getDistributionForSegment(int) - Method in class org.infinispan.distribution.LocalizedCacheTopology
getDistributionManager() - Method in interface org.infinispan.AdvancedCache
Retrieves a reference to the
DistributionManager
if the cache is configured
to use Distribution.
getEngine(SSLContext, boolean, boolean) - Static method in class org.infinispan.commons.util.SslContextFactory
getEntries() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent
Retrieves entries being evicted.
getErroneousAttributes() - Method in exception org.infinispan.commons.CacheConfigurationException
Deprecated.
getEventData() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent
Customized event data.
getEvictionManager() - Method in interface org.infinispan.AdvancedCache
getEvictions() - Method in interface org.infinispan.stats.Stats
getExactSizeIfKnown() - Method in class org.infinispan.commons.util.SpliteratorMapper
getExecutor(Properties) - Method in interface org.infinispan.commons.executors.ExecutorFactory
getExecutor(Properties, AccessControlContext) - Method in interface org.infinispan.commons.executors.SecurityAwareExecutorFactory
getExpirationManager() - Method in interface org.infinispan.AdvancedCache
getExpiryTime(InternalMetadata) - Static method in class org.infinispan.persistence.PersistenceUtil
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
getField(String, Class<?>) - Static method in class org.infinispan.commons.util.ReflectionUtil
getFile(String) - Method in class org.infinispan.io.GridFilesystem
Returns the file denoted by pathname.
getFile(String, int) - Method in class org.infinispan.io.GridFilesystem
Returns the file denoted by pathname.
getFile(String, String) - Method in class org.infinispan.io.GridFilesystem
getFile(String, String, int) - Method in class org.infinispan.io.GridFilesystem
getFile(File, String) - Method in class org.infinispan.io.GridFilesystem
getFile(File, String, int) - Method in class org.infinispan.io.GridFilesystem
getFileErrors(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Gets the error messages (caused by parsing, linking, etc) associated to a *.proto schema file.
getFilesWithErrors() - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Get the full names of all registered schema files.
getFilter(Object[]) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterFactory
Retrieves a cache event filter instance from this factory.
getFilter() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
getFilterAnnotations() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
getFilterConverter() - Method in interface org.infinispan.filter.KeyValueFilterConverterFactory
getFilterConverter(Object[]) - Method in interface org.infinispan.filter.ParamKeyValueFilterConverterFactory
getFilterConverter() - Method in interface org.infinispan.filter.ParamKeyValueFilterConverterFactory
getFilterConverter(Object[]) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterFactory
Retrieves a cache event filter and converter instance from this factory.
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
getFqn() - Method in interface org.infinispan.tree.Node
Returns the
Fqn
which represents the location of this
Node
in the cache structure.
getFreeSpace() - Method in class org.infinispan.io.GridFile
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 interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
getGlobalTransaction(Transaction) - Method in interface org.infinispan.transaction.TransactionTable
getGroup(String) - Method in interface org.infinispan.AdvancedCache
It fetches all the keys which belong to the group.
getHashFunction() - Method in interface org.infinispan.distribution.ch.ConsistentHash
getHealth() - Method in class org.infinispan.manager.DefaultCacheManager
getHealth() - Method in interface org.infinispan.manager.EmbeddedCacheManager
Returns an entry point for a Health Check API.
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.DeltaCompositeKey.DeltaCompositeKeyExternalizer
getId() - Method in class org.infinispan.commons.hash.MurmurHash3.Externalizer
getId() - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
getId() - Method in class org.infinispan.commons.marshall.AbstractExternalizer
getId() - Method in interface org.infinispan.commons.marshall.AdvancedExternalizer
Returns an integer that identifies the externalizer type.
getId() - Method in class org.infinispan.commons.marshall.exts.EquivalenceExternalizer
getId() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
getId() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
getId() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
getId() - Method in class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
getId() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
getId() - Method in class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
getId() - Method in class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
getId() - Method in class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
getId() - Method in class org.infinispan.filter.CollectionKeyFilter.Externalizer
getId() - Method in class org.infinispan.filter.CompositeKeyFilter.Externalizer
getId() - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
getId() - Method in class org.infinispan.filter.KeyFilterAsKeyValueFilter.Externalizer
getId() - Method in class org.infinispan.filter.KeyValueFilterAsKeyFilter.Externalizer
getId() - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
getId() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
getId() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
getId() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
getId() - Method in class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter.Externalizer
getId() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
getId() - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
getIdentifier() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
getIgnoredCaches() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
getInput(String) - Method in class org.infinispan.io.GridFilesystem
Opens an InputStream for reading from the file denoted by pathname.