Class BlobStoreStats
java.lang.Object
javax.management.StandardMBean
org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
org.apache.jackrabbit.oak.plugins.blob.BlobStoreStats
- All Implemented Interfaces:
DynamicMBean,MBeanRegistration,ExtendedBlobStatsCollector,BlobStatsCollector,BlobStoreStatsMBean
public class BlobStoreStats
extends AnnotatedStandardMBean
implements BlobStoreStatsMBean, ExtendedBlobStatsCollector
-
Field Summary
Fields inherited from interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
TYPEFields inherited from interface org.apache.jackrabbit.oak.plugins.blob.ExtendedBlobStatsCollector
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when a call toSharedDataStore.addMetadataRecord(File, String)is completedvoidCalled when a call toSharedDataStore.addMetadataRecord(File, String)failsvoidaddRecordCompleted(String blobId) Called when a call toDataStore.addRecord(InputStream)is completed.voidCalled when a call toDataStore.addRecord(InputStream)fails.voidallMetadataRecordsDeleted(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.deleteAllMetadataRecords(String)is madevoidcompleteBlobUpload(long timeTaken, TimeUnit unit) Called when a call toBlobAccessProvider.completeBlobUpload(String)is madevoidCalled when a call toBlobAccessProvider.completeBlobUpload(String)is completedvoidCalled when a call toBlobAccessProvider.completeBlobUpload(String)failsvoidCalled when a call toSharedDataStore.deleteAllMetadataRecords(String)is madevoiddeleteAllMetadataRecordsFailed(String prefix) Called when a call toSharedDataStore.deleteAllMetadataRecords(String)is madevoiddeleteAllOlderThanCompleted(int deleteCount) Called whenDataStore.deleteAllOlderThan(long)is completed.voiddeleteAllOlderThanFailed(long min) Called whenDataStore.deleteAllOlderThan(long)fails.voiddeleteCompleted(String blobId) Called when deletion of a binary is completed.voidCalled when a binary is deleted from the BlobStorevoiddeletedAllOlderThan(long timeTaken, TimeUnit unit, long min) Called when deleting binaries older than a specified date, viaDataStore.deleteAllOlderThan(long).voidCalled when deletion of a binary fails.voidCalled when a call toSharedDataStore.deleteMetadataRecord(String)is completedvoidCalled when a call toSharedDataStore.deleteMetadataRecord(String)failsvoiddownloadCompleted(String blobId) Invoked when download for a binary file get completed.voiddownloaded(String blobId, long timeTaken, TimeUnit unit, long size) Called when a binary content is read from BlobStorevoiddownloadFailed(String blobId) Called when an attempt to download a binary file fails.longlonglonglonglongvoidgetAllIdentifiersCalled(long timeTaken, TimeUnit unit) Called whenDataStore.getAllIdentifiers()is called.voidCalled whenDataStore.getAllIdentifiers()is completed.voidCalled whenDataStore.getAllIdentifiers()fails.voidgetAllMetadataRecordsCalled(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.getAllMetadataRecords(String)is madevoidgetAllMetadataRecordsCompleted(String prefix) Called when a call toSharedDataStore.getAllMetadataRecords(String)is completedvoidgetAllMetadataRecordsFailed(String prefix) Called when a call toSharedDataStore.getAllMetadataRecords(String)failsvoidgetAllRecordsCalled(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.getAllRecords()is madevoidCalled when a call toSharedDataStore.getAllRecords()is completedlonglonglonglonglonglonglonglonglonglonglonglonglonglongvoidgetDownloadURICalled(long timeTaken, TimeUnit unit, String id) Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)is madevoidCalled when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)is completedvoidCalled when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)failslonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglongvoidgetMetadataRecordCalled(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.getMetadataRecord(String)is madevoidCalled when a call toSharedDataStore.getMetadataRecord(String)is completedlonglongvoidCalled when a call toSharedDataStore.getMetadataRecord(String)failsvoidgetRecordCalled(long timeTaken, TimeUnit unit, long size) Called when aDataRecordis retrieved viaDataStore.getRecord(DataIdentifier).voidgetRecordCompleted(String blobId) Called when a call toDataStore.getRecord(DataIdentifier)is completed.voidgetRecordFailed(String blobId) Called when a call toDataStore.getRecord(DataIdentifier)fails.voidgetRecordForIdCalled(long timeTaken, TimeUnit unit, long size) Called when aDataRecordis retrieved via a call toSharedDataStore.getRecordForId(DataIdentifier).voidgetRecordForIdCompleted(String blobId) Called when a call toSharedDataStore.getRecordForId(DataIdentifier)is completedvoidgetRecordForIdFailed(String blobId) Called when a call toSharedDataStore.getRecordForId(DataIdentifier)failsvoidgetRecordFromReferenceCalled(long timeTaken, TimeUnit unit, long size) Called when aDataRecordis retrieved viaDataStore.getRecordFromReference(String).voidgetRecordFromReferenceCompleted(String reference) Called when a call toDataStore.getRecordFromReference(String)is completed.voidgetRecordFromReferenceFailed(String reference) Called when a call toDataStore.getRecordFromReference(String)fails.voidgetRecordIfStoredCalled(long timeTaken, TimeUnit unit, long size) Called when aDataRecordis retrieved viaDataStore.getRecordIfStored(DataIdentifier).voidgetRecordIfStoredCompleted(String blobId) Called when a call toDataStore.getRecordIfStored(DataIdentifier)is completed.voidgetRecordIfStoredFailed(String blobId) Called when a call toDataStore.getRecordIfStored(DataIdentifier)fails.longlonglonglongvoidinitiateBlobUpload(long timeTaken, TimeUnit unit, long maxSize, int maxUris) Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)is madevoidCalled when a call toBlobAccessProvider.initiateBlobUpload(long, int)is completedvoidCalled when a call toBlobAccessProvider.initiateBlobUpload(long, int)failsvoidmetadataRecordAdded(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.addMetadataRecord(File, String)is madevoidmetadataRecordDeleted(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.deleteMetadataRecord(String)is madevoidmetadataRecordExistsCalled(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.metadataRecordExists(String)is madevoidCalled when a call toSharedDataStore.metadataRecordExists(String)is completedvoidCalled when a call toSharedDataStore.metadataRecordExists(String)failsvoidrecordAdded(long timeTaken, TimeUnit unit, long size) Called when a binary is added viaDataStore.addRecord(InputStream).voiduploadCompleted(String blobId) Invoked when upload for a binary file get completed.voidCalled when a binary content is written to BlobStorevoidInvoked when an upload of a binary fails.Methods inherited from class javax.management.StandardMBean
getAttribute, getAttributes, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
-
Constructor Details
-
BlobStoreStats
-
-
Method Details
-
uploaded
Description copied from interface:BlobStatsCollectorCalled when a binary content is written to BlobStore- Specified by:
uploadedin interfaceBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time takensize- size of binary content being written
-
uploadCompleted
Description copied from interface:BlobStatsCollectorInvoked when upload for a binary file get completed. In case of chunked BlobStore this invoked when all the chunks have been uploaded- Specified by:
uploadCompletedin interfaceBlobStatsCollector- Parameters:
blobId- id of the blob which got uploaded. Even in case of chunked blobStores its the id of main blob
-
uploadFailed
public void uploadFailed()Description copied from interface:BlobStatsCollectorInvoked when an upload of a binary fails.- Specified by:
uploadFailedin interfaceBlobStatsCollector
-
downloaded
Description copied from interface:BlobStatsCollectorCalled when a binary content is read from BlobStore- Specified by:
downloadedin interfaceBlobStatsCollector- Parameters:
blobId- id of blob whose content are being read. For BlobStore which break up file in chunks it would be chunkIdtimeTaken- time taken to perform the operationunit- unit of time takensize- size of binary content being read
-
downloadCompleted
Description copied from interface:BlobStatsCollectorInvoked when download for a binary file get completed. In case of chunked BlobStore this invoked when all the chunks have been downloaded- Specified by:
downloadCompletedin interfaceBlobStatsCollector- Parameters:
blobId- id of the blob which got downloaded. Even in case of chunked blobStores its the id of main blob
-
downloadFailed
Description copied from interface:BlobStatsCollectorCalled when an attempt to download a binary file fails.- Specified by:
downloadFailedin interfaceBlobStatsCollector- Parameters:
blobId- id of the blob for which the download failed
-
deleted
Description copied from interface:BlobStatsCollectorCalled when a binary is deleted from the BlobStore- Specified by:
deletedin interfaceBlobStatsCollector- Parameters:
blobId- id of blob being deletedtimeTaken- time taken to perform the deleteunit- unit of time taken
-
deleteCompleted
Description copied from interface:BlobStatsCollectorCalled when deletion of a binary is completed.- Specified by:
deleteCompletedin interfaceBlobStatsCollector- Parameters:
blobId- id of the blob which was deleted
-
deleteFailed
public void deleteFailed()Description copied from interface:BlobStatsCollectorCalled when deletion of a binary fails.- Specified by:
deleteFailedin interfaceBlobStatsCollector
-
deletedAllOlderThan
Description copied from interface:BlobStatsCollectorCalled when deleting binaries older than a specified date, viaDataStore.deleteAllOlderThan(long).- Specified by:
deletedAllOlderThanin interfaceBlobStatsCollector- Parameters:
timeTaken- time taken to perform the deletionunit- unit of time takenmin- time used for determining what to delete - older than this time gets deleted
-
deleteAllOlderThanCompleted
public void deleteAllOlderThanCompleted(int deleteCount) Description copied from interface:BlobStatsCollectorCalled whenDataStore.deleteAllOlderThan(long)is completed.- Specified by:
deleteAllOlderThanCompletedin interfaceBlobStatsCollector- Parameters:
deleteCount- count of records deleted
-
deleteAllOlderThanFailed
public void deleteAllOlderThanFailed(long min) Description copied from interface:BlobStatsCollectorCalled whenDataStore.deleteAllOlderThan(long)fails.- Specified by:
deleteAllOlderThanFailedin interfaceBlobStatsCollector- Parameters:
min- time used for determining what to delete
-
recordAdded
Description copied from interface:BlobStatsCollectorCalled when a binary is added viaDataStore.addRecord(InputStream).- Specified by:
recordAddedin interfaceBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time takensize- size of binary content being read
-
addRecordCompleted
Description copied from interface:BlobStatsCollectorCalled when a call toDataStore.addRecord(InputStream)is completed.- Specified by:
addRecordCompletedin interfaceBlobStatsCollector- Parameters:
blobId- id of the record which was added
-
addRecordFailed
public void addRecordFailed()Description copied from interface:BlobStatsCollectorCalled when a call toDataStore.addRecord(InputStream)fails.- Specified by:
addRecordFailedin interfaceBlobStatsCollector
-
getRecordCalled
Description copied from interface:BlobStatsCollectorCalled when aDataRecordis retrieved viaDataStore.getRecord(DataIdentifier).- Specified by:
getRecordCalledin interfaceBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time takensize- size of the binary
-
getRecordCompleted
Description copied from interface:BlobStatsCollectorCalled when a call toDataStore.getRecord(DataIdentifier)is completed.- Specified by:
getRecordCompletedin interfaceBlobStatsCollector- Parameters:
blobId- id of the record retrieved
-
getRecordFailed
Description copied from interface:BlobStatsCollectorCalled when a call toDataStore.getRecord(DataIdentifier)fails.- Specified by:
getRecordFailedin interfaceBlobStatsCollector- Parameters:
blobId- id of the record
-
getRecordIfStoredCalled
Description copied from interface:BlobStatsCollectorCalled when aDataRecordis retrieved viaDataStore.getRecordIfStored(DataIdentifier).- Specified by:
getRecordIfStoredCalledin interfaceBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time takensize- size of the binary
-
getRecordIfStoredCompleted
Description copied from interface:BlobStatsCollectorCalled when a call toDataStore.getRecordIfStored(DataIdentifier)is completed.- Specified by:
getRecordIfStoredCompletedin interfaceBlobStatsCollector- Parameters:
blobId- id of the record retrieved
-
getRecordIfStoredFailed
Description copied from interface:BlobStatsCollectorCalled when a call toDataStore.getRecordIfStored(DataIdentifier)fails.- Specified by:
getRecordIfStoredFailedin interfaceBlobStatsCollector- Parameters:
blobId- id of the record
-
getRecordFromReferenceCalled
Description copied from interface:BlobStatsCollectorCalled when aDataRecordis retrieved viaDataStore.getRecordFromReference(String).- Specified by:
getRecordFromReferenceCalledin interfaceBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time takensize- size of the binary
-
getRecordFromReferenceCompleted
Description copied from interface:BlobStatsCollectorCalled when a call toDataStore.getRecordFromReference(String)is completed.- Specified by:
getRecordFromReferenceCompletedin interfaceBlobStatsCollector- Parameters:
reference- reference of the record retrieved
-
getRecordFromReferenceFailed
Description copied from interface:BlobStatsCollectorCalled when a call toDataStore.getRecordFromReference(String)fails.- Specified by:
getRecordFromReferenceFailedin interfaceBlobStatsCollector- Parameters:
reference- reference of the record
-
getRecordForIdCalled
Description copied from interface:ExtendedBlobStatsCollectorCalled when aDataRecordis retrieved via a call toSharedDataStore.getRecordForId(DataIdentifier).- Specified by:
getRecordForIdCalledin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time takensize- size of the binary
-
getRecordForIdCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getRecordForId(DataIdentifier)is completed- Specified by:
getRecordForIdCompletedin interfaceExtendedBlobStatsCollector- Parameters:
blobId- id of the record retrieved
-
getRecordForIdFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getRecordForId(DataIdentifier)fails- Specified by:
getRecordForIdFailedin interfaceExtendedBlobStatsCollector- Parameters:
blobId- id of the record
-
getAllRecordsCalled
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getAllRecords()is made- Specified by:
getAllRecordsCalledin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
getAllRecordsCompleted
public void getAllRecordsCompleted()Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getAllRecords()is completed- Specified by:
getAllRecordsCompletedin interfaceExtendedBlobStatsCollector
-
getAllIdentifiersCalled
Description copied from interface:BlobStatsCollectorCalled whenDataStore.getAllIdentifiers()is called.- Specified by:
getAllIdentifiersCalledin interfaceBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
getAllIdentifiersCompleted
public void getAllIdentifiersCompleted()Description copied from interface:BlobStatsCollectorCalled whenDataStore.getAllIdentifiers()is completed.- Specified by:
getAllIdentifiersCompletedin interfaceBlobStatsCollector
-
getAllIdentifiersFailed
public void getAllIdentifiersFailed()Description copied from interface:BlobStatsCollectorCalled whenDataStore.getAllIdentifiers()fails.- Specified by:
getAllIdentifiersFailedin interfaceBlobStatsCollector
-
metadataRecordAdded
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.addMetadataRecord(File, String)is made- Specified by:
metadataRecordAddedin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
addMetadataRecordCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.addMetadataRecord(File, String)is completed- Specified by:
addMetadataRecordCompletedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record added
-
addMetadataRecordFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.addMetadataRecord(File, String)fails- Specified by:
addMetadataRecordFailedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record
-
getMetadataRecordCalled
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getMetadataRecord(String)is made- Specified by:
getMetadataRecordCalledin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
getMetadataRecordCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getMetadataRecord(String)is completed- Specified by:
getMetadataRecordCompletedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record retrieved
-
getMetadataRecordFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getMetadataRecord(String)fails- Specified by:
getMetadataRecordFailedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record
-
getAllMetadataRecordsCalled
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getAllMetadataRecords(String)is made- Specified by:
getAllMetadataRecordsCalledin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
getAllMetadataRecordsCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getAllMetadataRecords(String)is completed- Specified by:
getAllMetadataRecordsCompletedin interfaceExtendedBlobStatsCollector- Parameters:
prefix- prefix of the metadata records retrieved
-
getAllMetadataRecordsFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getAllMetadataRecords(String)fails- Specified by:
getAllMetadataRecordsFailedin interfaceExtendedBlobStatsCollector- Parameters:
prefix- prefix of the metadata records
-
metadataRecordExistsCalled
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.metadataRecordExists(String)is made- Specified by:
metadataRecordExistsCalledin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
metadataRecordExistsCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.metadataRecordExists(String)is completed- Specified by:
metadataRecordExistsCompletedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record checked
-
metadataRecordExistsFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.metadataRecordExists(String)fails- Specified by:
metadataRecordExistsFailedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record
-
metadataRecordDeleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.deleteMetadataRecord(String)is made- Specified by:
metadataRecordDeletedin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
deleteMetadataRecordCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.deleteMetadataRecord(String)is completed- Specified by:
deleteMetadataRecordCompletedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record deleted
-
deleteMetadataRecordFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.deleteMetadataRecord(String)fails- Specified by:
deleteMetadataRecordFailedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record
-
allMetadataRecordsDeleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.deleteAllMetadataRecords(String)is made- Specified by:
allMetadataRecordsDeletedin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
deleteAllMetadataRecordsCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.deleteAllMetadataRecords(String)is made- Specified by:
deleteAllMetadataRecordsCompletedin interfaceExtendedBlobStatsCollector- Parameters:
prefix- prefix of the metadata records deleted
-
deleteAllMetadataRecordsFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.deleteAllMetadataRecords(String)is made- Specified by:
deleteAllMetadataRecordsFailedin interfaceExtendedBlobStatsCollector- Parameters:
prefix- prefix of the metadata records
-
initiateBlobUpload
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.initiateBlobUpload(long, int)is made- Specified by:
initiateBlobUploadin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time takenmaxSize- size of binary to be uploadedmaxUris- max number of uris requested
-
initiateBlobUploadCompleted
public void initiateBlobUploadCompleted()Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.initiateBlobUpload(long, int)is completed- Specified by:
initiateBlobUploadCompletedin interfaceExtendedBlobStatsCollector
-
initiateBlobUploadFailed
public void initiateBlobUploadFailed()Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.initiateBlobUpload(long, int)fails- Specified by:
initiateBlobUploadFailedin interfaceExtendedBlobStatsCollector
-
completeBlobUpload
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.completeBlobUpload(String)is made- Specified by:
completeBlobUploadin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
completeBlobUploadCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.completeBlobUpload(String)is completed- Specified by:
completeBlobUploadCompletedin interfaceExtendedBlobStatsCollector- Parameters:
id- identifier of uploaded blob
-
completeBlobUploadFailed
public void completeBlobUploadFailed()Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.completeBlobUpload(String)fails- Specified by:
completeBlobUploadFailedin interfaceExtendedBlobStatsCollector
-
getDownloadURICalled
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)is made- Specified by:
getDownloadURICalledin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time takenid- identifier of blob to be downloaded
-
getDownloadURICompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)is completed- Specified by:
getDownloadURICompletedin interfaceExtendedBlobStatsCollector- Parameters:
uri- the uri generated for downloading
-
getDownloadURIFailed
public void getDownloadURIFailed()Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)fails- Specified by:
getDownloadURIFailedin interfaceExtendedBlobStatsCollector
-
getUploadTotalSize
public long getUploadTotalSize()- Specified by:
getUploadTotalSizein interfaceBlobStoreStatsMBean
-
getUploadCount
public long getUploadCount()- Specified by:
getUploadCountin interfaceBlobStoreStatsMBean
-
getUploadTotalSeconds
public long getUploadTotalSeconds()- Specified by:
getUploadTotalSecondsin interfaceBlobStoreStatsMBean
-
getUploadErrorCount
public long getUploadErrorCount()- Specified by:
getUploadErrorCountin interfaceBlobStoreStatsMBean
-
getDownloadTotalSize
public long getDownloadTotalSize()- Specified by:
getDownloadTotalSizein interfaceBlobStoreStatsMBean
-
getDownloadCount
public long getDownloadCount()- Specified by:
getDownloadCountin interfaceBlobStoreStatsMBean
-
getDownloadTotalSeconds
public long getDownloadTotalSeconds()- Specified by:
getDownloadTotalSecondsin interfaceBlobStoreStatsMBean
-
getDownloadErrorCount
public long getDownloadErrorCount()- Specified by:
getDownloadErrorCountin interfaceBlobStoreStatsMBean
-
getAddRecordTotalSize
public long getAddRecordTotalSize()- Specified by:
getAddRecordTotalSizein interfaceBlobStoreStatsMBean
-
getAddRecordCount
public long getAddRecordCount()- Specified by:
getAddRecordCountin interfaceBlobStoreStatsMBean
-
getDeleteCount
public long getDeleteCount()- Specified by:
getDeleteCountin interfaceBlobStoreStatsMBean
-
getDeleteErrorCount
public long getDeleteErrorCount()- Specified by:
getDeleteErrorCountin interfaceBlobStoreStatsMBean
-
getDeleteByDateCount
public long getDeleteByDateCount()- Specified by:
getDeleteByDateCountin interfaceBlobStoreStatsMBean
-
getDeleteByDateErrorCount
public long getDeleteByDateErrorCount()- Specified by:
getDeleteByDateErrorCountin interfaceBlobStoreStatsMBean
-
getGetRecordCount
public long getGetRecordCount()- Specified by:
getGetRecordCountin interfaceBlobStoreStatsMBean
-
getGetRecordErrorCount
public long getGetRecordErrorCount()- Specified by:
getGetRecordErrorCountin interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredCount
public long getGetRecordIfStoredCount()- Specified by:
getGetRecordIfStoredCountin interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredErrorCount
public long getGetRecordIfStoredErrorCount()- Specified by:
getGetRecordIfStoredErrorCountin interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceCount
public long getGetRecordFromReferenceCount()- Specified by:
getGetRecordFromReferenceCountin interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceErrorCount
public long getGetRecordFromReferenceErrorCount()- Specified by:
getGetRecordFromReferenceErrorCountin interfaceBlobStoreStatsMBean
-
getGetRecordForIdCount
public long getGetRecordForIdCount()- Specified by:
getGetRecordForIdCountin interfaceBlobStoreStatsMBean
-
getGetRecordForIdErrorCount
public long getGetRecordForIdErrorCount()- Specified by:
getGetRecordForIdErrorCountin interfaceBlobStoreStatsMBean
-
getGetAllRecordsCount
public long getGetAllRecordsCount()- Specified by:
getGetAllRecordsCountin interfaceBlobStoreStatsMBean
-
getListIdsCount
public long getListIdsCount()- Specified by:
getListIdsCountin interfaceBlobStoreStatsMBean
-
getListIdsErrorCount
public long getListIdsErrorCount()- Specified by:
getListIdsErrorCountin interfaceBlobStoreStatsMBean
-
getAddMetadataRecordCount
public long getAddMetadataRecordCount()- Specified by:
getAddMetadataRecordCountin interfaceBlobStoreStatsMBean
-
getAddMetadataRecordErrorCount
public long getAddMetadataRecordErrorCount()- Specified by:
getAddMetadataRecordErrorCountin interfaceBlobStoreStatsMBean
-
getGetMetadataRecordCount
public long getGetMetadataRecordCount()- Specified by:
getGetMetadataRecordCountin interfaceBlobStoreStatsMBean
-
getGetMetadataRecordErrorCount
public long getGetMetadataRecordErrorCount()- Specified by:
getGetMetadataRecordErrorCountin interfaceBlobStoreStatsMBean
-
getGetAllMetadataRecordsCount
public long getGetAllMetadataRecordsCount()- Specified by:
getGetAllMetadataRecordsCountin interfaceBlobStoreStatsMBean
-
getGetAllMetadataRecordsErrorCount
public long getGetAllMetadataRecordsErrorCount()- Specified by:
getGetAllMetadataRecordsErrorCountin interfaceBlobStoreStatsMBean
-
getMetadataRecordExistsCount
public long getMetadataRecordExistsCount()- Specified by:
getMetadataRecordExistsCountin interfaceBlobStoreStatsMBean
-
getMetadataRecordExistsErrorCount
public long getMetadataRecordExistsErrorCount()- Specified by:
getMetadataRecordExistsErrorCountin interfaceBlobStoreStatsMBean
-
getDeleteMetadataRecordCount
public long getDeleteMetadataRecordCount()- Specified by:
getDeleteMetadataRecordCountin interfaceBlobStoreStatsMBean
-
getDeleteMetadataRecordErrorCount
public long getDeleteMetadataRecordErrorCount()- Specified by:
getDeleteMetadataRecordErrorCountin interfaceBlobStoreStatsMBean
-
getDeleteAllMetadataRecordsCount
public long getDeleteAllMetadataRecordsCount()- Specified by:
getDeleteAllMetadataRecordsCountin interfaceBlobStoreStatsMBean
-
getDeleteAllMetadataRecordsErrorCount
public long getDeleteAllMetadataRecordsErrorCount()- Specified by:
getDeleteAllMetadataRecordsErrorCountin interfaceBlobStoreStatsMBean
-
getInitBlobUploadCount
public long getInitBlobUploadCount()- Specified by:
getInitBlobUploadCountin interfaceBlobStoreStatsMBean
-
getInitBlobUploadErrorCount
public long getInitBlobUploadErrorCount()- Specified by:
getInitBlobUploadErrorCountin interfaceBlobStoreStatsMBean
-
getCompleteBlobUploadCount
public long getCompleteBlobUploadCount()- Specified by:
getCompleteBlobUploadCountin interfaceBlobStoreStatsMBean
-
getCompleteBlobUploadErrorCount
public long getCompleteBlobUploadErrorCount()- Specified by:
getCompleteBlobUploadErrorCountin interfaceBlobStoreStatsMBean
-
getGetBlobDownloadURICount
public long getGetBlobDownloadURICount()- Specified by:
getGetBlobDownloadURICountin interfaceBlobStoreStatsMBean
-
getGetBlobDownloadURIErrorCount
public long getGetBlobDownloadURIErrorCount()- Specified by:
getGetBlobDownloadURIErrorCountin interfaceBlobStoreStatsMBean
-
blobStoreInfoAsString
- Specified by:
blobStoreInfoAsStringin interfaceBlobStoreStatsMBean
-
getUploadSizeHistory
- Specified by:
getUploadSizeHistoryin interfaceBlobStoreStatsMBean
-
getUploadRateHistory
- Specified by:
getUploadRateHistoryin interfaceBlobStoreStatsMBean
-
getUploadCountHistory
- Specified by:
getUploadCountHistoryin interfaceBlobStoreStatsMBean
-
getUploadErrorCountHistory
- Specified by:
getUploadErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getDownloadSizeHistory
- Specified by:
getDownloadSizeHistoryin interfaceBlobStoreStatsMBean
-
getDownloadRateHistory
- Specified by:
getDownloadRateHistoryin interfaceBlobStoreStatsMBean
-
getDownloadCountHistory
- Specified by:
getDownloadCountHistoryin interfaceBlobStoreStatsMBean
-
getDownloadErrorCountHistory
- Specified by:
getDownloadErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getDeleteCountHistory
- Specified by:
getDeleteCountHistoryin interfaceBlobStoreStatsMBean
-
getDeleteTimeHistory
- Specified by:
getDeleteTimeHistoryin interfaceBlobStoreStatsMBean
-
getDeleteErrorCountHistory
- Specified by:
getDeleteErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getDeleteByDateCountHistory
- Specified by:
getDeleteByDateCountHistoryin interfaceBlobStoreStatsMBean
-
getDeleteByDateTimeHistory
- Specified by:
getDeleteByDateTimeHistoryin interfaceBlobStoreStatsMBean
-
getDeleteByDateErrorCountHistory
- Specified by:
getDeleteByDateErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getAddRecordCountHistory
- Specified by:
getAddRecordCountHistoryin interfaceBlobStoreStatsMBean
-
getAddRecordErrorCountHistory
- Specified by:
getAddRecordErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getAddRecordSizeHistory
- Specified by:
getAddRecordSizeHistoryin interfaceBlobStoreStatsMBean
-
getAddRecordRateHistory
- Specified by:
getAddRecordRateHistoryin interfaceBlobStoreStatsMBean
-
getAddRecordErrorCount
public long getAddRecordErrorCount()- Specified by:
getAddRecordErrorCountin interfaceBlobStoreStatsMBean
-
getGetRecordCountHistory
- Specified by:
getGetRecordCountHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordErrorCountHistory
- Specified by:
getGetRecordErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordTimeHistory
- Specified by:
getGetRecordTimeHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordSizeHistory
- Specified by:
getGetRecordSizeHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordRateHistory
- Specified by:
getGetRecordRateHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredCountHistory
- Specified by:
getGetRecordIfStoredCountHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredErrorCountHistory
- Specified by:
getGetRecordIfStoredErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredTimeHistory
- Specified by:
getGetRecordIfStoredTimeHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredSizeHistory
- Specified by:
getGetRecordIfStoredSizeHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredRateHistory
- Specified by:
getGetRecordIfStoredRateHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceCountHistory
- Specified by:
getGetRecordFromReferenceCountHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceErrorCountHistory
- Specified by:
getGetRecordFromReferenceErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceTimeHistory
- Specified by:
getGetRecordFromReferenceTimeHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceSizeHistory
- Specified by:
getGetRecordFromReferenceSizeHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceRateHistory
- Specified by:
getGetRecordFromReferenceRateHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordForIdCountHistory
- Specified by:
getGetRecordForIdCountHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordForIdErrorCountHistory
- Specified by:
getGetRecordForIdErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordForIdTimeHistory
- Specified by:
getGetRecordForIdTimeHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordForIdSizeHistory
- Specified by:
getGetRecordForIdSizeHistoryin interfaceBlobStoreStatsMBean
-
getGetRecordForIdRateHistory
- Specified by:
getGetRecordForIdRateHistoryin interfaceBlobStoreStatsMBean
-
getGetAllRecordsCountHistory
- Specified by:
getGetAllRecordsCountHistoryin interfaceBlobStoreStatsMBean
-
getGetAllRecordsTimeHistory
- Specified by:
getGetAllRecordsTimeHistoryin interfaceBlobStoreStatsMBean
-
getListIdsCountHistory
- Specified by:
getListIdsCountHistoryin interfaceBlobStoreStatsMBean
-
getListIdsTimeHistory
- Specified by:
getListIdsTimeHistoryin interfaceBlobStoreStatsMBean
-
getListIdsErrorCountHistory
- Specified by:
getListIdsErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getAddMetadataRecordCountHistory
- Specified by:
getAddMetadataRecordCountHistoryin interfaceBlobStoreStatsMBean
-
getAddMetadataRecordTimeHistory
- Specified by:
getAddMetadataRecordTimeHistoryin interfaceBlobStoreStatsMBean
-
getAddMetadataRecordErrorCountHistory
- Specified by:
getAddMetadataRecordErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getGetMetadataRecordCountHistory
- Specified by:
getGetMetadataRecordCountHistoryin interfaceBlobStoreStatsMBean
-
getGetMetadataRecordTimeHistory
- Specified by:
getGetMetadataRecordTimeHistoryin interfaceBlobStoreStatsMBean
-
getGetMetadataRecordErrorCountHistory
- Specified by:
getGetMetadataRecordErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getGetAllMetadataRecordsCountHistory
- Specified by:
getGetAllMetadataRecordsCountHistoryin interfaceBlobStoreStatsMBean
-
getGetAllMetadataRecordsTimeHistory
- Specified by:
getGetAllMetadataRecordsTimeHistoryin interfaceBlobStoreStatsMBean
-
getGetAllMetadataRecordsErrorCountHistory
- Specified by:
getGetAllMetadataRecordsErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getMetadataRecordExistsCountHistory
- Specified by:
getMetadataRecordExistsCountHistoryin interfaceBlobStoreStatsMBean
-
getMetadataRecordExistsTimeHistory
- Specified by:
getMetadataRecordExistsTimeHistoryin interfaceBlobStoreStatsMBean
-
getMetadataRecordExistsErrorCountHistory
- Specified by:
getMetadataRecordExistsErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getDeleteMetadataRecordCountHistory
- Specified by:
getDeleteMetadataRecordCountHistoryin interfaceBlobStoreStatsMBean
-
getDeleteMetadataRecordTimeHistory
- Specified by:
getDeleteMetadataRecordTimeHistoryin interfaceBlobStoreStatsMBean
-
getDeleteMetadataRecordErrorCountHistory
- Specified by:
getDeleteMetadataRecordErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getDeleteAllMetadataRecordsCountHistory
- Specified by:
getDeleteAllMetadataRecordsCountHistoryin interfaceBlobStoreStatsMBean
-
getDeleteAllMetadataRecordsTimeHistory
- Specified by:
getDeleteAllMetadataRecordsTimeHistoryin interfaceBlobStoreStatsMBean
-
getDeleteAllMetadataRecordsErrorCountHistory
- Specified by:
getDeleteAllMetadataRecordsErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getInitBlobUploadCountHistory
- Specified by:
getInitBlobUploadCountHistoryin interfaceBlobStoreStatsMBean
-
getInitBlobUploadTimeHistory
- Specified by:
getInitBlobUploadTimeHistoryin interfaceBlobStoreStatsMBean
-
getInitBlobUploadErrorCountHistory
- Specified by:
getInitBlobUploadErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getCompleteBlobUploadCountHistory
- Specified by:
getCompleteBlobUploadCountHistoryin interfaceBlobStoreStatsMBean
-
getCompleteBlobUploadTimeHistory
- Specified by:
getCompleteBlobUploadTimeHistoryin interfaceBlobStoreStatsMBean
-
getCompleteBlobUploadErrorCountHistory
- Specified by:
getCompleteBlobUploadErrorCountHistoryin interfaceBlobStoreStatsMBean
-
getGetBlobDownloadURICountHistory
- Specified by:
getGetBlobDownloadURICountHistoryin interfaceBlobStoreStatsMBean
-
getGetBlobDownloadURITimeHistory
- Specified by:
getGetBlobDownloadURITimeHistoryin interfaceBlobStoreStatsMBean
-
getGetBlobDownloadURIErrorCountHistory
- Specified by:
getGetBlobDownloadURIErrorCountHistoryin interfaceBlobStoreStatsMBean
-