private static class AdaptiveQueryTraceAspect.OverviewData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.concurrent.atomic.AtomicLong |
totalAdaptiveCalls
Total number of calls to any method
|
(package private) java.util.concurrent.atomic.AtomicLong |
totalAdaptiveQueryTime
Total time spent by the Query
|
(package private) java.util.concurrent.atomic.AtomicLongArray |
totalDoubleCheckInvalidation
Total number of false and true (array order) values returned by the doubleCheckInvalidation
|
(package private) java.util.concurrent.atomic.AtomicLong |
totalInvalidations
Total number of invalidations
|
(package private) java.util.concurrent.atomic.AtomicLongArray |
totalOperationsBetweenInvalidRevalid
Total number of calls to traced methods between the first invalidation-revalidation action
|
(package private) java.util.concurrent.atomic.AtomicLongArray |
totalOperationsCalls
Total number of calls to traced methods
|
(package private) java.util.concurrent.atomic.AtomicLongArray |
totalOperationsCallsBeforeInvalidation
Total number of calls to traced methods before the first invalidation
|
(package private) java.util.concurrent.atomic.AtomicLongArray |
totalOperationsCallsInDynamicMode
Total number of calls to traced methods while the Query is in Dynamic mode
|
(package private) java.util.concurrent.atomic.AtomicLongArray |
totalOperationsCallsInPreselectMode
Total number of calls to traced methods while the Query is in Preselect mode
|
(package private) java.util.concurrent.atomic.AtomicLongArray |
totalOperationsCallsTime
Total time spent in the traced methods.
|
(package private) java.util.concurrent.atomic.AtomicLongArray |
totalOperationsCallsTimeInDynamic
Total time spent in the traced methods while the Query are in Dynamic mode
|
(package private) java.util.concurrent.atomic.AtomicLongArray |
totalOperationsCallsTimeInPreselect
Total time spent in the traced methods while the Query are in Preselect mode
|
(package private) java.util.concurrent.atomic.AtomicLong |
totalRevalidations
Total number of revalidations
|
(package private) java.util.concurrent.atomic.AtomicLong |
totalScrolling
Total number of scrolling queries
|
(package private) java.util.concurrent.atomic.AtomicLong |
totalStateChanged
Total number of stateChangedCalls
|
| Modifier | Constructor and Description |
|---|---|
private |
OverviewData() |
final java.util.concurrent.atomic.AtomicLong totalInvalidations
final java.util.concurrent.atomic.AtomicLong totalRevalidations
final java.util.concurrent.atomic.AtomicLong totalStateChanged
final java.util.concurrent.atomic.AtomicLongArray totalDoubleCheckInvalidation
final java.util.concurrent.atomic.AtomicLong totalAdaptiveCalls
final java.util.concurrent.atomic.AtomicLong totalScrolling
final java.util.concurrent.atomic.AtomicLongArray totalOperationsCalls
final java.util.concurrent.atomic.AtomicLongArray totalOperationsCallsBeforeInvalidation
final java.util.concurrent.atomic.AtomicLongArray totalOperationsBetweenInvalidRevalid
final java.util.concurrent.atomic.AtomicLongArray totalOperationsCallsInPreselectMode
final java.util.concurrent.atomic.AtomicLongArray totalOperationsCallsInDynamicMode
final java.util.concurrent.atomic.AtomicLong totalAdaptiveQueryTime
final java.util.concurrent.atomic.AtomicLongArray totalOperationsCallsTimeInPreselect
final java.util.concurrent.atomic.AtomicLongArray totalOperationsCallsTimeInDynamic
final java.util.concurrent.atomic.AtomicLongArray totalOperationsCallsTime