Interface OperationStatsCollector
Deprecated.
The Jackrabbit Oak Blob Plugins library is designed for Oak-internal use only and thus deprecated. It will not be part of the AEM SDK after April 2025.
Implementations of this can use to mark the relevant statistics.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Increment the finishFailure countervoid
start()
Deprecated.Increment the start countervoid
updateBlobReferencesSize
(long size) Deprecated.Update the size of blob referencesvoid
updateDuration
(long time, TimeUnit timeUnit) Deprecated.Increment the duration timervoid
updateMarkDuration
(long time, TimeUnit timeUnit) Deprecated.Increment the mark phase duration timervoid
updateNumBlobReferences
(long num) Deprecated.Update the number of blob referencesvoid
updateNumCandidates
(long num) Deprecated.Update the number of candidates foundvoid
updateNumDeleted
(long num) Deprecated.Update the number deletedvoid
updateSweepDuration
(long time, TimeUnit timeUnit) Deprecated.Increment the sweep phase duration timervoid
updateTotalSizeDeleted
(long size) Deprecated.Update the size deleted
-
Field Details
-
NOOP
Deprecated.
-
-
Method Details
-
start
void start()Deprecated.Increment the start counter -
finishFailure
void finishFailure()Deprecated.Increment the finishFailure counter -
updateNumDeleted
void updateNumDeleted(long num) Deprecated.Update the number deleted- Parameters:
num
-
-
updateNumCandidates
void updateNumCandidates(long num) Deprecated.Update the number of candidates found- Parameters:
num
-
-
updateTotalSizeDeleted
void updateTotalSizeDeleted(long size) Deprecated.Update the size deleted- Parameters:
size
-
-
updateNumBlobReferences
void updateNumBlobReferences(long num) Deprecated.Update the number of blob references- Parameters:
num
-
-
updateBlobReferencesSize
void updateBlobReferencesSize(long size) Deprecated.Update the size of blob references- Parameters:
size
-
-
updateDuration
Deprecated.Increment the duration timer- Parameters:
time
- time recorded for the operationtimeUnit
- unit of time
-
updateMarkDuration
Deprecated.Increment the mark phase duration timer- Parameters:
time
- time recorded for the operationtimeUnit
- unit of time
-
updateSweepDuration
Deprecated.Increment the sweep phase duration timer- Parameters:
time
- time recorded for the operationtimeUnit
- unit of time
-