Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (3.5 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.

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

mapper: Fix v2 map loading/writing.

When changing chunks, make sure that each chunks ends at object border, so we
can safely load/store multiple chunks of map data.

7c127174 07/08/2013 12:03 pm Filippos Giannakos

mapper: Split loading/writing map metadata from map data

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...