Fix warnings (with formatting)

* fix javadoc problems
* fix m2e problems (and move to profile)
* fix generics
4 files changed
tree: 053b1437afde7afa409d59d4c8f729e218cdcbd9
  1. contrib/
  2. docs/
  3. modules/
  4. .gitignore
  5. .travis.yml
  6. AUTHORS
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Fluo Recipes

Build Status

Common code for Fluo application developers.

Available Recipes

  • Collision Free Map - A recipe for making many to many updates.
  • Export Queue - A recipe for exporting data from Fluo to external systems.
  • Row Hash Prefix - A recipe for spreading data evenly in a row prefix.
  • RecordingTransaction - A wrapper for a Fluo transaction that records all transaction operations to a log which can be used to export data from Fluo.

Common Functionality

Recipes have common needs that are broken down into the following reusable components.