public interface ExtendedBlobStatsCollector extends BlobStatsCollector
BlobStatsCollector
for additional
capabilities in blob stores that are added via
DataStoreBlobStore
.Modifier and Type | Field and Description |
---|---|
static ExtendedBlobStatsCollector |
NOOP |
Modifier and Type | Method and Description |
---|---|
void |
addMetadataRecordCompleted(java.lang.String name)
Called when a call to
SharedDataStore.addMetadataRecord(File, String) is completed |
void |
addMetadataRecordFailed(java.lang.String name)
Called when a call to
SharedDataStore.addMetadataRecord(File, String) fails |
void |
allMetadataRecordsDeleted(long timeTaken,
java.util.concurrent.TimeUnit unit)
Called when a call to
SharedDataStore.deleteAllMetadataRecords(String) is made |
void |
completeBlobUpload(long timeTaken,
java.util.concurrent.TimeUnit unit)
Called when a call to
BlobAccessProvider.completeBlobUpload(String) is
made |
void |
completeBlobUploadCompleted(java.lang.String id)
Called when a call to
BlobAccessProvider.completeBlobUpload(String) is
completed |
void |
completeBlobUploadFailed()
Called when a call to
BlobAccessProvider.completeBlobUpload(String) fails |
void |
deleteAllMetadataRecordsCompleted(java.lang.String prefix)
Called when a call to
SharedDataStore.deleteAllMetadataRecords(String) is made |
void |
deleteAllMetadataRecordsFailed(java.lang.String prefix)
Called when a call to
SharedDataStore.deleteAllMetadataRecords(String) is made |
void |
deleteMetadataRecordCompleted(java.lang.String name)
Called when a call to
SharedDataStore.deleteMetadataRecord(String) is completed |
void |
deleteMetadataRecordFailed(java.lang.String name)
Called when a call to
SharedDataStore.deleteMetadataRecord(String) fails |
void |
getAllMetadataRecordsCalled(long timeTaken,
java.util.concurrent.TimeUnit unit)
Called when a call to
SharedDataStore.getAllMetadataRecords(String) is made |
void |
getAllMetadataRecordsCompleted(java.lang.String prefix)
Called when a call to
SharedDataStore.getAllMetadataRecords(String) is completed |
void |
getAllMetadataRecordsFailed(java.lang.String prefix)
Called when a call to
SharedDataStore.getAllMetadataRecords(String) fails |
void |
getAllRecordsCalled(long timeTaken,
java.util.concurrent.TimeUnit unit)
Called when a call to
SharedDataStore.getAllRecords() is made |
void |
getAllRecordsCompleted()
Called when a call to
SharedDataStore.getAllRecords() is completed |
void |
getDownloadURICalled(long timeTaken,
java.util.concurrent.TimeUnit unit,
java.lang.String id)
Called when a call to
BlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is made |
void |
getDownloadURICompleted(java.lang.String uri)
Called when a call to
BlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is completed |
void |
getDownloadURIFailed()
Called when a call to
BlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
fails |
void |
getMetadataRecordCalled(long timeTaken,
java.util.concurrent.TimeUnit unit)
Called when a call to
SharedDataStore.getMetadataRecord(String) is made |
void |
getMetadataRecordCompleted(java.lang.String name)
Called when a call to
SharedDataStore.getMetadataRecord(String) is completed |
void |
getMetadataRecordFailed(java.lang.String name)
Called when a call to
SharedDataStore.getMetadataRecord(String) fails |
void |
getRecordForIdCalled(long timeTaken,
java.util.concurrent.TimeUnit unit,
long size)
Called when a
DataRecord is retrieved via
a call to SharedDataStore.getRecordForId(DataIdentifier) . |
void |
getRecordForIdCompleted(java.lang.String blobId)
Called when a call to
SharedDataStore.getRecordForId(DataIdentifier) is completed |
void |
getRecordForIdFailed(java.lang.String blobId)
Called when a call to
SharedDataStore.getRecordForId(DataIdentifier) fails |
void |
initiateBlobUpload(long timeTaken,
java.util.concurrent.TimeUnit unit,
long maxSize,
int maxUris)
Called when a call to
BlobAccessProvider.initiateBlobUpload(long, int)
is made |
void |
initiateBlobUploadCompleted()
Called when a call to
BlobAccessProvider.initiateBlobUpload(long, int)
is completed |
void |
initiateBlobUploadFailed()
Called when a call to
BlobAccessProvider.initiateBlobUpload(long, int)
fails |
void |
metadataRecordAdded(long timeTaken,
java.util.concurrent.TimeUnit unit)
Called when a call to
SharedDataStore.addMetadataRecord(File, String) is made |
void |
metadataRecordDeleted(long timeTaken,
java.util.concurrent.TimeUnit unit)
Called when a call to
SharedDataStore.deleteMetadataRecord(String) is made |
void |
metadataRecordExistsCalled(long timeTaken,
java.util.concurrent.TimeUnit unit)
Called when a call to
SharedDataStore.metadataRecordExists(String) is made |
void |
metadataRecordExistsCompleted(java.lang.String name)
Called when a call to
SharedDataStore.metadataRecordExists(String) is completed |
void |
metadataRecordExistsFailed(java.lang.String name)
Called when a call to
SharedDataStore.metadataRecordExists(String) fails |
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
static final ExtendedBlobStatsCollector NOOP
void getRecordForIdCalled(long timeTaken, java.util.concurrent.TimeUnit unit, long size)
DataRecord
is retrieved via
a call to SharedDataStore.getRecordForId(DataIdentifier)
.timeTaken
- time taken to perform the operationunit
- unit of time takensize
- size of the binaryvoid getRecordForIdCompleted(java.lang.String blobId)
SharedDataStore.getRecordForId(DataIdentifier)
is completedblobId
- id of the record retrievedvoid getRecordForIdFailed(java.lang.String blobId)
SharedDataStore.getRecordForId(DataIdentifier)
failsblobId
- id of the recordvoid getAllRecordsCalled(long timeTaken, java.util.concurrent.TimeUnit unit)
SharedDataStore.getAllRecords()
is madetimeTaken
- time taken to perform the operationunit
- unit of time takenvoid getAllRecordsCompleted()
SharedDataStore.getAllRecords()
is completedvoid metadataRecordAdded(long timeTaken, java.util.concurrent.TimeUnit unit)
SharedDataStore.addMetadataRecord(File, String)
is madetimeTaken
- time taken to perform the operationunit
- unit of time takenvoid addMetadataRecordCompleted(java.lang.String name)
SharedDataStore.addMetadataRecord(File, String)
is completedname
- name of the metadata record addedvoid addMetadataRecordFailed(java.lang.String name)
SharedDataStore.addMetadataRecord(File, String)
failsname
- name of the metadata recordvoid getMetadataRecordCalled(long timeTaken, java.util.concurrent.TimeUnit unit)
SharedDataStore.getMetadataRecord(String)
is madetimeTaken
- time taken to perform the operationunit
- unit of time takenvoid getMetadataRecordCompleted(java.lang.String name)
SharedDataStore.getMetadataRecord(String)
is completedname
- name of the metadata record retrievedvoid getMetadataRecordFailed(java.lang.String name)
SharedDataStore.getMetadataRecord(String)
failsname
- name of the metadata recordvoid getAllMetadataRecordsCalled(long timeTaken, java.util.concurrent.TimeUnit unit)
SharedDataStore.getAllMetadataRecords(String)
is madetimeTaken
- time taken to perform the operationunit
- unit of time takenvoid getAllMetadataRecordsCompleted(java.lang.String prefix)
SharedDataStore.getAllMetadataRecords(String)
is completedprefix
- prefix of the metadata records retrievedvoid getAllMetadataRecordsFailed(java.lang.String prefix)
SharedDataStore.getAllMetadataRecords(String)
failsprefix
- prefix of the metadata recordsvoid metadataRecordExistsCalled(long timeTaken, java.util.concurrent.TimeUnit unit)
SharedDataStore.metadataRecordExists(String)
is madetimeTaken
- time taken to perform the operationunit
- unit of time takenvoid metadataRecordExistsCompleted(java.lang.String name)
SharedDataStore.metadataRecordExists(String)
is completedname
- name of the metadata record checkedvoid metadataRecordExistsFailed(java.lang.String name)
SharedDataStore.metadataRecordExists(String)
failsname
- name of the metadata recordvoid metadataRecordDeleted(long timeTaken, java.util.concurrent.TimeUnit unit)
SharedDataStore.deleteMetadataRecord(String)
is madetimeTaken
- time taken to perform the operationunit
- unit of time takenvoid deleteMetadataRecordCompleted(java.lang.String name)
SharedDataStore.deleteMetadataRecord(String)
is completedname
- name of the metadata record deletedvoid deleteMetadataRecordFailed(java.lang.String name)
SharedDataStore.deleteMetadataRecord(String)
failsname
- name of the metadata recordvoid allMetadataRecordsDeleted(long timeTaken, java.util.concurrent.TimeUnit unit)
SharedDataStore.deleteAllMetadataRecords(String)
is madetimeTaken
- time taken to perform the operationunit
- unit of time takenvoid deleteAllMetadataRecordsCompleted(java.lang.String prefix)
SharedDataStore.deleteAllMetadataRecords(String)
is madeprefix
- prefix of the metadata records deletedvoid deleteAllMetadataRecordsFailed(java.lang.String prefix)
SharedDataStore.deleteAllMetadataRecords(String)
is madeprefix
- prefix of the metadata recordsvoid initiateBlobUpload(long timeTaken, java.util.concurrent.TimeUnit unit, long maxSize, int maxUris)
BlobAccessProvider.initiateBlobUpload(long, int)
is madetimeTaken
- time taken to perform the operationunit
- unit of time takenmaxSize
- size of binary to be uploadedmaxUris
- max number of uris requestedvoid initiateBlobUploadCompleted()
BlobAccessProvider.initiateBlobUpload(long, int)
is completedvoid initiateBlobUploadFailed()
BlobAccessProvider.initiateBlobUpload(long, int)
failsvoid completeBlobUpload(long timeTaken, java.util.concurrent.TimeUnit unit)
BlobAccessProvider.completeBlobUpload(String)
is
madetimeTaken
- time taken to perform the operationunit
- unit of time takenvoid completeBlobUploadCompleted(java.lang.String id)
BlobAccessProvider.completeBlobUpload(String)
is
completedid
- identifier of uploaded blobvoid completeBlobUploadFailed()
BlobAccessProvider.completeBlobUpload(String)
failsvoid getDownloadURICalled(long timeTaken, java.util.concurrent.TimeUnit unit, java.lang.String id)
BlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is madetimeTaken
- time taken to perform the operationunit
- unit of time takenid
- identifier of blob to be downloadedvoid getDownloadURICompleted(java.lang.String uri)
BlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is completeduri
- the uri generated for downloadingvoid getDownloadURIFailed()
BlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
failsCopyright © 2010 - 2020 Adobe. All Rights Reserved