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
-
-
Field Summary
-
Fields inherited from interface org.apache.jackrabbit.oak.plugins.blob.ExtendedBlobStatsCollector
NOOP
-
-
Constructor Summary
Constructors Constructor Description BlobStoreStats(@NotNull org.apache.jackrabbit.oak.stats.StatisticsProvider sp)
-
Method Summary
-
Methods inherited from class org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
getDescription, getDescription, getDescription, getDescription, getImpact, getParameterName
-
Methods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
-
-
-
-
Method Detail
-
uploaded
public void uploaded(long timeTaken, TimeUnit unit, long size)
- Specified by:
uploaded
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
uploadCompleted
public void uploadCompleted(String blobId)
- Specified by:
uploadCompleted
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
uploadFailed
public void uploadFailed()
- Specified by:
uploadFailed
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
downloaded
public void downloaded(String blobId, long timeTaken, TimeUnit unit, long size)
- Specified by:
downloaded
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
downloadCompleted
public void downloadCompleted(String blobId)
- Specified by:
downloadCompleted
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
downloadFailed
public void downloadFailed(String blobId)
- Specified by:
downloadFailed
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
deleted
public void deleted(String blobId, long timeTaken, TimeUnit unit)
- Specified by:
deleted
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
deleteCompleted
public void deleteCompleted(String blobId)
- Specified by:
deleteCompleted
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
deleteFailed
public void deleteFailed()
- Specified by:
deleteFailed
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
deletedAllOlderThan
public void deletedAllOlderThan(long timeTaken, TimeUnit unit, long min)
- Specified by:
deletedAllOlderThan
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
deleteAllOlderThanCompleted
public void deleteAllOlderThanCompleted(int deleteCount)
- Specified by:
deleteAllOlderThanCompleted
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
deleteAllOlderThanFailed
public void deleteAllOlderThanFailed(long min)
- Specified by:
deleteAllOlderThanFailed
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
recordAdded
public void recordAdded(long timeTaken, TimeUnit unit, long size)
- Specified by:
recordAdded
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
addRecordCompleted
public void addRecordCompleted(String blobId)
- Specified by:
addRecordCompleted
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
addRecordFailed
public void addRecordFailed()
- Specified by:
addRecordFailed
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordCalled
public void getRecordCalled(long timeTaken, TimeUnit unit, long size)
- Specified by:
getRecordCalled
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordCompleted
public void getRecordCompleted(String blobId)
- Specified by:
getRecordCompleted
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordFailed
public void getRecordFailed(String blobId)
- Specified by:
getRecordFailed
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordIfStoredCalled
public void getRecordIfStoredCalled(long timeTaken, TimeUnit unit, long size)
- Specified by:
getRecordIfStoredCalled
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordIfStoredCompleted
public void getRecordIfStoredCompleted(String blobId)
- Specified by:
getRecordIfStoredCompleted
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordIfStoredFailed
public void getRecordIfStoredFailed(String blobId)
- Specified by:
getRecordIfStoredFailed
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordFromReferenceCalled
public void getRecordFromReferenceCalled(long timeTaken, TimeUnit unit, long size)
- Specified by:
getRecordFromReferenceCalled
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordFromReferenceCompleted
public void getRecordFromReferenceCompleted(String reference)
- Specified by:
getRecordFromReferenceCompleted
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordFromReferenceFailed
public void getRecordFromReferenceFailed(String reference)
- Specified by:
getRecordFromReferenceFailed
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordForIdCalled
public void getRecordForIdCalled(long timeTaken, TimeUnit unit, long size)
Description copied from interface:ExtendedBlobStatsCollector
Called when aDataRecord
is retrieved via a call toSharedDataStore.getRecordForId(DataIdentifier)
.- Specified by:
getRecordForIdCalled
in interfaceExtendedBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time takensize
- size of the binary
-
getRecordForIdCompleted
public void getRecordForIdCompleted(String blobId)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.getRecordForId(DataIdentifier)
is completed- Specified by:
getRecordForIdCompleted
in interfaceExtendedBlobStatsCollector
- Parameters:
blobId
- id of the record retrieved
-
getRecordForIdFailed
public void getRecordForIdFailed(String blobId)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.getRecordForId(DataIdentifier)
fails- Specified by:
getRecordForIdFailed
in interfaceExtendedBlobStatsCollector
- Parameters:
blobId
- id of the record
-
getAllRecordsCalled
public void getAllRecordsCalled(long timeTaken, TimeUnit unit)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.getAllRecords()
is made- Specified by:
getAllRecordsCalled
in interfaceExtendedBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
getAllRecordsCompleted
public void getAllRecordsCompleted()
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.getAllRecords()
is completed- Specified by:
getAllRecordsCompleted
in interfaceExtendedBlobStatsCollector
-
getAllIdentifiersCalled
public void getAllIdentifiersCalled(long timeTaken, TimeUnit unit)
- Specified by:
getAllIdentifiersCalled
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getAllIdentifiersCompleted
public void getAllIdentifiersCompleted()
- Specified by:
getAllIdentifiersCompleted
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getAllIdentifiersFailed
public void getAllIdentifiersFailed()
- Specified by:
getAllIdentifiersFailed
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
metadataRecordAdded
public void metadataRecordAdded(long timeTaken, TimeUnit unit)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.addMetadataRecord(File, String)
is made- Specified by:
metadataRecordAdded
in interfaceExtendedBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
addMetadataRecordCompleted
public void addMetadataRecordCompleted(String name)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.addMetadataRecord(File, String)
is completed- Specified by:
addMetadataRecordCompleted
in interfaceExtendedBlobStatsCollector
- Parameters:
name
- name of the metadata record added
-
addMetadataRecordFailed
public void addMetadataRecordFailed(String name)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.addMetadataRecord(File, String)
fails- Specified by:
addMetadataRecordFailed
in interfaceExtendedBlobStatsCollector
- Parameters:
name
- name of the metadata record
-
getMetadataRecordCalled
public void getMetadataRecordCalled(long timeTaken, TimeUnit unit)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.getMetadataRecord(String)
is made- Specified by:
getMetadataRecordCalled
in interfaceExtendedBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
getMetadataRecordCompleted
public void getMetadataRecordCompleted(String name)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.getMetadataRecord(String)
is completed- Specified by:
getMetadataRecordCompleted
in interfaceExtendedBlobStatsCollector
- Parameters:
name
- name of the metadata record retrieved
-
getMetadataRecordFailed
public void getMetadataRecordFailed(String name)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.getMetadataRecord(String)
fails- Specified by:
getMetadataRecordFailed
in interfaceExtendedBlobStatsCollector
- Parameters:
name
- name of the metadata record
-
getAllMetadataRecordsCalled
public void getAllMetadataRecordsCalled(long timeTaken, TimeUnit unit)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.getAllMetadataRecords(String)
is made- Specified by:
getAllMetadataRecordsCalled
in interfaceExtendedBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
getAllMetadataRecordsCompleted
public void getAllMetadataRecordsCompleted(String prefix)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.getAllMetadataRecords(String)
is completed- Specified by:
getAllMetadataRecordsCompleted
in interfaceExtendedBlobStatsCollector
- Parameters:
prefix
- prefix of the metadata records retrieved
-
getAllMetadataRecordsFailed
public void getAllMetadataRecordsFailed(String prefix)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.getAllMetadataRecords(String)
fails- Specified by:
getAllMetadataRecordsFailed
in interfaceExtendedBlobStatsCollector
- Parameters:
prefix
- prefix of the metadata records
-
metadataRecordExistsCalled
public void metadataRecordExistsCalled(long timeTaken, TimeUnit unit)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.metadataRecordExists(String)
is made- Specified by:
metadataRecordExistsCalled
in interfaceExtendedBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
metadataRecordExistsCompleted
public void metadataRecordExistsCompleted(String name)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.metadataRecordExists(String)
is completed- Specified by:
metadataRecordExistsCompleted
in interfaceExtendedBlobStatsCollector
- Parameters:
name
- name of the metadata record checked
-
metadataRecordExistsFailed
public void metadataRecordExistsFailed(String name)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.metadataRecordExists(String)
fails- Specified by:
metadataRecordExistsFailed
in interfaceExtendedBlobStatsCollector
- Parameters:
name
- name of the metadata record
-
metadataRecordDeleted
public void metadataRecordDeleted(long timeTaken, TimeUnit unit)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.deleteMetadataRecord(String)
is made- Specified by:
metadataRecordDeleted
in interfaceExtendedBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
deleteMetadataRecordCompleted
public void deleteMetadataRecordCompleted(String name)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.deleteMetadataRecord(String)
is completed- Specified by:
deleteMetadataRecordCompleted
in interfaceExtendedBlobStatsCollector
- Parameters:
name
- name of the metadata record deleted
-
deleteMetadataRecordFailed
public void deleteMetadataRecordFailed(String name)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.deleteMetadataRecord(String)
fails- Specified by:
deleteMetadataRecordFailed
in interfaceExtendedBlobStatsCollector
- Parameters:
name
- name of the metadata record
-
allMetadataRecordsDeleted
public void allMetadataRecordsDeleted(long timeTaken, TimeUnit unit)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.deleteAllMetadataRecords(String)
is made- Specified by:
allMetadataRecordsDeleted
in interfaceExtendedBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
deleteAllMetadataRecordsCompleted
public void deleteAllMetadataRecordsCompleted(String prefix)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.deleteAllMetadataRecords(String)
is made- Specified by:
deleteAllMetadataRecordsCompleted
in interfaceExtendedBlobStatsCollector
- Parameters:
prefix
- prefix of the metadata records deleted
-
deleteAllMetadataRecordsFailed
public void deleteAllMetadataRecordsFailed(String prefix)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toSharedDataStore.deleteAllMetadataRecords(String)
is made- Specified by:
deleteAllMetadataRecordsFailed
in interfaceExtendedBlobStatsCollector
- 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 toBlobAccessProvider.initiateBlobUpload(long, int)
is made- Specified by:
initiateBlobUpload
in interfaceExtendedBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time takenmaxSize
- size of binary to be uploadedmaxUris
- max number of uris requested
-
initiateBlobUploadCompleted
public void initiateBlobUploadCompleted()
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)
is completed- Specified by:
initiateBlobUploadCompleted
in interfaceExtendedBlobStatsCollector
-
initiateBlobUploadFailed
public void initiateBlobUploadFailed()
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)
fails- Specified by:
initiateBlobUploadFailed
in interfaceExtendedBlobStatsCollector
-
completeBlobUpload
public void completeBlobUpload(long timeTaken, TimeUnit unit)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toBlobAccessProvider.completeBlobUpload(String)
is made- Specified by:
completeBlobUpload
in interfaceExtendedBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
completeBlobUploadCompleted
public void completeBlobUploadCompleted(String id)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toBlobAccessProvider.completeBlobUpload(String)
is completed- Specified by:
completeBlobUploadCompleted
in interfaceExtendedBlobStatsCollector
- Parameters:
id
- identifier of uploaded blob
-
completeBlobUploadFailed
public void completeBlobUploadFailed()
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toBlobAccessProvider.completeBlobUpload(String)
fails- Specified by:
completeBlobUploadFailed
in interfaceExtendedBlobStatsCollector
-
getDownloadURICalled
public void getDownloadURICalled(long timeTaken, TimeUnit unit, String id)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is made- Specified by:
getDownloadURICalled
in interfaceExtendedBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time takenid
- identifier of blob to be downloaded
-
getDownloadURICompleted
public void getDownloadURICompleted(String uri)
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is completed- Specified by:
getDownloadURICompleted
in interfaceExtendedBlobStatsCollector
- Parameters:
uri
- the uri generated for downloading
-
getDownloadURIFailed
public void getDownloadURIFailed()
Description copied from interface:ExtendedBlobStatsCollector
Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
fails- Specified by:
getDownloadURIFailed
in interfaceExtendedBlobStatsCollector
-
getUploadTotalSize
public long getUploadTotalSize()
- Specified by:
getUploadTotalSize
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadCount
public long getUploadCount()
- Specified by:
getUploadCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadTotalSeconds
public long getUploadTotalSeconds()
- Specified by:
getUploadTotalSeconds
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadErrorCount
public long getUploadErrorCount()
- Specified by:
getUploadErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadTotalSize
public long getDownloadTotalSize()
- Specified by:
getDownloadTotalSize
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadCount
public long getDownloadCount()
- Specified by:
getDownloadCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadTotalSeconds
public long getDownloadTotalSeconds()
- Specified by:
getDownloadTotalSeconds
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadErrorCount
public long getDownloadErrorCount()
- Specified by:
getDownloadErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordTotalSize
public long getAddRecordTotalSize()
- Specified by:
getAddRecordTotalSize
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordCount
public long getAddRecordCount()
- Specified by:
getAddRecordCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteCount
public long getDeleteCount()
- Specified by:
getDeleteCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteErrorCount
public long getDeleteErrorCount()
- Specified by:
getDeleteErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteByDateCount
public long getDeleteByDateCount()
- Specified by:
getDeleteByDateCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteByDateErrorCount
public long getDeleteByDateErrorCount()
- Specified by:
getDeleteByDateErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordCount
public long getGetRecordCount()
- Specified by:
getGetRecordCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordErrorCount
public long getGetRecordErrorCount()
- Specified by:
getGetRecordErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredCount
public long getGetRecordIfStoredCount()
- Specified by:
getGetRecordIfStoredCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredErrorCount
public long getGetRecordIfStoredErrorCount()
- Specified by:
getGetRecordIfStoredErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceCount
public long getGetRecordFromReferenceCount()
- Specified by:
getGetRecordFromReferenceCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceErrorCount
public long getGetRecordFromReferenceErrorCount()
- Specified by:
getGetRecordFromReferenceErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdCount
public long getGetRecordForIdCount()
- Specified by:
getGetRecordForIdCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdErrorCount
public long getGetRecordForIdErrorCount()
- Specified by:
getGetRecordForIdErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllRecordsCount
public long getGetAllRecordsCount()
- Specified by:
getGetAllRecordsCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getListIdsCount
public long getListIdsCount()
- Specified by:
getListIdsCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getListIdsErrorCount
public long getListIdsErrorCount()
- Specified by:
getListIdsErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddMetadataRecordCount
public long getAddMetadataRecordCount()
- Specified by:
getAddMetadataRecordCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddMetadataRecordErrorCount
public long getAddMetadataRecordErrorCount()
- Specified by:
getAddMetadataRecordErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetMetadataRecordCount
public long getGetMetadataRecordCount()
- Specified by:
getGetMetadataRecordCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetMetadataRecordErrorCount
public long getGetMetadataRecordErrorCount()
- Specified by:
getGetMetadataRecordErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllMetadataRecordsCount
public long getGetAllMetadataRecordsCount()
- Specified by:
getGetAllMetadataRecordsCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllMetadataRecordsErrorCount
public long getGetAllMetadataRecordsErrorCount()
- Specified by:
getGetAllMetadataRecordsErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getMetadataRecordExistsCount
public long getMetadataRecordExistsCount()
- Specified by:
getMetadataRecordExistsCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getMetadataRecordExistsErrorCount
public long getMetadataRecordExistsErrorCount()
- Specified by:
getMetadataRecordExistsErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteMetadataRecordCount
public long getDeleteMetadataRecordCount()
- Specified by:
getDeleteMetadataRecordCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteMetadataRecordErrorCount
public long getDeleteMetadataRecordErrorCount()
- Specified by:
getDeleteMetadataRecordErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteAllMetadataRecordsCount
public long getDeleteAllMetadataRecordsCount()
- Specified by:
getDeleteAllMetadataRecordsCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteAllMetadataRecordsErrorCount
public long getDeleteAllMetadataRecordsErrorCount()
- Specified by:
getDeleteAllMetadataRecordsErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getInitBlobUploadCount
public long getInitBlobUploadCount()
- Specified by:
getInitBlobUploadCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getInitBlobUploadErrorCount
public long getInitBlobUploadErrorCount()
- Specified by:
getInitBlobUploadErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getCompleteBlobUploadCount
public long getCompleteBlobUploadCount()
- Specified by:
getCompleteBlobUploadCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getCompleteBlobUploadErrorCount
public long getCompleteBlobUploadErrorCount()
- Specified by:
getCompleteBlobUploadErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetBlobDownloadURICount
public long getGetBlobDownloadURICount()
- Specified by:
getGetBlobDownloadURICount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetBlobDownloadURIErrorCount
public long getGetBlobDownloadURIErrorCount()
- Specified by:
getGetBlobDownloadURIErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
blobStoreInfoAsString
public String blobStoreInfoAsString()
- Specified by:
blobStoreInfoAsString
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadSizeHistory
public CompositeData getUploadSizeHistory()
- Specified by:
getUploadSizeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadRateHistory
public CompositeData getUploadRateHistory()
- Specified by:
getUploadRateHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadCountHistory
public CompositeData getUploadCountHistory()
- Specified by:
getUploadCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadErrorCountHistory
public CompositeData getUploadErrorCountHistory()
- Specified by:
getUploadErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadSizeHistory
public CompositeData getDownloadSizeHistory()
- Specified by:
getDownloadSizeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadRateHistory
public CompositeData getDownloadRateHistory()
- Specified by:
getDownloadRateHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadCountHistory
public CompositeData getDownloadCountHistory()
- Specified by:
getDownloadCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadErrorCountHistory
public CompositeData getDownloadErrorCountHistory()
- Specified by:
getDownloadErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteCountHistory
public CompositeData getDeleteCountHistory()
- Specified by:
getDeleteCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteTimeHistory
public CompositeData getDeleteTimeHistory()
- Specified by:
getDeleteTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteErrorCountHistory
public CompositeData getDeleteErrorCountHistory()
- Specified by:
getDeleteErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteByDateCountHistory
public CompositeData getDeleteByDateCountHistory()
- Specified by:
getDeleteByDateCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteByDateTimeHistory
public CompositeData getDeleteByDateTimeHistory()
- Specified by:
getDeleteByDateTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteByDateErrorCountHistory
public CompositeData getDeleteByDateErrorCountHistory()
- Specified by:
getDeleteByDateErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordCountHistory
public CompositeData getAddRecordCountHistory()
- Specified by:
getAddRecordCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordErrorCountHistory
public CompositeData getAddRecordErrorCountHistory()
- Specified by:
getAddRecordErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordSizeHistory
public CompositeData getAddRecordSizeHistory()
- Specified by:
getAddRecordSizeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordRateHistory
public CompositeData getAddRecordRateHistory()
- Specified by:
getAddRecordRateHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordErrorCount
public long getAddRecordErrorCount()
- Specified by:
getAddRecordErrorCount
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordCountHistory
public CompositeData getGetRecordCountHistory()
- Specified by:
getGetRecordCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordErrorCountHistory
public CompositeData getGetRecordErrorCountHistory()
- Specified by:
getGetRecordErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordTimeHistory
public CompositeData getGetRecordTimeHistory()
- Specified by:
getGetRecordTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordSizeHistory
public CompositeData getGetRecordSizeHistory()
- Specified by:
getGetRecordSizeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordRateHistory
public CompositeData getGetRecordRateHistory()
- Specified by:
getGetRecordRateHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredCountHistory
public CompositeData getGetRecordIfStoredCountHistory()
- Specified by:
getGetRecordIfStoredCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredErrorCountHistory
public CompositeData getGetRecordIfStoredErrorCountHistory()
- Specified by:
getGetRecordIfStoredErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredTimeHistory
public CompositeData getGetRecordIfStoredTimeHistory()
- Specified by:
getGetRecordIfStoredTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredSizeHistory
public CompositeData getGetRecordIfStoredSizeHistory()
- Specified by:
getGetRecordIfStoredSizeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredRateHistory
public CompositeData getGetRecordIfStoredRateHistory()
- Specified by:
getGetRecordIfStoredRateHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceCountHistory
public CompositeData getGetRecordFromReferenceCountHistory()
- Specified by:
getGetRecordFromReferenceCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceErrorCountHistory
public CompositeData getGetRecordFromReferenceErrorCountHistory()
- Specified by:
getGetRecordFromReferenceErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceTimeHistory
public CompositeData getGetRecordFromReferenceTimeHistory()
- Specified by:
getGetRecordFromReferenceTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceSizeHistory
public CompositeData getGetRecordFromReferenceSizeHistory()
- Specified by:
getGetRecordFromReferenceSizeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceRateHistory
public CompositeData getGetRecordFromReferenceRateHistory()
- Specified by:
getGetRecordFromReferenceRateHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdCountHistory
public CompositeData getGetRecordForIdCountHistory()
- Specified by:
getGetRecordForIdCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdErrorCountHistory
public CompositeData getGetRecordForIdErrorCountHistory()
- Specified by:
getGetRecordForIdErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdTimeHistory
public CompositeData getGetRecordForIdTimeHistory()
- Specified by:
getGetRecordForIdTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdSizeHistory
public CompositeData getGetRecordForIdSizeHistory()
- Specified by:
getGetRecordForIdSizeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdRateHistory
public CompositeData getGetRecordForIdRateHistory()
- Specified by:
getGetRecordForIdRateHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllRecordsCountHistory
public CompositeData getGetAllRecordsCountHistory()
- Specified by:
getGetAllRecordsCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllRecordsTimeHistory
public CompositeData getGetAllRecordsTimeHistory()
- Specified by:
getGetAllRecordsTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getListIdsCountHistory
public CompositeData getListIdsCountHistory()
- Specified by:
getListIdsCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getListIdsTimeHistory
public CompositeData getListIdsTimeHistory()
- Specified by:
getListIdsTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getListIdsErrorCountHistory
public CompositeData getListIdsErrorCountHistory()
- Specified by:
getListIdsErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddMetadataRecordCountHistory
public CompositeData getAddMetadataRecordCountHistory()
- Specified by:
getAddMetadataRecordCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddMetadataRecordTimeHistory
public CompositeData getAddMetadataRecordTimeHistory()
- Specified by:
getAddMetadataRecordTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddMetadataRecordErrorCountHistory
public CompositeData getAddMetadataRecordErrorCountHistory()
- Specified by:
getAddMetadataRecordErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetMetadataRecordCountHistory
public CompositeData getGetMetadataRecordCountHistory()
- Specified by:
getGetMetadataRecordCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetMetadataRecordTimeHistory
public CompositeData getGetMetadataRecordTimeHistory()
- Specified by:
getGetMetadataRecordTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetMetadataRecordErrorCountHistory
public CompositeData getGetMetadataRecordErrorCountHistory()
- Specified by:
getGetMetadataRecordErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllMetadataRecordsCountHistory
public CompositeData getGetAllMetadataRecordsCountHistory()
- Specified by:
getGetAllMetadataRecordsCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllMetadataRecordsTimeHistory
public CompositeData getGetAllMetadataRecordsTimeHistory()
- Specified by:
getGetAllMetadataRecordsTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllMetadataRecordsErrorCountHistory
public CompositeData getGetAllMetadataRecordsErrorCountHistory()
- Specified by:
getGetAllMetadataRecordsErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getMetadataRecordExistsCountHistory
public CompositeData getMetadataRecordExistsCountHistory()
- Specified by:
getMetadataRecordExistsCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getMetadataRecordExistsTimeHistory
public CompositeData getMetadataRecordExistsTimeHistory()
- Specified by:
getMetadataRecordExistsTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getMetadataRecordExistsErrorCountHistory
public CompositeData getMetadataRecordExistsErrorCountHistory()
- Specified by:
getMetadataRecordExistsErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteMetadataRecordCountHistory
public CompositeData getDeleteMetadataRecordCountHistory()
- Specified by:
getDeleteMetadataRecordCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteMetadataRecordTimeHistory
public CompositeData getDeleteMetadataRecordTimeHistory()
- Specified by:
getDeleteMetadataRecordTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteMetadataRecordErrorCountHistory
public CompositeData getDeleteMetadataRecordErrorCountHistory()
- Specified by:
getDeleteMetadataRecordErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteAllMetadataRecordsCountHistory
public CompositeData getDeleteAllMetadataRecordsCountHistory()
- Specified by:
getDeleteAllMetadataRecordsCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteAllMetadataRecordsTimeHistory
public CompositeData getDeleteAllMetadataRecordsTimeHistory()
- Specified by:
getDeleteAllMetadataRecordsTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteAllMetadataRecordsErrorCountHistory
public CompositeData getDeleteAllMetadataRecordsErrorCountHistory()
- Specified by:
getDeleteAllMetadataRecordsErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getInitBlobUploadCountHistory
public CompositeData getInitBlobUploadCountHistory()
- Specified by:
getInitBlobUploadCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getInitBlobUploadTimeHistory
public CompositeData getInitBlobUploadTimeHistory()
- Specified by:
getInitBlobUploadTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getInitBlobUploadErrorCountHistory
public CompositeData getInitBlobUploadErrorCountHistory()
- Specified by:
getInitBlobUploadErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getCompleteBlobUploadCountHistory
public CompositeData getCompleteBlobUploadCountHistory()
- Specified by:
getCompleteBlobUploadCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getCompleteBlobUploadTimeHistory
public CompositeData getCompleteBlobUploadTimeHistory()
- Specified by:
getCompleteBlobUploadTimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getCompleteBlobUploadErrorCountHistory
public CompositeData getCompleteBlobUploadErrorCountHistory()
- Specified by:
getCompleteBlobUploadErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetBlobDownloadURICountHistory
public CompositeData getGetBlobDownloadURICountHistory()
- Specified by:
getGetBlobDownloadURICountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetBlobDownloadURITimeHistory
public CompositeData getGetBlobDownloadURITimeHistory()
- Specified by:
getGetBlobDownloadURITimeHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetBlobDownloadURIErrorCountHistory
public CompositeData getGetBlobDownloadURIErrorCountHistory()
- Specified by:
getGetBlobDownloadURIErrorCountHistory
in interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
-