Class AbstractKeyValueFilterConverter<K,​V,​C>

    • Constructor Detail

      • AbstractKeyValueFilterConverter

        public AbstractKeyValueFilterConverter()
    • Method Detail

      • accept

        public final boolean accept​(K key,
                                    V value,
                                    Metadata metadata)
        Specified by:
        accept in interface KeyValueFilter<K,​V>
        Parameters:
        key - key to test
        value - value to use (could be null for the case of removal)
        metadata - metadata
        Returns:
        true if the given key is accepted by this filter.