Package | Description |
---|---|
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.marshall.core | |
org.infinispan.persistence |
This package contains stores, which are used for overflow or persistence.
|
org.infinispan.persistence.jdbc.mixed |
This is a delegating CacheStore implementation that delegates either to a binary
or String based JDBC cache store depending on the key used.
|
org.infinispan.persistence.manager | |
org.infinispan.persistence.spi |
Modifier and Type | Method and Description |
---|---|
void |
PassivationManagerImpl.inject(PersistenceManager persistenceManager,
CacheNotifier notifier,
Configuration cfg,
DataContainer container,
TimeService timeService,
MarshalledEntryFactory marshalledEntryFactory) |
Modifier and Type | Class and Description |
---|---|
class |
MarshalledEntryFactoryImpl |
Modifier and Type | Method and Description |
---|---|
MarshalledEntryFactory |
InitializationContextImpl.getMarshalledEntryFactory() |
Constructor and Description |
---|
InitializationContextImpl(StoreConfiguration configuration,
Cache cache,
StreamingMarshaller marshaller,
TimeService timeService,
ByteBufferFactory byteBufferFactory,
MarshalledEntryFactory mef) |
Modifier and Type | Method and Description |
---|---|
MarshalledEntryFactory |
InitialisationContextDelegate.getMarshalledEntryFactory() |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManagerImpl.inject(AdvancedCache<Object,Object> cache,
StreamingMarshaller marshaller,
Configuration configuration,
TransactionManager transactionManager,
TimeService timeService,
ExecutorService persistenceExecutor,
ByteBufferFactory byteBufferFactory,
MarshalledEntryFactory marshalledEntryFactory) |
Modifier and Type | Method and Description |
---|---|
MarshalledEntryFactory |
InitializationContext.getMarshalledEntryFactory()
To be used for building
MarshalledEntry objects. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.