Uses of Interface
org.infinispan.persistence.spi.MarshalledValue
Packages that use MarshalledValue
Package
Description
This package should mainly contain
MessageMarshaller implementations for classes
which a static inner class is not possible.The Persistence SPI.
-
Uses of MarshalledValue in org.infinispan.marshall.persistence.impl
Classes in org.infinispan.marshall.persistence.impl that implement MarshalledValueModifier and TypeClassDescriptionclassA marshallable object that can be used by our internal store implementations to store values, metadata and timestamps.Methods in org.infinispan.marshall.persistence.impl that return MarshalledValueMethods in org.infinispan.marshall.persistence.impl with parameters of type MarshalledValueModifier and TypeMethodDescriptionMarshalledEntryFactoryImpl.create(Object key, MarshalledValue value) -
Uses of MarshalledValue in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return MarshalledValueMethods in org.infinispan.persistence.spi with parameters of type MarshalledValueModifier and TypeMethodDescriptionMarshallableEntryFactory.create(Object key, MarshalledValue value) Creates aMarshallableEntryusing a KeyMarshalledValue.