- UDPIoChannelTest - Class in test
-
Perform simple UDP IO testing of the monitoring infrastructure.
- UDPIoChannelTest() - Constructor for class test.UDPIoChannelTest
-
Prevents this class from being instantiated from outside.
- UDPIoChannelTest.ServerMainThread - Class in test
-
Implements a simple thread for accepting network connections.
- UDPIoTest - Class in test
-
Perform simple UDP IO testing of the monitoring infrastructure.
- UDPIoTest() - Constructor for class test.UDPIoTest
-
Prevents this class from being instantiated from outside.
- UDPIoTest.ServerMainThread - Class in test
-
Implements a simple thread for accepting network connections.
- unallocate(Object) - Method in class test.ValueMemTest
-
Emulates a method which is called before unallocation for which the
size cannot be determined (Android objects).
- unallocated(int, long) - Method in class de.uni_hildesheim.sse.monitoring.runtime.recording.Recorder
- Unallocation(long, long) - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.recording.SynchronizedRecorder.Unallocation
-
Creates an unallocation information.
- unallocationId - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recording.RecordingStack
-
Stores the recording ids for unallocation monitoring.
- unallocationIdSize - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recording.RecordingStack
-
- unallocationIdSize() - Method in class de.uni_hildesheim.sse.monitoring.runtime.recording.RecordingStack
-
Returns the size of the unallocation id stack.
- unallocationLock - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recording.SynchronizedRecorder
-
The internal lock for the message producer-consumer.
- unallocations - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recording.SynchronizedRecorder
-
Stores the unallocation information (preventing deadlocks).
- UnallocationThread() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.recording.SynchronizedRecorder.UnallocationThread
-
- UNALLOCSIZE - Static variable in class test.ValueMemTest
-
The size to notify.
- unrecognizedParams - Variable in class de.uni_hildesheim.sse.monitoring.runtime.configuration.Configuration
-
Stores unrecognized parameters to be passed to plugins.
- unresolvedConfigurations - Variable in class de.uni_hildesheim.sse.monitoring.runtime.configuration.xml.XMLHandler
-
Stores referenced but unresolved configurations (temporary attribute,
to be resolved at the end of processing.
- unset(int, int) - Static method in class de.uni_hildesheim.sse.monitoring.runtime.boot.Flags
-
Turns the given mask off in flags.
- update(double) - Method in class test.ValueTest.MovingAverage
-
Updates the currently stored average value by considering
increment as an additional value.
- updateMemoryFreedFromJvm() - Method in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.AbstractMultipleRecorderElement
-
Updates freed memory from the JVM instead of recording this information
individually (memory unallocation).
- updateMemoryFreedFromJvm() - Method in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.BlockingRecorderElement
-
Updates freed memory from the JVM instead of recording this information
individually (memory unallocation).
- updateMemoryFreedFromJvm() - Method in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.DefaultRecorderElement
-
Updates freed memory from the JVM instead of recording this information
individually (memory unallocation).
- updateMemoryFreedFromJvm() - Method in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.RecorderElement
-
Updates freed memory from the JVM instead of recording this information
individually (memory unallocation).
- URL_TYPE_EXPR - Static variable in class de.uni_hildesheim.sse.monitoring.runtime.instrumentation.MethodEditor
-
Defines the call to determine the type of a stream.
- URLComponent() - Constructor for class test.ConfigurationTest.URLComponent
-
- UrlTest - Class in test
-
Defines some tests in order to find out if the accounting or URLs is correct.
- UrlTest() - Constructor for class test.UrlTest
-
Prevents this class from being instantiated from outside.
- useSynchronizedRecorder() - Method in enum de.uni_hildesheim.sse.monitoring.runtime.configuration.RecordingType
-
Returns whether a synchronized recorder frontend shall be used.