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.oracle.common.base com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.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.oracle.common.base
Subinterfaces of Converter in com.oracle.common.base with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interface
com.oracle.common.base.Converter<F,T>
Deprecated.useConverter
instead -
Uses of Converter in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme that implement Converter Modifier and Type Class Description static class
FederatedScheme.NameConverter
The NameConverter is an implementation ofConverter
that converts an internal cache name to a cache-mapping, binding it to a federated scheme. -
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.
-