Package | Description |
---|---|
org.hibernate.cache.infinispan | |
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.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.manager |
Cache manager package
|
org.infinispan.notifications.cachemanagerlistener |
CacheManager -specific notifications and eventing. |
org.infinispan.notifications.cachemanagerlistener.event | |
org.infinispan.remoting |
Remote communication between cache instances.
|
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
Modifier and Type | Method and Description |
---|---|
protected EmbeddedCacheManager |
JndiInfinispanRegionFactory.createCacheManager(Properties properties) |
protected EmbeddedCacheManager |
InfinispanRegionFactory.createCacheManager(Properties properties) |
EmbeddedCacheManager |
InfinispanRegionFactory.getCacheManager() |
Modifier and Type | Method and Description |
---|---|
void |
InfinispanRegionFactory.setCacheManager(EmbeddedCacheManager manager) |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
CacheImpl.getCacheManager() |
EmbeddedCacheManager |
Cache.getCacheManager()
Retrieves the cache manager responsible for creating this cache instance.
|
EmbeddedCacheManager |
AbstractDelegatingCache.getCacheManager() |
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
ResponseGenerator responseGenerator,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
StateTransferManager stateTransferManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteCommandsFactory.inject(EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry,
Map<Byte,ModuleCommandFactory> commandFactories) |
Constructor and Description |
---|
RemoveCacheCommand(String cacheName,
EmbeddedCacheManager cacheManager,
GlobalComponentRegistry registry) |
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 | 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 |
EmbeddedCacheManager.startCaches(String... cacheNames)
Starts a set of caches in parallel.
|
EmbeddedCacheManager |
DefaultCacheManager.startCaches(String... cacheNames) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr,
EmbeddedCacheManager embeddedCacheManager,
Transport transport,
GlobalConfiguration globalConfiguration,
CacheViewsManager cacheViewsManager) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionTable.initialize(RpcManager rpcManager,
Configuration configuration,
InvocationContextContainer icc,
InterceptorChain invoker,
CacheNotifier notifier,
TransactionFactory gtf,
EmbeddedCacheManager cm,
TransactionCoordinator txCoordinator,
TransactionSynchronizationRegistry transactionSynchronizationRegistry,
CommandsFactory commandsFactory,
ClusteringDependentLogic clusteringDependentLogic) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionFactory.init(Configuration configuration,
EmbeddedCacheManager cm,
RpcManager rpcManager) |
Constructor and Description |
---|
ClusterIdGenerator(EmbeddedCacheManager cm,
Transport transport) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.