Class BlobStoreStats

  • All Implemented Interfaces:
    javax.management.DynamicMBean, javax.management.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 Detail

      • BlobStoreStats

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

      • uploaded

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

        public void uploadCompleted​(java.lang.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​(java.lang.String blobId,
                               long timeTaken,
                               java.util.concurrent.TimeUnit unit,
                               long size)
        Specified by:
        downloaded in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
      • downloadCompleted

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

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

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

        public void deleteCompleted​(java.lang.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,
                                        java.util.concurrent.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,
                                java.util.concurrent.TimeUnit unit,
                                long size)
        Specified by:
        recordAdded in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
      • addRecordCompleted

        public void addRecordCompleted​(java.lang.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,
                                    java.util.concurrent.TimeUnit unit,
                                    long size)
        Specified by:
        getRecordCalled in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
      • getRecordCompleted

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

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

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

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

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

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

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

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

        public void getAllIdentifiersCalled​(long timeTaken,
                                            java.util.concurrent.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
      • initiateBlobUpload

        public void initiateBlobUpload​(long timeTaken,
                                       java.util.concurrent.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
      • completeBlobUpload

        public void completeBlobUpload​(long timeTaken,
                                       java.util.concurrent.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
      • getDownloadURICalled

        public void getDownloadURICalled​(long timeTaken,
                                         java.util.concurrent.TimeUnit unit,
                                         java.lang.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​(java.lang.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
      • 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 java.lang.String blobStoreInfoAsString()
        Specified by:
        blobStoreInfoAsString in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
      • getUploadSizeHistory

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public javax.management.openmbean.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 javax.management.openmbean.CompositeData getGetRecordCountHistory()
        Specified by:
        getGetRecordCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
      • getGetRecordErrorCountHistory

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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