Uses of Interface
org.infinispan.persistence.spi.MarshalledValue
-
Packages that use MarshalledValue Package Description org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of MarshalledValue in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return MarshalledValue Modifier and Type Method Description MarshalledValue
MarshallableEntry. 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 aMarshallableEntry
using a KeyMarshalledValue
.
-