Index
All Classes and Interfaces|All Packages|Constant Field Values
M
- m_Aborted - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceTrackerImpl
-
The flag that indicates whether the tracker was aborted.
- m_Cause - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceReportImpl
-
The optional cause that was added to the report in case the performance section was aborted.
- m_Cleanable - Variable in class org.tquadrat.foundation.perflog.client.PerfLogClientBase
-
The
Cleaner.Cleanablefor this instance. - m_Cleanable - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogManagerImpl
-
The
Cleaner.Cleanablefor this instance. - m_Cleaner - Static variable in class org.tquadrat.foundation.perflog.client.PerfLogClientBase
-
The cleaner that is used to finalise instances of
PerfLogClientBase. - m_Cleaner - Static variable in class org.tquadrat.foundation.perflog.internal.PerfLogManagerImpl
-
The cleaner that is used to finalise instances of
PerfLogManagerImpl. - m_Context - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceTrackerImpl
-
The context data.
- m_CumulatedExecutionTime - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceSectionInfo
-
The accumulated execution time of the performance section since the last restart of the program, in milliseconds.
- m_Description - Variable in class org.tquadrat.foundation.perflog.PerformanceSection
-
The description for the performance section.
- m_EndTime - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceTrackerImpl
-
The end time for this performance tracker.
- m_Exceptions - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogMBeanImpl
-
The last 10 exceptions that caused notification threads to abort.
- m_FirstStart - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceSectionInfo
-
The time when the performance section was first started after the last restart of the program.
- m_Ignore - Variable in class org.tquadrat.foundation.perflog.PerformanceSection
-
The flog that controls whether this performance section is ignored.
- m_InstanceCounter - Static variable in class org.tquadrat.foundation.perflog.internal.PerfLogManagerImpl
-
The instance counter that is used for the thread names in
PerfLogManagerImpl.createTimeoutMonitor(UncaughtExceptionHandler). - m_IsActive - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogManagerImpl
-
The flag the indicates whether this manager is (still) active.
- m_IsClosed - Variable in class org.tquadrat.foundation.perflog.PerfLogUtils.PerformanceTrackerHolder
-
The flag that indicates whether
PerfLogUtils.PerformanceTrackerHolder.close()was already called on this instance. - m_Janitor - Variable in class org.tquadrat.foundation.perflog.client.PerfLogClientBase
-
The caretaker for this instance.
- m_Janitor - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogManagerImpl
-
The caretaker for this instance.
- m_JSONBuilder - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogMBeanImpl
-
The instance of
JSONBuilderused by this MBean. - m_JSONBuilder - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceReportImpl
-
The JSON builder that is used to generated the notification messages.
- m_LastUpdated - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceSectionInfo
-
The time when this performance section info was last updated.
- m_Manager - Variable in class org.tquadrat.foundation.perflog.PerfLogUtils.PerformanceTrackerHolder
-
The reference to a volatile instance of
PerfLogManager. - m_MBean - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogManagerImpl
-
The proxy for the
PerfLogMBean. - m_Message - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceReportImpl
-
An optional message that was issued with the report.
- m_Messages - Variable in class org.tquadrat.foundation.perflog.client.PerfLogClientBase
-
The messages.
- m_Name - Variable in class org.tquadrat.foundation.perflog.PerformanceSection
-
The unique name of the performance section.
- m_NotificationBroadcasterSupport - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogMBeanImpl
-
The implementation of
NotificationEmitterthat is utilised by this MBean instance. - m_NotificationSequenceNumber - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogMBeanImpl
-
The sequence number for the notifications.
- m_NumberOfAbortedRuns - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceSectionInfo
-
The number of aborted runs that timed out since the last restart of the program.
- m_NumberOfCompletedRuns - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceSectionInfo
-
The number of runs with an elapsed time since the last restart of the program.
- m_NumberOfRunsThatExceededThreshold - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceSectionInfo
-
The number of runs that exceeded the threshold since the last restart of the program.
- m_NumberOfTimedOutRuns - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceSectionInfo
-
The number of runs that timed out since the last restart of the program.
- m_PerfLogManager - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceTrackerImpl
-
The reference to the performance manager that created this tracker.
- m_PerformanceSection - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceSectionInfo
-
The performance section.
- m_PerformanceSection - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceTrackerImpl
-
The performance section for this tracker.
- m_PerfRegistryReadGuard - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogMBeanImpl
-
The guard for read operations on the performance section registry.
- m_PerfRegistryWriteGuard - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogMBeanImpl
-
The guard for write operations on the performance section registry.
- m_PerfSectionRegistry - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogMBeanImpl
-
The registry for the performance section info instances.
- m_ReadGuard - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceSectionInfo
-
The read guard for the statistics attributes.
- m_ReadGuard - Variable in class org.tquadrat.foundation.perflog.PerformanceSection
-
The guard for read operations.
- m_Section - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceReportImpl
-
The performance section.
- m_SendReportForAbort - Variable in class org.tquadrat.foundation.perflog.PerformanceSection
-
The flag that controls whether reports for this performance section are sent in case of an abort.
- m_SendReportOnlyForExceededThreshold - Variable in class org.tquadrat.foundation.perflog.PerformanceSection
-
The flag that controls whether reports for this performance section are sent only when the threshold was exceeded.
- m_Started - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceTrackerImpl
-
The flag that indicates whether the tracker was started.
- m_StartTime - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceTrackerImpl
-
The start time for this performance tracker.
- m_Stopped - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceTrackerImpl
-
The flag that indicates whether the tracker was stopped.
- m_ThreadPool - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogMBeanImpl
-
The thread pool that is used to send the notifications.
- m_Threshold - Variable in class org.tquadrat.foundation.perflog.PerformanceSection
-
The threshold time.
- m_TimedOut - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceTrackerImpl
-
The flag that indicates whether this tracker was aborted because of a timeout.
- m_Timeout - Variable in class org.tquadrat.foundation.perflog.PerformanceSection
-
The timeout time.
- m_TimeOutFuture - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceTrackerImpl
-
The future that is used for the timeout handling.
- m_TimeoutScheduler - Variable in class org.tquadrat.foundation.perflog.internal.PerfLogManagerImpl
-
The timeout scheduler for this manager.
- m_Timestamp - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceTrackerImpl
-
The absolute time when this performance tracker was started.
- m_Tracker - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceReportImpl
-
The performance tracker.
- m_Tracker - Variable in class org.tquadrat.foundation.perflog.PerfLogUtils.PerformanceTrackerHolder
-
The wrapped instance of
PerformanceTracker. - m_Value - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceSectionNameImpl
-
The internal value for the performance section name.
- m_WriteGuard - Variable in class org.tquadrat.foundation.perflog.internal.PerformanceSectionInfo
-
The write guard for the statistics attributes.
- m_WriteGuard - Variable in class org.tquadrat.foundation.perflog.PerformanceSection
-
The guard for write operations.
- MATH_CONTEXT - Static variable in class org.tquadrat.foundation.perflog.internal.PerfLogManagerImpl
-
The instance of
MathContextthat is used byPerfLogManagerImpl.registerTimeoutMonitor(PerformanceTrackerImpl)to calculate the timeout waiting period from the givenTimeValue. - mbean - Variable in record class org.tquadrat.foundation.perflog.client.PerfLogClientBase.Janitor
-
The field for the
mbeanrecord component. - mbean() - Method in record class org.tquadrat.foundation.perflog.client.PerfLogClientBase.Janitor
-
Returns the value of the
mbeanrecord component. - MBEAN_TYPE - Static variable in class org.tquadrat.foundation.perflog.PerfLogUtils
- messageQueue - Variable in record class org.tquadrat.foundation.perflog.client.PerfLogClientBase.PerfLogNotificationListener
-
The field for the
messageQueuerecord component. - messageQueue() - Method in record class org.tquadrat.foundation.perflog.client.PerfLogClientBase.PerfLogNotificationListener
-
Returns the value of the
messageQueuerecord component.
All Classes and Interfaces|All Packages|Constant Field Values
