Uses of Class
org.apache.giraph.io.formats.TextVertexInputFormat.TextVertexReader
-
Packages that use TextVertexInputFormat.TextVertexReader Package Description com.alibaba.graphscope.example.giraph.circle com.alibaba.graphscope.example.giraph.format org.apache.giraph.io.formats -
-
Uses of TextVertexInputFormat.TextVertexReader in com.alibaba.graphscope.example.giraph.circle
Subclasses of TextVertexInputFormat.TextVertexReader in com.alibaba.graphscope.example.giraph.circle Modifier and Type Class Description classCircleVertexInputFormat.P2PVertexReaderMethods in com.alibaba.graphscope.example.giraph.circle that return TextVertexInputFormat.TextVertexReader Modifier and Type Method Description TextVertexInputFormat.TextVertexReaderCircleVertexInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context) -
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 classDatagenVertexInputFormat.P2PVertexReaderclassLiveJournalVertexInputFormat.LiveJournalVertexReaderclassP2PVertexInputFormat.P2PVertexReaderclassP2PVertexMultipleLongInputFormat.P2PVertexReaderclassSampleTextVertexInputFormat.LongLongNullVertexReaderVertex reader associated withSampleTextVertexInputFormat.Methods in com.alibaba.graphscope.example.giraph.format that return TextVertexInputFormat.TextVertexReader Modifier and Type Method Description TextVertexInputFormat.TextVertexReaderDatagenVertexInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)The factory method which produces theTextVertexInputFormat.TextVertexReaderused by this input format.TextVertexInputFormat.TextVertexReaderLiveJournalVertexInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)The factory method which produces theTextVertexInputFormat.TextVertexReaderused by this input format.TextVertexInputFormat.TextVertexReaderP2PVertexInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)The factory method which produces theTextVertexInputFormat.TextVertexReaderused by this input format.TextVertexInputFormat.TextVertexReaderP2PVertexMultipleLongInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)The factory method which produces theTextVertexInputFormat.TextVertexReaderused by this input format.TextVertexInputFormat.TextVertexReaderSampleTextVertexInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)The factory method which produces theTextVertexInputFormat.TextVertexReaderused 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 classTextVertexInputFormat.TextVertexReaderFromEachLineAbstract class to be implemented by the user to read a vertex from each text line.protected classTextVertexInputFormat.TextVertexReaderFromEachLineProcessed<T>Abstract class to be implemented by the user to read a vertex from each text line after preprocessing it.protected classTextVertexInputFormat.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.TextVertexReaderTextVertexInputFormat. createVertexReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)The factory method which produces theTextVertexInputFormat.TextVertexReaderused by this input format.
-