Modifier and Type | Field and Description |
---|---|
protected Configuration |
AbstractNodeFactory.configuration |
protected Configuration |
RegionManagerImpl.configuration |
Modifier and Type | Method and Description |
---|---|
Configuration |
Region.getCacheConfiguration() |
Configuration |
RegionImpl.getCacheConfiguration() |
Configuration |
RegionManagerImpl.getConfiguration() |
Configuration |
RegionManager.getConfiguration() |
Configuration |
Cache.getConfiguration()
Retrieves the configuration of this cache.
|
Modifier and Type | Method and Description |
---|---|
protected CacheSPI<K,V> |
DefaultCacheFactory.createAndWire(Configuration configuration) |
protected Cache<Object,Object> |
CacheManagerImpl.createCache(Configuration config)
Extension point for subclasses, where we actually use a
CacheFactory to create a cache. |
Cache<K,V> |
CacheFactory.createCache(Configuration configuration)
Creates a
Cache instance based on a Configuration passed in. |
Cache<K,V> |
DefaultCacheFactory.createCache(Configuration configuration)
This implementation clones the configuration passed in before using it.
|
Cache<K,V> |
CacheFactory.createCache(Configuration configuration,
boolean start)
Creates
Cache instance, and optionally starts it, based on a Configuration passed in. |
Cache<K,V> |
DefaultCacheFactory.createCache(Configuration configuration,
boolean start)
This implementation clones the configuration passed in before using it.
|
void |
AbstractNodeFactory.injectDependencies(CacheSPI<K,V> cache,
Configuration configuration,
InvocationContextContainer invocationContextContainer,
InterceptorChain interceptorChain,
CommandsFactory commandsFactory) |
void |
RegionManagerImpl.injectDependencies(CacheSPI cache,
Configuration configuration,
RPCManager rpcManager,
LockManager lockManager,
BuddyFqnTransformer transformer,
RegionRegistry regionsRegistry) |
void |
DataContainerImpl.injectDependencies(NodeFactory nodeFactory,
LockManager lockManager,
BuddyFqnTransformer transformer,
Configuration configuration) |
void |
RPCManagerImpl.setupDependencies(ChannelMessageListener messageListener,
Configuration configuration,
Notifier notifier,
CacheSPI spi,
Marshaller marshaller,
TransactionTable txTable,
TransactionManager txManager,
InvocationContextContainer container,
InterceptorChain interceptorChain,
ComponentRegistry componentRegistry,
LockManager lockManager) |
Modifier and Type | Method and Description |
---|---|
void |
BuddyManager.injectDependencies(CacheSPI cache,
Configuration configuration,
RegionManager regionManager,
StateTransferManager stateTransferManager,
RPCManager rpcManager,
Notifier notifier,
CommandsFactory factory,
DataContainer dataContainer,
BuddyFqnTransformer transformer) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
CommandsFactoryImpl.configuration |
Modifier and Type | Method and Description |
---|---|
void |
CommandsFactoryImpl.initialize(RPCManager rpc,
DataContainer dataContainer,
Notifier notifier,
BuddyManager buddyManager,
InterceptorChain invoker,
TransactionTable transactionTable,
CacheSPI cacheSpi,
Configuration configuration,
TransactionManager txManager,
BuddyFqnTransformer buddyFqnTransformer) |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.clone() |
Configuration |
XmlParsingConfigurationRegistry.getConfiguration(String configName) |
Configuration |
ConfigurationRegistry.getConfiguration(String configName)
Gets a
clone of the Configuration
registered under the given name. |
Modifier and Type | Method and Description |
---|---|
void |
XmlParsingConfigurationRegistry.registerConfiguration(String configName,
Configuration config) |
void |
ConfigurationRegistry.registerConfiguration(String configName,
Configuration config)
Register the given configuration under the given name.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
XmlConfigurationParser2x.parseConfiguration(Element configurationRoot)
Deprecated.
|
Configuration |
XmlConfigurationParser.parseElement(Element root)
Root should be the jbosscache element in the configuration file.
|
Configuration |
XmlConfigurationParser.parseElementIgnoringRoot(Element root) |
Configuration |
XmlConfigurationParser2x.parseFile(String filename)
Deprecated.
Parses an XML file and returns a new configuration.
|
Configuration |
XmlConfigurationParser.parseFile(String filename)
Parses an XML file and returns a new configuration.
|
Configuration |
XmlConfigurationParser2x.parseStream(InputStream stream)
Deprecated.
Parses an input stream containing XML text and returns a new configuration.
|
Configuration |
XmlConfigurationParser.parseStream(InputStream configStream)
Similar to
XmlConfigurationParser.parseFile(String) , just that it does not create the input stream. |
Modifier and Type | Method and Description |
---|---|
Map<String,Configuration> |
CacheConfigsXmlParser.parseConfigs(InputStream stream,
String fileName) |
Map<String,Configuration> |
CacheConfigsXmlParser.parseConfigs(String fileName) |
Modifier and Type | Method and Description |
---|---|
protected void |
XmlConfigurationParser2x.setXmlValues(Configuration conf,
Map<String,Element> attribs)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Configuration |
BaseEvictionAlgorithm.configuration |
Modifier and Type | Method and Description |
---|---|
void |
BaseEvictionAlgorithm.assignToRegion(Fqn fqn,
CacheSPI<?,?> cache,
EvictionAlgorithmConfig evictionAlgorithmConfig,
Configuration configuration) |
void |
EvictionAlgorithm.assignToRegion(Fqn fqn,
CacheSPI<?,?> cache,
EvictionAlgorithmConfig evictionAlgorithmConfig,
Configuration configuration)
Assigns the algorithm instance to a specific region.
|
void |
NullEvictionAlgorithm.assignToRegion(Fqn fqn,
CacheSPI<?,?> cache,
EvictionAlgorithmConfig evictionAlgorithmConfig,
Configuration configuration) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
ComponentFactory.configuration |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
ComponentRegistry.getConfiguration()
Retrieves the configuration component.
|
Modifier and Type | Method and Description |
---|---|
static InterceptorChainFactory |
InterceptorChainFactory.getInstance(ComponentRegistry componentRegistry,
Configuration configuration) |
Constructor and Description |
---|
BootstrapFactory(CacheSPI cacheSPI,
Configuration configuration,
ComponentRegistry componentRegistry) |
ComponentFactory(ComponentRegistry componentRegistry,
Configuration configuration)
Constructs a new ComponentFactory.
|
ComponentRegistry(Configuration configuration,
CacheSPI cache)
Creates an instance of the component registry.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LegacyCacheLoaderInterceptor.injectDependencies(TransactionTable txTable,
CacheLoaderManager clm,
Configuration configuration,
DataContainer dataContainer,
LockManager lockManager,
Notifier notifier,
BuddyFqnTransformer buddyFqnTransformer)
Deprecated.
|
protected void |
CacheLoaderInterceptor.injectDependencies(TransactionTable txTable,
CacheLoaderManager clm,
Configuration configuration,
DataContainer dataContainer,
Notifier notifier,
MVCCNodeHelper helper,
BuddyFqnTransformer buddyFqnTransformer) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
CommandInterceptor.configuration |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
AbstractInvocationDelegate.configuration |
Modifier and Type | Method and Description |
---|---|
Configuration |
CacheInvocationDelegate.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInvocationDelegate.initialize(Configuration configuration,
InvocationContextContainer invocationContextContainer,
ComponentRegistry componentRegistry,
InterceptorChain interceptorChain)
Used by the interceptor chain factory to inject dependencies.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
CacheJmxWrapperMBean.getConfiguration() |
Configuration |
CacheJmxWrapper.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
static String |
JmxUtil.getDefaultCacheObjectName(Configuration config,
String cacheImplClass)
Deprecated.
|
void |
CacheJmxWrapper.setConfiguration(Configuration config)
Sets the configuration that the underlying cache should use.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheLoaderManager.injectDependencies(CacheSPI cache,
Configuration configuration,
RegionManager regionManager,
ComponentRegistry registry) |
void |
CacheLoaderManager.setConfig(CacheLoaderConfig config,
CacheSPI cache,
Configuration configuration)
Sets a configuration object and creates a cacheloader accordingly.
|
Modifier and Type | Field and Description |
---|---|
protected Configuration |
AbstractLockManager.configuration |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLockManager.injectConfiguration(Configuration configuration) |
void |
LockStrategyFactory.injectDependencies(Configuration configuration) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
AbstractMarshaller.configuration |
Modifier and Type | Method and Description |
---|---|
void |
MVCCNodeHelper.injectDependencies(DataContainer dataContainer,
NodeFactory nodeFactory,
LockManager lockManager,
Configuration configuration) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
DefaultStateTransferManager.configuration |
Modifier and Type | Method and Description |
---|---|
void |
DefaultStateTransferIntegrator.inject(CacheSPI<?,?> cache,
Configuration cfg,
RPCManager rpcManager,
TransactionLog txLog,
InvocationContextContainer container,
InterceptorChain chain,
ComponentRegistry registry,
CommandsFactory commandsFactory) |
void |
LegacyStateTransferIntegrator.inject(CacheSPI<?,?> cache,
NodeFactory nodefactory,
Configuration cfg)
Deprecated.
|
void |
DefaultStateTransferGenerator.inject(CacheSPI cache,
RPCManager rpcManager,
Configuration configuration,
TransactionLog txLog) |
void |
DefaultStateTransferManager.injectDependencies(CacheSPI cache,
Marshaller marshaller,
RegionManager regionManager,
Configuration configuration,
CacheLoaderManager cacheLoaderManager,
StateTransferIntegrator integrator,
StateTransferGenerator generator) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.