Uses of Interface
com.oracle.coherence.common.base.Converter
-
Packages that use Converter Package Description com.oracle.coherence.grpc Low-level utilities for Coherence gRPC server and client implementation.com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities. -
-
Uses of Converter in com.oracle.coherence.grpc
Classes in com.oracle.coherence.grpc that implement Converter Modifier and Type Class Description protected static class
RequestHolder.DownConverter
protected static class
RequestHolder.ErrorHandlingConverter<F,T>
protected static class
RequestHolder.UpConverter
-
Uses of Converter in com.oracle.coherence.grpc.proxy
Classes in com.oracle.coherence.grpc.proxy that implement Converter Modifier and Type Class Description protected static class
MapListenerProxy.KeyConverter
Converter for cache key instances. -
Uses of Converter in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement Converter Modifier and Type Class Description protected static class
SimpleOverflowMap.FrontFilterConverter
A combination Filter and Converter used to iterate through the status map in order to iterate through the front keys. -
Uses of Converter in com.tangosol.util
Subinterfaces of Converter in com.tangosol.util Modifier and Type Interface Description interface
Converter<F,T>
Provide for "pluggable" object conversions.Classes in com.tangosol.util that implement Converter Modifier and Type Class Description static class
NullImplementation.NullConverter
A Converter that does nothing.
-