Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.giraph.io.formats Classes and Interfaces - 47 results found.
NameDescriptionTypePackageFramework
AdjacencyListTextVertexInputFormatVertexReader that readers lines of text with vertices encoded as adjacency lists and converts each token to the correct type.Classorg.apache.giraph.io.formatsGiraph
AdjacencyListTextVertexInputFormat .LineSanitizerUtility for doing any cleaning of each line before it is tokenized.Interfaceorg.apache.giraph.io.formats.AdjacencyListTextVertexInputFormatGiraph
AdjacencyListTextVertexOutputFormatOutputFormat to write out the graph nodes as text, value-separated (by tabs, by default).Classorg.apache.giraph.io.formatsGiraph
EdgeInputFormatDescriptionDescription of the edge input format - holds edge input format class and all parameters specifically set for that edge input format.Classorg.apache.giraph.io.formats.multiGiraph
GeneratedVertexInputFormatThis VertexInputFormat is meant for testing/debugging.Classorg.apache.giraph.io.formatsGiraph
GiraphFileInputFormatProvides functionality similar to FileInputFormat, but allows for different data sources (vertex and edge data).Classorg.apache.giraph.io.formatsGiraph
GiraphTextInputFormatProvides functionality similar to but allows for different data sources (vertex and edge data).Classorg.apache.giraph.io.formatsGiraph
GiraphTextOutputFormatThe text output format used for Giraph text writing.Classorg.apache.giraph.io.formatsGiraph
GraphvizOutputFormatWrites graph to a dot file (graphviz format).Classorg.apache.giraph.io.formatsGiraph
IdWithValueTextOutputFormatWrite out Vertices' IDs and values, but not their edges nor edges' values.Classorg.apache.giraph.io.formatsGiraph
InMemoryVertexOutputFormatClassorg.apache.giraph.io.formatsGiraph
InputFormatDescriptionDescription of the input format - holds input format class and all parameters specifically set for that input format.Classorg.apache.giraph.io.formats.multiGiraph
IntIntNullTextInputFormatSimple text-based VertexInputFormat for unweighted graphs with int ids.Classorg.apache.giraph.io.formatsGiraph
IntIntNullTextVertexInputFormatSimple text-based VertexInputFormat for unweighted graphs with int ids.Classorg.apache.giraph.io.formatsGiraph
IntIntTextVertexValueInputFormatSimple text-based VertexValueInputFormat for integer ids and values.Classorg.apache.giraph.io.formatsGiraph
IntNullNullTextInputFormatSimple text-based VertexInputFormat for unweighted graphs without edges or values, just vertices with ids.Classorg.apache.giraph.io.formatsGiraph
IntNullReverseTextEdgeInputFormatSimple text-based EdgeInputFormat for unweighted graphs with int ids.Classorg.apache.giraph.io.formatsGiraph
IntNullTextEdgeInputFormatSimple text-based EdgeInputFormat for unweighted graphs with int ids.Classorg.apache.giraph.io.formatsGiraph
JsonBase64VertexFormatClassorg.apache.giraph.io.formatsGiraph
JsonBase64VertexInputFormatSimple way to represent the structure of the graph with a JSON object.Classorg.apache.giraph.io.formatsGiraph
JsonBase64VertexOutputFormatSimple way to represent the structure of the graph with a JSON object.Classorg.apache.giraph.io.formatsGiraph
JsonLongDoubleFloatDoubleVertexInputFormatVertexInputFormat that features long vertex ID's, double vertex values and floatClassorg.apache.giraph.io.formatsGiraph
JsonLongDoubleFloatDoubleVertexOutputFormatVertexOutputFormat that supports JSON encoded vertices featuring double values and float out-edge weightsClassorg.apache.giraph.io.formatsGiraph
LongDoubleDoubleAdjacencyListVertexInputFormatInputFormat for reading graphs stored as (ordered) adjacency lists with the vertex ids longs and the vertex values and edges doubles.Classorg.apache.giraph.io.formatsGiraph
LongLongNullTextInputFormatSimple text-based VertexInputFormat for unweighted graphs with long ids.Classorg.apache.giraph.io.formatsGiraph
MultiEdgeInputFormatEdge input format which wraps several edge input formats.Classorg.apache.giraph.io.formats.multiGiraph
MultiInputUtilsUtility methods used by MultiVertexInputFormat and MultiEdgeInputFormatClassorg.apache.giraph.io.formats.multiGiraph
MultiVertexInputFormatVertex input format which wraps several vertex input formats.Classorg.apache.giraph.io.formats.multiGiraph
PseudoRandomEdgeInputFormatThis EdgeInputFormat generates pseudo-random edges on the fly.Classorg.apache.giraph.io.formatsGiraph
PseudoRandomInputFormatConstantsContains constants for configuring pseudo-random input formats.Classorg.apache.giraph.io.formatsGiraph
PseudoRandomIntNullLocalEdgesHelperHelper class to generate pseudo-random local edges.Classorg.apache.giraph.io.formatsGiraph
PseudoRandomIntNullVertexInputFormatVertexInputFormat for large scale testing, like PseudoRandomVertexInputFormat, but for the unweighted graphsClassorg.apache.giraph.io.formatsGiraph
PseudoRandomLocalEdgesHelperHelper class to generate pseudo-random local edges.Classorg.apache.giraph.io.formatsGiraph
PseudoRandomUtilsClassorg.apache.giraph.io.formatsGiraph
PseudoRandomVertexInputFormatThis VertexInputFormat is meant for large scale testing.Classorg.apache.giraph.io.formatsGiraph
SequenceFileVertexInputFormatSequence file vertex input format based on SequenceFileInputFormat.Classorg.apache.giraph.io.formatsGiraph
SequenceFileVertexInputFormat .SequenceFileVertexReaderVertex reader used with SequenceFileVertexInputFormat.Classorg.apache.giraph.io.formats.SequenceFileVertexInputFormatGiraph
SequenceFileVertexOutputFormatSequence file vertex output format.Classorg.apache.giraph.io.formatsGiraph
SrcIdDstIdEdgeValueTextOutputFormatWrite out Edge Value with Source and Destination ID, but not the vertex This is a demostration output format to show the possibility to separatelyClassorg.apache.giraph.io.formatsGiraph
TextDoubleDoubleAdjacencyListVertexInputFormatClass to read graphs stored as adjacency lists with ids represented by Strings and values as doubles.Classorg.apache.giraph.io.formatsGiraph
TextEdgeInputFormatAbstract class that users should subclass to use their own text based edge output format.Classorg.apache.giraph.io.formatsGiraph
TextEdgeOutputFormatAbstract class that users should subclass to use their own text based edge output format.Classorg.apache.giraph.io.formatsGiraph
TextVertexInputFormatAbstract class that users should subclass to use their own text based vertex input format.Classorg.apache.giraph.io.formatsGiraph
TextVertexOutputFormatAbstract class that users should subclass to use their own text based vertex output format.Classorg.apache.giraph.io.formatsGiraph
TextVertexValueInputFormatAbstract class that users should subclass to use their own text based vertex value input format.Classorg.apache.giraph.io.formatsGiraph
VertexInputFormatDescriptionDescription of the vertex input format - holds vertex input format class and all parameters specifically set for that vertex input format.Classorg.apache.giraph.io.formats.multiGiraph
WattsStrogatzVertexInputFormatGenerates a random Watts-Strogatz graph by re-wiring a ring lattice.Classorg.apache.giraph.io.formatsGiraph