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.spi.blob.stats.BlobStoreStatsMBean
TYPEFields inherited from interface org.apache.jackrabbit.oak.plugins.blob.ExtendedBlobStatsCollector
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionBlobStoreStats(@NotNull org.apache.jackrabbit.oak.stats.StatisticsProvider sp) -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when a call toSharedDataStore.addMetadataRecord(File, String)is completedvoidCalled when a call toSharedDataStore.addMetadataRecord(File, String)failsvoidaddRecordCompleted(String blobId) voidvoidallMetadataRecordsDeleted(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.deleteAllMetadataRecords(String)is madevoidcompleteBlobUpload(long timeTaken, TimeUnit unit) Called when a call toBlobAccessProvider.completeBlobUpload(String)is madevoidCalled when a call toBlobAccessProvider.completeBlobUpload(String)is completedvoidCalled when a call toBlobAccessProvider.completeBlobUpload(String)failsvoidCalled when a call toSharedDataStore.deleteAllMetadataRecords(String)is madevoiddeleteAllMetadataRecordsFailed(String prefix) Called when a call toSharedDataStore.deleteAllMetadataRecords(String)is madevoiddeleteAllOlderThanCompleted(int deleteCount) voiddeleteAllOlderThanFailed(long min) voiddeleteCompleted(String blobId) voidvoiddeletedAllOlderThan(long timeTaken, TimeUnit unit, long min) voidvoidCalled when a call toSharedDataStore.deleteMetadataRecord(String)is completedvoidCalled when a call toSharedDataStore.deleteMetadataRecord(String)failsvoiddownloadCompleted(String blobId) voiddownloaded(String blobId, long timeTaken, TimeUnit unit, long size) voiddownloadFailed(String blobId) longlonglonglonglongvoidgetAllIdentifiersCalled(long timeTaken, TimeUnit unit) voidvoidvoidgetAllMetadataRecordsCalled(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.getAllMetadataRecords(String)is madevoidgetAllMetadataRecordsCompleted(String prefix) Called when a call toSharedDataStore.getAllMetadataRecords(String)is completedvoidgetAllMetadataRecordsFailed(String prefix) Called when a call toSharedDataStore.getAllMetadataRecords(String)failsvoidgetAllRecordsCalled(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.getAllRecords()is madevoidCalled when a call toSharedDataStore.getAllRecords()is completedlonglonglonglonglonglonglonglonglonglonglonglonglonglongvoidgetDownloadURICalled(long timeTaken, TimeUnit unit, String id) Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)is madevoidCalled when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)is completedvoidCalled when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)failslonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglongvoidgetMetadataRecordCalled(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.getMetadataRecord(String)is madevoidCalled when a call toSharedDataStore.getMetadataRecord(String)is completedlonglongvoidCalled when a call toSharedDataStore.getMetadataRecord(String)failsvoidgetRecordCalled(long timeTaken, TimeUnit unit, long size) voidgetRecordCompleted(String blobId) voidgetRecordFailed(String blobId) voidgetRecordForIdCalled(long timeTaken, TimeUnit unit, long size) Called when aDataRecordis retrieved via a call toSharedDataStore.getRecordForId(DataIdentifier).voidgetRecordForIdCompleted(String blobId) Called when a call toSharedDataStore.getRecordForId(DataIdentifier)is completedvoidgetRecordForIdFailed(String blobId) Called when a call toSharedDataStore.getRecordForId(DataIdentifier)failsvoidgetRecordFromReferenceCalled(long timeTaken, TimeUnit unit, long size) voidgetRecordFromReferenceCompleted(String reference) voidgetRecordFromReferenceFailed(String reference) voidgetRecordIfStoredCalled(long timeTaken, TimeUnit unit, long size) voidgetRecordIfStoredCompleted(String blobId) voidgetRecordIfStoredFailed(String blobId) longlonglonglongvoidinitiateBlobUpload(long timeTaken, TimeUnit unit, long maxSize, int maxUris) Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)is madevoidCalled when a call toBlobAccessProvider.initiateBlobUpload(long, int)is completedvoidCalled when a call toBlobAccessProvider.initiateBlobUpload(long, int)failsvoidmetadataRecordAdded(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.addMetadataRecord(File, String)is madevoidmetadataRecordDeleted(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.deleteMetadataRecord(String)is madevoidmetadataRecordExistsCalled(long timeTaken, TimeUnit unit) Called when a call toSharedDataStore.metadataRecordExists(String)is madevoidCalled when a call toSharedDataStore.metadataRecordExists(String)is completedvoidCalled when a call toSharedDataStore.metadataRecordExists(String)failsvoidrecordAdded(long timeTaken, TimeUnit unit, long size) voiduploadCompleted(String blobId) voidvoidMethods inherited from class org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
getDescription, getDescription, getDescription, getDescription, getImpact, getParameterNameMethods 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
-
Constructor Details
-
BlobStoreStats
public BlobStoreStats(@NotNull @NotNull org.apache.jackrabbit.oak.stats.StatisticsProvider sp)
-
-
Method Details
-
uploaded
- Specified by:
uploadedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
uploadCompleted
- Specified by:
uploadCompletedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
uploadFailed
public void uploadFailed()- Specified by:
uploadFailedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
downloaded
- Specified by:
downloadedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
downloadCompleted
- Specified by:
downloadCompletedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
downloadFailed
- Specified by:
downloadFailedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
deleted
- Specified by:
deletedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
deleteCompleted
- Specified by:
deleteCompletedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
deleteFailed
public void deleteFailed()- Specified by:
deleteFailedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
deletedAllOlderThan
- Specified by:
deletedAllOlderThanin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
deleteAllOlderThanCompleted
public void deleteAllOlderThanCompleted(int deleteCount) - Specified by:
deleteAllOlderThanCompletedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
deleteAllOlderThanFailed
public void deleteAllOlderThanFailed(long min) - Specified by:
deleteAllOlderThanFailedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
recordAdded
- Specified by:
recordAddedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
addRecordCompleted
- Specified by:
addRecordCompletedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
addRecordFailed
public void addRecordFailed()- Specified by:
addRecordFailedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordCalled
- Specified by:
getRecordCalledin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordCompleted
- Specified by:
getRecordCompletedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordFailed
- Specified by:
getRecordFailedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordIfStoredCalled
- Specified by:
getRecordIfStoredCalledin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordIfStoredCompleted
- Specified by:
getRecordIfStoredCompletedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordIfStoredFailed
- Specified by:
getRecordIfStoredFailedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordFromReferenceCalled
- Specified by:
getRecordFromReferenceCalledin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordFromReferenceCompleted
- Specified by:
getRecordFromReferenceCompletedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordFromReferenceFailed
- Specified by:
getRecordFromReferenceFailedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getRecordForIdCalled
Description copied from interface:ExtendedBlobStatsCollectorCalled when aDataRecordis retrieved via a call toSharedDataStore.getRecordForId(DataIdentifier).- Specified by:
getRecordForIdCalledin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time takensize- size of the binary
-
getRecordForIdCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getRecordForId(DataIdentifier)is completed- Specified by:
getRecordForIdCompletedin interfaceExtendedBlobStatsCollector- Parameters:
blobId- id of the record retrieved
-
getRecordForIdFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getRecordForId(DataIdentifier)fails- Specified by:
getRecordForIdFailedin interfaceExtendedBlobStatsCollector- Parameters:
blobId- id of the record
-
getAllRecordsCalled
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getAllRecords()is made- Specified by:
getAllRecordsCalledin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
getAllRecordsCompleted
public void getAllRecordsCompleted()Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getAllRecords()is completed- Specified by:
getAllRecordsCompletedin interfaceExtendedBlobStatsCollector
-
getAllIdentifiersCalled
- Specified by:
getAllIdentifiersCalledin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getAllIdentifiersCompleted
public void getAllIdentifiersCompleted()- Specified by:
getAllIdentifiersCompletedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
getAllIdentifiersFailed
public void getAllIdentifiersFailed()- Specified by:
getAllIdentifiersFailedin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
metadataRecordAdded
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.addMetadataRecord(File, String)is made- Specified by:
metadataRecordAddedin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
addMetadataRecordCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.addMetadataRecord(File, String)is completed- Specified by:
addMetadataRecordCompletedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record added
-
addMetadataRecordFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.addMetadataRecord(File, String)fails- Specified by:
addMetadataRecordFailedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record
-
getMetadataRecordCalled
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getMetadataRecord(String)is made- Specified by:
getMetadataRecordCalledin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
getMetadataRecordCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getMetadataRecord(String)is completed- Specified by:
getMetadataRecordCompletedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record retrieved
-
getMetadataRecordFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getMetadataRecord(String)fails- Specified by:
getMetadataRecordFailedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record
-
getAllMetadataRecordsCalled
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getAllMetadataRecords(String)is made- Specified by:
getAllMetadataRecordsCalledin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
getAllMetadataRecordsCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getAllMetadataRecords(String)is completed- Specified by:
getAllMetadataRecordsCompletedin interfaceExtendedBlobStatsCollector- Parameters:
prefix- prefix of the metadata records retrieved
-
getAllMetadataRecordsFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.getAllMetadataRecords(String)fails- Specified by:
getAllMetadataRecordsFailedin interfaceExtendedBlobStatsCollector- Parameters:
prefix- prefix of the metadata records
-
metadataRecordExistsCalled
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.metadataRecordExists(String)is made- Specified by:
metadataRecordExistsCalledin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
metadataRecordExistsCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.metadataRecordExists(String)is completed- Specified by:
metadataRecordExistsCompletedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record checked
-
metadataRecordExistsFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.metadataRecordExists(String)fails- Specified by:
metadataRecordExistsFailedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record
-
metadataRecordDeleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.deleteMetadataRecord(String)is made- Specified by:
metadataRecordDeletedin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
deleteMetadataRecordCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.deleteMetadataRecord(String)is completed- Specified by:
deleteMetadataRecordCompletedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record deleted
-
deleteMetadataRecordFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.deleteMetadataRecord(String)fails- Specified by:
deleteMetadataRecordFailedin interfaceExtendedBlobStatsCollector- Parameters:
name- name of the metadata record
-
allMetadataRecordsDeleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.deleteAllMetadataRecords(String)is made- Specified by:
allMetadataRecordsDeletedin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
deleteAllMetadataRecordsCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.deleteAllMetadataRecords(String)is made- Specified by:
deleteAllMetadataRecordsCompletedin interfaceExtendedBlobStatsCollector- Parameters:
prefix- prefix of the metadata records deleted
-
deleteAllMetadataRecordsFailed
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toSharedDataStore.deleteAllMetadataRecords(String)is made- Specified by:
deleteAllMetadataRecordsFailedin interfaceExtendedBlobStatsCollector- Parameters:
prefix- prefix of the metadata records
-
initiateBlobUpload
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.initiateBlobUpload(long, int)is made- Specified by:
initiateBlobUploadin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time takenmaxSize- size of binary to be uploadedmaxUris- max number of uris requested
-
initiateBlobUploadCompleted
public void initiateBlobUploadCompleted()Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.initiateBlobUpload(long, int)is completed- Specified by:
initiateBlobUploadCompletedin interfaceExtendedBlobStatsCollector
-
initiateBlobUploadFailed
public void initiateBlobUploadFailed()Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.initiateBlobUpload(long, int)fails- Specified by:
initiateBlobUploadFailedin interfaceExtendedBlobStatsCollector
-
completeBlobUpload
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.completeBlobUpload(String)is made- Specified by:
completeBlobUploadin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time taken
-
completeBlobUploadCompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.completeBlobUpload(String)is completed- Specified by:
completeBlobUploadCompletedin interfaceExtendedBlobStatsCollector- Parameters:
id- identifier of uploaded blob
-
completeBlobUploadFailed
public void completeBlobUploadFailed()Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.completeBlobUpload(String)fails- Specified by:
completeBlobUploadFailedin interfaceExtendedBlobStatsCollector
-
getDownloadURICalled
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)is made- Specified by:
getDownloadURICalledin interfaceExtendedBlobStatsCollector- Parameters:
timeTaken- time taken to perform the operationunit- unit of time takenid- identifier of blob to be downloaded
-
getDownloadURICompleted
Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)is completed- Specified by:
getDownloadURICompletedin interfaceExtendedBlobStatsCollector- Parameters:
uri- the uri generated for downloading
-
getDownloadURIFailed
public void getDownloadURIFailed()Description copied from interface:ExtendedBlobStatsCollectorCalled when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)fails- Specified by:
getDownloadURIFailedin interfaceExtendedBlobStatsCollector
-
getUploadTotalSize
public long getUploadTotalSize()- Specified by:
getUploadTotalSizein interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadCount
public long getUploadCount()- Specified by:
getUploadCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadTotalSeconds
public long getUploadTotalSeconds()- Specified by:
getUploadTotalSecondsin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadErrorCount
public long getUploadErrorCount()- Specified by:
getUploadErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadTotalSize
public long getDownloadTotalSize()- Specified by:
getDownloadTotalSizein interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadCount
public long getDownloadCount()- Specified by:
getDownloadCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadTotalSeconds
public long getDownloadTotalSeconds()- Specified by:
getDownloadTotalSecondsin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadErrorCount
public long getDownloadErrorCount()- Specified by:
getDownloadErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordTotalSize
public long getAddRecordTotalSize()- Specified by:
getAddRecordTotalSizein interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordCount
public long getAddRecordCount()- Specified by:
getAddRecordCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteCount
public long getDeleteCount()- Specified by:
getDeleteCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteErrorCount
public long getDeleteErrorCount()- Specified by:
getDeleteErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteByDateCount
public long getDeleteByDateCount()- Specified by:
getDeleteByDateCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteByDateErrorCount
public long getDeleteByDateErrorCount()- Specified by:
getDeleteByDateErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordCount
public long getGetRecordCount()- Specified by:
getGetRecordCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordErrorCount
public long getGetRecordErrorCount()- Specified by:
getGetRecordErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredCount
public long getGetRecordIfStoredCount()- Specified by:
getGetRecordIfStoredCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredErrorCount
public long getGetRecordIfStoredErrorCount()- Specified by:
getGetRecordIfStoredErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceCount
public long getGetRecordFromReferenceCount()- Specified by:
getGetRecordFromReferenceCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceErrorCount
public long getGetRecordFromReferenceErrorCount()- Specified by:
getGetRecordFromReferenceErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdCount
public long getGetRecordForIdCount()- Specified by:
getGetRecordForIdCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdErrorCount
public long getGetRecordForIdErrorCount()- Specified by:
getGetRecordForIdErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllRecordsCount
public long getGetAllRecordsCount()- Specified by:
getGetAllRecordsCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getListIdsCount
public long getListIdsCount()- Specified by:
getListIdsCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getListIdsErrorCount
public long getListIdsErrorCount()- Specified by:
getListIdsErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddMetadataRecordCount
public long getAddMetadataRecordCount()- Specified by:
getAddMetadataRecordCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddMetadataRecordErrorCount
public long getAddMetadataRecordErrorCount()- Specified by:
getAddMetadataRecordErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetMetadataRecordCount
public long getGetMetadataRecordCount()- Specified by:
getGetMetadataRecordCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetMetadataRecordErrorCount
public long getGetMetadataRecordErrorCount()- Specified by:
getGetMetadataRecordErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllMetadataRecordsCount
public long getGetAllMetadataRecordsCount()- Specified by:
getGetAllMetadataRecordsCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllMetadataRecordsErrorCount
public long getGetAllMetadataRecordsErrorCount()- Specified by:
getGetAllMetadataRecordsErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getMetadataRecordExistsCount
public long getMetadataRecordExistsCount()- Specified by:
getMetadataRecordExistsCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getMetadataRecordExistsErrorCount
public long getMetadataRecordExistsErrorCount()- Specified by:
getMetadataRecordExistsErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteMetadataRecordCount
public long getDeleteMetadataRecordCount()- Specified by:
getDeleteMetadataRecordCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteMetadataRecordErrorCount
public long getDeleteMetadataRecordErrorCount()- Specified by:
getDeleteMetadataRecordErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteAllMetadataRecordsCount
public long getDeleteAllMetadataRecordsCount()- Specified by:
getDeleteAllMetadataRecordsCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteAllMetadataRecordsErrorCount
public long getDeleteAllMetadataRecordsErrorCount()- Specified by:
getDeleteAllMetadataRecordsErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getInitBlobUploadCount
public long getInitBlobUploadCount()- Specified by:
getInitBlobUploadCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getInitBlobUploadErrorCount
public long getInitBlobUploadErrorCount()- Specified by:
getInitBlobUploadErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getCompleteBlobUploadCount
public long getCompleteBlobUploadCount()- Specified by:
getCompleteBlobUploadCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getCompleteBlobUploadErrorCount
public long getCompleteBlobUploadErrorCount()- Specified by:
getCompleteBlobUploadErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetBlobDownloadURICount
public long getGetBlobDownloadURICount()- Specified by:
getGetBlobDownloadURICountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetBlobDownloadURIErrorCount
public long getGetBlobDownloadURIErrorCount()- Specified by:
getGetBlobDownloadURIErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
blobStoreInfoAsString
- Specified by:
blobStoreInfoAsStringin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadSizeHistory
- Specified by:
getUploadSizeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadRateHistory
- Specified by:
getUploadRateHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadCountHistory
- Specified by:
getUploadCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getUploadErrorCountHistory
- Specified by:
getUploadErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadSizeHistory
- Specified by:
getDownloadSizeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadRateHistory
- Specified by:
getDownloadRateHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadCountHistory
- Specified by:
getDownloadCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDownloadErrorCountHistory
- Specified by:
getDownloadErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteCountHistory
- Specified by:
getDeleteCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteTimeHistory
- Specified by:
getDeleteTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteErrorCountHistory
- Specified by:
getDeleteErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteByDateCountHistory
- Specified by:
getDeleteByDateCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteByDateTimeHistory
- Specified by:
getDeleteByDateTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteByDateErrorCountHistory
- Specified by:
getDeleteByDateErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordCountHistory
- Specified by:
getAddRecordCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordErrorCountHistory
- Specified by:
getAddRecordErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordSizeHistory
- Specified by:
getAddRecordSizeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordRateHistory
- Specified by:
getAddRecordRateHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddRecordErrorCount
public long getAddRecordErrorCount()- Specified by:
getAddRecordErrorCountin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordCountHistory
- Specified by:
getGetRecordCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordErrorCountHistory
- Specified by:
getGetRecordErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordTimeHistory
- Specified by:
getGetRecordTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordSizeHistory
- Specified by:
getGetRecordSizeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordRateHistory
- Specified by:
getGetRecordRateHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredCountHistory
- Specified by:
getGetRecordIfStoredCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredErrorCountHistory
- Specified by:
getGetRecordIfStoredErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredTimeHistory
- Specified by:
getGetRecordIfStoredTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredSizeHistory
- Specified by:
getGetRecordIfStoredSizeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordIfStoredRateHistory
- Specified by:
getGetRecordIfStoredRateHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceCountHistory
- Specified by:
getGetRecordFromReferenceCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceErrorCountHistory
- Specified by:
getGetRecordFromReferenceErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceTimeHistory
- Specified by:
getGetRecordFromReferenceTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceSizeHistory
- Specified by:
getGetRecordFromReferenceSizeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordFromReferenceRateHistory
- Specified by:
getGetRecordFromReferenceRateHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdCountHistory
- Specified by:
getGetRecordForIdCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdErrorCountHistory
- Specified by:
getGetRecordForIdErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdTimeHistory
- Specified by:
getGetRecordForIdTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdSizeHistory
- Specified by:
getGetRecordForIdSizeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetRecordForIdRateHistory
- Specified by:
getGetRecordForIdRateHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllRecordsCountHistory
- Specified by:
getGetAllRecordsCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllRecordsTimeHistory
- Specified by:
getGetAllRecordsTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getListIdsCountHistory
- Specified by:
getListIdsCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getListIdsTimeHistory
- Specified by:
getListIdsTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getListIdsErrorCountHistory
- Specified by:
getListIdsErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddMetadataRecordCountHistory
- Specified by:
getAddMetadataRecordCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddMetadataRecordTimeHistory
- Specified by:
getAddMetadataRecordTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getAddMetadataRecordErrorCountHistory
- Specified by:
getAddMetadataRecordErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetMetadataRecordCountHistory
- Specified by:
getGetMetadataRecordCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetMetadataRecordTimeHistory
- Specified by:
getGetMetadataRecordTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetMetadataRecordErrorCountHistory
- Specified by:
getGetMetadataRecordErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllMetadataRecordsCountHistory
- Specified by:
getGetAllMetadataRecordsCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllMetadataRecordsTimeHistory
- Specified by:
getGetAllMetadataRecordsTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetAllMetadataRecordsErrorCountHistory
- Specified by:
getGetAllMetadataRecordsErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getMetadataRecordExistsCountHistory
- Specified by:
getMetadataRecordExistsCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getMetadataRecordExistsTimeHistory
- Specified by:
getMetadataRecordExistsTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getMetadataRecordExistsErrorCountHistory
- Specified by:
getMetadataRecordExistsErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteMetadataRecordCountHistory
- Specified by:
getDeleteMetadataRecordCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteMetadataRecordTimeHistory
- Specified by:
getDeleteMetadataRecordTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteMetadataRecordErrorCountHistory
- Specified by:
getDeleteMetadataRecordErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteAllMetadataRecordsCountHistory
- Specified by:
getDeleteAllMetadataRecordsCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteAllMetadataRecordsTimeHistory
- Specified by:
getDeleteAllMetadataRecordsTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getDeleteAllMetadataRecordsErrorCountHistory
- Specified by:
getDeleteAllMetadataRecordsErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getInitBlobUploadCountHistory
- Specified by:
getInitBlobUploadCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getInitBlobUploadTimeHistory
- Specified by:
getInitBlobUploadTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getInitBlobUploadErrorCountHistory
- Specified by:
getInitBlobUploadErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getCompleteBlobUploadCountHistory
- Specified by:
getCompleteBlobUploadCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getCompleteBlobUploadTimeHistory
- Specified by:
getCompleteBlobUploadTimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getCompleteBlobUploadErrorCountHistory
- Specified by:
getCompleteBlobUploadErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetBlobDownloadURICountHistory
- Specified by:
getGetBlobDownloadURICountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetBlobDownloadURITimeHistory
- Specified by:
getGetBlobDownloadURITimeHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
getGetBlobDownloadURIErrorCountHistory
- Specified by:
getGetBlobDownloadURIErrorCountHistoryin interfaceorg.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-