Package io.hyperfoil.internal
Interface Controller
-
public interface Controller
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceController.Factory
-
Field Summary
Fields Modifier and Type Field Description static java.nio.file.PathBENCHMARK_DIRstatic java.nio.file.PathDEFAULT_ROOT_DIRstatic longDEPLOY_TIMEOUTstatic java.lang.StringDEPLOYERstatic java.nio.file.PathHOOKS_DIRstatic java.nio.file.PathROOT_DIRstatic java.nio.file.PathRUN_DIR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringhost()intport()voidstop()
-
-
-
Field Detail
-
DEFAULT_ROOT_DIR
static final java.nio.file.Path DEFAULT_ROOT_DIR
-
DEPLOYER
static final java.lang.String DEPLOYER
-
DEPLOY_TIMEOUT
static final long DEPLOY_TIMEOUT
-
ROOT_DIR
static final java.nio.file.Path ROOT_DIR
-
BENCHMARK_DIR
static final java.nio.file.Path BENCHMARK_DIR
-
HOOKS_DIR
static final java.nio.file.Path HOOKS_DIR
-
RUN_DIR
static final java.nio.file.Path RUN_DIR
-
-