Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.giraph.io Classes and Interfaces - 135 results found.
NameDescriptionTypePackageFramework
AccumuloVertexInputFormatClass which wraps the AccumuloInputFormat.Classorg.apache.giraph.io.accumuloGiraph
AccumuloVertexInputFormat .AccumuloVertexReaderAbstract class which provides a template for instantiating vertices from Accumulo Key/Value pairs.Classorg.apache.giraph.io.accumulo.AccumuloVertexInputFormatGiraph
AccumuloVertexOutputFormatClass which wraps the AccumuloOutputFormat.Classorg.apache.giraph.io.accumuloGiraph
AccumuloVertexOutputFormat .AccumuloVertexWriterMain abstraction point for vertex writers to persist back to Accumulo tables.Classorg.apache.giraph.io.accumulo.AccumuloVertexOutputFormatGiraph
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
BasicVertexValueReaderAbstract base class for VertexValueReader.Classorg.apache.giraph.ioGiraph
DefaultEdgeInputFilterDefault edge filter that lets in all edges.Classorg.apache.giraph.io.filtersGiraph
DefaultKeyFactoryExample class for defining a way to construct Gora keys.Classorg.apache.giraph.io.gora.utilsGiraph
DefaultVertexInputFilterDefault vertex filter that lets in all vertices.Classorg.apache.giraph.io.filtersGiraph
EdgeInputFilterFilters edges on input.Interfaceorg.apache.giraph.io.filtersGiraph
EdgeInputFormatInput format for reading single edges.Classorg.apache.giraph.ioGiraph
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
EdgeOutputFormatClassorg.apache.giraph.ioGiraph
EdgeReaderAnalogous to BspRecordReader for edges.Classorg.apache.giraph.ioGiraph
EdgeReaderWrapperClassorg.apache.giraph.io.iterablesGiraph
EdgeWithSourceClassorg.apache.giraph.io.iterablesGiraph
EdgeWriterClassorg.apache.giraph.ioGiraph
ExtraGoraInputFormatInputFormat to fetch the input from Gora data stores.Classorg.apache.giraph.io.gora.utilsGiraph
GEdgeExample class for defining a Giraph-Edge.Classorg.apache.giraph.io.gora.generatedGiraph
GEdge .BuilderRecordBuilder for GEdge instances.Classorg.apache.giraph.io.gora.generated.GEdgeGiraph
GEdge .FieldEdge vertex source id.Classorg.apache.giraph.io.gora.generated.GEdgeGiraph
GEdge .TombstoneClassorg.apache.giraph.io.gora.generated.GEdgeGiraph
GEdgeResultExample class for defining a Giraph-Edge result.Classorg.apache.giraph.io.gora.generatedGiraph
GEdgeResult .BuilderRecordBuilder for GEdgeResult instances.Classorg.apache.giraph.io.gora.generated.GEdgeResultGiraph
GEdgeResult .FieldEdge vertex source id.Classorg.apache.giraph.io.gora.generated.GEdgeResultGiraph
GEdgeResult .TombstoneClassorg.apache.giraph.io.gora.generated.GEdgeResultGiraph
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
GiraphGoraConstantsInterfaceorg.apache.giraph.io.gora.constantsGiraph
GiraphHCatInputFormatProvides functionality similar to but allows for different data sources (vertex and edge data).Classorg.apache.giraph.io.hcatalogGiraph
GiraphInputFormatCommon interface for VertexInputFormat and EdgeInputFormat.Classorg.apache.giraph.ioGiraph
GiraphReaderReader for some kind of data.Interfaceorg.apache.giraph.io.iterablesGiraph
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
GoraEdgeInputFormatClass which wraps the GoraInputFormat.Classorg.apache.giraph.io.goraGiraph
GoraEdgeOutputFormatClass which wraps the GoraInputFormat.Classorg.apache.giraph.io.goraGiraph
GoraGEdgeEdgeInputFormatExample implementation of a specific reader for a generated data bean.Classorg.apache.giraph.io.goraGiraph
GoraGEdgeEdgeOutputFormatClassorg.apache.giraph.io.goraGiraph
GoraGVertexVertexInputFormatExample implementation of a specific reader for a generated data bean.Classorg.apache.giraph.io.goraGiraph
GoraGVertexVertexOutputFormatClassorg.apache.giraph.io.goraGiraph
GoraUtilsClass used to handle the creation and querying of data stores through Gora.Classorg.apache.giraph.io.gora.utilsGiraph
GoraVertexInputFormatClass which wraps the GoraInputFormat.Classorg.apache.giraph.io.goraGiraph
GoraVertexOutputFormatClass which wraps the GoraOutputFormat.Classorg.apache.giraph.io.goraGiraph
GraphvizOutputFormatWrites graph to a dot file (graphviz format).Classorg.apache.giraph.io.formatsGiraph
GVertexExample class for defining a Giraph-vertex.Classorg.apache.giraph.io.gora.generatedGiraph
GVertex .BuilderRecordBuilder for GVertex instances.Classorg.apache.giraph.io.gora.generated.GVertexGiraph
GVertex .FieldClassorg.apache.giraph.io.gora.generated.GVertexGiraph
GVertex .TombstoneClassorg.apache.giraph.io.gora.generated.GVertexGiraph
GVertexResultExample class for defining a Giraph-vertex result.Classorg.apache.giraph.io.gora.generatedGiraph
GVertexResult .BuilderRecordBuilder for GVertexResult instances.Classorg.apache.giraph.io.gora.generated.GVertexResultGiraph
GVertexResult .FieldClassorg.apache.giraph.io.gora.generated.GVertexResultGiraph
GVertexResult .TombstoneClassorg.apache.giraph.io.gora.generated.GVertexResultGiraph
HBaseVertexInputFormatBase class that wraps an HBase TableInputFormat and underlying Scan object to help instantiate vertices from an HBase table.Classorg.apache.giraph.io.hbaseGiraph
HBaseVertexInputFormat .HBaseVertexReaderTakes an instance of RecordReader that supports HBase row-key, result records.Classorg.apache.giraph.io.hbase.HBaseVertexInputFormatGiraph
HBaseVertexOutputFormatBase class for writing Vertex mutations back to specific rows in an HBase table.Classorg.apache.giraph.io.hbaseGiraph
HBaseVertexOutputFormat .HBaseVertexWriter Simple class which takes an instance of RecordWriter over Writable objects.Classorg.apache.giraph.io.hbase.HBaseVertexOutputFormatGiraph
HCatalogEdgeInputFormatHCatalog EdgeInputFormat for reading edges from Hive/Pig.Classorg.apache.giraph.io.hcatalogGiraph
HCatalogEdgeInputFormat .HCatalogEdgeReaderEdgeReader for HCatalogEdgeInputFormat.Classorg.apache.giraph.io.hcatalog.HCatalogEdgeInputFormatGiraph
HCatalogEdgeInputFormat .SingleRowHCatalogEdgeNoValueReaderHCatalogEdgeInputFormat.Classorg.apache.giraph.io.hcatalog.HCatalogEdgeInputFormatGiraph
HCatalogEdgeInputFormat .SingleRowHCatalogEdgeReaderHCatalogEdgeInputFormat.Classorg.apache.giraph.io.hcatalog.HCatalogEdgeInputFormatGiraph
HCatalogVertexInputFormatAbstract class that users should subclass to load data from a Hive or Pig table.Classorg.apache.giraph.io.hcatalogGiraph
HCatalogVertexOutputFormatAbstract class that users should subclass to store data to Hive or Pig table.Classorg.apache.giraph.io.hcatalogGiraph
HCatalogVertexOutputFormat .HCatalogVertexWriterAbstract class that users should subclass based on their specific vertexClassorg.apache.giraph.io.hcatalog.HCatalogVertexOutputFormatGiraph
HCatalogVertexOutputFormat .MultiRowHCatalogVertexWriterHCatalogVertexWriter to write each vertex in multiple rows.Classorg.apache.giraph.io.hcatalog.HCatalogVertexOutputFormatGiraph
HCatalogVertexOutputFormat .SingleRowHCatalogVertexWriterHCatalogVertexWriter to write each vertex in each row.Classorg.apache.giraph.io.hcatalog.HCatalogVertexOutputFormatGiraph
HCatalogVertexValueInputFormatClassorg.apache.giraph.io.hcatalogGiraph
HCatGiraphRunnerClassorg.apache.giraph.io.hcatalogGiraph
HiveUtilsUtilities and helpers for working with Hive tables.Classorg.apache.giraph.io.hcatalogGiraph
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
IteratorToReaderWrapperClassorg.apache.giraph.io.iterablesGiraph
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
KeyFactoryClass used to convert strings into more complex keys.Classorg.apache.giraph.io.gora.utilsGiraph
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
MappingInputFormatUse this to load data for a BSP application.Classorg.apache.giraph.ioGiraph
MappingReaderWill read the mapping from an input split.Classorg.apache.giraph.ioGiraph
MappingReaderWrapperClassorg.apache.giraph.io.iterablesGiraph
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
MultiThreadedSuperstepOutputClassorg.apache.giraph.io.superstep_outputGiraph
MultiVertexInputFormatVertex input format which wraps several vertex input formats.Classorg.apache.giraph.io.formats.multiGiraph
NoOpSuperstepOutputClass to use as SuperstepOutput when we don't have output during computation.Classorg.apache.giraph.io.superstep_outputGiraph
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
ReverseEdgeDuplicatorAn EdgeReader that creates the opposite direction edge for each edge read.Classorg.apache.giraph.ioGiraph
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
SimpleVertexWriterInterfaceorg.apache.giraph.ioGiraph
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
SuperstepOutputInterface for outputing data during the computation.Interfaceorg.apache.giraph.io.superstep_outputGiraph
SynchronizedSuperstepOutputClassorg.apache.giraph.io.superstep_outputGiraph
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
VertexInputFilterFilters vertices on input.Interfaceorg.apache.giraph.io.filtersGiraph
VertexInputFormatUse this to load data for a BSP application.Classorg.apache.giraph.ioGiraph
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
VertexOutputFormat directly after the Hadoop OutputFormat.Classorg.apache.giraph.ioGiraph
VertexReaderAnalogous to Hadoop's RecordReader for vertices.Classorg.apache.giraph.ioGiraph
VertexReaderWrapperClassorg.apache.giraph.io.iterablesGiraph
VertexValueInputFormatVertex input format that only allows setting vertex id and value.Classorg.apache.giraph.ioGiraph
VertexValueReaderVertex reader for VertexValueInputFormat.Classorg.apache.giraph.ioGiraph
VertexWriterClassorg.apache.giraph.ioGiraph
WattsStrogatzVertexInputFormatGenerates a random Watts-Strogatz graph by re-wiring a ring lattice.Classorg.apache.giraph.io.formatsGiraph
WrappedEdgeInputFormatFor internal use only.Classorg.apache.giraph.io.internalGiraph
WrappedEdgeOutputFormatFor internal use only.Classorg.apache.giraph.io.internalGiraph
WrappedEdgeReaderFor internal use only.Classorg.apache.giraph.io.internalGiraph
WrappedMappingInputFormatFor internal use only.Classorg.apache.giraph.io.internalGiraph
WrappedMappingReaderFor internal use only.Classorg.apache.giraph.io.internalGiraph
WrappedVertexInputFormatFor internal use only.Classorg.apache.giraph.io.internalGiraph
WrappedVertexOutputFormatFor internal use only.Classorg.apache.giraph.io.internalGiraph
WrappedVertexReaderFor internal use only.Classorg.apache.giraph.io.internalGiraph