public class SansaBenchRdfIo extends Object
| Modifier and Type | Field and Description |
|---|---|
static ExecutorService |
executor |
static org.apache.jena.riot.system.ParserProfile |
parserProfile |
static org.apache.jena.rdf.model.impl.NTripleReader |
reader |
| Constructor and Description |
|---|
SansaBenchRdfIo() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
forceNew(Class<T> clazz) |
static void |
main(String[] args) |
static Stream<org.apache.jena.graph.Triple> |
parseFile(File file) |
static Stream<org.apache.jena.graph.Triple> |
parseLineFlatMap(File file) |
static Stream<org.apache.jena.graph.Triple> |
parseLineMap(File file) |
static Stream<org.apache.jena.graph.Triple> |
parseLineReaderFlatMap(File file) |
static Stream<org.apache.jena.graph.Triple> |
parseLineRiot(File file) |
static Stream<org.apache.jena.graph.Triple> |
parseLineRiot2(File file) |
static Stream<org.apache.jena.graph.Triple> |
parseReader(File file) |
static Stream<org.apache.jena.graph.Triple> |
parseReader(InputStream in) |
public static ExecutorService executor
public static org.apache.jena.rdf.model.impl.NTripleReader reader
public static org.apache.jena.riot.system.ParserProfile parserProfile
public static <T> T forceNew(Class<T> clazz)
public static Stream<org.apache.jena.graph.Triple> parseReader(File file) throws FileNotFoundException, InterruptedException, ExecutionException
public static Stream<org.apache.jena.graph.Triple> parseReader(InputStream in)
public static Stream<org.apache.jena.graph.Triple> parseFile(File file) throws FileNotFoundException
FileNotFoundExceptionpublic static Stream<org.apache.jena.graph.Triple> parseLineMap(File file) throws IOException
IOExceptionpublic static Stream<org.apache.jena.graph.Triple> parseLineFlatMap(File file) throws IOException
IOExceptionpublic static Stream<org.apache.jena.graph.Triple> parseLineReaderFlatMap(File file) throws IOException
IOExceptionpublic static Stream<org.apache.jena.graph.Triple> parseLineRiot(File file) throws IOException
IOExceptionpublic static Stream<org.apache.jena.graph.Triple> parseLineRiot2(File file) throws IOException
IOExceptionCopyright © 2015–2018 Smart Data Analytics (SDA) research group. All rights reserved.