Uses of Package
org.apache.giraph.io.formats
-
Classes in org.apache.giraph.io.formats used by com.alibaba.graphscope.example.giraph Class Description TextVertexOutputFormat Abstract class that users should subclass to use their own text based vertex output format.TextVertexOutputFormat.TextVertexWriter Abstract class to be implemented by the user based on their specific vertex output. -
Classes in org.apache.giraph.io.formats used by com.alibaba.graphscope.example.giraph.circle Class Description TextEdgeInputFormat Abstract class that users should subclass to use their own text based edge output format.TextEdgeInputFormat.TextEdgeReader EdgeReader
forTextEdgeInputFormat
.TextEdgeInputFormat.TextEdgeReaderFromEachLineProcessed Abstract class to be implemented by the user to read an edge from each text line after preprocessing it.TextVertexInputFormat Abstract class that users should subclass to use their own text based vertex input format.TextVertexInputFormat.TextVertexReader Abstract class to be implemented by the user based on their specific vertex input.TextVertexInputFormat.TextVertexReaderFromEachLineProcessed Abstract class to be implemented by the user to read a vertex from each text line after preprocessing it. -
Classes in org.apache.giraph.io.formats used by com.alibaba.graphscope.example.giraph.format Class Description TextEdgeInputFormat Abstract class that users should subclass to use their own text based edge output format.TextEdgeInputFormat.TextEdgeReader EdgeReader
forTextEdgeInputFormat
.TextEdgeInputFormat.TextEdgeReaderFromEachLineProcessed Abstract class to be implemented by the user to read an edge from each text line after preprocessing it.TextVertexInputFormat Abstract class that users should subclass to use their own text based vertex input format.TextVertexInputFormat.TextVertexReader Abstract class to be implemented by the user based on their specific vertex input.TextVertexInputFormat.TextVertexReaderFromEachLineProcessed Abstract class to be implemented by the user to read a vertex from each text line after preprocessing it. -
Classes in org.apache.giraph.io.formats used by org.apache.giraph.io.formats Class Description GiraphTextOutputFormat The text output format used for Giraph text writing.TextEdgeInputFormat.TextEdgeReader EdgeReader
forTextEdgeInputFormat
.TextVertexInputFormat.TextVertexReader Abstract class to be implemented by the user based on their specific vertex input.TextVertexOutputFormat.TextVertexWriter Abstract class to be implemented by the user based on their specific vertex output.