|
|||||||||
| Home >> All >> ro >> nolimits >> rue >> [ util overview ] | PREV NEXT | ||||||||
A
- AveragePerTimeCounter - class ro.nolimits.rue.util.AveragePerTimeCounter.
- Used to count life-time.
Given a time period, it tracks the number of cals of the hit() method durring that time period, and makes an average of the values passed in. - AveragePerTimeCounter() - Constructor for class ro.nolimits.rue.util.AveragePerTimeCounter
- Default constructor
- AveragePerTimeCounter(long) - Constructor for class ro.nolimits.rue.util.AveragePerTimeCounter
- It constructs the counterand initialize the time interval used to count a set of elements to the time_int value.
- addColor(Color) - Method in class ro.nolimits.rue.util.ColorGenerator
- Adds a color to the registered colors lists
- addTimeoutListener(TimeoutListener) - Method in class ro.nolimits.rue.util.OffsetTimer
- Adds the specified TimeoutListener to receive TimeoutEvents from this timer.
B
C
- ColorGenerator - class ro.nolimits.rue.util.ColorGenerator.
- A utility class which generates random colors to be used to represent the data channels.
- ColorGenerator() - Constructor for class ro.nolimits.rue.util.ColorGenerator
- The constructor
- cleanFIFO(long) - Method in class ro.nolimits.rue.util.AveragePerTimeCounter
- That's the way we count hits, we put the time of the hit in a fifo then we only have to care to keep in the fifo only the values which are in our time interval.
- cleanFIFO(long) - Method in class ro.nolimits.rue.util.HitPerTimeCounter
- That's the way we count hits, we put the time of the hit in a fifo then we only have to care to keep in the fifo only the values which are in our time interval.
- cleanFIFO(long) - Method in class ro.nolimits.rue.util.OperationPerTimeCounter
- That's the way we count hits, we put the time of the hit in a fifo then we only have to care to keep in the fifo only the values which are in our time interval.
D
- debugOn - Variable in class ro.nolimits.rue.util.JarResources
- dispatchTimeoutEvent() - Method in class ro.nolimits.rue.util.OffsetTimer
- dumpZipEntry(ZipEntry) - Method in class ro.nolimits.rue.util.JarResources
- Dumps a zip entry into a string.
G
- getAverage() - Method in class ro.nolimits.rue.util.AveragePerTimeCounter
- Returns the average of the values setted through the hit(float) method durring the specified with setTimeInterval
- getAverage(float, float) - Static method in class ro.nolimits.rue.util.RueMath
- Simple average method
- getAverage(Enumeration) - Static method in class ro.nolimits.rue.util.RueMath
- Calculates the average of the Float values passed in as an enumeration
- getColorSpaceDim() - Method in class ro.nolimits.rue.util.ColorGenerator
- Get the value of colorSpaceDim.
- getColorStep() - Method in class ro.nolimits.rue.util.ColorGenerator
- Get the value of colorStep.
- getCount() - Method in class ro.nolimits.rue.util.AveragePerTimeCounter
- Returns the number of hits occured during the last x milliseconds specified with setTimeInterval
- getCount() - Method in class ro.nolimits.rue.util.HitPerTimeCounter
- Returns the number of hits occured during the last x milliseconds specified with setTimeInterval
- getCount() - Method in class ro.nolimits.rue.util.OperationPerTimeCounter
- Returns the number of hits occured during the last x milliseconds specified with setTimeInterval
- getHandle() - Static method in class ro.nolimits.rue.util.ColorGenerator
- The hook for the ColorGenerator
- getOperationsNumber() - Method in class ro.nolimits.rue.util.OperationPerTimeCounter
- Returns the number of operations during the specified amount of time.
- getPercentage(float, float) - Static method in class ro.nolimits.rue.util.RueMath
- Calculates a percentage of the two values
- getRate() - Method in class ro.nolimits.rue.util.Timer
- Get the value of rate.
- getResource(String) - Method in class ro.nolimits.rue.util.JarResources
- Extracts a jar resource as a blob.
- getStartColor() - Method in class ro.nolimits.rue.util.ColorGenerator
- Get the value of startColor.
- getTimeInterval() - Method in class ro.nolimits.rue.util.AveragePerTimeCounter
- With this method we can set the time interval used for counting hits
- getTimeInterval() - Method in class ro.nolimits.rue.util.HitPerTimeCounter
- With this method we can set the time interval used for counting hits
- getTimeInterval() - Method in class ro.nolimits.rue.util.OperationPerTimeCounter
- With this method we can set the time interval used for counting hits
H
- HitPerTimeCounter - class ro.nolimits.rue.util.HitPerTimeCounter.
- Used to count life-time.
Given a time period, it tracks the number of cals of the hit() method durring that time period. - HitPerTimeCounter() - Constructor for class ro.nolimits.rue.util.HitPerTimeCounter
- Default constructor
- HitPerTimeCounter(long) - Constructor for class ro.nolimits.rue.util.HitPerTimeCounter
- hit(float) - Method in class ro.nolimits.rue.util.AveragePerTimeCounter
- Registers another hit and passes the value which will be averaged
- hit() - Method in class ro.nolimits.rue.util.HitPerTimeCounter
- The main method for anouncing another hit
- hit(float) - Method in class ro.nolimits.rue.util.OperationPerTimeCounter
- The main method, we will call this to pass in values related to the cumulative value we track.
- htJarContents - Variable in class ro.nolimits.rue.util.JarResources
- htSizes - Variable in class ro.nolimits.rue.util.JarResources
I
- indexOf(Color) - Method in class ro.nolimits.rue.util.ColorGenerator
- Returns the index of the specified color.
- init() - Method in class ro.nolimits.rue.util.ColorGenerator
- Some initialization
- init() - Method in class ro.nolimits.rue.util.JarResources
- initializes internal hash tables with Jar file resources.
- isColor(Color) - Method in class ro.nolimits.rue.util.ColorGenerator
- Checks if an color is already registered
J
- JarResources - class ro.nolimits.rue.util.JarResources.
- JarResources: JarResources maps all resources included in a Zip or Jar file.
- JarResources(String) - Constructor for class ro.nolimits.rue.util.JarResources
- creates a JarResources.
- jarFileName - Variable in class ro.nolimits.rue.util.JarResources
M
- m_elapsed - Variable in class ro.nolimits.rue.util.Timer
- Time elapsed
- m_length - Variable in class ro.nolimits.rue.util.Timer
- Length of timeout
- m_rate - Variable in class ro.nolimits.rue.util.Timer
- Rate at which timer is checked
- m_timeout - Variable in class ro.nolimits.rue.util.Timer
- The time spent doing timeout()
- main(String[]) - Static method in class ro.nolimits.rue.util.ColorGenerator
- Just for testing purposes
- main(String[]) - Static method in class ro.nolimits.rue.util.JarResources
- Is a test driver.
N
- nextColor() - Method in class ro.nolimits.rue.util.ColorGenerator
- Generates a color which is all the time different than the other generated colors.
O
- OffsetTimer - class ro.nolimits.rue.util.OffsetTimer.
- Extends the Timer class implementing TimeoutException and Listener
- OffsetTimer(long) - Constructor for class ro.nolimits.rue.util.OffsetTimer
- Creates a timer of a specified lenght
- OperationPerTimeCounter - class ro.nolimits.rue.util.OperationPerTimeCounter.
- Used to calculate number of operations occurred during a time interval.
- OperationPerTimeCounter() - Constructor for class ro.nolimits.rue.util.OperationPerTimeCounter
- Default constructor
- OperationPerTimeCounter(long) - Constructor for class ro.nolimits.rue.util.OperationPerTimeCounter
- Constructs an counter whitch will count operations number during the time interval specified
R
- RueMath - class ro.nolimits.rue.util.RueMath.
- A generic class which should host some use full functions
- RueMath() - Constructor for class ro.nolimits.rue.util.RueMath
- removeColor(Color) - Method in class ro.nolimits.rue.util.ColorGenerator
- Removes a color from the register
- removeTimeoutListener(TimeoutListener) - Method in class ro.nolimits.rue.util.OffsetTimer
- Removes the specified TimeoutListener from receiveing TimeoutEvents from this timer.
- reset() - Method in class ro.nolimits.rue.util.Timer
- Resets the timer back to zero
- ro.nolimits.rue.util - package ro.nolimits.rue.util
- The main package of RUE
- run() - Method in class ro.nolimits.rue.util.Timer
- Performs timer specific code
S
- setColorSpaceDim(int) - Method in class ro.nolimits.rue.util.ColorGenerator
- Set the value of colorSpaceDim.
- setColorStep(int) - Method in class ro.nolimits.rue.util.ColorGenerator
- Set the value of colorStep.
- setRate(long) - Method in class ro.nolimits.rue.util.Timer
- Set the value of rate.
- setStartColor(Color) - Method in class ro.nolimits.rue.util.ColorGenerator
- Set the value of startColor.
- setTimeInterval(long) - Method in class ro.nolimits.rue.util.AveragePerTimeCounter
- With this method we can set the time interval used for counting hits
- setTimeInterval(long) - Method in class ro.nolimits.rue.util.HitPerTimeCounter
- With this method we can set the time interval used for counting hits
- setTimeInterval(long) - Method in class ro.nolimits.rue.util.OperationPerTimeCounter
- With this method we can set the time interval used for counting hits
- stopIt() - Method in class ro.nolimits.rue.util.Timer
T
- TimeoutException - exception ro.nolimits.rue.util.TimeoutException.
- A simple Time out exception for the OffsetTimer
- TimeoutException() - Constructor for class ro.nolimits.rue.util.TimeoutException
- Constructs an exception with no specific message
- TimeoutException(String) - Constructor for class ro.nolimits.rue.util.TimeoutException
- Constructs an exception with the specified detail message
- TimeoutListener - interface ro.nolimits.rue.util.TimeoutListener.
- Implements a simple TimeoutListener for the OffsetTimer class
- Timer - class ro.nolimits.rue.util.Timer.
- Once the timer is set, it must be cleared via the reset() method, or the timeout() method is called.
- Timer(long) - Constructor for class ro.nolimits.rue.util.Timer
- Creates a timer of a specified length
- timeOut(TimeoutException) - Method in interface ro.nolimits.rue.util.TimeoutListener
- This is invoked when a TimeOutException occurs
- timeout() - Method in class ro.nolimits.rue.util.OffsetTimer
- This method is called when the timeout occurs.
- timeout() - Method in class ro.nolimits.rue.util.Timer
_
- _bHist - Variable in class ro.nolimits.rue.util.ColorGenerator
- The blue color array in which we store the already geberated colors
- _cg - Static variable in class ro.nolimits.rue.util.ColorGenerator
- _colorSpaceDim - Variable in class ro.nolimits.rue.util.ColorGenerator
- The number of maximum separate collors
- _colorStep - Variable in class ro.nolimits.rue.util.ColorGenerator
- The amount of difference which will distinguish two colors
- _currIndex - Variable in class ro.nolimits.rue.util.ColorGenerator
- The current color's index in the color array
- _fifo - Variable in class ro.nolimits.rue.util.AveragePerTimeCounter
- _fifo - Variable in class ro.nolimits.rue.util.HitPerTimeCounter
- _fifo - Variable in class ro.nolimits.rue.util.OperationPerTimeCounter
- _gHist - Variable in class ro.nolimits.rue.util.ColorGenerator
- The green color array in which we store the already geberated colors
- _listenerItems - Variable in class ro.nolimits.rue.util.OffsetTimer
- _rHist - Variable in class ro.nolimits.rue.util.ColorGenerator
- The red color array in which we store the already geberated colors
- _startB - Variable in class ro.nolimits.rue.util.ColorGenerator
- _startColor - Variable in class ro.nolimits.rue.util.ColorGenerator
- The color from which we start
- _startG - Variable in class ro.nolimits.rue.util.ColorGenerator
- _startR - Variable in class ro.nolimits.rue.util.ColorGenerator
- The same color but splitted in RGB
- _timePeriod - Variable in class ro.nolimits.rue.util.AveragePerTimeCounter
- The time (in ms) durring which a hit will be considered as active
- _timePeriod - Variable in class ro.nolimits.rue.util.HitPerTimeCounter
- The time (in ms) durring which a hit will be considered as active
- _timePeriod - Variable in class ro.nolimits.rue.util.OperationPerTimeCounter
- The time (in ms) durring which a hit will be considered as active
- _value - Variable in class ro.nolimits.rue.util.OperationPerTimeCounter
- _values - Variable in class ro.nolimits.rue.util.AveragePerTimeCounter
A B C D G H I J M N O R S T _
|
|||||||||
| Home >> All >> ro >> nolimits >> rue >> [ util overview ] | PREV NEXT | ||||||||