Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
AbstractDelegatingCache.getCacheManager() |
EmbeddedCacheManager |
CacheImpl.getCacheManager() |
EmbeddedCacheManager |
Cache.getCacheManager()
Retrieves the cache manager responsible for creating this cache instance.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextFactory invocationContextFactory,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
InfinispanExtension.InstalledCacheManager.getCacheManager() |
EmbeddedCacheManager |
DefaultEmbeddedCacheManagerProducer.getDefaultEmbeddedCacheManager(javax.enterprise.inject.Instance<EmbeddedCacheManager> providedDefaultEmbeddedCacheManager,
Configuration defaultConfiguration)
Produces the default embedded cache manager.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
DefaultEmbeddedCacheManagerProducer.getDefaultEmbeddedCacheManager(javax.enterprise.inject.Instance<EmbeddedCacheManager> providedDefaultEmbeddedCacheManager,
Configuration defaultConfiguration)
Produces the default embedded cache manager.
|
void |
InfinispanExtension.registerCacheConfigurations(CacheManagerEventBridge eventBridge,
javax.enterprise.inject.Instance<EmbeddedCacheManager> cacheManagers,
javax.enterprise.inject.spi.BeanManager beanManager) |
Modifier and Type | Method and Description |
---|---|
void |
Log.cacheConfigurationDefined(String cacheName,
EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
void |
Interpreter.initialize(EmbeddedCacheManager cacheManager,
TimeService timeService) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
Session.getCacheManager()
Obtains the CacheManager to which this session is attached
|
EmbeddedCacheManager |
SessionImpl.getCacheManager() |
Constructor and Description |
---|
SessionImpl(CodecRegistry codecRegistry,
EmbeddedCacheManager cacheManager,
String id,
TimeService timeService) |
Modifier and Type | Method and Description |
---|---|
void |
CreateCacheCommand.init(EmbeddedCacheManager cacheManager) |
void |
RemoteCommandsFactory.inject(EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry,
Map<Byte,ModuleCommandFactory> commandFactories) |
Constructor and Description |
---|
RemoveCacheCommand(String cacheName,
EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry,
PersistenceManager persistenceManager) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
CacheBuilder.getCacheManager() |
Modifier and Type | Method and Description |
---|---|
void |
MapReduceManagerImpl.init(EmbeddedCacheManager cacheManager,
PersistenceManager persistenceManager,
ExecutorService asyncTransportExecutor,
ClusteringDependentLogic cdl,
TimeService timeService,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
CacheBuilder.getCacheManager() |
Constructor and Description |
---|
GlobalComponentRegistry(GlobalConfiguration configuration,
EmbeddedCacheManager cacheManager,
Set<String> createdCaches)
Creates an instance of the component registry.
|
Modifier and Type | Field and Description |
---|---|
protected EmbeddedCacheManager |
BaseCustomInterceptor.embeddedCacheManager |
Modifier and Type | Method and Description |
---|---|
void |
ClusteringDependentLogic.LocalLogic.init(EmbeddedCacheManager cacheManager) |
Constructor and Description |
---|
JCacheManager(URI uri,
EmbeddedCacheManager cacheManager,
javax.cache.spi.CachingProvider provider) |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheManager
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingEmbeddedCacheManager
This is a convenient base class for implementing a cache manager delegate.
|
class |
DefaultCacheManager
|
Modifier and Type | Field and Description |
---|---|
protected EmbeddedCacheManager |
AbstractDelegatingEmbeddedCacheManager.cm |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
DefaultCacheManager.startCaches(String... cacheNames) |
EmbeddedCacheManager |
EmbeddedCacheManager.startCaches(String... cacheNames)
Starts a set of caches in parallel.
|
EmbeddedCacheManager |
AbstractDelegatingEmbeddedCacheManager.startCaches(String... cacheNames) |
Constructor and Description |
---|
AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager cm) |
Modifier and Type | Method and Description |
---|---|
void |
CacheManagerNotifierImpl.injectCacheManager(EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
EventImpl.getCacheManager() |
EmbeddedCacheManager |
Event.getCacheManager() |
Modifier and Type | Method and Description |
---|---|
void |
EventImpl.setCacheManager(EmbeddedCacheManager cacheManager) |
Constructor and Description |
---|
EventImpl(String cacheName,
EmbeddedCacheManager cacheManager,
Event.Type type,
List<Address> newMemberList,
List<Address> oldMemberList,
Address localAddress,
int viewId) |
Constructor and Description |
---|
SearchableCacheConfiguration(Class<?>[] classArray,
Properties properties,
EmbeddedCacheManager uninitializedCacheManager,
ComponentRegistry cr) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
CommandInitializer.getCacheManager() |
Modifier and Type | Method and Description |
---|---|
void |
CommandInitializer.setCacheManager(EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
static org.infinispan.protostream.SerializationContext |
ProtobufMetadataManager.getSerializationContext(EmbeddedCacheManager cacheManager) |
protected void |
CompatibilityProtoStreamMarshaller.injectDependencies(EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterRegistryImpl.init(EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
static EmbeddedCacheManager |
ServerBootstrap.getCacheManager(ServletContext ctx) |
EmbeddedCacheManager |
ManagerInstance.getInstance() |
Modifier and Type | Method and Description |
---|---|
static void |
ServerBootstrap.setCacheManager(ServletContext ctx,
EmbeddedCacheManager cacheManager) |
Constructor and Description |
---|
ManagerInstance(EmbeddedCacheManager instance) |
Modifier and Type | Method and Description |
---|---|
protected EmbeddedCacheManager |
AbstractProtocolServer.cacheManager() |
EmbeddedCacheManager |
AbstractProtocolServer.getCacheManager() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProtocolServer.start(org.infinispan.server.core.ProtocolServer.SuitableConfiguration configuration,
EmbeddedCacheManager cacheManager) |
void |
ProtocolServer.start(org.infinispan.server.core.ProtocolServer.SuitableConfiguration configuration,
EmbeddedCacheManager cacheManager)
Starts the server backed by the given cache manager and with the corresponding configuration.
|
protected void |
AbstractProtocolServer.startInternal(org.infinispan.server.core.ProtocolServer.SuitableConfiguration configuration,
EmbeddedCacheManager cacheManager) |
Constructor and Description |
---|
NettyTransport(ProtocolServer server,
LifecycleChannelPipelineFactory pipeline,
InetSocketAddress address,
ProtocolServerConfiguration configuration,
String threadNamePrefix,
EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
Cache<byte[],byte[]> |
HotRodServer.getCacheInstance(String cacheName,
EmbeddedCacheManager cacheManager,
boolean skipCacheCheck) |
void |
HotRodServer.startInternal(HotRodServerConfiguration configuration,
EmbeddedCacheManager cacheManager) |
abstract void |
AbstractVersionedEncoder.writeResponse(Response r,
org.jboss.netty.buffer.ChannelBuffer buf,
EmbeddedCacheManager cacheManager,
HotRodServer server)
Write operation response using the given channel buffer
|
void |
AbstractEncoder1x.writeResponse(Response r,
org.jboss.netty.buffer.ChannelBuffer buf,
EmbeddedCacheManager cacheManager,
HotRodServer server) |
Constructor and Description |
---|
HotRodDecoder(EmbeddedCacheManager cacheManager,
NettyTransport transport,
HotRodServer server) |
HotRodEncoder(EmbeddedCacheManager cacheManager,
HotRodServer server) |
Modifier and Type | Method and Description |
---|---|
void |
MemcachedServer.startInternal(MemcachedServerConfiguration configuration,
EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketServer.startInternal(ProtocolServerConfiguration configuration,
EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
protected EmbeddedCacheManager |
AbstractEmbeddedCacheManagerFactory.createBackingEmbeddedCacheManager() |
protected EmbeddedCacheManager |
AbstractEmbeddedCacheManagerFactory.createCacheManager(GlobalConfigurationBuilder globalBuilder,
ConfigurationBuilder builder) |
protected EmbeddedCacheManager |
AbstractEmbeddedCacheManagerFactory.createCacheManager(InputStream is) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
SpringEmbeddedCacheManager.getNativeCacheManager()
Return the
that backs this
CacheManager . |
Constructor and Description |
---|
SpringEmbeddedCacheManager(EmbeddedCacheManager nativeCacheManager) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
InfinispanEmbeddedCacheManagerFactoryBean.getObject() |
Modifier and Type | Method and Description |
---|---|
Class<? extends EmbeddedCacheManager> |
InfinispanEmbeddedCacheManagerFactoryBean.getObjectType() |
Modifier and Type | Method and Description |
---|---|
void |
InfinispanNamedEmbeddedCacheFactoryBean.setInfinispanEmbeddedCacheManager(EmbeddedCacheManager infinispanEmbeddedCacheManager)
Sets the
to be used for creating our
instance. |
Modifier and Type | Field and Description |
---|---|
EmbeddedCacheManager |
BackupReceiverRepositoryImpl.cacheManager |
Modifier and Type | Method and Description |
---|---|
void |
BackupReceiverRepositoryImpl.setup(EmbeddedCacheManager cacheManager) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.