Uses of Class
org.apache.giraph.io.formats.TextEdgeInputFormat.TextEdgeReader
-
Packages that use TextEdgeInputFormat.TextEdgeReader Package Description com.alibaba.graphscope.example.giraph.format org.apache.giraph.io.formats -
-
Uses of TextEdgeInputFormat.TextEdgeReader in com.alibaba.graphscope.example.giraph.format
Subclasses of TextEdgeInputFormat.TextEdgeReader in com.alibaba.graphscope.example.giraph.format Modifier and Type Class Description class
DatagenEdgeInputFormat.LiveJournalEdgeReader
class
LiveJournalEdgeInputFormat.LiveJournalEdgeReader
class
P2PEdgeInputFormat.P2PEdgeReader
class
P2PEdgeMultipleLongInputFormat.P2PEdgeReader
-
Uses of TextEdgeInputFormat.TextEdgeReader in org.apache.giraph.io.formats
Subclasses of TextEdgeInputFormat.TextEdgeReader in org.apache.giraph.io.formats Modifier and Type Class Description protected class
TextEdgeInputFormat.TextEdgeReaderFromEachLine
Abstract class to be implemented by the user to read an edge from each text line.protected class
TextEdgeInputFormat.TextEdgeReaderFromEachLineProcessed<T>
Abstract class to be implemented by the user to read an edge from each text line after preprocessing it.
-