Package | Description |
---|---|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.marshall.core | |
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 | Method and Description |
---|---|
PersistenceMarshaller |
ComponentRegistry.getPersistenceMarshaller()
Caching shortcut for #getComponent(PersistenceMarshaller.class, PERSISTENCE_MARSHALLER);
|
Modifier and Type | Method and Description |
---|---|
PersistenceMarshaller |
GlobalMarshaller.getPersistenceMarshaller() |
Modifier and Type | Class and Description |
---|---|
class |
PersistenceMarshallerImpl
A Protostream based
PersistenceMarshaller implementation that is responsible
for marshalling/unmarshalling objects which are to be persisted. |
Modifier and Type | Method and Description |
---|---|
PersistenceMarshaller |
InitializationContextImpl.getPersistenceMarshaller() |
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 |
---|---|
PersistenceMarshaller |
InitializationContext.getPersistenceMarshaller()
Returns the persistence marshaller which should be used to marshall/unmarshall all stored bytes.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.