Return type for partial chunk assignment strategies. More...
#include <ChunkInfo.hpp>
Public Member Functions | |
| PartialAssignment (ChunkTable notAssigned) | |
| PartialAssignment (ChunkTable notAssigned, Assignment assigned) | |
Public Attributes | |
| ChunkTable | notAssigned |
| Assignment | assigned |
Return type for partial chunk assignment strategies.
A typical partial assignment strategy is ByHostname, which can assign chunks only within one compute node and will fail if there is no consumer in that same compute node.