|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalEntryFactory | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.read | |
org.infinispan.commands.remote | Meta-commands that wrap other commands for remote execution. |
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.loaders.remote |
Uses of InternalEntryFactory in org.infinispan.commands |
---|
Methods in org.infinispan.commands with parameters of type InternalEntryFactory | |
---|---|
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier notifier,
Cache<Object,Object> cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextContainer icc,
TransactionTable txTable,
Configuration configuration,
Map<Byte,ModuleCommandInitializer> moduleCommandInitializers,
RecoveryManager recoveryManager,
StateProvider stateProvider,
StateConsumer stateConsumer,
LockManager lockManager,
InternalEntryFactory entryFactory,
MapReduceManager mapReduceManager,
StateTransferManager stm,
BackupSender backupSender,
CancellationService cancellationService)
|
Uses of InternalEntryFactory in org.infinispan.commands.read |
---|
Constructors in org.infinispan.commands.read with parameters of type InternalEntryFactory | |
---|---|
EntrySetCommand(DataContainer container,
InternalEntryFactory internalEntryFactory)
|
Uses of InternalEntryFactory in org.infinispan.commands.remote |
---|
Methods in org.infinispan.commands.remote with parameters of type InternalEntryFactory | |
---|---|
void |
ClusteredGetCommand.initialize(InvocationContextContainer icc,
CommandsFactory commandsFactory,
InternalEntryFactory entryFactory,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
TransactionTable txTable)
|
Uses of InternalEntryFactory in org.infinispan.container |
---|
Classes in org.infinispan.container that implement InternalEntryFactory | |
---|---|
class |
InternalEntryFactoryImpl
An implementation that generates non-versioned entries |
class |
VersionedInternalEntryFactoryImpl
An implementation that generates versioned entries |
Fields in org.infinispan.container declared as InternalEntryFactory | |
---|---|
protected InternalEntryFactory |
DefaultDataContainer.entryFactory
|
Methods in org.infinispan.container with parameters of type InternalEntryFactory | |
---|---|
void |
DefaultDataContainer.initialize(EvictionManager evictionManager,
PassivationManager passivator,
InternalEntryFactory entryFactory,
ActivationManager activator,
CacheLoaderManager clm)
|
Uses of InternalEntryFactory in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type InternalEntryFactory | |
---|---|
protected void |
CacheStoreInterceptor.init(CacheLoaderManager loaderManager,
InternalEntryFactory entryFactory,
TransactionManager transactionManager)
|
protected void |
MarshalledValueInterceptor.injectMarshaller(StreamingMarshaller marshaller,
InternalEntryFactory entryFactory)
|
Uses of InternalEntryFactory in org.infinispan.loaders.remote |
---|
Methods in org.infinispan.loaders.remote with parameters of type InternalEntryFactory | |
---|---|
void |
RemoteCacheStore.setInternalCacheEntryFactory(InternalEntryFactory iceFactory)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |