Skip navigation links
A C E G H I J L N P R S T V W 

A

abort() - Method in class net.openhft.chronicle.core.jlbh.JLBH
Deprecated.
 
abort() - Method in class net.openhft.chronicle.jlbh.JLBH
 
accountForCoordinatedOmission(boolean) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
Determines whether the start time is the time the event was supposed to have happened (i.e.
accountForCoordinatedOmission(boolean) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Determines whether the start time is the time the event was supposed to have happened (i.e.
accountForCoordinatedOmmission(boolean) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
accountForCoordinatedOmmission(boolean) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Deprecated.
acquireLock(Supplier<AffinityLock>) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
 
acquireLock(Supplier<AffinityLock>) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
 
additionalPercentileRuns() - Method in class net.openhft.chronicle.core.jlbh.JLBH
Deprecated.
 
additionalPercentileRuns() - Method in class net.openhft.chronicle.jlbh.JLBH
 
addProbe(String) - Method in class net.openhft.chronicle.core.jlbh.JLBH
Deprecated.
Add a probe to measure a section of the benchmark.
addProbe(String) - Method in class net.openhft.chronicle.jlbh.JLBH
Add a probe to measure a section of the benchmark.
apply(long) - Method in interface net.openhft.chronicle.core.jlbh.LatencyDistributor
Deprecated.
 
apply(long) - Method in interface net.openhft.chronicle.jlbh.LatencyDistributor
 

C

complete() - Method in interface net.openhft.chronicle.core.jlbh.JLBHTask
Deprecated.
This method is used for any clean up that might be required by the benchmark.
complete() - Method in interface net.openhft.chronicle.jlbh.JLBHTask
This method is used for any clean up that might be required by the benchmark.
createHistogram() - Method in class net.openhft.chronicle.core.jlbh.JLBH
Deprecated.
 
createHistogram() - Method in class net.openhft.chronicle.jlbh.JLBH
 

E

eachRunSummary() - Method in interface net.openhft.chronicle.core.jlbh.JLBHResult.ProbeResult
Deprecated.
 
eachRunSummary() - Method in interface net.openhft.chronicle.jlbh.JLBHResult.ProbeResult
 
endToEnd() - Method in interface net.openhft.chronicle.core.jlbh.JLBHResult
Deprecated.
 
endToEnd() - Method in interface net.openhft.chronicle.jlbh.JLBHResult
 
eventLoopHandler() - Method in class net.openhft.chronicle.core.jlbh.JLBH
Deprecated.
Call this instead of start if you want to install JLBH as a handler on your event loop thread
eventLoopHandler() - Method in class net.openhft.chronicle.jlbh.JLBH
eventLoopHandler(EventLoop) - Method in class net.openhft.chronicle.jlbh.JLBH
Call this instead of JLBH.start() if you want to install JLBH as a handler on your event loop thread

G

get50thPercentile() - Method in interface net.openhft.chronicle.core.jlbh.JLBHResult.RunResult
Deprecated.
 
get50thPercentile() - Method in interface net.openhft.chronicle.jlbh.JLBHResult.RunResult
 
get90thPercentile() - Method in interface net.openhft.chronicle.core.jlbh.JLBHResult.RunResult
Deprecated.
 
get90thPercentile() - Method in interface net.openhft.chronicle.jlbh.JLBHResult.RunResult
 
get9999thPercentile() - Method in interface net.openhft.chronicle.core.jlbh.JLBHResult.RunResult
Deprecated.
 
get9999thPercentile() - Method in interface net.openhft.chronicle.jlbh.JLBHResult.RunResult
 
get999thPercentile() - Method in interface net.openhft.chronicle.core.jlbh.JLBHResult.RunResult
Deprecated.
 
get999thPercentile() - Method in interface net.openhft.chronicle.jlbh.JLBHResult.RunResult
 
get99thPercentile() - Method in interface net.openhft.chronicle.core.jlbh.JLBHResult.RunResult
Deprecated.
 
get99thPercentile() - Method in interface net.openhft.chronicle.jlbh.JLBHResult.RunResult
 
getWorst() - Method in interface net.openhft.chronicle.core.jlbh.JLBHResult.RunResult
Deprecated.
 
getWorst() - Method in interface net.openhft.chronicle.jlbh.JLBHResult.RunResult
 

H

histo(String, Histogram, PrintStream) - Static method in class net.openhft.chronicle.jlbh.TeamCityHelper
 

I

init(JLBH) - Method in interface net.openhft.chronicle.core.jlbh.JLBHTask
Deprecated.
This method is called before the benchmark is started.
init(JLBH) - Method in interface net.openhft.chronicle.jlbh.JLBHTask
This method is called before the benchmark is started.
iterations(int) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
Number of iterations of the benchmark not including warmup.
iterations(int) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Number of iterations of the benchmark not including warmup.
iterations(long) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
 

J

jitterAffinity(boolean) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
Should the jitter thread set affinity or not
jitterAffinity(boolean) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Should the jitter thread set affinity or not
JLBH - Class in net.openhft.chronicle.core.jlbh
Deprecated.
JLBH(JLBHOptions) - Constructor for class net.openhft.chronicle.core.jlbh.JLBH
Deprecated.
 
JLBH(JLBHOptions, PrintStream, Consumer<JLBHResult>) - Constructor for class net.openhft.chronicle.core.jlbh.JLBH
Deprecated.
Use this constructor if you want to test the latencies in more automated fashion.
JLBH - Class in net.openhft.chronicle.jlbh
Java Latency Benchmark Harness The harness is intended to be used for benchmarks where co-ordinated omission is an issue.
JLBH(JLBHOptions) - Constructor for class net.openhft.chronicle.jlbh.JLBH
 
JLBH(JLBHOptions, PrintStream, Consumer<JLBHResult>) - Constructor for class net.openhft.chronicle.jlbh.JLBH
Use this constructor if you want to test the latencies in more automated fashion.
JLBHOptions - Class in net.openhft.chronicle.core.jlbh
Deprecated.
JLBHOptions() - Constructor for class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
 
JLBHOptions - Class in net.openhft.chronicle.jlbh
Data structure to store the options to pass into the JLBH constructor
JLBHOptions() - Constructor for class net.openhft.chronicle.jlbh.JLBHOptions
 
JLBHResult - Interface in net.openhft.chronicle.core.jlbh
Deprecated.
JLBHResult - Interface in net.openhft.chronicle.jlbh
 
JLBHResult.ProbeResult - Interface in net.openhft.chronicle.core.jlbh
Deprecated.
 
JLBHResult.ProbeResult - Interface in net.openhft.chronicle.jlbh
 
JLBHResult.RunResult - Interface in net.openhft.chronicle.core.jlbh
Deprecated.
 
JLBHResult.RunResult - Interface in net.openhft.chronicle.jlbh
 
JLBHResult.RunResult.Percentile - Enum in net.openhft.chronicle.core.jlbh
Deprecated.
 
JLBHResult.RunResult.Percentile - Enum in net.openhft.chronicle.jlbh
 
JLBHResultConsumer - Interface in net.openhft.chronicle.core.jlbh
Deprecated.
JLBHResultConsumer - Interface in net.openhft.chronicle.jlbh
 
jlbhTask(JLBHTask) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
The latency benchmark to be run.
JLBHTask - Interface in net.openhft.chronicle.core.jlbh
Deprecated.
jlbhTask(JLBHTask) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
The latency benchmark to be run.
JLBHTask - Interface in net.openhft.chronicle.jlbh
Interface for tasks using the JLBH framework.

L

latencyDistributor(LatencyDistributor) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
Allow the distribution to be altered pseudo-randomly
LatencyDistributor - Interface in net.openhft.chronicle.core.jlbh
Deprecated.
latencyDistributor(LatencyDistributor) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Allow the distribution to be altered pseudo-randomly
LatencyDistributor - Interface in net.openhft.chronicle.jlbh
 
LatencyDistributors - Enum in net.openhft.chronicle.core.jlbh
Deprecated.
LatencyDistributors - Enum in net.openhft.chronicle.jlbh
 

N

net.openhft.chronicle.core.jlbh - package net.openhft.chronicle.core.jlbh
 
net.openhft.chronicle.jlbh - package net.openhft.chronicle.jlbh
 
newThreadSafeInstance() - Static method in interface net.openhft.chronicle.core.jlbh.JLBHResultConsumer
Deprecated.
Thread safety (when reading the result from a thread that is different from the one executing the JLBH) is guaranteed by making sure that the result data is visible after being generated by JLBH.
newThreadSafeInstance() - Static method in interface net.openhft.chronicle.jlbh.JLBHResultConsumer
Thread safety (when reading the result from a thread that is different from the one executing the JLBH) is guaranteed by making sure that the result data is visible after being generated by JLBH.

P

pauseAfterWarmupMS(int) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
Option to set a pause after the warmup is complete
pauseAfterWarmupMS(int) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Option to set a pause after the warmup is complete
percentileRuns() - Method in class net.openhft.chronicle.core.jlbh.JLBH
Deprecated.
 
percentileRuns() - Method in class net.openhft.chronicle.jlbh.JLBH
 
percentiles() - Method in interface net.openhft.chronicle.core.jlbh.JLBHResult.RunResult
Deprecated.
 
percentiles() - Method in interface net.openhft.chronicle.jlbh.JLBHResult.RunResult
 
printPercentilesSummary(String, List<double[]>, Appendable) - Method in class net.openhft.chronicle.core.jlbh.JLBH
Deprecated.
 
printPercentilesSummary(String, List<double[]>, Appendable) - Method in class net.openhft.chronicle.jlbh.JLBH
 
probe(String) - Method in interface net.openhft.chronicle.core.jlbh.JLBHResult
Deprecated.
 
probe(String) - Method in interface net.openhft.chronicle.jlbh.JLBHResult
 

R

recordJitterGreaterThanNs(int) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
Determines how much jitter to record.
recordJitterGreaterThanNs(int) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Determines how much jitter to record.
recordOSJitter(boolean) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
Determines whether or not to record jitter
recordOSJitter(boolean) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Determines whether or not to record jitter
run(long) - Method in interface net.openhft.chronicle.core.jlbh.JLBHTask
Deprecated.
This method is called for each iteration of the benchmark.
run(long) - Method in interface net.openhft.chronicle.jlbh.JLBHTask
This method is called for each iteration of the benchmark.
runComplete() - Method in interface net.openhft.chronicle.jlbh.JLBHTask
Notify that a run has completed
runs(int) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
Number of runs of the benchmark
runs(int) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Number of runs of the benchmark

S

sample(long) - Method in class net.openhft.chronicle.core.jlbh.JLBH
Deprecated.
 
sample(long) - Method in class net.openhft.chronicle.jlbh.JLBH
 
sampleNanos(long) - Method in class net.openhft.chronicle.core.jlbh.JLBH
Deprecated.
 
sampleNanos(long) - Method in class net.openhft.chronicle.jlbh.JLBH
 
skipFirstRun(boolean) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
Option to skip first run from being included in the variation statistics.
skipFirstRun(boolean) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Option to skip first run from being included in the variation statistics.
start() - Method in class net.openhft.chronicle.core.jlbh.JLBH
Deprecated.
Start benchmark
start() - Method in class net.openhft.chronicle.jlbh.JLBH
Start benchmark
summaryOfLastRun() - Method in interface net.openhft.chronicle.core.jlbh.JLBHResult.ProbeResult
Deprecated.
 
summaryOfLastRun() - Method in interface net.openhft.chronicle.jlbh.JLBHResult.ProbeResult
 

T

TeamCityHelper - Class in net.openhft.chronicle.core.jlbh
Deprecated.
TeamCityHelper() - Constructor for class net.openhft.chronicle.core.jlbh.TeamCityHelper
Deprecated.
 
TeamCityHelper - Class in net.openhft.chronicle.jlbh
 
TeamCityHelper() - Constructor for class net.openhft.chronicle.jlbh.TeamCityHelper
 
teamCityStatsLastRun(String, JLBH, int, PrintStream) - Static method in class net.openhft.chronicle.core.jlbh.TeamCityHelper
Deprecated.
prints out stats for the last run in a TeamCity friendly manner
teamCityStatsLastRun(String, JLBH, long, PrintStream) - Static method in class net.openhft.chronicle.jlbh.TeamCityHelper
prints out stats for the last run in a TeamCity friendly manner
throughput(int) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
Number of iterations per second to be pushed through the benchmark
throughput(int, TimeUnit) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
Number of iterations per time unit to be pushed through the benchmark
throughput(int) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Number of iterations per second to be pushed through the benchmark
throughput(int, TimeUnit) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Number of iterations per time unit to be pushed through the benchmark
timeout(long) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
 
timeout(long) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
 

V

valueOf(String) - Static method in enum net.openhft.chronicle.core.jlbh.JLBHResult.RunResult.Percentile
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.core.jlbh.LatencyDistributors
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.jlbh.JLBHResult.RunResult.Percentile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.jlbh.LatencyDistributors
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.openhft.chronicle.core.jlbh.JLBHResult.RunResult.Percentile
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.core.jlbh.LatencyDistributors
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.jlbh.JLBHResult.RunResult.Percentile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.jlbh.LatencyDistributors
Returns an array containing the constants of this enum type, in the order they are declared.

W

warmedUp() - Method in interface net.openhft.chronicle.core.jlbh.JLBHTask
Deprecated.
Notify that warmup phase is over
warmedUp() - Method in interface net.openhft.chronicle.jlbh.JLBHTask
Notify that warmup phase is over
warmUpIterations(int) - Method in class net.openhft.chronicle.core.jlbh.JLBHOptions
Deprecated.
Determines how many warmup iterations to perform.
warmUpIterations(int) - Method in class net.openhft.chronicle.jlbh.JLBHOptions
Determines how many warmup iterations to perform.
A C E G H I J L N P R S T V W 
Skip navigation links

Copyright © 2021. All rights reserved.