Statistics
| Branch: | Tag: | Revision:

root / xseg / peers / user / mapper.h @ 6652c5b8

History | View | Annotate | Download (9.8 kB)

# Date Author Comment
bc3b17eb 07/17/2013 03:35 pm Filippos Giannakos

mapper: Add hash support for snapshots.

Add the ability to hash snapshots and create pithos compatible images.

Also, as a minor improvement add object_to_map representation to map functions.

e9be11a2 07/08/2013 12:03 pm Filippos Giannakos

mapperd: Add counter on map to count used objects

Add map counter to count used objects, so we can quickly calculate whether all
objects are in READY state, and there are no pending actions on them.

3ee9d44b 07/08/2013 12:03 pm Filippos Giannakos

mapper: Add support to wait for a request when applicable

4dfacc01 07/08/2013 12:03 pm Filippos Giannakos

mapperd: Refactor and add several improvements.

Completely refactor mapperd code, split logic, map handling and raw map
interpretation into different submodules.

Also add several functionality improvements such as:

  • Split snapshot from hashing
  • Practically unlimited size for pithos maps...