Package com.oracle.coherence.grpc.proxy
Class MapListenerProxy.KeyConverter
java.lang.Object
com.oracle.coherence.grpc.proxy.MapListenerProxy.KeyConverter
- All Implemented Interfaces:
Converter<Object,,Binary> Converter<Object,,Binary> Function<Object,Binary>
- Enclosing class:
MapListenerProxy
protected static class MapListenerProxy.KeyConverter
extends Object
implements Converter<Object,Binary>
Converter for cache key instances.
-
Field Summary
FieldsModifier and TypeFieldDescriptionConverter to handle the conversion casesf_holderdoesn't cover.protected final CacheRequestHolder<com.oracle.coherence.grpc.MapListenerRequest, Void> Cache request holder to handle conversion ofBinaryandByteStringobjects. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKeyConverter(CacheRequestHolder<com.oracle.coherence.grpc.MapListenerRequest, Void> holder) Constructs a newKeyConverter. -
Method Summary
-
Field Details
-
Constructor Details
-
KeyConverter
protected KeyConverter(CacheRequestHolder<com.oracle.coherence.grpc.MapListenerRequest, Void> holder) Constructs a newKeyConverter.- Parameters:
holder- theCacheRequestHolderwhich may have converters that can be used to convert the key
-
-
Method Details