Uses of Interface
org.infinispan.commons.configuration.attributes.Matchable
Packages that use Matchable
Package
Description
Commons package providing various utility classes
Cache
configurationEmbeddedCacheManager
configurationConsistent Hash interfaces
Common configuration for JDBC cache stores.
Configuration for the JDBC CacheStore.
Configuration for
RemoteStore
.Configuration for
RocksDBStore
.Configuration for
NonBlockingSoftIndexFileStore
.REST Server Configuration API
Core Server Configuration API
HotRod Server Configuration API
Memcached Server Configuration API
Resp Protocol Server Configuration API
-
Uses of Matchable in org.infinispan.commons.configuration.attributes
Classes in org.infinispan.commons.configuration.attributes that implement MatchableModifier and TypeClassDescriptionfinal class
Attribute<T>
Attribute.class
AttributeSet is a container forAttribute
s.class
ConfigurationElement<T extends ConfigurationElement>
An abstract class which represents a configuration element, with attributes and child elements. -
Uses of Matchable in org.infinispan.commons.util
Classes in org.infinispan.commons.util that implement Matchable -
Uses of Matchable in org.infinispan.configuration.cache
Classes in org.infinispan.configuration.cache that implement MatchableModifier and TypeClassDescriptionclass
Abstract store configuration that should be extended when the store configuration supports being segmented.class
AbstractStoreConfiguration<T extends StoreConfiguration>
class
Configuration for the async cache store.class
AuthorizationConfiguration.class
class
Defines the remote caches for which this cache acts as a backup.class
Defines clustered characteristics of the cache.class
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.class
class
class
final class
Controls encoding configuration for keys and values in the cache.class
Controls the default expiration settings for entries in the cache.class
Configuration for various grouper definitions.class
Allows fine-tuning of rehashing characteristics.class
Configures indexing of entries in the cache for searching.class
class
class
class
class
class
Configures the L1 cache behavior in 'distributed' caches instances.class
Defines the local, in-VM locking and concurrency characteristics of the cache.class
Controls the memory storage configuration for the cache.class
Controls how the cache handles partitioning and/or multiple node failures.class
Configuration for stores.class
Configures query options and defaultsclass
Defines recovery configuration for the cache.class
SecurityConfiguration.class
Defines the configuration for the single file cache store.class
class
Configures how state is retrieved when a new cache joins the cluster.class
Determines whether cache statistics are gathered.class
class
class
Defines transactional (JTA) characteristics of the cache.class
Controls certain tuning parameters that may break some of Infinispan's public API contracts in exchange for better performance in some cases.class
Configuration needed for State Transfer between different sites. -
Uses of Matchable in org.infinispan.configuration.global
Classes in org.infinispan.configuration.global that implement Matchable -
Uses of Matchable in org.infinispan.configuration.parsing
Classes in org.infinispan.configuration.parsing that implement Matchable -
Uses of Matchable in org.infinispan.counter.configuration
Classes in org.infinispan.counter.configuration that implement MatchableModifier and TypeClassDescriptionclass
TheCounterManager
configuration. -
Uses of Matchable in org.infinispan.distribution.ch
Subinterfaces of Matchable in org.infinispan.distribution.ch -
Uses of Matchable in org.infinispan.distribution.ch.impl
Classes in org.infinispan.distribution.ch.impl that implement MatchableModifier and TypeClassDescriptionclass
Key partitioner that maps keys to segments using information contained inAffinityTaggedKey
.class
Key partitioner that computes a key's segment based on a hash function.class
Implementation ofHashFunctionPartitioner
usingCRC16
for use with RESP.class
KeyPartitioner that always returns 0 for a given segment. -
Uses of Matchable in org.infinispan.distribution.group.impl
Classes in org.infinispan.distribution.group.impl that implement MatchableModifier and TypeClassDescriptionclass
Key partitioner that usesGroup
annotations to map grouped keys to the same segment. -
Uses of Matchable in org.infinispan.persistence.jdbc.common.configuration
Classes in org.infinispan.persistence.jdbc.common.configuration that implement MatchableModifier and TypeClassDescriptionclass
AbstractJdbcStoreConfiguration<T extends AbstractJdbcStoreConfiguration<T>>
class
ManagedConnectionFactoryConfiguration. -
Uses of Matchable in org.infinispan.persistence.jdbc.configuration
Classes in org.infinispan.persistence.jdbc.configuration that implement Matchable -
Uses of Matchable in org.infinispan.persistence.remote.configuration
Classes in org.infinispan.persistence.remote.configuration that implement MatchableModifier and TypeClassDescriptionclass
AuthenticationConfiguration.class
class
class
class
class
SecurityConfiguration.class
SslConfiguration.class
-
Uses of Matchable in org.infinispan.persistence.remote.configuration.global
Classes in org.infinispan.persistence.remote.configuration.global that implement Matchable -
Uses of Matchable in org.infinispan.persistence.rocksdb.configuration
Classes in org.infinispan.persistence.rocksdb.configuration that implement MatchableModifier and TypeClassDescriptionclass
class
-
Uses of Matchable in org.infinispan.persistence.sifs.configuration
Classes in org.infinispan.persistence.sifs.configuration that implement MatchableModifier and TypeClassDescriptionclass
class
class
-
Uses of Matchable in org.infinispan.persistence.sql.configuration
Classes in org.infinispan.persistence.sql.configuration that implement MatchableModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matchable in org.infinispan.rest.configuration
Classes in org.infinispan.rest.configuration that implement MatchableModifier and TypeClassDescriptionclass
class
class
AuthenticationConfiguration.class
-
Uses of Matchable in org.infinispan.server.core.configuration
Classes in org.infinispan.server.core.configuration that implement MatchableModifier and TypeClassDescriptionclass
class
ProtocolServerConfiguration<T extends ProtocolServerConfiguration,
A extends AuthenticationConfiguration> ServerConfiguration.class
class
class
SslConfiguration. -
Uses of Matchable in org.infinispan.server.hotrod.configuration
Classes in org.infinispan.server.hotrod.configuration that implement MatchableModifier and TypeClassDescriptionclass
class
-
Uses of Matchable in org.infinispan.server.memcached.configuration
Classes in org.infinispan.server.memcached.configuration that implement MatchableModifier and TypeClassDescriptionclass
AuthenticationConfiguration.class
MemcachedServerConfiguration.class
-
Uses of Matchable in org.infinispan.server.resp.configuration
Classes in org.infinispan.server.resp.configuration that implement MatchableModifier and TypeClassDescriptionclass
RespAuthenticationConfiguration.class
RespServerConfiguration.