Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.giraph.hive Classes and Interfaces - 58 results found.
NameDescriptionTypePackageFramework
AbstractHiveToEdgeClassorg.apache.giraph.hive.input.edgeGiraph
AbstractHiveToMappingClassorg.apache.giraph.hive.input.mappingGiraph
AbstractHiveToVertexClassorg.apache.giraph.hive.input.vertexGiraph
AbstractVertexToHiveClassorg.apache.giraph.hive.outputGiraph
DefaultConfigurableAndTableSchemaAwareDefault implementation of HiveTableSchemaAware and ImmutableClassesGiraphConfigurableClassorg.apache.giraph.hive.commonGiraph
GiraphHiveConstantsClassorg.apache.giraph.hive.commonGiraph
HiveEdgeInputFormatEdgeInputFormat for reading edges from Hive.Classorg.apache.giraph.hive.input.edgeGiraph
HiveEdgeReaderA reader for reading edges from Hive.Classorg.apache.giraph.hive.input.edgeGiraph
HiveGiraphRunnerClassorg.apache.giraph.hiveGiraph
HiveInputCheckerInterface to check the validity of a Hive input configuration.Interfaceorg.apache.giraph.hive.inputGiraph
HiveInputOptionsHolder for Hive Input Configuration options.Classorg.apache.giraph.hive.commonGiraph
HiveIntDoubleDoubleVertexSimple HiveToVertex that reads vertices with integer IDs, Double vertex values, and edges with Double values.Classorg.apache.giraph.hive.input.vertex.examplesGiraph
HiveIntDoubleEdgeA simple HiveToEdge with integer IDs and double edge values.Classorg.apache.giraph.hive.input.edge.examplesGiraph
HiveIntIntNullVertexSimple HiveToVertex that reads vertices with integer IDs, no vertex values, and edges with no values.Classorg.apache.giraph.hive.input.vertex.examplesGiraph
HiveIntNullEdgeA simple HiveToEdge with integer IDs, no edge value, that assumes the Hive table is made up of [source,target] columns.Classorg.apache.giraph.hive.input.edge.examplesGiraph
HiveIntNullNullVertexSimple HiveToVertex that reads vertices with integer IDs, no vertex values, and edges with no values.Classorg.apache.giraph.hive.input.vertex.examplesGiraph
HiveJythonRunnerClassorg.apache.giraph.hive.jythonGiraph
HiveJythonUtilsPlugin to HiveJythonRunner to use Hive.Classorg.apache.giraph.hive.jythonGiraph
HiveMappingInputFormatClassorg.apache.giraph.hive.input.mappingGiraph
HiveMappingReaderClassorg.apache.giraph.hive.input.mappingGiraph
HiveOutputIntIntVertexClassorg.apache.giraph.hive.output.examplesGiraph
HiveParsingHelpers for parsing with Hive.Classorg.apache.giraph.hive.commonGiraph
HiveReadableColumnA single column from a Hive record.Classorg.apache.giraph.hive.columnGiraph
HiveRecordSaverInterface which can save HiveWritableRecords.Interfaceorg.apache.giraph.hive.outputGiraph
HiveToEdgeAn interface used to create edges from Hive records.Interfaceorg.apache.giraph.hive.input.edgeGiraph
HiveToMappingInterfaceorg.apache.giraph.hive.input.mappingGiraph
HiveToVertexAn interface used to create vertices from Hive records.Interfaceorg.apache.giraph.hive.input.vertexGiraph
HiveUtilsClassorg.apache.giraph.hive.commonGiraph
HiveValueReaderInterfaceorg.apache.giraph.hive.valuesGiraph
HiveValueReader .NullClassorg.apache.giraph.hive.values.HiveValueReaderGiraph
HiveValueWriterInterfaceorg.apache.giraph.hive.valuesGiraph
HiveValueWriter .NullClassorg.apache.giraph.hive.values.HiveValueWriterGiraph
HiveVertexInputFormatVertexInputFormat for reading vertices from Hive.Classorg.apache.giraph.hive.input.vertexGiraph
HiveVertexOutputFormatClassorg.apache.giraph.hive.outputGiraph
HiveVertexReaderClassorg.apache.giraph.hive.input.vertexGiraph
HiveVertexWriterVertex writer using Hive.Classorg.apache.giraph.hive.outputGiraph
HiveWritableColumnA single column to write to a Hive record.Classorg.apache.giraph.hive.columnGiraph
JythonColumnReaderA Vertex ID reader from a single Hive column.Classorg.apache.giraph.hive.jythonGiraph
JythonColumnWriterClassorg.apache.giraph.hive.jythonGiraph
JythonHiveIOA type that can read and write itself using a Hive column.Interfaceorg.apache.giraph.hive.jythonGiraph
JythonHiveReaderInterface for reading user graph type (IVEMM) from Hive columns.Interfaceorg.apache.giraph.hive.jythonGiraph
JythonHiveToEdgeA HiveToEdge that reads each part (vertex ID, edge value) using separate readers.Classorg.apache.giraph.hive.jythonGiraph
JythonHiveToVertexA HiveToVertex that writes each part (vertex ID, vertex value, edges) using separate writers.Classorg.apache.giraph.hive.jythonGiraph
JythonHiveWriterInterfaceorg.apache.giraph.hive.jythonGiraph
JythonReadableColumnClassorg.apache.giraph.hive.jythonGiraph
JythonVertexToHiveA VertexToHive that writes each part (vertex ID, vertex value, edge value) using separate writers.Classorg.apache.giraph.hive.jythonGiraph
LanguageAndTypeA class/type with the language.Classorg.apache.giraph.hive.commonGiraph
LongByteHiveToMappingClassorg.apache.giraph.hive.input.mapping.examplesGiraph
LongInt2ByteHiveToMappingLong VertexId, Int Mapping target -> Byte MappingTarget implementation of HiveToMappingClassorg.apache.giraph.hive.input.mapping.examplesGiraph
PrimitiveValueReaderClassorg.apache.giraph.hive.primitivesGiraph
PrimitiveValueWriterClassorg.apache.giraph.hive.primitivesGiraph
RecordReaderWrapperClassorg.apache.giraph.hive.inputGiraph
SimpleHiveToEdgeClassorg.apache.giraph.hive.input.edgeGiraph
SimpleHiveToMappingClassorg.apache.giraph.hive.input.mappingGiraph
SimpleHiveToVertexClassorg.apache.giraph.hive.input.vertexGiraph
SimpleNoEdgesHiveToVertexSimple implementation of HiveToVertex when each vertex is in the one row of the input, and there are no edges in vertex input.Classorg.apache.giraph.hive.input.vertexGiraph
SimpleVertexToHiveSimple implementation of VertexToHive when each Vertex is stored to one row in the output.Classorg.apache.giraph.hive.outputGiraph
VertexToHiveInterface for writing vertices to Hive.Interfaceorg.apache.giraph.hive.outputGiraph