You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/04/19 13:29:34 UTC

[GitHub] [nifi] ottobackwards commented on a change in pull request #4217: NIFI-7373 - Add putAll method to DistributedMapCacheClient interface

ottobackwards commented on a change in pull request #4217: NIFI-7373 - Add putAll method to DistributedMapCacheClient interface
URL: https://github.com/apache/nifi/pull/4217#discussion_r410905370
 
 

 ##########
 File path: nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-client-service-api/src/main/java/org/apache/nifi/distributed/cache/client/DistributedMapCacheClient.java
 ##########
 @@ -105,6 +105,23 @@
      */
     <K, V> void put(K key, V value, Serializer<K> keySerializer, Serializer<V> valueSerializer) throws IOException;
 
+    /**
 
 Review comment:
   " for a set of keys and values of the same types, with the same serialization."  maybe?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services