package hadoop
Type Members
-
class
FunctionalSyntaxInputFormat extends TextInputFormat
An InputFormat class behaves like a TextInputFormat, except that it returns a FunctionalSyntaxRecordReader instead of a LineRecordReader.
-
class
FunctionalSyntaxRecordReader extends RecordReader[LongWritable, Text]
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")
-
class
ManchesterSyntaxInputFormat extends TextInputFormat
Same as TextInputFormat, except that objects of this class will call a different record reader (ManchesterSyntaxRecordReader).
- class ManchesterSyntaxRecordReader extends RecordReader[LongWritable, Text]