Interface ExtendedBlobStatsCollector
- All Superinterfaces:
BlobStatsCollector
- All Known Implementing Classes:
BlobStoreStats
@Deprecated(since="2024-09-23")
public interface ExtendedBlobStatsCollector
extends BlobStatsCollector
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.
Interface that adds stats to
BlobStatsCollector
for additional
capabilities in blob stores that are added via
DataStoreBlobStore
.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Called when a call toSharedDataStore.addMetadataRecord(File, String)
is completedvoid
Deprecated.Called when a call toSharedDataStore.addMetadataRecord(File, String)
failsvoid
allMetadataRecordsDeleted
(long timeTaken, TimeUnit unit) Deprecated.Called when a call toSharedDataStore.deleteAllMetadataRecords(String)
is madevoid
completeBlobUpload
(long timeTaken, TimeUnit unit) Deprecated.Called when a call toBlobAccessProvider.completeBlobUpload(String)
is madevoid
Deprecated.Called when a call toBlobAccessProvider.completeBlobUpload(String)
is completedvoid
Deprecated.Called when a call toBlobAccessProvider.completeBlobUpload(String)
failsvoid
Deprecated.Called when a call toSharedDataStore.deleteAllMetadataRecords(String)
is madevoid
deleteAllMetadataRecordsFailed
(String prefix) Deprecated.Called when a call toSharedDataStore.deleteAllMetadataRecords(String)
is madevoid
Deprecated.Called when a call toSharedDataStore.deleteMetadataRecord(String)
is completedvoid
Deprecated.Called when a call toSharedDataStore.deleteMetadataRecord(String)
failsvoid
getAllMetadataRecordsCalled
(long timeTaken, TimeUnit unit) Deprecated.Called when a call toSharedDataStore.getAllMetadataRecords(String)
is madevoid
getAllMetadataRecordsCompleted
(String prefix) Deprecated.Called when a call toSharedDataStore.getAllMetadataRecords(String)
is completedvoid
getAllMetadataRecordsFailed
(String prefix) Deprecated.Called when a call toSharedDataStore.getAllMetadataRecords(String)
failsvoid
getAllRecordsCalled
(long timeTaken, TimeUnit unit) Deprecated.Called when a call toSharedDataStore.getAllRecords()
is madevoid
Deprecated.Called when a call toSharedDataStore.getAllRecords()
is completedvoid
getDownloadURICalled
(long timeTaken, TimeUnit unit, String id) Deprecated.Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is madevoid
Deprecated.Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is completedvoid
Deprecated.Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
failsvoid
getMetadataRecordCalled
(long timeTaken, TimeUnit unit) Deprecated.Called when a call toSharedDataStore.getMetadataRecord(String)
is madevoid
Deprecated.Called when a call toSharedDataStore.getMetadataRecord(String)
is completedvoid
Deprecated.Called when a call toSharedDataStore.getMetadataRecord(String)
failsvoid
getRecordForIdCalled
(long timeTaken, TimeUnit unit, long size) Deprecated.Called when aDataRecord
is retrieved via a call toSharedDataStore.getRecordForId(DataIdentifier)
.void
getRecordForIdCompleted
(String blobId) Deprecated.Called when a call toSharedDataStore.getRecordForId(DataIdentifier)
is completedvoid
getRecordForIdFailed
(String blobId) Deprecated.Called when a call toSharedDataStore.getRecordForId(DataIdentifier)
failsvoid
initiateBlobUpload
(long timeTaken, TimeUnit unit, long maxSize, int maxUris) Deprecated.Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)
is madevoid
Deprecated.Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)
is completedvoid
Deprecated.Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)
failsvoid
metadataRecordAdded
(long timeTaken, TimeUnit unit) Deprecated.Called when a call toSharedDataStore.addMetadataRecord(File, String)
is madevoid
metadataRecordDeleted
(long timeTaken, TimeUnit unit) Deprecated.Called when a call toSharedDataStore.deleteMetadataRecord(String)
is madevoid
metadataRecordExistsCalled
(long timeTaken, TimeUnit unit) Deprecated.Called when a call toSharedDataStore.metadataRecordExists(String)
is madevoid
Deprecated.Called when a call toSharedDataStore.metadataRecordExists(String)
is completedvoid
Deprecated.Called when a call toSharedDataStore.metadataRecordExists(String)
failsMethods inherited from interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
addRecordCompleted, addRecordFailed, deleteAllOlderThanCompleted, deleteAllOlderThanFailed, deleteCompleted, deleted, deletedAllOlderThan, deleteFailed, downloadCompleted, downloaded, downloadFailed, getAllIdentifiersCalled, getAllIdentifiersCompleted, getAllIdentifiersFailed, getRecordCalled, getRecordCompleted, getRecordFailed, getRecordFromReferenceCalled, getRecordFromReferenceCompleted, getRecordFromReferenceFailed, getRecordIfStoredCalled, getRecordIfStoredCompleted, getRecordIfStoredFailed, recordAdded, uploadCompleted, uploaded, uploadFailed
-
Field Details
-
NOOP
Deprecated.
-
-
Method Details
-
getRecordForIdCalled
Deprecated.Called when aDataRecord
is retrieved via a call toSharedDataStore.getRecordForId(DataIdentifier)
.- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time takensize
- size of the binary
-
getRecordForIdCompleted
Deprecated.Called when a call toSharedDataStore.getRecordForId(DataIdentifier)
is completed- Parameters:
blobId
- id of the record retrieved
-
getRecordForIdFailed
Deprecated.Called when a call toSharedDataStore.getRecordForId(DataIdentifier)
fails- Parameters:
blobId
- id of the record
-
getAllRecordsCalled
Deprecated.Called when a call toSharedDataStore.getAllRecords()
is made- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
getAllRecordsCompleted
void getAllRecordsCompleted()Deprecated.Called when a call toSharedDataStore.getAllRecords()
is completed -
metadataRecordAdded
Deprecated.Called when a call toSharedDataStore.addMetadataRecord(File, String)
is made- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
addMetadataRecordCompleted
Deprecated.Called when a call toSharedDataStore.addMetadataRecord(File, String)
is completed- Parameters:
name
- name of the metadata record added
-
addMetadataRecordFailed
Deprecated.Called when a call toSharedDataStore.addMetadataRecord(File, String)
fails- Parameters:
name
- name of the metadata record
-
getMetadataRecordCalled
Deprecated.Called when a call toSharedDataStore.getMetadataRecord(String)
is made- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
getMetadataRecordCompleted
Deprecated.Called when a call toSharedDataStore.getMetadataRecord(String)
is completed- Parameters:
name
- name of the metadata record retrieved
-
getMetadataRecordFailed
Deprecated.Called when a call toSharedDataStore.getMetadataRecord(String)
fails- Parameters:
name
- name of the metadata record
-
getAllMetadataRecordsCalled
Deprecated.Called when a call toSharedDataStore.getAllMetadataRecords(String)
is made- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
getAllMetadataRecordsCompleted
Deprecated.Called when a call toSharedDataStore.getAllMetadataRecords(String)
is completed- Parameters:
prefix
- prefix of the metadata records retrieved
-
getAllMetadataRecordsFailed
Deprecated.Called when a call toSharedDataStore.getAllMetadataRecords(String)
fails- Parameters:
prefix
- prefix of the metadata records
-
metadataRecordExistsCalled
Deprecated.Called when a call toSharedDataStore.metadataRecordExists(String)
is made- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
metadataRecordExistsCompleted
Deprecated.Called when a call toSharedDataStore.metadataRecordExists(String)
is completed- Parameters:
name
- name of the metadata record checked
-
metadataRecordExistsFailed
Deprecated.Called when a call toSharedDataStore.metadataRecordExists(String)
fails- Parameters:
name
- name of the metadata record
-
metadataRecordDeleted
Deprecated.Called when a call toSharedDataStore.deleteMetadataRecord(String)
is made- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
deleteMetadataRecordCompleted
Deprecated.Called when a call toSharedDataStore.deleteMetadataRecord(String)
is completed- Parameters:
name
- name of the metadata record deleted
-
deleteMetadataRecordFailed
Deprecated.Called when a call toSharedDataStore.deleteMetadataRecord(String)
fails- Parameters:
name
- name of the metadata record
-
allMetadataRecordsDeleted
Deprecated.Called when a call toSharedDataStore.deleteAllMetadataRecords(String)
is made- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
deleteAllMetadataRecordsCompleted
Deprecated.Called when a call toSharedDataStore.deleteAllMetadataRecords(String)
is made- Parameters:
prefix
- prefix of the metadata records deleted
-
deleteAllMetadataRecordsFailed
Deprecated.Called when a call toSharedDataStore.deleteAllMetadataRecords(String)
is made- Parameters:
prefix
- prefix of the metadata records
-
initiateBlobUpload
Deprecated.Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)
is made- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time takenmaxSize
- size of binary to be uploadedmaxUris
- max number of uris requested
-
initiateBlobUploadCompleted
void initiateBlobUploadCompleted()Deprecated.Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)
is completed -
initiateBlobUploadFailed
void initiateBlobUploadFailed()Deprecated.Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)
fails -
completeBlobUpload
Deprecated.Called when a call toBlobAccessProvider.completeBlobUpload(String)
is made- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
completeBlobUploadCompleted
Deprecated.Called when a call toBlobAccessProvider.completeBlobUpload(String)
is completed- Parameters:
id
- identifier of uploaded blob
-
completeBlobUploadFailed
void completeBlobUploadFailed()Deprecated.Called when a call toBlobAccessProvider.completeBlobUpload(String)
fails -
getDownloadURICalled
Deprecated.Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is made- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time takenid
- identifier of blob to be downloaded
-
getDownloadURICompleted
Deprecated.Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is completed- Parameters:
uri
- the uri generated for downloading
-
getDownloadURIFailed
void getDownloadURIFailed()Deprecated.Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
fails
-