Revision 48554
Added by Alessia Bardi about 7 years ago
modules/dnet-parthenos-publisher/trunk/src/main/java/eu/dnetlib/parthenos/virtuoso/VirtuosoClient.java | ||
---|---|---|
102 | 102 |
} |
103 | 103 |
|
104 | 104 |
public long feed(final Iterable<String> records){ |
105 |
//TODO: can we do it in parallel? |
|
105 |
//TODO: can we do it in parallel? if all records have different objIdentifier it is safe, and this must be the case anyway, because the source of records is a D-Net mdstore.
|
|
106 | 106 |
long count = 0; |
107 | 107 |
for(String r : records) count+=this.feed(r); |
108 | 108 |
return count; |
Also available in: Unified diff
added comment