| Package | Description | 
|---|---|
| org.apache.giraph.conf | Package of Giraph configuration related things. | 
| org.apache.giraph.master | Package of all the master related things. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ImmutableClassesGiraphConfiguration. updateSuperstepClasses(SuperstepClasses superstepClasses)Update Computation and MessageCombiner class used | 
| Modifier and Type | Method and Description | 
|---|---|
| static SuperstepClasses | SuperstepClasses. createAndExtractTypes(ImmutableClassesGiraphConfiguration conf)Create superstep classes by initiazling from current state
 in configuration | 
| static SuperstepClasses | SuperstepClasses. createToRead(ImmutableClassesGiraphConfiguration conf)Create empty superstep classes, readFields needs to be called afterwards | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MasterCompute. setSuperstepClasses(SuperstepClasses superstepClasses) | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.