| Interface | Description | 
|---|---|
| InputSplitsMasterOrganizer | Interface for different input split organizers on master | 
| Class | Description | 
|---|---|
| BasicInputSplitsMasterOrganizer | Input splits organizer for vertex and edge input splits on master, which
 doesn't use locality information | 
| LocalityAwareInputSplitsMasterOrganizer | Input splits organizer for vertex and edge input splits on master, which
 uses locality information | 
| MappingInputSplitsMasterOrganizer | Organizer for mapping splits on master. | 
| MasterInputSplitsHandler | Handler for input splits on master
 Since currently Giraph fails if worker fails while reading input, we
 didn't complicate this part with retries yet, later it could be added by
 keeping track of which worker got which split and then if worker dies put
 these splits back to queues. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.