| Package | Description |
|---|---|
| io.hyperfoil.api.config | |
| io.hyperfoil.api.connection | |
| io.hyperfoil.api.session |
| Modifier and Type | Method and Description |
|---|---|
void |
Sequence.instantiate(Session session,
int id) |
boolean |
Step.invoke(Session session)
This method should have no side-effect if it returns false.
|
void |
Sequence.reserve(Session session) |
| Modifier and Type | Field and Description |
|---|---|
Session |
Request.session |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpConnectionPool.registerWaitingSession(Session session) |
void |
Processor.BaseDelegating.reserve(Session session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpConnectionPool.request(HttpRequest request,
BiConsumer<Session,HttpRequestWriter>[] headerAppenders,
BiFunction<Session,Connection,io.netty.buffer.ByteBuf> bodyGenerator) |
void |
HttpConnection.request(HttpRequest request,
BiConsumer<Session,HttpRequestWriter>[] headerAppenders,
BiFunction<Session,Connection,io.netty.buffer.ByteBuf> bodyGenerator) |
| Constructor and Description |
|---|
HttpRequest(Session session) |
Request(Session session) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Access.activate(Session session)
Make variable set without changing its (pre-allocated) value.
|
int |
Access.addToInt(Session session,
int delta) |
void |
Access.declareInt(Session session) |
void |
Access.declareObject(Session session) |
int |
Access.getInt(Session session) |
Object |
Access.getObject(Session session) |
<V extends Session.Var> |
Access.getVar(Session session) |
default boolean |
Action.Step.invoke(Session session) |
boolean |
Access.isSet(Session session) |
void |
PhaseInstance.notifyFinished(Session session) |
void |
PhaseInstance.notifyTerminated(Session session) |
boolean |
SequenceInstance.progress(Session session) |
void |
ResourceUtilizer.reserve(Session session) |
static void |
ResourceUtilizer.reserve(Session session,
Collection<?> objects) |
static void |
ResourceUtilizer.reserve(Session session,
Object... objects) |
void |
Action.run(Session session) |
void |
Access.setInt(Session session,
int value) |
void |
Access.setObject(Session session,
Object value) |
void |
Access.unset(Session session) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhaseInstance.setComponents(ElasticPool<Session> sessionPool,
List<Session> sessionList,
Iterable<Statistics> statistics,
PhaseChangeHandler phaseChangeHandler) |
void |
PhaseInstance.setComponents(ElasticPool<Session> sessionPool,
List<Session> sessionList,
Iterable<Statistics> statistics,
PhaseChangeHandler phaseChangeHandler) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.