jar

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 JAR file - Latest Versions:

All Versions

Download io.fluo : fluo-stress JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fluo-stress-1.0.0-alpha-1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.fluo.stress.trie

├─ io.fluo.stress.trie.Constants.class - [JAR]

├─ io.fluo.stress.trie.Node.class - [JAR]

├─ io.fluo.stress.trie.NodeObserver.class - [JAR]

├─ io.fluo.stress.trie.NumberIngest.class - [JAR]

├─ io.fluo.stress.trie.NumberLoader.class - [JAR]

Advertisement