public class BlobStoreStats extends org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean implements org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean, ExtendedBlobStatsCollector
TYPENOOP| Constructor and Description |
|---|
BlobStoreStats(@NotNull org.apache.jackrabbit.oak.stats.StatisticsProvider sp) |
getDescription, getDescription, getDescription, getDescription, getImpact, getParameterNamecacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementationpublic BlobStoreStats(@NotNull
@NotNull org.apache.jackrabbit.oak.stats.StatisticsProvider sp)
public void uploaded(long timeTaken,
TimeUnit unit,
long size)
uploaded in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void uploadCompleted(String blobId)
uploadCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void uploadFailed()
uploadFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void downloaded(String blobId, long timeTaken, TimeUnit unit, long size)
downloaded in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void downloadCompleted(String blobId)
downloadCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void downloadFailed(String blobId)
downloadFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void deleted(String blobId, long timeTaken, TimeUnit unit)
deleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void deleteCompleted(String blobId)
deleteCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void deleteFailed()
deleteFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void deletedAllOlderThan(long timeTaken,
TimeUnit unit,
long min)
deletedAllOlderThan in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void deleteAllOlderThanCompleted(int deleteCount)
deleteAllOlderThanCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void deleteAllOlderThanFailed(long min)
deleteAllOlderThanFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void recordAdded(long timeTaken,
TimeUnit unit,
long size)
recordAdded in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void addRecordCompleted(String blobId)
addRecordCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void addRecordFailed()
addRecordFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void getRecordCalled(long timeTaken,
TimeUnit unit,
long size)
getRecordCalled in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void getRecordCompleted(String blobId)
getRecordCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void getRecordFailed(String blobId)
getRecordFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void getRecordIfStoredCalled(long timeTaken,
TimeUnit unit,
long size)
getRecordIfStoredCalled in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void getRecordIfStoredCompleted(String blobId)
getRecordIfStoredCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void getRecordIfStoredFailed(String blobId)
getRecordIfStoredFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void getRecordFromReferenceCalled(long timeTaken,
TimeUnit unit,
long size)
getRecordFromReferenceCalled in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void getRecordFromReferenceCompleted(String reference)
getRecordFromReferenceCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void getRecordFromReferenceFailed(String reference)
getRecordFromReferenceFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void getRecordForIdCalled(long timeTaken,
TimeUnit unit,
long size)
ExtendedBlobStatsCollectorDataRecord is retrieved via
a call to SharedDataStore.getRecordForId(DataIdentifier).getRecordForIdCalled in interface ExtendedBlobStatsCollectortimeTaken - time taken to perform the operationunit - unit of time takensize - size of the binarypublic void getRecordForIdCompleted(String blobId)
ExtendedBlobStatsCollectorSharedDataStore.getRecordForId(DataIdentifier) is completedgetRecordForIdCompleted in interface ExtendedBlobStatsCollectorblobId - id of the record retrievedpublic void getRecordForIdFailed(String blobId)
ExtendedBlobStatsCollectorSharedDataStore.getRecordForId(DataIdentifier) failsgetRecordForIdFailed in interface ExtendedBlobStatsCollectorblobId - id of the recordpublic void getAllRecordsCalled(long timeTaken,
TimeUnit unit)
ExtendedBlobStatsCollectorSharedDataStore.getAllRecords() is madegetAllRecordsCalled in interface ExtendedBlobStatsCollectortimeTaken - time taken to perform the operationunit - unit of time takenpublic void getAllRecordsCompleted()
ExtendedBlobStatsCollectorSharedDataStore.getAllRecords() is completedgetAllRecordsCompleted in interface ExtendedBlobStatsCollectorpublic void getAllIdentifiersCalled(long timeTaken,
TimeUnit unit)
getAllIdentifiersCalled in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void getAllIdentifiersCompleted()
getAllIdentifiersCompleted in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void getAllIdentifiersFailed()
getAllIdentifiersFailed in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollectorpublic void metadataRecordAdded(long timeTaken,
TimeUnit unit)
ExtendedBlobStatsCollectorSharedDataStore.addMetadataRecord(File, String) is mademetadataRecordAdded in interface ExtendedBlobStatsCollectortimeTaken - time taken to perform the operationunit - unit of time takenpublic void addMetadataRecordCompleted(String name)
ExtendedBlobStatsCollectorSharedDataStore.addMetadataRecord(File, String) is completedaddMetadataRecordCompleted in interface ExtendedBlobStatsCollectorname - name of the metadata record addedpublic void addMetadataRecordFailed(String name)
ExtendedBlobStatsCollectorSharedDataStore.addMetadataRecord(File, String) failsaddMetadataRecordFailed in interface ExtendedBlobStatsCollectorname - name of the metadata recordpublic void getMetadataRecordCalled(long timeTaken,
TimeUnit unit)
ExtendedBlobStatsCollectorSharedDataStore.getMetadataRecord(String) is madegetMetadataRecordCalled in interface ExtendedBlobStatsCollectortimeTaken - time taken to perform the operationunit - unit of time takenpublic void getMetadataRecordCompleted(String name)
ExtendedBlobStatsCollectorSharedDataStore.getMetadataRecord(String) is completedgetMetadataRecordCompleted in interface ExtendedBlobStatsCollectorname - name of the metadata record retrievedpublic void getMetadataRecordFailed(String name)
ExtendedBlobStatsCollectorSharedDataStore.getMetadataRecord(String) failsgetMetadataRecordFailed in interface ExtendedBlobStatsCollectorname - name of the metadata recordpublic void getAllMetadataRecordsCalled(long timeTaken,
TimeUnit unit)
ExtendedBlobStatsCollectorSharedDataStore.getAllMetadataRecords(String) is madegetAllMetadataRecordsCalled in interface ExtendedBlobStatsCollectortimeTaken - time taken to perform the operationunit - unit of time takenpublic void getAllMetadataRecordsCompleted(String prefix)
ExtendedBlobStatsCollectorSharedDataStore.getAllMetadataRecords(String) is completedgetAllMetadataRecordsCompleted in interface ExtendedBlobStatsCollectorprefix - prefix of the metadata records retrievedpublic void getAllMetadataRecordsFailed(String prefix)
ExtendedBlobStatsCollectorSharedDataStore.getAllMetadataRecords(String) failsgetAllMetadataRecordsFailed in interface ExtendedBlobStatsCollectorprefix - prefix of the metadata recordspublic void metadataRecordExistsCalled(long timeTaken,
TimeUnit unit)
ExtendedBlobStatsCollectorSharedDataStore.metadataRecordExists(String) is mademetadataRecordExistsCalled in interface ExtendedBlobStatsCollectortimeTaken - time taken to perform the operationunit - unit of time takenpublic void metadataRecordExistsCompleted(String name)
ExtendedBlobStatsCollectorSharedDataStore.metadataRecordExists(String) is completedmetadataRecordExistsCompleted in interface ExtendedBlobStatsCollectorname - name of the metadata record checkedpublic void metadataRecordExistsFailed(String name)
ExtendedBlobStatsCollectorSharedDataStore.metadataRecordExists(String) failsmetadataRecordExistsFailed in interface ExtendedBlobStatsCollectorname - name of the metadata recordpublic void metadataRecordDeleted(long timeTaken,
TimeUnit unit)
ExtendedBlobStatsCollectorSharedDataStore.deleteMetadataRecord(String) is mademetadataRecordDeleted in interface ExtendedBlobStatsCollectortimeTaken - time taken to perform the operationunit - unit of time takenpublic void deleteMetadataRecordCompleted(String name)
ExtendedBlobStatsCollectorSharedDataStore.deleteMetadataRecord(String) is completeddeleteMetadataRecordCompleted in interface ExtendedBlobStatsCollectorname - name of the metadata record deletedpublic void deleteMetadataRecordFailed(String name)
ExtendedBlobStatsCollectorSharedDataStore.deleteMetadataRecord(String) failsdeleteMetadataRecordFailed in interface ExtendedBlobStatsCollectorname - name of the metadata recordpublic void allMetadataRecordsDeleted(long timeTaken,
TimeUnit unit)
ExtendedBlobStatsCollectorSharedDataStore.deleteAllMetadataRecords(String) is madeallMetadataRecordsDeleted in interface ExtendedBlobStatsCollectortimeTaken - time taken to perform the operationunit - unit of time takenpublic void deleteAllMetadataRecordsCompleted(String prefix)
ExtendedBlobStatsCollectorSharedDataStore.deleteAllMetadataRecords(String) is madedeleteAllMetadataRecordsCompleted in interface ExtendedBlobStatsCollectorprefix - prefix of the metadata records deletedpublic void deleteAllMetadataRecordsFailed(String prefix)
ExtendedBlobStatsCollectorSharedDataStore.deleteAllMetadataRecords(String) is madedeleteAllMetadataRecordsFailed in interface ExtendedBlobStatsCollectorprefix - prefix of the metadata recordspublic void initiateBlobUpload(long timeTaken,
TimeUnit unit,
long maxSize,
int maxUris)
ExtendedBlobStatsCollectorBlobAccessProvider.initiateBlobUpload(long, int)
is madeinitiateBlobUpload in interface ExtendedBlobStatsCollectortimeTaken - time taken to perform the operationunit - unit of time takenmaxSize - size of binary to be uploadedmaxUris - max number of uris requestedpublic void initiateBlobUploadCompleted()
ExtendedBlobStatsCollectorBlobAccessProvider.initiateBlobUpload(long, int)
is completedinitiateBlobUploadCompleted in interface ExtendedBlobStatsCollectorpublic void initiateBlobUploadFailed()
ExtendedBlobStatsCollectorBlobAccessProvider.initiateBlobUpload(long, int)
failsinitiateBlobUploadFailed in interface ExtendedBlobStatsCollectorpublic void completeBlobUpload(long timeTaken,
TimeUnit unit)
ExtendedBlobStatsCollectorBlobAccessProvider.completeBlobUpload(String) is
madecompleteBlobUpload in interface ExtendedBlobStatsCollectortimeTaken - time taken to perform the operationunit - unit of time takenpublic void completeBlobUploadCompleted(String id)
ExtendedBlobStatsCollectorBlobAccessProvider.completeBlobUpload(String) is
completedcompleteBlobUploadCompleted in interface ExtendedBlobStatsCollectorid - identifier of uploaded blobpublic void completeBlobUploadFailed()
ExtendedBlobStatsCollectorBlobAccessProvider.completeBlobUpload(String) failscompleteBlobUploadFailed in interface ExtendedBlobStatsCollectorpublic void getDownloadURICalled(long timeTaken,
TimeUnit unit,
String id)
ExtendedBlobStatsCollectorBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is madegetDownloadURICalled in interface ExtendedBlobStatsCollectortimeTaken - time taken to perform the operationunit - unit of time takenid - identifier of blob to be downloadedpublic void getDownloadURICompleted(String uri)
ExtendedBlobStatsCollectorBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is completedgetDownloadURICompleted in interface ExtendedBlobStatsCollectoruri - the uri generated for downloadingpublic void getDownloadURIFailed()
ExtendedBlobStatsCollectorBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
failsgetDownloadURIFailed in interface ExtendedBlobStatsCollectorpublic long getUploadTotalSize()
getUploadTotalSize in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getUploadCount()
getUploadCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getUploadTotalSeconds()
getUploadTotalSeconds in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getUploadErrorCount()
getUploadErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getDownloadTotalSize()
getDownloadTotalSize in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getDownloadCount()
getDownloadCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getDownloadTotalSeconds()
getDownloadTotalSeconds in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getDownloadErrorCount()
getDownloadErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getAddRecordTotalSize()
getAddRecordTotalSize in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getAddRecordCount()
getAddRecordCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getDeleteCount()
getDeleteCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getDeleteErrorCount()
getDeleteErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getDeleteByDateCount()
getDeleteByDateCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getDeleteByDateErrorCount()
getDeleteByDateErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetRecordCount()
getGetRecordCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetRecordErrorCount()
getGetRecordErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetRecordIfStoredCount()
getGetRecordIfStoredCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetRecordIfStoredErrorCount()
getGetRecordIfStoredErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetRecordFromReferenceCount()
getGetRecordFromReferenceCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetRecordFromReferenceErrorCount()
getGetRecordFromReferenceErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetRecordForIdCount()
getGetRecordForIdCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetRecordForIdErrorCount()
getGetRecordForIdErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetAllRecordsCount()
getGetAllRecordsCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getListIdsCount()
getListIdsCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getListIdsErrorCount()
getListIdsErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getAddMetadataRecordCount()
getAddMetadataRecordCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getAddMetadataRecordErrorCount()
getAddMetadataRecordErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetMetadataRecordCount()
getGetMetadataRecordCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetMetadataRecordErrorCount()
getGetMetadataRecordErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetAllMetadataRecordsCount()
getGetAllMetadataRecordsCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetAllMetadataRecordsErrorCount()
getGetAllMetadataRecordsErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getMetadataRecordExistsCount()
getMetadataRecordExistsCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getMetadataRecordExistsErrorCount()
getMetadataRecordExistsErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getDeleteMetadataRecordCount()
getDeleteMetadataRecordCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getDeleteMetadataRecordErrorCount()
getDeleteMetadataRecordErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getDeleteAllMetadataRecordsCount()
getDeleteAllMetadataRecordsCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getDeleteAllMetadataRecordsErrorCount()
getDeleteAllMetadataRecordsErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getInitBlobUploadCount()
getInitBlobUploadCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getInitBlobUploadErrorCount()
getInitBlobUploadErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getCompleteBlobUploadCount()
getCompleteBlobUploadCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getCompleteBlobUploadErrorCount()
getCompleteBlobUploadErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetBlobDownloadURICount()
getGetBlobDownloadURICount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getGetBlobDownloadURIErrorCount()
getGetBlobDownloadURIErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic String blobStoreInfoAsString()
blobStoreInfoAsString in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getUploadSizeHistory()
getUploadSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getUploadRateHistory()
getUploadRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getUploadCountHistory()
getUploadCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getUploadErrorCountHistory()
getUploadErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDownloadSizeHistory()
getDownloadSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDownloadRateHistory()
getDownloadRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDownloadCountHistory()
getDownloadCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDownloadErrorCountHistory()
getDownloadErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDeleteCountHistory()
getDeleteCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDeleteTimeHistory()
getDeleteTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDeleteErrorCountHistory()
getDeleteErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDeleteByDateCountHistory()
getDeleteByDateCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDeleteByDateTimeHistory()
getDeleteByDateTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDeleteByDateErrorCountHistory()
getDeleteByDateErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getAddRecordCountHistory()
getAddRecordCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getAddRecordErrorCountHistory()
getAddRecordErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getAddRecordSizeHistory()
getAddRecordSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getAddRecordRateHistory()
getAddRecordRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic long getAddRecordErrorCount()
getAddRecordErrorCount in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordCountHistory()
getGetRecordCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordErrorCountHistory()
getGetRecordErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordTimeHistory()
getGetRecordTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordSizeHistory()
getGetRecordSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordRateHistory()
getGetRecordRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordIfStoredCountHistory()
getGetRecordIfStoredCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordIfStoredErrorCountHistory()
getGetRecordIfStoredErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordIfStoredTimeHistory()
getGetRecordIfStoredTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordIfStoredSizeHistory()
getGetRecordIfStoredSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordIfStoredRateHistory()
getGetRecordIfStoredRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordFromReferenceCountHistory()
getGetRecordFromReferenceCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordFromReferenceErrorCountHistory()
getGetRecordFromReferenceErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordFromReferenceTimeHistory()
getGetRecordFromReferenceTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordFromReferenceSizeHistory()
getGetRecordFromReferenceSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordFromReferenceRateHistory()
getGetRecordFromReferenceRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordForIdCountHistory()
getGetRecordForIdCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordForIdErrorCountHistory()
getGetRecordForIdErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordForIdTimeHistory()
getGetRecordForIdTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordForIdSizeHistory()
getGetRecordForIdSizeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetRecordForIdRateHistory()
getGetRecordForIdRateHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetAllRecordsCountHistory()
getGetAllRecordsCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetAllRecordsTimeHistory()
getGetAllRecordsTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getListIdsCountHistory()
getListIdsCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getListIdsTimeHistory()
getListIdsTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getListIdsErrorCountHistory()
getListIdsErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getAddMetadataRecordCountHistory()
getAddMetadataRecordCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getAddMetadataRecordTimeHistory()
getAddMetadataRecordTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getAddMetadataRecordErrorCountHistory()
getAddMetadataRecordErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetMetadataRecordCountHistory()
getGetMetadataRecordCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetMetadataRecordTimeHistory()
getGetMetadataRecordTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetMetadataRecordErrorCountHistory()
getGetMetadataRecordErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetAllMetadataRecordsCountHistory()
getGetAllMetadataRecordsCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetAllMetadataRecordsTimeHistory()
getGetAllMetadataRecordsTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetAllMetadataRecordsErrorCountHistory()
getGetAllMetadataRecordsErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getMetadataRecordExistsCountHistory()
getMetadataRecordExistsCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getMetadataRecordExistsTimeHistory()
getMetadataRecordExistsTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getMetadataRecordExistsErrorCountHistory()
getMetadataRecordExistsErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDeleteMetadataRecordCountHistory()
getDeleteMetadataRecordCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDeleteMetadataRecordTimeHistory()
getDeleteMetadataRecordTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDeleteMetadataRecordErrorCountHistory()
getDeleteMetadataRecordErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDeleteAllMetadataRecordsCountHistory()
getDeleteAllMetadataRecordsCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDeleteAllMetadataRecordsTimeHistory()
getDeleteAllMetadataRecordsTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getDeleteAllMetadataRecordsErrorCountHistory()
getDeleteAllMetadataRecordsErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getInitBlobUploadCountHistory()
getInitBlobUploadCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getInitBlobUploadTimeHistory()
getInitBlobUploadTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getInitBlobUploadErrorCountHistory()
getInitBlobUploadErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getCompleteBlobUploadCountHistory()
getCompleteBlobUploadCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getCompleteBlobUploadTimeHistory()
getCompleteBlobUploadTimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getCompleteBlobUploadErrorCountHistory()
getCompleteBlobUploadErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetBlobDownloadURICountHistory()
getGetBlobDownloadURICountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetBlobDownloadURITimeHistory()
getGetBlobDownloadURITimeHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanpublic CompositeData getGetBlobDownloadURIErrorCountHistory()
getGetBlobDownloadURIErrorCountHistory in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBeanCopyright © 2012–2020 The Apache Software Foundation. All rights reserved.