You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2019/07/30 15:16:02 UTC

[GitHub] [samza] dnishimura commented on a change in pull request #1112: SAMZA-2276: Add Metdata store putAll API

dnishimura commented on a change in pull request #1112: SAMZA-2276: Add Metdata store putAll API
URL: https://github.com/apache/samza/pull/1112#discussion_r308783289
 
 

 ##########
 File path: samza-api/src/main/java/org/apache/samza/metadatastore/MetadataStore.java
 ##########
 @@ -49,6 +49,17 @@
    */
   void put(String key, byte[] value);
 
+  /**
+   * Updates the mapping with the specified map.
+   *
+   * @param entries mapping of key to values to write to the metadata store
+   */
+  default void putAll(Map<String, byte[]> entries) {
 
 Review comment:
   No problem, will add.

----------------------------------------------------------------
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