Class

net.sansa_stack.rdf.spark.io.stream

RiotFileInputFormat

Related Doc: package stream

Permalink

class RiotFileInputFormat extends CombineFileInputFormat[LongWritable, Triple] with Logging

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
Logging, CombineFileInputFormat[LongWritable, Triple], FileInputFormat[LongWritable, Triple], InputFormat[LongWritable, Triple], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RiotFileInputFormat
  2. Logging
  3. CombineFileInputFormat
  4. FileInputFormat
  5. InputFormat
  6. AnyRef
  7. 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 isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  23. def listStatus(job: JobContext): List[FileStatus]

    Permalink
    Definition Classes
    RiotFileInputFormat → FileInputFormat
  24. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  25. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. 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
  37. def makeSplit(arg0: Path, arg1: Long, arg2: Long, arg3: Array[String]): FileSplit

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from Logging

Inherited from CombineFileInputFormat[LongWritable, Triple]

Inherited from FileInputFormat[LongWritable, Triple]

Inherited from InputFormat[LongWritable, Triple]

Inherited from AnyRef

Inherited from Any

Ungrouped