Package io.nosqlbench.nb.api.annotations
Interface BuilderFacets.WantsSession
- All Known Subinterfaces:
BuilderFacets.All
- All Known Implementing Classes:
AnnotationBuilder
- Enclosing interface:
- BuilderFacets
public static interface BuilderFacets.WantsSession
-
Method Summary
Modifier and Type Method Description BuilderFacets.WantsIntervalsession(java.lang.String session)The session is the global name of a NoSQLBench process which run a scenario.
-
Method Details
-
session
The session is the global name of a NoSQLBench process which run a scenario. It is required.
-