Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

F

factory - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.RecorderElementMap
Stores the recorder element factory.
fastRemove(int) - Method in class de.uni_hildesheim.sse.monitoring.runtime.boot.ArrayList
Remove method that skips bounds checking and does not return the value removed.
field - Variable in class de.uni_hildesheim.sse.monitoring.runtime.configuration.ConfigurationEntry
Stores the field representing the attribute of this configuration entry.
FieldAccessTest - Class in test
Performs some simple tests on being notified about value changes on static / instance attributes.
FieldAccessTest() - Constructor for class test.FieldAccessTest
Prevents this class from being instantiated from outside.
FILE - Static variable in class test.ConfigurationTest
Stores the file to be created and read.
FileComponent() - Constructor for class test.ConfigurationTest.FileComponent
 
fileInBytes - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.DefaultRecorderElement
Stores the amount of bytes written to files.
FileIoChannelTest - Class in test
Performs some simple tests stream based I/O over NIO channels.
FileIoChannelTest() - Constructor for class test.FileIoChannelTest
Prevents this class from being instantiated from outside.
FileIoTest - Class in test
Performs some simple tests on reader/writer and stream based I/O.
FileIoTest() - Constructor for class test.FileIoTest
Prevents this class from being instantiated from outside.
fileOutBytes - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.DefaultRecorderElement
Stores the amount of bytes read from files.
fileRead - Static variable in class test.IndirectTestFile
Stores the number of bytes read.
fileRead - Static variable in class test.MultiRecIdTest
The number of bytes read in summary.
fileRead - Static variable in class test.UrlTest
Stores the bytes read from file.
fileWrite - Static variable in class test.IndirectTestFile
Stores the number of bytes written.
finalize() - Method in class de.uni_hildesheim.sse.monitoring.runtime.utils.LongLongHashMap
Clean and finalize.
findNext(boolean) - Method in class de.uni_hildesheim.sse.monitoring.runtime.utils.AbstractIntHashMap.MapIterator
Searches for the next element, either in AbstractIntHashMap.map or in the map element chains and returns the current element (AbstractIntHashMap.MapIterator.current before call).
findNext(boolean) - Method in class de.uni_hildesheim.sse.monitoring.runtime.utils.AbstractLongHashMap.MapIterator
Searches for the next element, either in AbstractLongHashMap.map or in the map element chains and returns the current element (AbstractLongHashMap.MapIterator.current before call).
findNext(boolean) - Method in class de.uni_hildesheim.sse.monitoring.runtime.utils.HashMap.MapIterator
Searches for the next element in the map element chains and returns the current element (HashMap.MapIterator.next before call).
finished - Static variable in class test.ThreadedTest
Stores the number of finished threads.
finished() - Method in class test.ThreadedTest
To be called when a thread finishes.
finishRecording - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recordingServer.TCPRecordingServer
Stores the count of finishRecording events.
finishRecording(long, long, LongLongHashMap) - Method in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.AbstractEventRecorderStrategy
Notifies this strategy that recording should be stopped (second stage of stopping the recorder).
finishRecording(long, long, LongLongHashMap) - Method in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.DefaultRecorderStrategy
Notifies this strategy that recording should be stopped (second stage of stopping the recorder).
finishRecording(long, long, LongLongHashMap) - Method in interface de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.RecorderStrategy
Notifies this strategy that recording should be stopped (second stage of stopping the recorder).
FINISHRECORDING - Static variable in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategiesElements.Constants
Stores the identification for FinishRecordingElement.
FinishRecordingElement - Class in de.uni_hildesheim.sse.monitoring.runtime.recordingStrategiesElements
Defines a FinishRecordingElement.
FinishRecordingElement() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategiesElements.FinishRecordingElement
Creates a new empty instance.
FinishRecordingElement(long, long, LongLongHashMap) - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategiesElements.FinishRecordingElement
Creates a new instance with the given parameters.
finishTimer() - Static method in class de.uni_hildesheim.sse.monitoring.runtime.recording.SystemMonitoring
Finishes the load and statistics counting thread.
firstElement() - Method in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.AbstractMultipleRecorderElement
Returns the first non-null element.
Flags - Class in de.uni_hildesheim.sse.monitoring.runtime.boot
Some operations for working with bit flags.
Flags() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.boot.Flags
Prevents this class from being instantiated from outside.
flags - Variable in enum de.uni_hildesheim.sse.monitoring.runtime.boot.MainDefaultType
Stores the flags from MainDefaultTypeConstants.
flags - Variable in enum de.uni_hildesheim.sse.monitoring.runtime.configuration.MemoryAccountingType
Stores the flags.
FloatTest() - Constructor for class test.MemoryTest.FloatTest
 
flush() - Method in class de.uni_hildesheim.sse.monitoring.runtime.wrap.DelegatingOutputStream
Flushes the contents.
flush() - Method in class de.uni_hildesheim.sse.monitoring.runtime.wrap.DelegatingWriter
Flushes the contents.
formatConfiguration(String, String) - Method in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.ConfigurationToName
Formats a binary string notation of a configuration to readable text.
formatPercentage(double, double) - Static method in class de.uni_hildesheim.sse.monitoring.runtime.utils.Formatter
Formats a percentage calculated from fraction and total.
formatPercentage(double, double, String) - Static method in class de.uni_hildesheim.sse.monitoring.runtime.utils.Formatter
Formats a percentage calculated from fraction and total.
formatPercentage(long, long) - Static method in class de.uni_hildesheim.sse.monitoring.runtime.utils.Formatter
Formats a percentage calculated from fraction and total.
formatPercentage(long, long, String) - Static method in class de.uni_hildesheim.sse.monitoring.runtime.utils.Formatter
Formats a percentage calculated from fraction and total.
formatPercentageOrValue(long, long, boolean) - Static method in class de.uni_hildesheim.sse.monitoring.runtime.utils.Formatter
Formats fraction or returns the percentage dependent on showPercentage.
formatter - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.AbstractResultFormatter
Stores an instance of the formatter usually used to produce printf outputs.
formatter - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.DefaultRecorderStrategy
Stores the formatter for output formatting.
Formatter - Class in de.uni_hildesheim.sse.monitoring.runtime.utils
An utility class for some basic formattings.
Formatter() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.utils.Formatter
Prevents this class from being instantiated from outside.
formatterConfigured - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.DefaultRecorderStrategy
Stores if the formatter was configured.
fromObject(Object) - Static method in enum de.uni_hildesheim.sse.monitoring.runtime.plugins.ValueType
Converts an arbitrary object to a value type.
fVal - Variable in class test.MemoryTest.MixTest
 
fVal - Variable in class test.MemoryTest.MixTest2
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links