Package | Description |
---|---|
org.perfcake | |
org.perfcake.common | |
org.perfcake.message.generator.profile | |
org.perfcake.reporting.reporter |
Modifier and Type | Method and Description |
---|---|
Period |
RunInfo.getDuration()
Gets the desired run duration
|
Constructor and Description |
---|
RunInfo(Period duration)
Creates a new RunInfo.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundPeriod<T>
A
Period bound to a specific object. |
Constructor and Description |
---|
BoundPeriod(Period p,
T binding)
Creates a new BoundPeriod based on an existing Period.
|
Modifier and Type | Method and Description |
---|---|
ProfileRequest |
AbstractProfile.getProfile(Period period) |
ProfileRequest |
Profile.getProfile(Period period)
Gets the messages generation profile for the given time period.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractReporter.registerDestination(Destination destination,
Period period) |
void |
Reporter.registerDestination(Destination destination,
Period period)
Registers a destination to receive resulting
Measurements in
a given period. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractReporter.registerDestination(Destination destination,
Set<Period> periods) |
void |
Reporter.registerDestination(Destination destination,
Set<Period> periods)
Registers a destination to receive resulting
Measurements in
given periods. |
Copyright © 2010–2017 PerfCake Community. All rights reserved.