|
|||||||||
| Home >> All >> juju >> reattore >> [ util overview ] | PREV NEXT | ||||||||
A
- ALL - Static variable in class juju.reattore.util.StatRegistry
- add(Object, Object) - Method in class juju.reattore.util.MapOfLists
- Adds a new element to the List identified by 'obj'
- add(int) - Method in class juju.reattore.util.RateStat
- Adds a number of hits to this stat.
- alphabet - Static variable in class juju.reattore.util.Base64
B
- Base64 - class juju.reattore.util.Base64.
- Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.
- Base64() - Constructor for class juju.reattore.util.Base64
- BaseStat - class juju.reattore.util.BaseStat.
- Base implementation of a statistic module.
- BaseStat(Class, String) - Constructor for class juju.reattore.util.BaseStat
- Create a new statistic for the given class and leaf name.
C
- CharUtil - class juju.reattore.util.CharUtil.
- Shared character utility methods.
- CharUtil() - Constructor for class juju.reattore.util.CharUtil
- CounterStat - class juju.reattore.util.CounterStat.
- Statistic module that manages a count.
- CounterStat(Class, String) - Constructor for class juju.reattore.util.CounterStat
- codes - Static variable in class juju.reattore.util.Base64
- command - Variable in class juju.reattore.util.Spawner
- count - Variable in class juju.reattore.util.CounterStat
- count - Variable in class juju.reattore.util.DurationStat
- count - Variable in class juju.reattore.util.GaugeStat
- count - Variable in class juju.reattore.util.RateStat
- createMapOfLists() - Method in class juju.reattore.util.Toolbox
- Create a new MapOfLists
- current - Variable in class juju.reattore.util.GaugeStat
D
- DurationStat - class juju.reattore.util.DurationStat.
- Statistic module that manages durations.
- DurationStat(Class, String) - Constructor for class juju.reattore.util.DurationStat
- dec() - Method in class juju.reattore.util.GaugeStat
- Decreases this gauge.
- decode(char[]) - Static method in class juju.reattore.util.Base64
- Decodes a BASE-64 encoded stream to recover the original data.
- destDir - Variable in class juju.reattore.util.VDocletCLI
- output directory
- destroy() - Method in class juju.reattore.util.Spawner
- Kills the process if it is not yet finished.
- dir - Variable in class juju.reattore.util.Spawner
- docInfo - Variable in class juju.reattore.util.VDocletCLI
- docinfo
- done - Variable in class juju.reattore.util.Spawner
E
- EOF - Static variable in class juju.reattore.util.PushbackArray
- Returned when all bytes have been read.
- encode(byte[]) - Static method in class juju.reattore.util.Base64
- returns an array of base64-encoded characters to represent the passed data array.
- end(long) - Method in class juju.reattore.util.DurationStat
- Commit a event using a reference from #start
- entrySet() - Method in class juju.reattore.util.MapOfLists
- All of the lists in order created.
- execute(String[]) - Method in class juju.reattore.util.VDocletCLI
- exitValue - Variable in class juju.reattore.util.Spawner
- exitValue() - Method in class juju.reattore.util.Spawner
- The exit code of the process, if present.
F
- fmt - Variable in class juju.reattore.util.BaseStat
- format() - Method in class juju.reattore.util.BaseStat
- Summarise this statistic as a string.
- format() - Method in interface juju.reattore.util.Stat
- Summarises this statistic in a user readable way.
- fromNibble(int) - Static method in class juju.reattore.util.CharUtil
- Turns the given character into it's hex value using the HTTP HEX rules.
G
- GaugeStat - class juju.reattore.util.GaugeStat.
- Statistic module that manages a gauge.
- GaugeStat(Class, String) - Constructor for class juju.reattore.util.GaugeStat
- generate() - Method in class juju.reattore.util.VDocletCLI
- Kick-start generation
- get(Object) - Method in class juju.reattore.util.MapOfLists
- Fetch a list by key.
- get() - Method in class juju.reattore.util.PushbackArray
- Returns the next byte in the pushback or input, or EOF if everything has been read.
- getAll() - Static method in class juju.reattore.util.StatRegistry
- Get a list of all of the stats in the registry.
- getAverage() - Method in class juju.reattore.util.DurationStat
- Average over the whole run.
- getCount() - Method in class juju.reattore.util.CounterStat
- The number of times this stat has been hit.
- getCount() - Method in class juju.reattore.util.GaugeStat
- Get the total number of samples added.
- getCount() - Method in class juju.reattore.util.RateStat
- Get the total number of samples added.
- getCurrent() - Method in class juju.reattore.util.GaugeStat
- Get the current value of the gauge.
- getDefaultFormat() - Method in class juju.reattore.util.BaseStat
- Returns the default format string to use.
- getDefaultFormat() - Method in class juju.reattore.util.CounterStat
- getDefaultFormat() - Method in class juju.reattore.util.DurationStat
- getDefaultFormat() - Method in class juju.reattore.util.GaugeStat
- getDefaultFormat() - Method in class juju.reattore.util.RateStat
- getFormatArgs() - Method in class juju.reattore.util.BaseStat
- Returns the argument list used in formatting the summary.
- getFormatArgs() - Method in class juju.reattore.util.CounterStat
- getFormatArgs() - Method in class juju.reattore.util.DurationStat
- getFormatArgs() - Method in class juju.reattore.util.GaugeStat
- getFormatArgs() - Method in class juju.reattore.util.RateStat
- getMaximum() - Method in class juju.reattore.util.DurationStat
- Maximum value.
- getMaximum() - Method in class juju.reattore.util.GaugeStat
- Get the maximum value this gauge has ever had.
- getMinimum() - Method in class juju.reattore.util.DurationStat
- Minimum value.
- getName() - Method in class juju.reattore.util.BaseStat
- Returns the fully qualified name of this stat.
- getName() - Method in class juju.reattore.util.NameValue
- Gets the name.
- getName() - Method in interface juju.reattore.util.Stat
- Returns the name of this statistic, which is of the format foo.bar.leaf.
- getNumSamples() - Method in class juju.reattore.util.DurationStat
- Number of hits
- getOutput() - Method in class juju.reattore.util.Spawner
- The processes stdout and stderr, combined, as a list of strings.
- getPropertyName(String) - Method in class juju.reattore.util.Toolbox
- Turn a method name into a Bean property name.
- getRunningAverage() - Method in class juju.reattore.util.DurationStat
- Running average over a recent set of samples.
- getRunningRate() - Method in class juju.reattore.util.RateStat
- Get the number of hits per second since this method was last called.
- getShortClassName(String) - Method in class juju.reattore.util.Toolbox
- Turn a fully qualified class name into the base name.
- getValue() - Method in class juju.reattore.util.NameValue
- Gets the value.
I
- inc() - Method in class juju.reattore.util.CounterStat
- Increment this statistic.
- inc() - Method in class juju.reattore.util.GaugeStat
- Increases this gauge.
- inc() - Method in class juju.reattore.util.RateStat
- Cause a single hit on this stat.
- isDone() - Method in class juju.reattore.util.Spawner
- Set if the process is finished.
- isSetter(String) - Method in class juju.reattore.util.Toolbox
- Check if the named method is a Bean setter.
J
- juju.reattore.util - package juju.reattore.util
- Single threaded HTTP server.
L
- last - Variable in class juju.reattore.util.PushbackArray
- lastUpdate - Variable in class juju.reattore.util.RateStat
- log - Static variable in class juju.reattore.util.Spawner
- log(String) - Method in class juju.reattore.util.VDocletCLI
M
- MapOfLists - class juju.reattore.util.MapOfLists.
- Indexed set of Lists.
- MapOfLists() - Constructor for class juju.reattore.util.MapOfLists
- main(String[]) - Static method in class juju.reattore.util.VDocletCLI
- Main entry point.
- max - Variable in class juju.reattore.util.DurationStat
- max - Variable in class juju.reattore.util.GaugeStat
- min - Variable in class juju.reattore.util.DurationStat
N
- NIBBLES - Static variable in class juju.reattore.util.CharUtil
- NameValue - class juju.reattore.util.NameValue.
- Simple name/value pair class, normally used to simplify hooking in the digestor.
- NameValue() - Constructor for class juju.reattore.util.NameValue
- nSamples - Variable in class juju.reattore.util.DurationStat
- name - Variable in class juju.reattore.util.BaseStat
- name - Variable in class juju.reattore.util.NameValue
O
- on - Variable in class juju.reattore.util.PushbackArray
- output - Variable in class juju.reattore.util.Spawner
P
- PushbackArray - class juju.reattore.util.PushbackArray.
- Simple one character pushback system that works across multiple input arrays.
- PushbackArray() - Constructor for class juju.reattore.util.PushbackArray
- parseCommandLine(String[]) - Method in class juju.reattore.util.VDocletCLI
- Parse the command-line
- parseSources() - Method in class juju.reattore.util.VDocletCLI
- Parse the source-files
- pos - Variable in class juju.reattore.util.PushbackArray
- proc - Variable in class juju.reattore.util.Spawner
- pushback(int) - Method in class juju.reattore.util.PushbackArray
- Returns the given byte back to the input.
R
- RateStat - class juju.reattore.util.RateStat.
- Statistic module that manages a rate of events.
- RateStat(Class, String) - Constructor for class juju.reattore.util.RateStat
- readStream(BufferedReader, List) - Method in class juju.reattore.util.Spawner
- readStreams() - Method in class juju.reattore.util.Spawner
- reader - Variable in class juju.reattore.util.Spawner
- register(Stat) - Static method in class juju.reattore.util.StatRegistry
- Register a new statistic with this manager.
- run() - Method in class juju.reattore.util.Spawner
- Internal method.
- running - Variable in class juju.reattore.util.DurationStat
- running - Variable in class juju.reattore.util.Spawner
- runningCount - Variable in class juju.reattore.util.DurationStat
- runningIdx - Variable in class juju.reattore.util.DurationStat
S
- Spawner - class juju.reattore.util.Spawner.
- A native process wrapper that provides higher level functionality over Runtime.exec()
- Spawner() - Constructor for class juju.reattore.util.Spawner
- Stat - interface juju.reattore.util.Stat.
- Base interface for all statistic modules.
- StatRegistry - class juju.reattore.util.StatRegistry.
- Statistic manager.
- StatRegistry() - Constructor for class juju.reattore.util.StatRegistry
- seed(byte[]) - Method in class juju.reattore.util.PushbackArray
- Seeds the push back system with a new array to read from.
- setCommand(String) - Method in class juju.reattore.util.Spawner
- The Runtime.exec command to run.
- setDir(String) - Method in class juju.reattore.util.Spawner
- The working directory to start in.
- setFormat(String) - Method in class juju.reattore.util.BaseStat
- Sets the format used in summarising this stat.
- setFormat(String) - Method in interface juju.reattore.util.Stat
- Sets the format string used for later calls to 'format'.
- setName(String) - Method in class juju.reattore.util.NameValue
- Sets the name.
- setValue(String) - Method in class juju.reattore.util.NameValue
- Sets the value.
- setup() - Method in class juju.reattore.util.Spawner
- shortClassPattern - Static variable in class juju.reattore.util.Toolbox
- sourceFiles - Variable in class juju.reattore.util.VDocletCLI
- input files/directories
- sourcePath - Variable in class juju.reattore.util.VDocletCLI
- input path
- spawn() - Method in class juju.reattore.util.Spawner
- Starts the process running in the background and waits for it to start.
- start() - Method in class juju.reattore.util.DurationStat
- Start recording a new event for this stat.
- stderr - Variable in class juju.reattore.util.Spawner
- stdout - Variable in class juju.reattore.util.Spawner
- subGet(Object) - Method in class juju.reattore.util.MapOfLists
- summarise() - Static method in class juju.reattore.util.StatRegistry
- Summarise all of the registered statistics.
T
- Toolbox - class juju.reattore.util.Toolbox.
- Toolbox of methods for use from Velocity.
- Toolbox() - Constructor for class juju.reattore.util.Toolbox
- template - Variable in class juju.reattore.util.VDocletCLI
- control template
- top - Variable in class juju.reattore.util.MapOfLists
- total - Variable in class juju.reattore.util.RateStat
V
- VDocletCLI - class juju.reattore.util.VDocletCLI.
- Command-line entry-point to vDoclet
- VDocletCLI() - Constructor for class juju.reattore.util.VDocletCLI
- validateCommandLine() - Method in class juju.reattore.util.VDocletCLI
- Check that we have all the required args
- value - Variable in class juju.reattore.util.NameValue
- verbose - Variable in class juju.reattore.util.VDocletCLI
- verbose flag
W
- waitDone() - Method in class juju.reattore.util.Spawner
- Waits for the process to terminate.
- waitRunning() - Method in class juju.reattore.util.Spawner
A B C D E F G I J L M N O P R S T V W
|
|||||||||
| Home >> All >> juju >> reattore >> [ util overview ] | PREV NEXT | ||||||||