Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.lifecycle |
Component lifecycle.
|
org.infinispan.manager |
Cache manager package
|
org.infinispan.multimap.api.embedded |
Embedded Multimap API.
|
org.infinispan.stats |
Cache statistics.
|
org.infinispan.transaction.lookup |
Interfaces and implementations of lookup classes to locate and/or instantiate JTA
TransactionManager s. |
Modifier and Type | Method and Description |
---|---|
Configuration |
Cache.getCacheConfiguration() |
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationChildBuilder.build() |
Configuration |
ConfigurationBuilder.build() |
Configuration |
ConfigurationBuilder.build(boolean validate) |
Configuration |
ConfigurationBuilder.build(GlobalConfiguration globalConfiguration) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Configurations.hasSharedCacheLoaderOrWriter(Configuration configuration) |
static boolean |
Configurations.isExceptionBasedEviction(Configuration cfg) |
static boolean |
Configurations.isOnePhaseCommit(Configuration cfg) |
static boolean |
Configurations.isOnePhaseTotalOrderCommit(Configuration cfg) |
static boolean |
Configurations.isSecondPhaseAsync(Configuration cfg) |
static boolean |
Configurations.isTxVersioned(Configuration cfg) |
static boolean |
Configurations.isVersioningEnabled(Configuration cfg) |
boolean |
Configuration.matches(Configuration other) |
static boolean |
Configurations.noDataLossOnJoiner(Configuration configuration) |
ConfigurationBuilder |
ConfigurationBuilder.read(Configuration template) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
CommandInterceptor.cacheConfiguration
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandInterceptor.injectConfiguration(Configuration configuration,
AsyncInterceptorChain interceptorChain)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleLifecycle.cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName) |
void |
AbstractModuleLifecycle.cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName) |
Modifier and Type | Method and Description |
---|---|
Configuration |
EmbeddedCacheManager.defineConfiguration(String cacheName,
Configuration configuration)
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).
|
Configuration |
DefaultCacheManager.defineConfiguration(String name,
Configuration configuration) |
Configuration |
EmbeddedCacheManager.defineConfiguration(String cacheName,
String templateCacheName,
Configuration configurationOverride)
Defines a named cache's configuration using by first reading the template configuration and then applying
the override afterwards to generate a configuration.
|
Configuration |
DefaultCacheManager.defineConfiguration(String name,
String template,
Configuration configurationOverride) |
Configuration |
EmbeddedCacheManager.getCacheConfiguration(String name)
Returns the configuration for the given cache.
|
Configuration |
DefaultCacheManager.getCacheConfiguration(String name) |
Configuration |
EmbeddedCacheManager.getDefaultCacheConfiguration()
Returns default configuration for this CacheManager
|
Configuration |
DefaultCacheManager.getDefaultCacheConfiguration() |
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
EmbeddedCacheManagerAdmin.createCache(String name,
Configuration configuration)
Creates a cache across the cluster.
|
<K,V> Cache<K,V> |
EmbeddedCacheManager.createCache(String name,
Configuration configuration)
Creates a cache on the local node using the supplied configuration.
|
<K,V> Cache<K,V> |
DefaultCacheManagerAdmin.createCache(String cacheName,
Configuration configuration) |
<K,V> Cache<K,V> |
DefaultCacheManager.createCache(String name,
Configuration configuration) |
Configuration |
EmbeddedCacheManager.defineConfiguration(String cacheName,
Configuration configuration)
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).
|
Configuration |
DefaultCacheManager.defineConfiguration(String name,
Configuration configuration) |
Configuration |
EmbeddedCacheManager.defineConfiguration(String cacheName,
String templateCacheName,
Configuration configurationOverride)
Defines a named cache's configuration using by first reading the template configuration and then applying
the override afterwards to generate a configuration.
|
Configuration |
DefaultCacheManager.defineConfiguration(String name,
String template,
Configuration configurationOverride) |
<K,V> Cache<K,V> |
EmbeddedCacheManagerAdmin.getOrCreateCache(String name,
Configuration configuration)
Retrieves an existing cache or creates one across the cluster using the specified configuration.
|
<K,V> Cache<K,V> |
DefaultCacheManagerAdmin.getOrCreateCache(String cacheName,
Configuration configuration) |
Constructor and Description |
---|
DefaultCacheManager(Configuration defaultConfiguration)
Constructs and starts a new instance of the CacheManager, using the default configuration passed in.
|
DefaultCacheManager(Configuration defaultConfiguration,
boolean start)
Constructs a new instance of the CacheManager, using the default configuration passed in.
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
Configuration defaultConfiguration)
Constructs and starts a new instance of the CacheManager, using the global and default configurations passed in.
|
DefaultCacheManager(GlobalConfiguration globalConfiguration,
Configuration defaultConfiguration,
boolean start)
Constructs a new instance of the CacheManager, using the global and default configurations passed in.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
MultimapCacheManager.defineConfiguration(String name,
Configuration configuration)
Defines a named multimap cache's configuration by using the provided configuration
If this cache was already configured either declaritively or programmatically this method will throw a
CacheConfigurationException . |
Modifier and Type | Method and Description |
---|---|
Configuration |
MultimapCacheManager.defineConfiguration(String name,
Configuration configuration)
Defines a named multimap cache's configuration by using the provided configuration
If this cache was already configured either declaritively or programmatically this method will throw a
CacheConfigurationException . |
Constructor and Description |
---|
CacheStatisticManager(Configuration configuration,
TimeService timeService) |
Modifier and Type | Method and Description |
---|---|
void |
JBossStandaloneJTAManagerLookup.init(Configuration configuration)
Deprecated.
Use
JBossStandaloneJTAManagerLookup.init(org.infinispan.configuration.global.GlobalConfiguration)
instead since Configuration has no
access to classloader any more. |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.