Package | Description |
---|---|
org.apache.giraph.comm.messages.primitives.long_id |
Message store based off of primitives when I = LongWritable
|
Modifier and Type | Class and Description |
---|---|
class |
LongAbstractListStore<M extends org.apache.hadoop.io.Writable,L extends List>
Special message store to be used when ids are LongWritable and no combiner
is used.
|
class |
LongPointerListPerVertexStore<M extends org.apache.hadoop.io.Writable>
This stores messages in
ExtendedByteArrayOutputBuffer
and stores long pointers that point to serialized messages |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.