Package

net.sansa_stack.owl.flink

hadoop

Permalink

package hadoop

Visibility
  1. Public
  2. All

Type Members

  1. class FunctionalSyntaxInputFormat extends TextInputFormat

    Permalink

    An InputFormat class behaves like a TextInputFormat, except that it returns a FunctionalSyntaxRecordReader instead of a LineRecordReader.

  2. class FunctionalSyntaxRecordReader extends RecordReader[LongWritable, Text]

    Permalink

    A RecordReader implementation which takes care of reading whole OWL axiom expressions in functional syntax from a given file split.

    A RecordReader implementation which takes care of reading whole OWL axiom expressions in functional syntax from a given file split. The main functionality that distinguishes a FunctionalSyntaxRecordReader from a LineRecordReader is that it checks whether a read line contains the beginning of a multi-line literal like, for example

    Annotation(:description "A longer description running over several lines")

  3. class ManchesterSyntaxInputFormat extends TextInputFormat

    Permalink

    Same as TextInputFormat, except that objects of this class will call a different record reader (ManchesterSyntaxRecordReader).

  4. class ManchesterSyntaxRecordReader extends RecordReader[LongWritable, Text]

    Permalink

Ungrouped