Class MapListenerProxy.KeyConverter

    • Field Detail

      • f_holder

        protected final CacheRequestHolder<com.oracle.coherence.grpc.MapListenerRequest,​Void> f_holder
        Cache request holder to handle conversion of Binary and ByteString objects.
    • Constructor Detail

      • KeyConverter

        protected KeyConverter​(CacheRequestHolder<com.oracle.coherence.grpc.MapListenerRequest,​Void> holder)
        Constructs a new KeyConverter.
        Parameters:
        holder - the CacheRequestHolder which may have converters that can be used to convert the key
    • Method Detail

      • convert

        public Binary convert​(Object oKey)
        Description copied from interface: Converter
        Convert the passed object to another object.
        Specified by:
        convert in interface Converter<Object,​Binary>
        Parameters:
        oKey - the object to convert
        Returns:
        the converted form of the passed object