sv2000 commented on a change in pull request #2611: [GOBBLIN-746] Async loading
FlowSpec
URL: https://github.com/apache/incubator-gobblin/pull/2611#discussion_r277899864
##########
File path:
gobblin-runtime/src/main/java/org/apache/gobblin/runtime/api/SpecStore.java
##########
@@ -105,4 +107,16 @@
* @throws IOException Exception in retrieving {@link Spec}s.
*/
Collection<Spec> getSpecs() throws IOException;
+
+ /**
+ * Return an iterator of Spec's URI(Spec's identifier)
Review comment:
Modify Spec's URI to Spec URIs (Spec identifiers)?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services