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 |
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 |
ClusteringInterceptor.entryFactory
Deprecated.
|
protected EntryFactory |
CacheLoaderInterceptor.entryFactory
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryWrappingInterceptor.init(EntryFactory entryFactory,
DataContainer<Object,Object> dataContainer,
ClusteringDependentLogic cdl,
CommandsFactory commandFactory,
StateConsumer stateConsumer,
StateTransferLock stateTransferLock,
XSiteStateConsumer xSiteStateConsumer,
GroupManager groupManager)
Deprecated.
|
void |
ClusteringInterceptor.injectDependencies(CommandsFactory cf,
EntryFactory entryFactory,
LockManager lockManager,
DataContainer dataContainer,
StateTransferManager stateTransferManager)
Deprecated.
|
protected void |
CacheLoaderInterceptor.injectDependencies(PersistenceManager clm,
EntryFactory entryFactory,
CacheNotifier notifier,
TimeService timeService,
InternalEntryFactory iceFactory,
DataContainer<K,V> dataContainer,
GroupManager groupManager,
ExecutorService persistenceExecutor,
Cache<K,V> cache)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected EntryFactory |
L1NonTxInterceptor.entryFactory
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
L1NonTxInterceptor.init(L1Manager l1Manager,
ClusteringDependentLogic cdl,
EntryFactory entryFactory,
DataContainer dataContainer,
Configuration config,
StateTransferLock stateTransferLock,
CommandsFactory commandsFactory)
Deprecated.
|
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.