Uses of Interface
org.infinispan.persistence.spi.MarshalledValue
-
Packages that use MarshalledValue Package Description org.infinispan.marshall.persistence.impl This package should mainly containMessageMarshallerimplementations for classes which a static inner class is not possible.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of MarshalledValue in org.infinispan.marshall.persistence.impl
Classes in org.infinispan.marshall.persistence.impl that implement MarshalledValue Modifier and Type Class Description classMarshalledValueImplA 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 MarshalledValue Modifier and Type Method Description MarshalledValueMarshallableEntryImpl. getMarshalledValue()Methods in org.infinispan.marshall.persistence.impl with parameters of type MarshalledValue Modifier and Type Method Description MarshallableEntryMarshalledEntryFactoryImpl. create(Object key, MarshalledValue value) -
Uses of MarshalledValue in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return MarshalledValue Modifier and Type Method Description MarshalledValueMarshallableEntry. getMarshalledValue()Methods in org.infinispan.persistence.spi with parameters of type MarshalledValue Modifier and Type Method Description MarshallableEntry<K,V>MarshallableEntryFactory. create(Object key, MarshalledValue value)Creates aMarshallableEntryusing a KeyMarshalledValue.
-