| 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.spi |
The Persistence SPI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MarshalledValueImpl
A marshallable object that can be used by our internal store implementations to store values, metadata and timestamps.
|
| Modifier and Type | Method and Description |
|---|---|
MarshalledValue |
MarshallableEntryImpl.getMarshalledValue() |
| Modifier and Type | Method and Description |
|---|---|
MarshallableEntry |
MarshalledEntryFactoryImpl.create(Object key,
MarshalledValue value) |
| Modifier and Type | Method and Description |
|---|---|
MarshalledValue |
MarshallableEntry.getMarshalledValue() |
| Modifier and Type | Method and Description |
|---|---|
MarshallableEntry<K,V> |
MarshallableEntryFactory.create(Object key,
MarshalledValue value)
Creates a
MarshallableEntry using a Key MarshalledValue. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.