See: Description
Class | Description |
---|---|
IdByteArrayMessageStore<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable> |
Special message store to be used when IDs are primitive and no combiner is
used.
|
IdOneMessagePerVertexStore<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable> |
Special message store to be used when IDs are primitive and message doesn't
need to be, and message combiner is used.
|
IntFloatMessageStore |
Special message store to be used when ids are IntWritable and messages
are FloatWritable and messageCombiner is used.
|
LongDoubleMessageStore |
Special message store to be used when ids are LongWritable and messages
are DoubleWritable and messageCombiner is used.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.