See: Description
| Interface | Description |
|---|---|
| SuperstepOutput<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Interface for outputing data during the computation.
|
| Class | Description |
|---|---|
| MultiThreadedSuperstepOutput<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Class to use as
SuperstepOutput when chosen VertexOutputFormat is
thread-safe. |
| NoOpSuperstepOutput<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Class to use as
SuperstepOutput when we don't have output during
computation. |
| SynchronizedSuperstepOutput<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Class to use as
SuperstepOutput when chosen VertexOutputFormat is
not thread-safe. |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.