- lastFieldAccessContext - Variable in class de.uni_hildesheim.sse.monitoring.runtime.instrumentation.MethodEditor
-
Stores the context annotation of the last field access.
- lastFieldAccessType - Variable in class de.uni_hildesheim.sse.monitoring.runtime.instrumentation.MethodEditor
-
Stores the type of the last field access.
- lastRet - Variable in class de.uni_hildesheim.sse.monitoring.runtime.boot.ArrayList.Itr
-
Index of element returned by most recent call to next or
previous.
- line - Variable in class de.uni_hildesheim.sse.monitoring.runtime.utils.xml.QdParser
-
Stores the line position in the document.
- LinkedList<T> - Class in de.uni_hildesheim.sse.monitoring.runtime.utils
-
Implements a linked list.
- LinkedList() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.utils.LinkedList
-
Constructs an empty list.
- LinkedList.Entry<T> - Class in de.uni_hildesheim.sse.monitoring.runtime.utils
-
Defines a list entry.
- listener - Variable in class de.uni_hildesheim.sse.monitoring.runtime.configuration.Configuration
-
Stores the attached configuration listener.
- load - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.ProcessData.Measurements
-
Stores the actual load.
- LOAD_COUNTER - Static variable in class de.uni_hildesheim.sse.monitoring.runtime.recording.SystemMonitoring
-
Stores the load and statistics collecting thread.
- LOAD_COUNTER_PERIOD - Static variable in class de.uni_hildesheim.sse.monitoring.runtime.recording.SystemMonitoring
-
Stores the (default) timer execution period for the load counter.
- loadAgent() - Static method in class de.uni_hildesheim.sse.monitoring.runtime.instrumentation.AgentLoader
-
Loads the agent.
- LoadCounterTask() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.recording.SystemMonitoring.LoadCounterTask
-
- loader - Variable in class de.uni_hildesheim.sse.monitoring.runtime.wrap.ShutdownMonitor
-
- loadFactor - Variable in class de.uni_hildesheim.sse.monitoring.runtime.configuration.ObjectSizeCache
-
The load factor for the hash table.
- loadFactor - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recording.LongRecordingStackHashMap
-
The load factor for the hash table.
- loadFactor - Variable in class de.uni_hildesheim.sse.monitoring.runtime.utils.AbstractIntHashMap
-
Stores the load factor.
- loadFactor - Variable in class de.uni_hildesheim.sse.monitoring.runtime.utils.AbstractLongHashMap
-
Stores the load factor.
- loadFactor - Variable in class de.uni_hildesheim.sse.monitoring.runtime.utils.HashMap
-
The load factor for the hash table.
- loadFactor - Variable in class de.uni_hildesheim.sse.monitoring.runtime.utils.LongLongHashMap
-
Stores the load factor.
- loadTickCount - Static variable in class de.uni_hildesheim.sse.monitoring.runtime.recording.SystemMonitoring
-
Stores the number of load ticks (probes) taken.
- localEventProcessing - Variable in class de.uni_hildesheim.sse.monitoring.runtime.configuration.Configuration
-
If true, performs asynchronous event processing all the
time, if false use local asynchronous calls as long as
no network-based recorder strategy is running.
- Lock - Class in de.uni_hildesheim.sse.monitoring.runtime.recording
-
Provides a simple global locking mechanism for the entire
instrumenter / SPASS-meter.
- Lock() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.recording.Lock
-
Prevents this class from being instantiated from outside.
- lock - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.AbstractEventRecorderStrategy
-
The internal lock for the message producer-consumer.
- Lock.GroupInfo - Class in de.uni_hildesheim.sse.monitoring.runtime.recording
-
Descriptive information about a monitoring group.
- Lock.MemRecordingType - Enum in de.uni_hildesheim.sse.monitoring.runtime.recording
-
Defines basic memory recording types for executing the allocation
recording.
- LOG - Static variable in class de.uni_hildesheim.sse.monitoring.runtime.configuration.Configuration
-
Defines the logger.
- LOG - Static variable in class de.uni_hildesheim.sse.monitoring.runtime.instrumentation.Logger
-
Provides access to the default logger instance.
- log(String, Throwable, Level) - Static method in class de.uni_hildesheim.sse.monitoring.runtime.instrumentation.MonitoringClassFileTransformer
-
Logs the message and attaches the first stack trace element (seen from
the top of the stack) which belongs to this package.
- log(RecorderElement, RecorderElement, DebugState, Object, ResourceType) - Method in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.DefaultRecorderStrategy
-
Debugging helper method.
- logConsistencyWarning(String, String) - Static method in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.StrategyStorage
-
Emits a consistency warning.
- logEventTask - Static variable in class de.uni_hildesheim.sse.monitoring.runtime.recording.SystemMonitoring
-
Stores the load and statistics collecting thread.
- LogEventTask() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.recording.SystemMonitoring.LogEventTask
-
- Logger - Class in de.uni_hildesheim.sse.monitoring.runtime.instrumentation
-
Logger methods.
- Logger() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.instrumentation.Logger
-
Prevents external access.
- logStream - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.DefaultRecorderStrategy
-
Stores the output log stream.
- LongHashMap<T> - Class in de.uni_hildesheim.sse.monitoring.runtime.utils
-
A hash map mapping long values to objects.
- LongHashMap() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.utils.LongHashMap
-
Constructs an empty instance with the default initial capacity and the
default load factor.
- LongHashMap(int) - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.utils.LongHashMap
-
Constructs an empty instance with the given initial capacity and the
default load factor.
- LongHashMap(int, float) - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.utils.LongHashMap
-
Constructs an empty instance with the given initial capacity and the
given load factor.
- LongHashMap(LongHashMap<T>) - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.utils.LongHashMap
-
Constructs a new LongHashMap with the same mappings as the specified Map.
- LongHashMap.MapElement<V> - Class in de.uni_hildesheim.sse.monitoring.runtime.utils
-
Implements a map element storing the contents of the buckets.
- LongLinkedList - Class in de.uni_hildesheim.sse.monitoring.runtime.utils
-
Implements a linked list of long values.
- LongLinkedList() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.utils.LongLinkedList
-
Constructs an empty list.
- LongLinkedList.Entry - Class in de.uni_hildesheim.sse.monitoring.runtime.utils
-
Defines a list entry.
- LongLongHashMap - Class in de.uni_hildesheim.sse.monitoring.runtime.utils
-
A hash map mapping long values to objects.
- LongLongHashMap() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.utils.LongLongHashMap
-
Constructs an empty instance with the default initial capacity and the
default load factor.
- LongLongHashMap(int) - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.utils.LongLongHashMap
-
Constructs an empty instance with the given initial capacity and the
default load factor.
- LongLongHashMap(int, float) - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.utils.LongLongHashMap
-
Constructs an empty instance with the given initial capacity and the
given load factor.
- LongLongHashMap(LongLongHashMap) - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.utils.LongLongHashMap
-
Constructs a new LongHashMap with the same mappings as the specified Map.
- LongLongHashMap.MapElement - Class in de.uni_hildesheim.sse.monitoring.runtime.utils
-
Implements a map element storing the contents of the buckets.
- LongRecordingStackHashMap - Class in de.uni_hildesheim.sse.monitoring.runtime.recording
-
Reimplements a specific version of
java.util.HashMap
for matching thread ids (long) to
recording stacks.
- LongRecordingStackHashMap(int, float) - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.recording.LongRecordingStackHashMap
-
Constructs an empty HashMap with the specified initial
capacity and load factor.
- LongRecordingStackHashMap(int) - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.recording.LongRecordingStackHashMap
-
Constructs an empty HashMap with the specified initial
capacity and the default load factor (0.75).
- LongRecordingStackHashMap() - Constructor for class de.uni_hildesheim.sse.monitoring.runtime.recording.LongRecordingStackHashMap
-
Constructs an empty HashMap with the default initial capacity
(16) and the default load factor (0.75).
- LongRecordingStackHashMap.Entry - Class in de.uni_hildesheim.sse.monitoring.runtime.recording
-
Implements a bucket entry.
- lruRecords - Variable in class de.uni_hildesheim.sse.monitoring.runtime.recordingStrategies.RecorderElementMap
-
Stores the last recently used mappings between variability (i.e.
- lvalue - Variable in class de.uni_hildesheim.sse.monitoring.runtime.utils.xml.QdParser
-
Stores the left value of an XML attribute.