Class

net.sansa_stack.rdf.common.io.hadoop

RiotFileInputFormat

Related Doc: package hadoop

Permalink

class RiotFileInputFormat extends CombineFileInputFormat[LongWritable, Triple]

A custom Hadoop input format that uses the Apache Jena RDF I/O technology (RIOT) to parse RDF data files. Read https://jena.apache.org/documentation/io/ for more details.

The following RDF formats are supported by Jena:

Annotations
@Experimental()
Since

0.3.0

Linear Supertypes
CombineFileInputFormat[LongWritable, Triple], FileInputFormat[LongWritable, Triple], InputFormat[LongWritable, Triple], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RiotFileInputFormat
  2. CombineFileInputFormat
  3. FileInputFormat
  4. InputFormat
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RiotFileInputFormat()

    Permalink

Type Members

  1. class RiotRecordReader extends RecordReader[LongWritable, Triple]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addInputPathRecursively(arg0: List[FileStatus], arg1: FileSystem, arg2: Path, arg3: PathFilter): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.mapreduce.lib.input]
    Definition Classes
    FileInputFormat
    Annotations
    @throws( classOf[java.io.IOException] )
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def computeSplitSize(arg0: Long, arg1: Long, arg2: Long): Long

    Permalink
    Attributes
    protected[org.apache.hadoop.mapreduce.lib.input]
    Definition Classes
    FileInputFormat
  8. def createPool(arg0: <repeated...>[PathFilter]): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.mapreduce.lib.input]
    Definition Classes
    CombineFileInputFormat
  9. def createPool(arg0: List[PathFilter]): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.mapreduce.lib.input]
    Definition Classes
    CombineFileInputFormat
  10. def createRecordReader(split: InputSplit, context: TaskAttemptContext): RecordReader[LongWritable, Triple]

    Permalink
    Definition Classes
    RiotFileInputFormat → CombineFileInputFormat → InputFormat
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getBlockIndex(arg0: Array[BlockLocation], arg1: Long): Int

    Permalink
    Attributes
    protected[org.apache.hadoop.mapreduce.lib.input]
    Definition Classes
    FileInputFormat
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getFileBlockLocations(arg0: FileSystem, arg1: FileStatus): Array[BlockLocation]

    Permalink
    Attributes
    protected[org.apache.hadoop.mapreduce.lib.input]
    Definition Classes
    CombineFileInputFormat
    Annotations
    @throws( classOf[java.io.IOException] )
  17. def getFormatMinSplitSize(): Long

    Permalink
    Attributes
    protected[org.apache.hadoop.mapreduce.lib.input]
    Definition Classes
    FileInputFormat
  18. def getSplits(arg0: JobContext): List[InputSplit]

    Permalink
    Definition Classes
    CombineFileInputFormat → FileInputFormat → InputFormat
    Annotations
    @throws( classOf[java.io.IOException] )
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isSplitable(context: JobContext, file: Path): Boolean

    Permalink
    Definition Classes
    RiotFileInputFormat → CombineFileInputFormat → FileInputFormat
  22. def listStatus(job: JobContext): List[FileStatus]

    Permalink
    Definition Classes
    RiotFileInputFormat → FileInputFormat
  23. val logger: Logger

    Permalink
  24. def makeSplit(arg0: Path, arg1: Long, arg2: Long, arg3: Array[String], arg4: Array[String]): FileSplit

    Permalink
    Attributes
    protected[org.apache.hadoop.mapreduce.lib.input]
    Definition Classes
    FileInputFormat
  25. def makeSplit(arg0: Path, arg1: Long, arg2: Long, arg3: Array[String]): FileSplit

    Permalink
    Attributes
    protected[org.apache.hadoop.mapreduce.lib.input]
    Definition Classes
    FileInputFormat
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def setMaxSplitSize(arg0: Long): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.mapreduce.lib.input]
    Definition Classes
    CombineFileInputFormat
  30. def setMinSplitSizeNode(arg0: Long): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.mapreduce.lib.input]
    Definition Classes
    CombineFileInputFormat
  31. def setMinSplitSizeRack(arg0: Long): Unit

    Permalink
    Attributes
    protected[org.apache.hadoop.mapreduce.lib.input]
    Definition Classes
    CombineFileInputFormat
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CombineFileInputFormat[LongWritable, Triple]

Inherited from FileInputFormat[LongWritable, Triple]

Inherited from InputFormat[LongWritable, Triple]

Inherited from AnyRef

Inherited from Any

Ungrouped