Uses of Class
org.apache.giraph.io.formats.TextEdgeInputFormat.TextEdgeReader
-
Packages that use TextEdgeInputFormat.TextEdgeReader Package Description com.alibaba.graphscope.example.giraph.circle com.alibaba.graphscope.example.giraph.format org.apache.giraph.io.formats -
-
Uses of TextEdgeInputFormat.TextEdgeReader in com.alibaba.graphscope.example.giraph.circle
Subclasses of TextEdgeInputFormat.TextEdgeReader in com.alibaba.graphscope.example.giraph.circle Modifier and Type Class Description classCircleEdgeInputFormat.P2PEdgeReader -
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 classDatagenEdgeInputFormat.LiveJournalEdgeReaderclassLiveJournalEdgeInputFormat.LiveJournalEdgeReaderclassP2PEdgeInputFormat.P2PEdgeReaderclassP2PEdgeMultipleLongInputFormat.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 classTextEdgeInputFormat.TextEdgeReaderFromEachLineAbstract class to be implemented by the user to read an edge from each text line.protected classTextEdgeInputFormat.TextEdgeReaderFromEachLineProcessed<T>Abstract class to be implemented by the user to read an edge from each text line after preprocessing it.
-