Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.distexec.mapreduce | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.interceptors.locking | |
org.infinispan.manager |
Cache manager package
|
org.infinispan.notifications.cachemanagerlistener |
CacheManager -specific notifications and eventing. |
org.infinispan.notifications.cachemanagerlistener.event | |
org.infinispan.query.backend | |
org.infinispan.query.impl | |
org.infinispan.registry | |
org.infinispan.xsite |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
Cache.getCacheManager()
Retrieves the cache manager responsible for creating this cache instance.
|
EmbeddedCacheManager |
AbstractDelegatingCache.getCacheManager() |
EmbeddedCacheManager |
CacheImpl.getCacheManager() |
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 |
---|---|
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 |
---|---|
void |
MapReduceManagerImpl.init(EmbeddedCacheManager cacheManager,
PersistenceManager persistenceManager,
ExecutorService asyncTransportExecutor,
ClusteringDependentLogic cdl,
TimeService timeService,
Configuration configuration) |
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) |
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 |
AbstractDelegatingEmbeddedCacheManager.startCaches(String... cacheNames) |
EmbeddedCacheManager |
EmbeddedCacheManager.startCaches(String... cacheNames)
Starts a set of caches in parallel.
|
EmbeddedCacheManager |
DefaultCacheManager.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 |
Event.getCacheManager() |
EmbeddedCacheManager |
EventImpl.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 |
---|---|
void |
ClusterRegistryImpl.init(EmbeddedCacheManager cacheManager) |
Modifier and Type | Field and Description |
---|---|
EmbeddedCacheManager |
BackupReceiverRepositoryImpl.cacheManager |
Modifier and Type | Method and Description |
---|---|
void |
BackupReceiverRepositoryImpl.setup(EmbeddedCacheManager cacheManager) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.