mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
update docs for op types
This commit is contained in:
parent
b4b09048f6
commit
7260280593
@ -32,11 +32,11 @@ import org.apache.logging.log4j.Logger;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* This is the generified version of an Action. All activity types should endeavor to use
|
||||
* this, as the API surface is being consolidated so that the internal machinery of NB
|
||||
* works in a very consistent and uniform way.
|
||||
* There will be changes to multiple drivers to support this consolidation, but the bulk
|
||||
* of this work will be undertaken by the project maintainers.
|
||||
* This is the generified version of an Action. All driver adapters us this, as opposed
|
||||
* to previous NB versions where it was implemented for each driver.
|
||||
*
|
||||
* This allows the API to be consolidated so that the internal machinery of NB
|
||||
* works in a very consistent and uniform way for all users and drivers.
|
||||
*
|
||||
* @param <A> The type of activity
|
||||
* @param <R> The type of operation
|
||||
|
Loading…
Reference in New Issue
Block a user