| Package | Description |
|---|---|
| org.infinispan.marshall.persistence.impl |
This package should mainly contain
MessageMarshaller implementations for classes
which a static inner class is not possible. |
| org.infinispan.persistence |
Persistence API.
|
| org.infinispan.persistence.spi |
The Persistence SPI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MarshalledEntryFactoryImpl |
| Modifier and Type | Method and Description |
|---|---|
<K,V> MarshallableEntryFactory<K,V> |
InitializationContextImpl.getMarshallableEntryFactory() |
| Constructor and Description |
|---|
InitializationContextImpl(StoreConfiguration configuration,
Cache cache,
KeyPartitioner keyPartitioner,
PersistenceMarshaller marshaller,
TimeService timeService,
ByteBufferFactory byteBufferFactory,
MarshallableEntryFactory marshallableEntryFactory,
Executor nonBlockingExecutor,
GlobalConfiguration globalConfiguration,
BlockingManager blockingManager) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> MarshallableEntryFactory<K,V> |
InitializationContext.getMarshallableEntryFactory()
Should be used to build all
MarshallableEntry objects. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.