A B C D E F G I M O P R S U V 

A

AspectPerformanceMonitorExample - Class in org.fishwife.jrugged.examples.webapp
 
AspectPerformanceMonitorExample() - Constructor for class org.fishwife.jrugged.examples.webapp.AspectPerformanceMonitorExample
 
AspectResponseTweaker - Class in org.fishwife.jrugged.examples
 
AspectResponseTweaker() - Constructor for class org.fishwife.jrugged.examples.AspectResponseTweaker
 

B

BreakerResponseTweaker - Class in org.fishwife.jrugged.examples
 
BreakerResponseTweaker() - Constructor for class org.fishwife.jrugged.examples.BreakerResponseTweaker
 

C

cslm - Variable in class org.fishwife.jrugged.examples.PercentileTracker
 

D

delay() - Method in class org.fishwife.jrugged.examples.AspectResponseTweaker
 
delay() - Method in class org.fishwife.jrugged.examples.BreakerResponseTweaker
 
delay() - Method in class org.fishwife.jrugged.examples.InterceptResponseTweaker
 

E

exampleExceptionCountsImpact() - Method in class org.fishwife.jrugged.examples.performance.InstrumentationImpact
 
examplePerformanceImpact() - Method in class org.fishwife.jrugged.examples.performance.InstrumentationImpact
 
exampleRunningSuccessRPS() - Method in class org.fishwife.jrugged.examples.performance.InstrumentationImpact
 

F

FixedDelayPerformer - Class in org.fishwife.jrugged.examples.performance
A test class that can be used to model a wrapped call that takes a specific amount of time to execute.
FixedDelayPerformer(Long) - Constructor for class org.fishwife.jrugged.examples.performance.FixedDelayPerformer
 

G

getCircuitBreakerBean() - Method in class org.fishwife.jrugged.examples.webapp.InterceptCircuitBreakerExample
 
getPercentile(int) - Method in class org.fishwife.jrugged.examples.PercentileTracker
Returns a computed percentile value.
getPercentile(int, ArrayList<Double>) - Method in class org.fishwife.jrugged.examples.PercentileTracker
 
getPerformanceAspect() - Method in class org.fishwife.jrugged.examples.webapp.AspectPerformanceMonitorExample
 
getPerformanceBean() - Method in class org.fishwife.jrugged.examples.webapp.InterceptPerformanceMonitorExample
 
getResponseTweaker() - Method in class org.fishwife.jrugged.examples.webapp.AspectPerformanceMonitorExample
 
getResponseTweaker() - Method in class org.fishwife.jrugged.examples.webapp.InterceptCircuitBreakerExample
 
getResponseTweaker() - Method in class org.fishwife.jrugged.examples.webapp.InterceptPerformanceMonitorExample
 

I

InstrumentationImpact - Class in org.fishwife.jrugged.examples.performance
This is an example driver program that measures the amount of overhead introduced by wrapping a method call with a PerformanceMonitor.
InstrumentationImpact() - Constructor for class org.fishwife.jrugged.examples.performance.InstrumentationImpact
 
InterceptCircuitBreakerExample - Class in org.fishwife.jrugged.examples.webapp
 
InterceptCircuitBreakerExample() - Constructor for class org.fishwife.jrugged.examples.webapp.InterceptCircuitBreakerExample
 
InterceptPerformanceMonitorExample - Class in org.fishwife.jrugged.examples.webapp
 
InterceptPerformanceMonitorExample() - Constructor for class org.fishwife.jrugged.examples.webapp.InterceptPerformanceMonitorExample
 
InterceptResponseTweaker - Class in org.fishwife.jrugged.examples
 
InterceptResponseTweaker() - Constructor for class org.fishwife.jrugged.examples.InterceptResponseTweaker
 

M

main(String[]) - Static method in class org.fishwife.jrugged.examples.performance.InstrumentationImpact
 

O

OccasionalExceptionPerformer - Class in org.fishwife.jrugged.examples.performance
A test class that will throw an exeception every nth call.
OccasionalExceptionPerformer(int) - Constructor for class org.fishwife.jrugged.examples.performance.OccasionalExceptionPerformer
 
org.fishwife.jrugged.examples - package org.fishwife.jrugged.examples
 
org.fishwife.jrugged.examples.performance - package org.fishwife.jrugged.examples.performance
 
org.fishwife.jrugged.examples.webapp - package org.fishwife.jrugged.examples.webapp
 

P

PercentileTracker - Class in org.fishwife.jrugged.examples
This class implements a way to get percentiles from a list of samples within a given time range using the algorithm described at http://cnx.org/content/m10805/latest/.
PercentileTracker(long) - Constructor for class org.fishwife.jrugged.examples.PercentileTracker
 

R

RootController - Class in org.fishwife.jrugged.examples.webapp
 
RootController() - Constructor for class org.fishwife.jrugged.examples.webapp.RootController
 
run() - Method in class org.fishwife.jrugged.examples.performance.FixedDelayPerformer
 
run() - Method in class org.fishwife.jrugged.examples.performance.OccasionalExceptionPerformer
 

S

setAspectResponseTweaker(AspectResponseTweaker) - Method in class org.fishwife.jrugged.examples.webapp.AspectPerformanceMonitorExample
 
setCircuitBreakerBean(CircuitBreakerBean) - Method in class org.fishwife.jrugged.examples.webapp.InterceptCircuitBreakerExample
 
setPerformanceAspect(PerformanceMonitorAspect) - Method in class org.fishwife.jrugged.examples.webapp.AspectPerformanceMonitorExample
 
setPerformanceBean(PerformanceMonitorBean) - Method in class org.fishwife.jrugged.examples.webapp.InterceptPerformanceMonitorExample
 
setResponseTweaker(BreakerResponseTweaker) - Method in class org.fishwife.jrugged.examples.webapp.InterceptCircuitBreakerExample
 
setResponseTweaker(InterceptResponseTweaker) - Method in class org.fishwife.jrugged.examples.webapp.InterceptPerformanceMonitorExample
 

U

update(double) - Method in class org.fishwife.jrugged.examples.PercentileTracker
Updates the average with the latest measurement.

V

viewIndex(HttpServletRequest, HttpServletResponse) - Method in class org.fishwife.jrugged.examples.webapp.RootController
 
viewMain(HttpServletRequest, HttpServletResponse) - Method in class org.fishwife.jrugged.examples.webapp.AspectPerformanceMonitorExample
 
viewMain(HttpServletRequest, HttpServletResponse) - Method in class org.fishwife.jrugged.examples.webapp.InterceptCircuitBreakerExample
 
viewMain(HttpServletRequest, HttpServletResponse) - Method in class org.fishwife.jrugged.examples.webapp.InterceptPerformanceMonitorExample
 
viewPerformanceMonitor(HttpServletRequest, HttpServletResponse) - Method in class org.fishwife.jrugged.examples.webapp.AspectPerformanceMonitorExample
 
viewPerformanceMonitor(HttpServletRequest, HttpServletResponse) - Method in class org.fishwife.jrugged.examples.webapp.InterceptCircuitBreakerExample
 
viewPerformanceMonitor(HttpServletRequest, HttpServletResponse) - Method in class org.fishwife.jrugged.examples.webapp.InterceptPerformanceMonitorExample
 
A B C D E F G I M O P R S U V 

Copyright © 2014. All Rights Reserved.