Uses of Interface
com.tangosol.coherence.jcache.common.InternalConverter
-
Packages that use InternalConverter Package Description com.tangosol.coherence.jcache.common Common utilities used by Coherence JCache.com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache. -
-
Uses of InternalConverter in com.tangosol.coherence.jcache.common
Classes in com.tangosol.coherence.jcache.common that implement InternalConverter Modifier and Type Class Description class
CoherenceConverterAdapter<T>
AnInternalConverter
that uses two CoherenceConverter
s as a means of performing conversions to and from internal representations.class
ReferenceInternalConverter<T>
AnInternalConverter
that simply returns a reference to the provided value.class
SerializingInternalConverter<T>
AnInternalConverter
that converts values to and from their Coherence-based serializedBinary
representation. -
Uses of InternalConverter in com.tangosol.coherence.jcache.localcache
Methods in com.tangosol.coherence.jcache.localcache that return InternalConverter Modifier and Type Method Description InternalConverter<K>
LocalCache. getKeyConverter()
Get key converter for this.InternalConverter<V>
LocalCache. getValueConverter()
Get value converter for this.
-