See: Description
Class | Description |
---|---|
IOCommand |
Representation of an IO command (moving data to disk/memory) used in
out-of-core mechanism.
|
LoadPartitionIOCommand |
IOCommand to load partition data, edge data (if in INPUT_SUPERSTEP), and
message data (if in compute supersteps).
|
StoreDataBufferIOCommand |
IOCommand to store raw data buffers on disk.
|
StoreIncomingMessageIOCommand |
IOCommand to store incoming message of a particular partition.
|
StorePartitionIOCommand |
IOCommand to store partition data, edge data (if in INPUT_SUPERSTEP), and
message data (if in compute supersteps).
|
WaitIOCommand |
IOCommand to do nothing regarding moving data to/from disk.
|
Enum | Description |
---|---|
IOCommand.IOCommandType |
Type of IO command
|
StoreDataBufferIOCommand.DataBufferType |
Types of raw data buffer to offload to disk (either vertices/edges buffer
in INPUT_SUPERSTEP or incoming message buffer).
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.