DOC

io.fluo : fluo-stress

Maven & Gradle

Sep 29, 2014
1 usages

Stress · This module contains Fluo stress tests. Stress tests are different than integration tests in that they are designed to run on a cluster while integration tests only run on MiniFluo in a local environment. This module produces the jar needed to run a stress test on a cluster. Currently, this module only has one stress test (the Trie test) but other tests could be added to this module in the future.

Table Of Contents

Latest Version

Download io.fluo : fluo-stress Javadoc & API Documentation - Latest Versions:

All Versions

Download io.fluo : fluo-stress Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file fluo-stress-1.0.0-alpha-1-javadoc.jar to fluo-stress-1.0.0-alpha-1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder fluo-stress-1.0.0-alpha-1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "fluo-stress-1.0.0-alpha-1-sources.jar" -d "fluo-stress-1.0.0-alpha-1-javadoc" -subpackages 

Advertisement