Interface CanParseRdf
- All Known Implementing Classes:
FileInputFormatRdfBase,FileInputFormatRdfNQuads,FileInputFormatRdfNTriples,FileInputFormatRdfTrigDataset,FileInputFormatRdfTrigQuad,FileInputFormatRdfTurtleTriple
public interface CanParseRdf
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.riot.system.PrefixMapparsePrefixes(InputStream inputStream, org.apache.hadoop.conf.Configuration conf) This is currently a stub method - the final method should return an Iterator of parse events, however this API only recently became public in Jenadefault org.apache.jena.riot.system.PrefixMapparsePrefixes(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf)
-
Method Details
-
parsePrefixes
org.apache.jena.riot.system.PrefixMap parsePrefixes(InputStream inputStream, org.apache.hadoop.conf.Configuration conf) throws IOException This is currently a stub method - the final method should return an Iterator of parse events, however this API only recently became public in Jena- Throws:
IOException
-
parsePrefixes
default org.apache.jena.riot.system.PrefixMap parsePrefixes(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf) throws IOException - Throws:
IOException
-