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, org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector, org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean

public class BlobStoreStats extends org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean implements org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean, ExtendedBlobStatsCollector
  • Constructor Details

    • BlobStoreStats

      public BlobStoreStats(@NotNull @NotNull org.apache.jackrabbit.oak.stats.StatisticsProvider sp)
  • Method Details

    • uploaded

      public void uploaded(long timeTaken, TimeUnit unit, long size)
      Specified by:
      uploaded in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • uploadCompleted

      public void uploadCompleted(String blobId)
      Specified by:
      uploadCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • uploadFailed

      public void uploadFailed()
      Specified by:
      uploadFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • downloaded

      public void downloaded(String blobId, long timeTaken, TimeUnit unit, long size)
      Specified by:
      downloaded in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • downloadCompleted

      public void downloadCompleted(String blobId)
      Specified by:
      downloadCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • downloadFailed

      public void downloadFailed(String blobId)
      Specified by:
      downloadFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • deleted

      public void deleted(String blobId, long timeTaken, TimeUnit unit)
      Specified by:
      deleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • deleteCompleted

      public void deleteCompleted(String blobId)
      Specified by:
      deleteCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • deleteFailed

      public void deleteFailed()
      Specified by:
      deleteFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • deletedAllOlderThan

      public void deletedAllOlderThan(long timeTaken, TimeUnit unit, long min)
      Specified by:
      deletedAllOlderThan in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • deleteAllOlderThanCompleted

      public void deleteAllOlderThanCompleted(int deleteCount)
      Specified by:
      deleteAllOlderThanCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • deleteAllOlderThanFailed

      public void deleteAllOlderThanFailed(long min)
      Specified by:
      deleteAllOlderThanFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • recordAdded

      public void recordAdded(long timeTaken, TimeUnit unit, long size)
      Specified by:
      recordAdded in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • addRecordCompleted

      public void addRecordCompleted(String blobId)
      Specified by:
      addRecordCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • addRecordFailed

      public void addRecordFailed()
      Specified by:
      addRecordFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • getRecordCalled

      public void getRecordCalled(long timeTaken, TimeUnit unit, long size)
      Specified by:
      getRecordCalled in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • getRecordCompleted

      public void getRecordCompleted(String blobId)
      Specified by:
      getRecordCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • getRecordFailed

      public void getRecordFailed(String blobId)
      Specified by:
      getRecordFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • getRecordIfStoredCalled

      public void getRecordIfStoredCalled(long timeTaken, TimeUnit unit, long size)
      Specified by:
      getRecordIfStoredCalled in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • getRecordIfStoredCompleted

      public void getRecordIfStoredCompleted(String blobId)
      Specified by:
      getRecordIfStoredCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • getRecordIfStoredFailed

      public void getRecordIfStoredFailed(String blobId)
      Specified by:
      getRecordIfStoredFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • getRecordFromReferenceCalled

      public void getRecordFromReferenceCalled(long timeTaken, TimeUnit unit, long size)
      Specified by:
      getRecordFromReferenceCalled in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • getRecordFromReferenceCompleted

      public void getRecordFromReferenceCompleted(String reference)
      Specified by:
      getRecordFromReferenceCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • getRecordFromReferenceFailed

      public void getRecordFromReferenceFailed(String reference)
      Specified by:
      getRecordFromReferenceFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • getRecordForIdCalled

      public void getRecordForIdCalled(long timeTaken, TimeUnit unit, long size)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a DataRecord is retrieved via a call to SharedDataStore.getRecordForId(DataIdentifier).
      Specified by:
      getRecordForIdCalled in interface ExtendedBlobStatsCollector
      Parameters:
      timeTaken - time taken to perform the operation
      unit - unit of time taken
      size - size of the binary
    • getRecordForIdCompleted

      public void getRecordForIdCompleted(String blobId)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.getRecordForId(DataIdentifier) is completed
      Specified by:
      getRecordForIdCompleted in interface ExtendedBlobStatsCollector
      Parameters:
      blobId - id of the record retrieved
    • getRecordForIdFailed

      public void getRecordForIdFailed(String blobId)
      Description copied from interface: ExtendedBlobStatsCollector
      Specified by:
      getRecordForIdFailed in interface ExtendedBlobStatsCollector
      Parameters:
      blobId - id of the record
    • getAllRecordsCalled

      public void getAllRecordsCalled(long timeTaken, TimeUnit unit)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.getAllRecords() is made
      Specified by:
      getAllRecordsCalled in interface ExtendedBlobStatsCollector
      Parameters:
      timeTaken - time taken to perform the operation
      unit - unit of time taken
    • getAllRecordsCompleted

      public void getAllRecordsCompleted()
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.getAllRecords() is completed
      Specified by:
      getAllRecordsCompleted in interface ExtendedBlobStatsCollector
    • getAllIdentifiersCalled

      public void getAllIdentifiersCalled(long timeTaken, TimeUnit unit)
      Specified by:
      getAllIdentifiersCalled in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • getAllIdentifiersCompleted

      public void getAllIdentifiersCompleted()
      Specified by:
      getAllIdentifiersCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • getAllIdentifiersFailed

      public void getAllIdentifiersFailed()
      Specified by:
      getAllIdentifiersFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
    • metadataRecordAdded

      public void metadataRecordAdded(long timeTaken, TimeUnit unit)
      Description copied from interface: ExtendedBlobStatsCollector
      Specified by:
      metadataRecordAdded in interface ExtendedBlobStatsCollector
      Parameters:
      timeTaken - time taken to perform the operation
      unit - unit of time taken
    • addMetadataRecordCompleted

      public void addMetadataRecordCompleted(String name)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.addMetadataRecord(File, String) is completed
      Specified by:
      addMetadataRecordCompleted in interface ExtendedBlobStatsCollector
      Parameters:
      name - name of the metadata record added
    • addMetadataRecordFailed

      public void addMetadataRecordFailed(String name)
      Description copied from interface: ExtendedBlobStatsCollector
      Specified by:
      addMetadataRecordFailed in interface ExtendedBlobStatsCollector
      Parameters:
      name - name of the metadata record
    • getMetadataRecordCalled

      public void getMetadataRecordCalled(long timeTaken, TimeUnit unit)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.getMetadataRecord(String) is made
      Specified by:
      getMetadataRecordCalled in interface ExtendedBlobStatsCollector
      Parameters:
      timeTaken - time taken to perform the operation
      unit - unit of time taken
    • getMetadataRecordCompleted

      public void getMetadataRecordCompleted(String name)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.getMetadataRecord(String) is completed
      Specified by:
      getMetadataRecordCompleted in interface ExtendedBlobStatsCollector
      Parameters:
      name - name of the metadata record retrieved
    • getMetadataRecordFailed

      public void getMetadataRecordFailed(String name)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.getMetadataRecord(String) fails
      Specified by:
      getMetadataRecordFailed in interface ExtendedBlobStatsCollector
      Parameters:
      name - name of the metadata record
    • getAllMetadataRecordsCalled

      public void getAllMetadataRecordsCalled(long timeTaken, TimeUnit unit)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.getAllMetadataRecords(String) is made
      Specified by:
      getAllMetadataRecordsCalled in interface ExtendedBlobStatsCollector
      Parameters:
      timeTaken - time taken to perform the operation
      unit - unit of time taken
    • getAllMetadataRecordsCompleted

      public void getAllMetadataRecordsCompleted(String prefix)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.getAllMetadataRecords(String) is completed
      Specified by:
      getAllMetadataRecordsCompleted in interface ExtendedBlobStatsCollector
      Parameters:
      prefix - prefix of the metadata records retrieved
    • getAllMetadataRecordsFailed

      public void getAllMetadataRecordsFailed(String prefix)
      Description copied from interface: ExtendedBlobStatsCollector
      Specified by:
      getAllMetadataRecordsFailed in interface ExtendedBlobStatsCollector
      Parameters:
      prefix - prefix of the metadata records
    • metadataRecordExistsCalled

      public void metadataRecordExistsCalled(long timeTaken, TimeUnit unit)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.metadataRecordExists(String) is made
      Specified by:
      metadataRecordExistsCalled in interface ExtendedBlobStatsCollector
      Parameters:
      timeTaken - time taken to perform the operation
      unit - unit of time taken
    • metadataRecordExistsCompleted

      public void metadataRecordExistsCompleted(String name)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.metadataRecordExists(String) is completed
      Specified by:
      metadataRecordExistsCompleted in interface ExtendedBlobStatsCollector
      Parameters:
      name - name of the metadata record checked
    • metadataRecordExistsFailed

      public void metadataRecordExistsFailed(String name)
      Description copied from interface: ExtendedBlobStatsCollector
      Specified by:
      metadataRecordExistsFailed in interface ExtendedBlobStatsCollector
      Parameters:
      name - name of the metadata record
    • metadataRecordDeleted

      public void metadataRecordDeleted(long timeTaken, TimeUnit unit)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.deleteMetadataRecord(String) is made
      Specified by:
      metadataRecordDeleted in interface ExtendedBlobStatsCollector
      Parameters:
      timeTaken - time taken to perform the operation
      unit - unit of time taken
    • deleteMetadataRecordCompleted

      public void deleteMetadataRecordCompleted(String name)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to SharedDataStore.deleteMetadataRecord(String) is completed
      Specified by:
      deleteMetadataRecordCompleted in interface ExtendedBlobStatsCollector
      Parameters:
      name - name of the metadata record deleted
    • deleteMetadataRecordFailed

      public void deleteMetadataRecordFailed(String name)
      Description copied from interface: ExtendedBlobStatsCollector
      Specified by:
      deleteMetadataRecordFailed in interface ExtendedBlobStatsCollector
      Parameters:
      name - name of the metadata record
    • allMetadataRecordsDeleted

      public void allMetadataRecordsDeleted(long timeTaken, TimeUnit unit)
      Description copied from interface: ExtendedBlobStatsCollector
      Specified by:
      allMetadataRecordsDeleted in interface ExtendedBlobStatsCollector
      Parameters:
      timeTaken - time taken to perform the operation
      unit - unit of time taken
    • deleteAllMetadataRecordsCompleted

      public void deleteAllMetadataRecordsCompleted(String prefix)
      Description copied from interface: ExtendedBlobStatsCollector
      Specified by:
      deleteAllMetadataRecordsCompleted in interface ExtendedBlobStatsCollector
      Parameters:
      prefix - prefix of the metadata records deleted
    • deleteAllMetadataRecordsFailed

      public void deleteAllMetadataRecordsFailed(String prefix)
      Description copied from interface: ExtendedBlobStatsCollector
      Specified by:
      deleteAllMetadataRecordsFailed in interface ExtendedBlobStatsCollector
      Parameters:
      prefix - prefix of the metadata records
    • initiateBlobUpload

      public void initiateBlobUpload(long timeTaken, TimeUnit unit, long maxSize, int maxUris)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to BlobAccessProvider.initiateBlobUpload(long, int) is made
      Specified by:
      initiateBlobUpload in interface ExtendedBlobStatsCollector
      Parameters:
      timeTaken - time taken to perform the operation
      unit - unit of time taken
      maxSize - size of binary to be uploaded
      maxUris - max number of uris requested
    • initiateBlobUploadCompleted

      public void initiateBlobUploadCompleted()
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to BlobAccessProvider.initiateBlobUpload(long, int) is completed
      Specified by:
      initiateBlobUploadCompleted in interface ExtendedBlobStatsCollector
    • initiateBlobUploadFailed

      public void initiateBlobUploadFailed()
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to BlobAccessProvider.initiateBlobUpload(long, int) fails
      Specified by:
      initiateBlobUploadFailed in interface ExtendedBlobStatsCollector
    • completeBlobUpload

      public void completeBlobUpload(long timeTaken, TimeUnit unit)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to BlobAccessProvider.completeBlobUpload(String) is made
      Specified by:
      completeBlobUpload in interface ExtendedBlobStatsCollector
      Parameters:
      timeTaken - time taken to perform the operation
      unit - unit of time taken
    • completeBlobUploadCompleted

      public void completeBlobUploadCompleted(String id)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to BlobAccessProvider.completeBlobUpload(String) is completed
      Specified by:
      completeBlobUploadCompleted in interface ExtendedBlobStatsCollector
      Parameters:
      id - identifier of uploaded blob
    • completeBlobUploadFailed

      public void completeBlobUploadFailed()
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to BlobAccessProvider.completeBlobUpload(String) fails
      Specified by:
      completeBlobUploadFailed in interface ExtendedBlobStatsCollector
    • getDownloadURICalled

      public void getDownloadURICalled(long timeTaken, TimeUnit unit, String id)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to BlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions) is made
      Specified by:
      getDownloadURICalled in interface ExtendedBlobStatsCollector
      Parameters:
      timeTaken - time taken to perform the operation
      unit - unit of time taken
      id - identifier of blob to be downloaded
    • getDownloadURICompleted

      public void getDownloadURICompleted(String uri)
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to BlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions) is completed
      Specified by:
      getDownloadURICompleted in interface ExtendedBlobStatsCollector
      Parameters:
      uri - the uri generated for downloading
    • getDownloadURIFailed

      public void getDownloadURIFailed()
      Description copied from interface: ExtendedBlobStatsCollector
      Called when a call to BlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions) fails
      Specified by:
      getDownloadURIFailed in interface ExtendedBlobStatsCollector
    • getUploadTotalSize

      public long getUploadTotalSize()
      Specified by:
      getUploadTotalSize in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getUploadCount

      public long getUploadCount()
      Specified by:
      getUploadCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getUploadTotalSeconds

      public long getUploadTotalSeconds()
      Specified by:
      getUploadTotalSeconds in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getUploadErrorCount

      public long getUploadErrorCount()
      Specified by:
      getUploadErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDownloadTotalSize

      public long getDownloadTotalSize()
      Specified by:
      getDownloadTotalSize in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDownloadCount

      public long getDownloadCount()
      Specified by:
      getDownloadCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDownloadTotalSeconds

      public long getDownloadTotalSeconds()
      Specified by:
      getDownloadTotalSeconds in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDownloadErrorCount

      public long getDownloadErrorCount()
      Specified by:
      getDownloadErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getAddRecordTotalSize

      public long getAddRecordTotalSize()
      Specified by:
      getAddRecordTotalSize in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getAddRecordCount

      public long getAddRecordCount()
      Specified by:
      getAddRecordCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteCount

      public long getDeleteCount()
      Specified by:
      getDeleteCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteErrorCount

      public long getDeleteErrorCount()
      Specified by:
      getDeleteErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteByDateCount

      public long getDeleteByDateCount()
      Specified by:
      getDeleteByDateCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteByDateErrorCount

      public long getDeleteByDateErrorCount()
      Specified by:
      getDeleteByDateErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordCount

      public long getGetRecordCount()
      Specified by:
      getGetRecordCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordErrorCount

      public long getGetRecordErrorCount()
      Specified by:
      getGetRecordErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordIfStoredCount

      public long getGetRecordIfStoredCount()
      Specified by:
      getGetRecordIfStoredCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordIfStoredErrorCount

      public long getGetRecordIfStoredErrorCount()
      Specified by:
      getGetRecordIfStoredErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordFromReferenceCount

      public long getGetRecordFromReferenceCount()
      Specified by:
      getGetRecordFromReferenceCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordFromReferenceErrorCount

      public long getGetRecordFromReferenceErrorCount()
      Specified by:
      getGetRecordFromReferenceErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordForIdCount

      public long getGetRecordForIdCount()
      Specified by:
      getGetRecordForIdCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordForIdErrorCount

      public long getGetRecordForIdErrorCount()
      Specified by:
      getGetRecordForIdErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetAllRecordsCount

      public long getGetAllRecordsCount()
      Specified by:
      getGetAllRecordsCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getListIdsCount

      public long getListIdsCount()
      Specified by:
      getListIdsCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getListIdsErrorCount

      public long getListIdsErrorCount()
      Specified by:
      getListIdsErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getAddMetadataRecordCount

      public long getAddMetadataRecordCount()
      Specified by:
      getAddMetadataRecordCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getAddMetadataRecordErrorCount

      public long getAddMetadataRecordErrorCount()
      Specified by:
      getAddMetadataRecordErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetMetadataRecordCount

      public long getGetMetadataRecordCount()
      Specified by:
      getGetMetadataRecordCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetMetadataRecordErrorCount

      public long getGetMetadataRecordErrorCount()
      Specified by:
      getGetMetadataRecordErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetAllMetadataRecordsCount

      public long getGetAllMetadataRecordsCount()
      Specified by:
      getGetAllMetadataRecordsCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetAllMetadataRecordsErrorCount

      public long getGetAllMetadataRecordsErrorCount()
      Specified by:
      getGetAllMetadataRecordsErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getMetadataRecordExistsCount

      public long getMetadataRecordExistsCount()
      Specified by:
      getMetadataRecordExistsCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getMetadataRecordExistsErrorCount

      public long getMetadataRecordExistsErrorCount()
      Specified by:
      getMetadataRecordExistsErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteMetadataRecordCount

      public long getDeleteMetadataRecordCount()
      Specified by:
      getDeleteMetadataRecordCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteMetadataRecordErrorCount

      public long getDeleteMetadataRecordErrorCount()
      Specified by:
      getDeleteMetadataRecordErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteAllMetadataRecordsCount

      public long getDeleteAllMetadataRecordsCount()
      Specified by:
      getDeleteAllMetadataRecordsCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteAllMetadataRecordsErrorCount

      public long getDeleteAllMetadataRecordsErrorCount()
      Specified by:
      getDeleteAllMetadataRecordsErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getInitBlobUploadCount

      public long getInitBlobUploadCount()
      Specified by:
      getInitBlobUploadCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getInitBlobUploadErrorCount

      public long getInitBlobUploadErrorCount()
      Specified by:
      getInitBlobUploadErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getCompleteBlobUploadCount

      public long getCompleteBlobUploadCount()
      Specified by:
      getCompleteBlobUploadCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getCompleteBlobUploadErrorCount

      public long getCompleteBlobUploadErrorCount()
      Specified by:
      getCompleteBlobUploadErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetBlobDownloadURICount

      public long getGetBlobDownloadURICount()
      Specified by:
      getGetBlobDownloadURICount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetBlobDownloadURIErrorCount

      public long getGetBlobDownloadURIErrorCount()
      Specified by:
      getGetBlobDownloadURIErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • blobStoreInfoAsString

      public String blobStoreInfoAsString()
      Specified by:
      blobStoreInfoAsString in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getUploadSizeHistory

      public CompositeData getUploadSizeHistory()
      Specified by:
      getUploadSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getUploadRateHistory

      public CompositeData getUploadRateHistory()
      Specified by:
      getUploadRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getUploadCountHistory

      public CompositeData getUploadCountHistory()
      Specified by:
      getUploadCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getUploadErrorCountHistory

      public CompositeData getUploadErrorCountHistory()
      Specified by:
      getUploadErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDownloadSizeHistory

      public CompositeData getDownloadSizeHistory()
      Specified by:
      getDownloadSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDownloadRateHistory

      public CompositeData getDownloadRateHistory()
      Specified by:
      getDownloadRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDownloadCountHistory

      public CompositeData getDownloadCountHistory()
      Specified by:
      getDownloadCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDownloadErrorCountHistory

      public CompositeData getDownloadErrorCountHistory()
      Specified by:
      getDownloadErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteCountHistory

      public CompositeData getDeleteCountHistory()
      Specified by:
      getDeleteCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteTimeHistory

      public CompositeData getDeleteTimeHistory()
      Specified by:
      getDeleteTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteErrorCountHistory

      public CompositeData getDeleteErrorCountHistory()
      Specified by:
      getDeleteErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteByDateCountHistory

      public CompositeData getDeleteByDateCountHistory()
      Specified by:
      getDeleteByDateCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteByDateTimeHistory

      public CompositeData getDeleteByDateTimeHistory()
      Specified by:
      getDeleteByDateTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteByDateErrorCountHistory

      public CompositeData getDeleteByDateErrorCountHistory()
      Specified by:
      getDeleteByDateErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getAddRecordCountHistory

      public CompositeData getAddRecordCountHistory()
      Specified by:
      getAddRecordCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getAddRecordErrorCountHistory

      public CompositeData getAddRecordErrorCountHistory()
      Specified by:
      getAddRecordErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getAddRecordSizeHistory

      public CompositeData getAddRecordSizeHistory()
      Specified by:
      getAddRecordSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getAddRecordRateHistory

      public CompositeData getAddRecordRateHistory()
      Specified by:
      getAddRecordRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getAddRecordErrorCount

      public long getAddRecordErrorCount()
      Specified by:
      getAddRecordErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordCountHistory

      public CompositeData getGetRecordCountHistory()
      Specified by:
      getGetRecordCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordErrorCountHistory

      public CompositeData getGetRecordErrorCountHistory()
      Specified by:
      getGetRecordErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordTimeHistory

      public CompositeData getGetRecordTimeHistory()
      Specified by:
      getGetRecordTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordSizeHistory

      public CompositeData getGetRecordSizeHistory()
      Specified by:
      getGetRecordSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordRateHistory

      public CompositeData getGetRecordRateHistory()
      Specified by:
      getGetRecordRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordIfStoredCountHistory

      public CompositeData getGetRecordIfStoredCountHistory()
      Specified by:
      getGetRecordIfStoredCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordIfStoredErrorCountHistory

      public CompositeData getGetRecordIfStoredErrorCountHistory()
      Specified by:
      getGetRecordIfStoredErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordIfStoredTimeHistory

      public CompositeData getGetRecordIfStoredTimeHistory()
      Specified by:
      getGetRecordIfStoredTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordIfStoredSizeHistory

      public CompositeData getGetRecordIfStoredSizeHistory()
      Specified by:
      getGetRecordIfStoredSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordIfStoredRateHistory

      public CompositeData getGetRecordIfStoredRateHistory()
      Specified by:
      getGetRecordIfStoredRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordFromReferenceCountHistory

      public CompositeData getGetRecordFromReferenceCountHistory()
      Specified by:
      getGetRecordFromReferenceCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordFromReferenceErrorCountHistory

      public CompositeData getGetRecordFromReferenceErrorCountHistory()
      Specified by:
      getGetRecordFromReferenceErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordFromReferenceTimeHistory

      public CompositeData getGetRecordFromReferenceTimeHistory()
      Specified by:
      getGetRecordFromReferenceTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordFromReferenceSizeHistory

      public CompositeData getGetRecordFromReferenceSizeHistory()
      Specified by:
      getGetRecordFromReferenceSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordFromReferenceRateHistory

      public CompositeData getGetRecordFromReferenceRateHistory()
      Specified by:
      getGetRecordFromReferenceRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordForIdCountHistory

      public CompositeData getGetRecordForIdCountHistory()
      Specified by:
      getGetRecordForIdCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordForIdErrorCountHistory

      public CompositeData getGetRecordForIdErrorCountHistory()
      Specified by:
      getGetRecordForIdErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordForIdTimeHistory

      public CompositeData getGetRecordForIdTimeHistory()
      Specified by:
      getGetRecordForIdTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordForIdSizeHistory

      public CompositeData getGetRecordForIdSizeHistory()
      Specified by:
      getGetRecordForIdSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetRecordForIdRateHistory

      public CompositeData getGetRecordForIdRateHistory()
      Specified by:
      getGetRecordForIdRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetAllRecordsCountHistory

      public CompositeData getGetAllRecordsCountHistory()
      Specified by:
      getGetAllRecordsCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetAllRecordsTimeHistory

      public CompositeData getGetAllRecordsTimeHistory()
      Specified by:
      getGetAllRecordsTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getListIdsCountHistory

      public CompositeData getListIdsCountHistory()
      Specified by:
      getListIdsCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getListIdsTimeHistory

      public CompositeData getListIdsTimeHistory()
      Specified by:
      getListIdsTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getListIdsErrorCountHistory

      public CompositeData getListIdsErrorCountHistory()
      Specified by:
      getListIdsErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getAddMetadataRecordCountHistory

      public CompositeData getAddMetadataRecordCountHistory()
      Specified by:
      getAddMetadataRecordCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getAddMetadataRecordTimeHistory

      public CompositeData getAddMetadataRecordTimeHistory()
      Specified by:
      getAddMetadataRecordTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getAddMetadataRecordErrorCountHistory

      public CompositeData getAddMetadataRecordErrorCountHistory()
      Specified by:
      getAddMetadataRecordErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetMetadataRecordCountHistory

      public CompositeData getGetMetadataRecordCountHistory()
      Specified by:
      getGetMetadataRecordCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetMetadataRecordTimeHistory

      public CompositeData getGetMetadataRecordTimeHistory()
      Specified by:
      getGetMetadataRecordTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetMetadataRecordErrorCountHistory

      public CompositeData getGetMetadataRecordErrorCountHistory()
      Specified by:
      getGetMetadataRecordErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetAllMetadataRecordsCountHistory

      public CompositeData getGetAllMetadataRecordsCountHistory()
      Specified by:
      getGetAllMetadataRecordsCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetAllMetadataRecordsTimeHistory

      public CompositeData getGetAllMetadataRecordsTimeHistory()
      Specified by:
      getGetAllMetadataRecordsTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetAllMetadataRecordsErrorCountHistory

      public CompositeData getGetAllMetadataRecordsErrorCountHistory()
      Specified by:
      getGetAllMetadataRecordsErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getMetadataRecordExistsCountHistory

      public CompositeData getMetadataRecordExistsCountHistory()
      Specified by:
      getMetadataRecordExistsCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getMetadataRecordExistsTimeHistory

      public CompositeData getMetadataRecordExistsTimeHistory()
      Specified by:
      getMetadataRecordExistsTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getMetadataRecordExistsErrorCountHistory

      public CompositeData getMetadataRecordExistsErrorCountHistory()
      Specified by:
      getMetadataRecordExistsErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteMetadataRecordCountHistory

      public CompositeData getDeleteMetadataRecordCountHistory()
      Specified by:
      getDeleteMetadataRecordCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteMetadataRecordTimeHistory

      public CompositeData getDeleteMetadataRecordTimeHistory()
      Specified by:
      getDeleteMetadataRecordTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteMetadataRecordErrorCountHistory

      public CompositeData getDeleteMetadataRecordErrorCountHistory()
      Specified by:
      getDeleteMetadataRecordErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteAllMetadataRecordsCountHistory

      public CompositeData getDeleteAllMetadataRecordsCountHistory()
      Specified by:
      getDeleteAllMetadataRecordsCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteAllMetadataRecordsTimeHistory

      public CompositeData getDeleteAllMetadataRecordsTimeHistory()
      Specified by:
      getDeleteAllMetadataRecordsTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getDeleteAllMetadataRecordsErrorCountHistory

      public CompositeData getDeleteAllMetadataRecordsErrorCountHistory()
      Specified by:
      getDeleteAllMetadataRecordsErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getInitBlobUploadCountHistory

      public CompositeData getInitBlobUploadCountHistory()
      Specified by:
      getInitBlobUploadCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getInitBlobUploadTimeHistory

      public CompositeData getInitBlobUploadTimeHistory()
      Specified by:
      getInitBlobUploadTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getInitBlobUploadErrorCountHistory

      public CompositeData getInitBlobUploadErrorCountHistory()
      Specified by:
      getInitBlobUploadErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getCompleteBlobUploadCountHistory

      public CompositeData getCompleteBlobUploadCountHistory()
      Specified by:
      getCompleteBlobUploadCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getCompleteBlobUploadTimeHistory

      public CompositeData getCompleteBlobUploadTimeHistory()
      Specified by:
      getCompleteBlobUploadTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getCompleteBlobUploadErrorCountHistory

      public CompositeData getCompleteBlobUploadErrorCountHistory()
      Specified by:
      getCompleteBlobUploadErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetBlobDownloadURICountHistory

      public CompositeData getGetBlobDownloadURICountHistory()
      Specified by:
      getGetBlobDownloadURICountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetBlobDownloadURITimeHistory

      public CompositeData getGetBlobDownloadURITimeHistory()
      Specified by:
      getGetBlobDownloadURITimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
    • getGetBlobDownloadURIErrorCountHistory

      public CompositeData getGetBlobDownloadURIErrorCountHistory()
      Specified by:
      getGetBlobDownloadURIErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean