Package | Description |
---|---|
org.infinispan.container |
Data containers which store cache entries.
|
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.locking |
Modifier and Type | Class and Description |
---|---|
class |
EntryFactoryImpl
EntryFactory implementation to be used for optimistic locking scheme. |
class |
IncrementalVersionableEntryFactoryImpl
An entry factory that is capable of dealing with SimpleClusteredVersions.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryWrappingInterceptor.init(EntryFactory entryFactory,
DataContainer dataContainer,
ClusteringDependentLogic cll,
CommandsFactory commandFactory) |
protected void |
CacheLoaderInterceptor.injectDependencies(CacheLoaderManager clm,
EntryFactory entryFactory,
CacheNotifier notifier) |
void |
DistributionInterceptor.injectDependencies(DistributionManager distributionManager,
StateTransferLock stateTransferLock,
CommandsFactory cf,
DataContainer dataContainer,
EntryFactory entryFactory,
L1Manager l1Manager,
LockManager lockManager) |
Modifier and Type | Method and Description |
---|---|
void |
OptimisticLockingInterceptor.setDependencies(EntryFactory entryFactory) |
void |
AbstractLockingInterceptor.setDependencies(LockManager lockManager,
DataContainer dataContainer,
EntryFactory entryFactory,
ClusteringDependentLogic cll) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.