Uses of Class
org.apache.giraph.io.formats.TextVertexInputFormat.TextVertexReader
-
Packages that use TextVertexInputFormat.TextVertexReader Package Description com.alibaba.graphscope.example.giraph.format org.apache.giraph.io.formats -
-
Uses of TextVertexInputFormat.TextVertexReader in com.alibaba.graphscope.example.giraph.format
Subclasses of TextVertexInputFormat.TextVertexReader in com.alibaba.graphscope.example.giraph.format Modifier and Type Class Description class
DatagenVertexInputFormat.P2PVertexReader
class
LiveJournalVertexInputFormat.LiveJournalVertexReader
class
P2PVertexInputFormat.P2PVertexReader
class
P2PVertexMultipleLongInputFormat.P2PVertexReader
class
SampleTextVertexInputFormat.LongLongNullVertexReader
Vertex reader associated withSampleTextVertexInputFormat
.Methods in com.alibaba.graphscope.example.giraph.format that return TextVertexInputFormat.TextVertexReader Modifier and Type Method Description TextVertexInputFormat.TextVertexReader
DatagenVertexInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces theTextVertexInputFormat.TextVertexReader
used by this input format.TextVertexInputFormat.TextVertexReader
LiveJournalVertexInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces theTextVertexInputFormat.TextVertexReader
used by this input format.TextVertexInputFormat.TextVertexReader
P2PVertexInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces theTextVertexInputFormat.TextVertexReader
used by this input format.TextVertexInputFormat.TextVertexReader
P2PVertexMultipleLongInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces theTextVertexInputFormat.TextVertexReader
used by this input format.TextVertexInputFormat.TextVertexReader
SampleTextVertexInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces theTextVertexInputFormat.TextVertexReader
used by this input format. -
Uses of TextVertexInputFormat.TextVertexReader in org.apache.giraph.io.formats
Subclasses of TextVertexInputFormat.TextVertexReader in org.apache.giraph.io.formats Modifier and Type Class Description protected class
TextVertexInputFormat.TextVertexReaderFromEachLine
Abstract class to be implemented by the user to read a vertex from each text line.protected class
TextVertexInputFormat.TextVertexReaderFromEachLineProcessed<T>
Abstract class to be implemented by the user to read a vertex from each text line after preprocessing it.protected class
TextVertexInputFormat.TextVertexReaderFromEachLineProcessedHandlingExceptions<T,X extends Throwable>
Abstract class to be implemented by the user to read a vertex from each text line after preprocessing it with exception handling.Methods in org.apache.giraph.io.formats that return TextVertexInputFormat.TextVertexReader Modifier and Type Method Description abstract TextVertexInputFormat.TextVertexReader
TextVertexInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces theTextVertexInputFormat.TextVertexReader
used by this input format.
-