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.distribution | |
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 | Field and Description |
---|---|
protected EntryFactory |
CacheLoaderInterceptor.entryFactory |
protected EntryFactory |
ClusteringInterceptor.entryFactory |
Modifier and Type | Method and Description |
---|---|
void |
EntryWrappingInterceptor.init(EntryFactory entryFactory,
DataContainer dataContainer,
ClusteringDependentLogic cdl,
CommandsFactory commandFactory,
StateConsumer stateConsumer,
StateTransferLock stateTransferLock) |
void |
ClusteringInterceptor.injectDependencies(CommandsFactory cf,
EntryFactory entryFactory,
LockManager lockManager,
DataContainer dataContainer,
StateTransferManager stateTransferManager) |
protected void |
CacheLoaderInterceptor.injectDependencies(PersistenceManager clm,
EntryFactory entryFactory,
CacheNotifier notifier,
TimeService timeService,
InternalEntryFactory iceFactory) |
Modifier and Type | Field and Description |
---|---|
protected EntryFactory |
L1NonTxInterceptor.entryFactory |
Modifier and Type | Method and Description |
---|---|
void |
L1NonTxInterceptor.init(L1Manager l1Manager,
ClusteringDependentLogic cdl,
EntryFactory entryFactory,
DataContainer dataContainer,
Configuration config,
StateTransferLock stateTransferLock,
CommandsFactory commandsFactory) |
Modifier and Type | Field and Description |
---|---|
protected EntryFactory |
AbstractLockingInterceptor.entryFactory |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLockingInterceptor.setDependencies(LockManager lockManager,
DataContainer dataContainer,
EntryFactory entryFactory,
ClusteringDependentLogic cdl,
Configuration configuration) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.