Uses of Interface
net.sansa_stack.spark.io.rdf.input.api.RdfSource
Packages that use RdfSource
-
Uses of RdfSource in net.sansa_stack.spark.io.rdf.input.api
Subinterfaces of RdfSource in net.sansa_stack.spark.io.rdf.input.apiModifier and TypeInterfaceDescriptioninterfaceinterfaceAbstraction of a source of RDF.Classes in net.sansa_stack.spark.io.rdf.input.api that implement RdfSourceMethods in net.sansa_stack.spark.io.rdf.input.api that return RdfSourceModifier and TypeMethodDescriptionstatic RdfSourceRdfSources.ofDatasets(org.apache.spark.api.java.JavaRDD<org.aksw.jenax.arq.dataset.api.DatasetOneNg> rdd) static RdfSourceRdfSources.ofModels(org.apache.spark.api.java.JavaRDD<org.apache.jena.rdf.model.Model> rdd) static RdfSourceRdfSources.ofQuads(org.apache.spark.api.java.JavaRDD<org.apache.jena.sparql.core.Quad> rdd) static RdfSourceRdfSources.ofTriples(org.apache.spark.api.java.JavaRDD<org.apache.jena.graph.Triple> rdd) Methods in net.sansa_stack.spark.io.rdf.input.api that return types with arguments of type RdfSourceMethods in net.sansa_stack.spark.io.rdf.input.api with parameters of type RdfSource -
Uses of RdfSource in net.sansa_stack.spark.io.rdf.input.impl
Classes in net.sansa_stack.spark.io.rdf.input.impl that implement RdfSourceFields in net.sansa_stack.spark.io.rdf.input.impl with type parameters of type RdfSourceMethods in net.sansa_stack.spark.io.rdf.input.impl that return types with arguments of type RdfSourceMethods in net.sansa_stack.spark.io.rdf.input.impl with parameters of type RdfSourceConstructor parameters in net.sansa_stack.spark.io.rdf.input.impl with type arguments of type RdfSourceModifierConstructorDescriptionRdfSourceCollectionImpl(org.apache.spark.sql.SparkSession sparkSession, Collection<RdfSource> members)