Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
Modifier and Type | Field and Description |
---|---|
protected GiraphTypes<I,V,E> |
GiraphClasses.giraphTypes
Generic types used to describe graph
|
Modifier and Type | Method and Description |
---|---|
GiraphTypes<I,V,E> |
GiraphClasses.getGiraphTypes() |
GiraphTypes<I,V,E> |
ImmutableClassesGiraphConfiguration.getGiraphTypes()
Get user types describing graph (I,V,E,M1,M2)
|
static <IX extends org.apache.hadoop.io.WritableComparable,VX extends org.apache.hadoop.io.Writable,EX extends org.apache.hadoop.io.Writable> |
GiraphTypes.readFrom(org.apache.hadoop.conf.Configuration conf)
Read types from a
Configuration . |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.