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:
javax.management.DynamicMBean
,javax.management.MBeanRegistration
,ExtendedBlobStatsCollector
,BlobStatsCollector
,BlobStoreStatsMBean
public class BlobStoreStats extends AnnotatedStandardMBean implements BlobStoreStatsMBean, ExtendedBlobStatsCollector
-
-
Field Summary
-
Fields inherited from interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
TYPE
-
Fields inherited from interface org.apache.jackrabbit.oak.plugins.blob.ExtendedBlobStatsCollector
NOOP
-
-
Constructor Summary
Constructors Constructor Description BlobStoreStats(@NotNull StatisticsProvider sp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMetadataRecordCompleted(java.lang.String name)
Called when a call toSharedDataStore.addMetadataRecord(File, String)
is completedvoid
addMetadataRecordFailed(java.lang.String name)
Called when a call toSharedDataStore.addMetadataRecord(File, String)
failsvoid
addRecordCompleted(java.lang.String blobId)
Called when a call toDataStore.addRecord(InputStream)
is completed.void
addRecordFailed()
Called when a call toDataStore.addRecord(InputStream)
fails.void
allMetadataRecordsDeleted(long timeTaken, java.util.concurrent.TimeUnit unit)
Called when a call toSharedDataStore.deleteAllMetadataRecords(String)
is madejava.lang.String
blobStoreInfoAsString()
void
completeBlobUpload(long timeTaken, java.util.concurrent.TimeUnit unit)
Called when a call toBlobAccessProvider.completeBlobUpload(String)
is madevoid
completeBlobUploadCompleted(java.lang.String id)
Called when a call toBlobAccessProvider.completeBlobUpload(String)
is completedvoid
completeBlobUploadFailed()
Called when a call toBlobAccessProvider.completeBlobUpload(String)
failsvoid
deleteAllMetadataRecordsCompleted(java.lang.String prefix)
Called when a call toSharedDataStore.deleteAllMetadataRecords(String)
is madevoid
deleteAllMetadataRecordsFailed(java.lang.String prefix)
Called when a call toSharedDataStore.deleteAllMetadataRecords(String)
is madevoid
deleteAllOlderThanCompleted(int deleteCount)
Called whenDataStore.deleteAllOlderThan(long)
is completed.void
deleteAllOlderThanFailed(long min)
Called whenDataStore.deleteAllOlderThan(long)
fails.void
deleteCompleted(java.lang.String blobId)
Called when deletion of a binary is completed.void
deleted(java.lang.String blobId, long timeTaken, java.util.concurrent.TimeUnit unit)
Called when a binary is deleted from the BlobStorevoid
deletedAllOlderThan(long timeTaken, java.util.concurrent.TimeUnit unit, long min)
Called when deleting binaries older than a specified date, viaDataStore.deleteAllOlderThan(long)
.void
deleteFailed()
Called when deletion of a binary fails.void
deleteMetadataRecordCompleted(java.lang.String name)
Called when a call toSharedDataStore.deleteMetadataRecord(String)
is completedvoid
deleteMetadataRecordFailed(java.lang.String name)
Called when a call toSharedDataStore.deleteMetadataRecord(String)
failsvoid
downloadCompleted(java.lang.String blobId)
Invoked when download for a binary file get completed.void
downloaded(java.lang.String blobId, long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Called when a binary content is read from BlobStorevoid
downloadFailed(java.lang.String blobId)
Called when an attempt to download a binary file fails.long
getAddMetadataRecordCount()
javax.management.openmbean.CompositeData
getAddMetadataRecordCountHistory()
long
getAddMetadataRecordErrorCount()
javax.management.openmbean.CompositeData
getAddMetadataRecordErrorCountHistory()
javax.management.openmbean.CompositeData
getAddMetadataRecordTimeHistory()
long
getAddRecordCount()
javax.management.openmbean.CompositeData
getAddRecordCountHistory()
long
getAddRecordErrorCount()
javax.management.openmbean.CompositeData
getAddRecordErrorCountHistory()
javax.management.openmbean.CompositeData
getAddRecordRateHistory()
javax.management.openmbean.CompositeData
getAddRecordSizeHistory()
long
getAddRecordTotalSize()
void
getAllIdentifiersCalled(long timeTaken, java.util.concurrent.TimeUnit unit)
Called whenDataStore.getAllIdentifiers()
is called.void
getAllIdentifiersCompleted()
Called whenDataStore.getAllIdentifiers()
is completed.void
getAllIdentifiersFailed()
Called whenDataStore.getAllIdentifiers()
fails.void
getAllMetadataRecordsCalled(long timeTaken, java.util.concurrent.TimeUnit unit)
Called when a call toSharedDataStore.getAllMetadataRecords(String)
is madevoid
getAllMetadataRecordsCompleted(java.lang.String prefix)
Called when a call toSharedDataStore.getAllMetadataRecords(String)
is completedvoid
getAllMetadataRecordsFailed(java.lang.String prefix)
Called when a call toSharedDataStore.getAllMetadataRecords(String)
failsvoid
getAllRecordsCalled(long timeTaken, java.util.concurrent.TimeUnit unit)
Called when a call toSharedDataStore.getAllRecords()
is madevoid
getAllRecordsCompleted()
Called when a call toSharedDataStore.getAllRecords()
is completedlong
getCompleteBlobUploadCount()
javax.management.openmbean.CompositeData
getCompleteBlobUploadCountHistory()
long
getCompleteBlobUploadErrorCount()
javax.management.openmbean.CompositeData
getCompleteBlobUploadErrorCountHistory()
javax.management.openmbean.CompositeData
getCompleteBlobUploadTimeHistory()
long
getDeleteAllMetadataRecordsCount()
javax.management.openmbean.CompositeData
getDeleteAllMetadataRecordsCountHistory()
long
getDeleteAllMetadataRecordsErrorCount()
javax.management.openmbean.CompositeData
getDeleteAllMetadataRecordsErrorCountHistory()
javax.management.openmbean.CompositeData
getDeleteAllMetadataRecordsTimeHistory()
long
getDeleteByDateCount()
javax.management.openmbean.CompositeData
getDeleteByDateCountHistory()
long
getDeleteByDateErrorCount()
javax.management.openmbean.CompositeData
getDeleteByDateErrorCountHistory()
javax.management.openmbean.CompositeData
getDeleteByDateTimeHistory()
long
getDeleteCount()
javax.management.openmbean.CompositeData
getDeleteCountHistory()
long
getDeleteErrorCount()
javax.management.openmbean.CompositeData
getDeleteErrorCountHistory()
long
getDeleteMetadataRecordCount()
javax.management.openmbean.CompositeData
getDeleteMetadataRecordCountHistory()
long
getDeleteMetadataRecordErrorCount()
javax.management.openmbean.CompositeData
getDeleteMetadataRecordErrorCountHistory()
javax.management.openmbean.CompositeData
getDeleteMetadataRecordTimeHistory()
javax.management.openmbean.CompositeData
getDeleteTimeHistory()
long
getDownloadCount()
javax.management.openmbean.CompositeData
getDownloadCountHistory()
long
getDownloadErrorCount()
javax.management.openmbean.CompositeData
getDownloadErrorCountHistory()
javax.management.openmbean.CompositeData
getDownloadRateHistory()
javax.management.openmbean.CompositeData
getDownloadSizeHistory()
long
getDownloadTotalSeconds()
long
getDownloadTotalSize()
void
getDownloadURICalled(long timeTaken, java.util.concurrent.TimeUnit unit, java.lang.String id)
Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is madevoid
getDownloadURICompleted(java.lang.String uri)
Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
is completedvoid
getDownloadURIFailed()
Called when a call toBlobAccessProvider.getDownloadURI(Blob, BlobDownloadOptions)
failslong
getGetAllMetadataRecordsCount()
javax.management.openmbean.CompositeData
getGetAllMetadataRecordsCountHistory()
long
getGetAllMetadataRecordsErrorCount()
javax.management.openmbean.CompositeData
getGetAllMetadataRecordsErrorCountHistory()
javax.management.openmbean.CompositeData
getGetAllMetadataRecordsTimeHistory()
long
getGetAllRecordsCount()
javax.management.openmbean.CompositeData
getGetAllRecordsCountHistory()
javax.management.openmbean.CompositeData
getGetAllRecordsTimeHistory()
long
getGetBlobDownloadURICount()
javax.management.openmbean.CompositeData
getGetBlobDownloadURICountHistory()
long
getGetBlobDownloadURIErrorCount()
javax.management.openmbean.CompositeData
getGetBlobDownloadURIErrorCountHistory()
javax.management.openmbean.CompositeData
getGetBlobDownloadURITimeHistory()
long
getGetMetadataRecordCount()
javax.management.openmbean.CompositeData
getGetMetadataRecordCountHistory()
long
getGetMetadataRecordErrorCount()
javax.management.openmbean.CompositeData
getGetMetadataRecordErrorCountHistory()
javax.management.openmbean.CompositeData
getGetMetadataRecordTimeHistory()
long
getGetRecordCount()
javax.management.openmbean.CompositeData
getGetRecordCountHistory()
long
getGetRecordErrorCount()
javax.management.openmbean.CompositeData
getGetRecordErrorCountHistory()
long
getGetRecordForIdCount()
javax.management.openmbean.CompositeData
getGetRecordForIdCountHistory()
long
getGetRecordForIdErrorCount()
javax.management.openmbean.CompositeData
getGetRecordForIdErrorCountHistory()
javax.management.openmbean.CompositeData
getGetRecordForIdRateHistory()
javax.management.openmbean.CompositeData
getGetRecordForIdSizeHistory()
javax.management.openmbean.CompositeData
getGetRecordForIdTimeHistory()
long
getGetRecordFromReferenceCount()
javax.management.openmbean.CompositeData
getGetRecordFromReferenceCountHistory()
long
getGetRecordFromReferenceErrorCount()
javax.management.openmbean.CompositeData
getGetRecordFromReferenceErrorCountHistory()
javax.management.openmbean.CompositeData
getGetRecordFromReferenceRateHistory()
javax.management.openmbean.CompositeData
getGetRecordFromReferenceSizeHistory()
javax.management.openmbean.CompositeData
getGetRecordFromReferenceTimeHistory()
long
getGetRecordIfStoredCount()
javax.management.openmbean.CompositeData
getGetRecordIfStoredCountHistory()
long
getGetRecordIfStoredErrorCount()
javax.management.openmbean.CompositeData
getGetRecordIfStoredErrorCountHistory()
javax.management.openmbean.CompositeData
getGetRecordIfStoredRateHistory()
javax.management.openmbean.CompositeData
getGetRecordIfStoredSizeHistory()
javax.management.openmbean.CompositeData
getGetRecordIfStoredTimeHistory()
javax.management.openmbean.CompositeData
getGetRecordRateHistory()
javax.management.openmbean.CompositeData
getGetRecordSizeHistory()
javax.management.openmbean.CompositeData
getGetRecordTimeHistory()
long
getInitBlobUploadCount()
javax.management.openmbean.CompositeData
getInitBlobUploadCountHistory()
long
getInitBlobUploadErrorCount()
javax.management.openmbean.CompositeData
getInitBlobUploadErrorCountHistory()
javax.management.openmbean.CompositeData
getInitBlobUploadTimeHistory()
long
getListIdsCount()
javax.management.openmbean.CompositeData
getListIdsCountHistory()
long
getListIdsErrorCount()
javax.management.openmbean.CompositeData
getListIdsErrorCountHistory()
javax.management.openmbean.CompositeData
getListIdsTimeHistory()
void
getMetadataRecordCalled(long timeTaken, java.util.concurrent.TimeUnit unit)
Called when a call toSharedDataStore.getMetadataRecord(String)
is madevoid
getMetadataRecordCompleted(java.lang.String name)
Called when a call toSharedDataStore.getMetadataRecord(String)
is completedlong
getMetadataRecordExistsCount()
javax.management.openmbean.CompositeData
getMetadataRecordExistsCountHistory()
long
getMetadataRecordExistsErrorCount()
javax.management.openmbean.CompositeData
getMetadataRecordExistsErrorCountHistory()
javax.management.openmbean.CompositeData
getMetadataRecordExistsTimeHistory()
void
getMetadataRecordFailed(java.lang.String name)
Called when a call toSharedDataStore.getMetadataRecord(String)
failsvoid
getRecordCalled(long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Called when aDataRecord
is retrieved viaDataStore.getRecord(DataIdentifier)
.void
getRecordCompleted(java.lang.String blobId)
Called when a call toDataStore.getRecord(DataIdentifier)
is completed.void
getRecordFailed(java.lang.String blobId)
Called when a call toDataStore.getRecord(DataIdentifier)
fails.void
getRecordForIdCalled(long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Called when aDataRecord
is retrieved via a call toSharedDataStore.getRecordForId(DataIdentifier)
.void
getRecordForIdCompleted(java.lang.String blobId)
Called when a call toSharedDataStore.getRecordForId(DataIdentifier)
is completedvoid
getRecordForIdFailed(java.lang.String blobId)
Called when a call toSharedDataStore.getRecordForId(DataIdentifier)
failsvoid
getRecordFromReferenceCalled(long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Called when aDataRecord
is retrieved viaDataStore.getRecordFromReference(String)
.void
getRecordFromReferenceCompleted(java.lang.String reference)
Called when a call toDataStore.getRecordFromReference(String)
is completed.void
getRecordFromReferenceFailed(java.lang.String reference)
Called when a call toDataStore.getRecordFromReference(String)
fails.void
getRecordIfStoredCalled(long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Called when aDataRecord
is retrieved viaDataStore.getRecordIfStored(DataIdentifier)
.void
getRecordIfStoredCompleted(java.lang.String blobId)
Called when a call toDataStore.getRecordIfStored(DataIdentifier)
is completed.void
getRecordIfStoredFailed(java.lang.String blobId)
Called when a call toDataStore.getRecordIfStored(DataIdentifier)
fails.long
getUploadCount()
javax.management.openmbean.CompositeData
getUploadCountHistory()
long
getUploadErrorCount()
javax.management.openmbean.CompositeData
getUploadErrorCountHistory()
javax.management.openmbean.CompositeData
getUploadRateHistory()
javax.management.openmbean.CompositeData
getUploadSizeHistory()
long
getUploadTotalSeconds()
long
getUploadTotalSize()
void
initiateBlobUpload(long timeTaken, java.util.concurrent.TimeUnit unit, long maxSize, int maxUris)
Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)
is madevoid
initiateBlobUploadCompleted()
Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)
is completedvoid
initiateBlobUploadFailed()
Called when a call toBlobAccessProvider.initiateBlobUpload(long, int)
failsvoid
metadataRecordAdded(long timeTaken, java.util.concurrent.TimeUnit unit)
Called when a call toSharedDataStore.addMetadataRecord(File, String)
is madevoid
metadataRecordDeleted(long timeTaken, java.util.concurrent.TimeUnit unit)
Called when a call toSharedDataStore.deleteMetadataRecord(String)
is madevoid
metadataRecordExistsCalled(long timeTaken, java.util.concurrent.TimeUnit unit)
Called when a call toSharedDataStore.metadataRecordExists(String)
is madevoid
metadataRecordExistsCompleted(java.lang.String name)
Called when a call toSharedDataStore.metadataRecordExists(String)
is completedvoid
metadataRecordExistsFailed(java.lang.String name)
Called when a call toSharedDataStore.metadataRecordExists(String)
failsvoid
recordAdded(long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Called when a binary is added viaDataStore.addRecord(InputStream)
.void
uploadCompleted(java.lang.String blobId)
Invoked when upload for a binary file get completed.void
uploaded(long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Called when a binary content is written to BlobStorevoid
uploadFailed()
Invoked when an upload of a binary fails.
-
-
-
Constructor Detail
-
BlobStoreStats
public BlobStoreStats(@NotNull @NotNull StatisticsProvider sp)
-
-
Method Detail
-
uploaded
public void uploaded(long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Description copied from interface:BlobStatsCollector
Called when a binary content is written to BlobStore- Specified by:
uploaded
in interfaceBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time takensize
- size of binary content being written
-
uploadCompleted
public void uploadCompleted(java.lang.String blobId)
Description copied from interface:BlobStatsCollector
Invoked when upload for a binary file get completed. In case of chunked BlobStore this invoked when all the chunks have been uploaded- Specified by:
uploadCompleted
in interfaceBlobStatsCollector
- Parameters:
blobId
- id of the blob which got uploaded. Even in case of chunked blobStores its the id of main blob
-
uploadFailed
public void uploadFailed()
Description copied from interface:BlobStatsCollector
Invoked when an upload of a binary fails.- Specified by:
uploadFailed
in interfaceBlobStatsCollector
-
downloaded
public void downloaded(java.lang.String blobId, long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Description copied from interface:BlobStatsCollector
Called when a binary content is read from BlobStore- Specified by:
downloaded
in interfaceBlobStatsCollector
- Parameters:
blobId
- id of blob whose content are being read. For BlobStore which break up file in chunks it would be chunkIdtimeTaken
- time taken to perform the operationunit
- unit of time takensize
- size of binary content being read
-
downloadCompleted
public void downloadCompleted(java.lang.String blobId)
Description copied from interface:BlobStatsCollector
Invoked when download for a binary file get completed. In case of chunked BlobStore this invoked when all the chunks have been downloaded- Specified by:
downloadCompleted
in interfaceBlobStatsCollector
- Parameters:
blobId
- id of the blob which got downloaded. Even in case of chunked blobStores its the id of main blob
-
downloadFailed
public void downloadFailed(java.lang.String blobId)
Description copied from interface:BlobStatsCollector
Called when an attempt to download a binary file fails.- Specified by:
downloadFailed
in interfaceBlobStatsCollector
- Parameters:
blobId
- id of the blob for which the download failed
-
deleted
public void deleted(java.lang.String blobId, long timeTaken, java.util.concurrent.TimeUnit unit)
Description copied from interface:BlobStatsCollector
Called when a binary is deleted from the BlobStore- Specified by:
deleted
in interfaceBlobStatsCollector
- Parameters:
blobId
- id of blob being deletedtimeTaken
- time taken to perform the deleteunit
- unit of time taken
-
deleteCompleted
public void deleteCompleted(java.lang.String blobId)
Description copied from interface:BlobStatsCollector
Called when deletion of a binary is completed.- Specified by:
deleteCompleted
in interfaceBlobStatsCollector
- Parameters:
blobId
- id of the blob which was deleted
-
deleteFailed
public void deleteFailed()
Description copied from interface:BlobStatsCollector
Called when deletion of a binary fails.- Specified by:
deleteFailed
in interfaceBlobStatsCollector
-
deletedAllOlderThan
public void deletedAllOlderThan(long timeTaken, java.util.concurrent.TimeUnit unit, long min)
Description copied from interface:BlobStatsCollector
Called when deleting binaries older than a specified date, viaDataStore.deleteAllOlderThan(long)
.- Specified by:
deletedAllOlderThan
in interfaceBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the deletionunit
- unit of time takenmin
- time used for determining what to delete - older than this time gets deleted
-
deleteAllOlderThanCompleted
public void deleteAllOlderThanCompleted(int deleteCount)
Description copied from interface:BlobStatsCollector
Called whenDataStore.deleteAllOlderThan(long)
is completed.- Specified by:
deleteAllOlderThanCompleted
in interfaceBlobStatsCollector
- Parameters:
deleteCount
- count of records deleted
-
deleteAllOlderThanFailed
public void deleteAllOlderThanFailed(long min)
Description copied from interface:BlobStatsCollector
Called whenDataStore.deleteAllOlderThan(long)
fails.- Specified by:
deleteAllOlderThanFailed
in interfaceBlobStatsCollector
- Parameters:
min
- time used for determining what to delete
-
recordAdded
public void recordAdded(long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Description copied from interface:BlobStatsCollector
Called when a binary is added viaDataStore.addRecord(InputStream)
.- Specified by:
recordAdded
in interfaceBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time takensize
- size of binary content being read
-
addRecordCompleted
public void addRecordCompleted(java.lang.String blobId)
Description copied from interface:BlobStatsCollector
Called when a call toDataStore.addRecord(InputStream)
is completed.- Specified by:
addRecordCompleted
in interfaceBlobStatsCollector
- Parameters:
blobId
- id of the record which was added
-
addRecordFailed
public void addRecordFailed()
Description copied from interface:BlobStatsCollector
Called when a call toDataStore.addRecord(InputStream)
fails.- Specified by:
addRecordFailed
in interfaceBlobStatsCollector
-
getRecordCalled
public void getRecordCalled(long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Description copied from interface:BlobStatsCollector
Called when aDataRecord
is retrieved viaDataStore.getRecord(DataIdentifier)
.- Specified by:
getRecordCalled
in interfaceBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time takensize
- size of the binary
-
getRecordCompleted
public void getRecordCompleted(java.lang.String blobId)
Description copied from interface:BlobStatsCollector
Called when a call toDataStore.getRecord(DataIdentifier)
is completed.- Specified by:
getRecordCompleted
in interfaceBlobStatsCollector
- Parameters:
blobId
- id of the record retrieved
-
getRecordFailed
public void getRecordFailed(java.lang.String blobId)
Description copied from interface:BlobStatsCollector
Called when a call toDataStore.getRecord(DataIdentifier)
fails.- Specified by:
getRecordFailed
in interfaceBlobStatsCollector
- Parameters:
blobId
- id of the record
-
getRecordIfStoredCalled
public void getRecordIfStoredCalled(long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Description copied from interface:BlobStatsCollector
Called when aDataRecord
is retrieved viaDataStore.getRecordIfStored(DataIdentifier)
.- Specified by:
getRecordIfStoredCalled
in interfaceBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time takensize
- size of the binary
-
getRecordIfStoredCompleted
public void getRecordIfStoredCompleted(java.lang.String blobId)
Description copied from interface:BlobStatsCollector
Called when a call toDataStore.getRecordIfStored(DataIdentifier)
is completed.- Specified by:
getRecordIfStoredCompleted
in interfaceBlobStatsCollector
- Parameters:
blobId
- id of the record retrieved
-
getRecordIfStoredFailed
public void getRecordIfStoredFailed(java.lang.String blobId)
Description copied from interface:BlobStatsCollector
Called when a call toDataStore.getRecordIfStored(DataIdentifier)
fails.- Specified by:
getRecordIfStoredFailed
in interfaceBlobStatsCollector
- Parameters:
blobId
- id of the record
-
getRecordFromReferenceCalled
public void getRecordFromReferenceCalled(long timeTaken, java.util.concurrent.TimeUnit unit, long size)
Description copied from interface:BlobStatsCollector
Called when aDataRecord
is retrieved viaDataStore.getRecordFromReference(String)
.- Specified by:
getRecordFromReferenceCalled
in interfaceBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time takensize
- size of the binary
-
getRecordFromReferenceCompleted
public void getRecordFromReferenceCompleted(java.lang.String reference)
Description copied from interface:BlobStatsCollector
Called when a call toDataStore.getRecordFromReference(String)
is completed.- Specified by:
getRecordFromReferenceCompleted
in interfaceBlobStatsCollector
- Parameters:
reference
- reference of the record retrieved
-
getRecordFromReferenceFailed
public void getRecordFromReferenceFailed(java.lang.String reference)
Description copied from interface:BlobStatsCollector
Called when a call toDataStore.getRecordFromReference(String)
fails.- Specified by:
getRecordFromReferenceFailed
in interfaceBlobStatsCollector
- Parameters:
reference
- reference of the record
-
getRecordForIdCalled
public void getRecordForIdCalled(long timeTaken, java.util.concurrent.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(java.lang.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(java.lang.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, java.util.concurrent.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, java.util.concurrent.TimeUnit unit)
Description copied from interface:BlobStatsCollector
Called whenDataStore.getAllIdentifiers()
is called.- Specified by:
getAllIdentifiersCalled
in interfaceBlobStatsCollector
- Parameters:
timeTaken
- time taken to perform the operationunit
- unit of time taken
-
getAllIdentifiersCompleted
public void getAllIdentifiersCompleted()
Description copied from interface:BlobStatsCollector
Called whenDataStore.getAllIdentifiers()
is completed.- Specified by:
getAllIdentifiersCompleted
in interfaceBlobStatsCollector
-
getAllIdentifiersFailed
public void getAllIdentifiersFailed()
Description copied from interface:BlobStatsCollector
Called whenDataStore.getAllIdentifiers()
fails.- Specified by:
getAllIdentifiersFailed
in interfaceBlobStatsCollector
-
metadataRecordAdded
public void metadataRecordAdded(long timeTaken, java.util.concurrent.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(java.lang.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(java.lang.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, java.util.concurrent.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(java.lang.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(java.lang.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, java.util.concurrent.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(java.lang.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(java.lang.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, java.util.concurrent.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(java.lang.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(java.lang.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, java.util.concurrent.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(java.lang.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(java.lang.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, java.util.concurrent.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(java.lang.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(java.lang.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, java.util.concurrent.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, java.util.concurrent.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(java.lang.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, java.util.concurrent.TimeUnit unit, java.lang.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(java.lang.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 interfaceBlobStoreStatsMBean
-
getUploadCount
public long getUploadCount()
- Specified by:
getUploadCount
in interfaceBlobStoreStatsMBean
-
getUploadTotalSeconds
public long getUploadTotalSeconds()
- Specified by:
getUploadTotalSeconds
in interfaceBlobStoreStatsMBean
-
getUploadErrorCount
public long getUploadErrorCount()
- Specified by:
getUploadErrorCount
in interfaceBlobStoreStatsMBean
-
getDownloadTotalSize
public long getDownloadTotalSize()
- Specified by:
getDownloadTotalSize
in interfaceBlobStoreStatsMBean
-
getDownloadCount
public long getDownloadCount()
- Specified by:
getDownloadCount
in interfaceBlobStoreStatsMBean
-
getDownloadTotalSeconds
public long getDownloadTotalSeconds()
- Specified by:
getDownloadTotalSeconds
in interfaceBlobStoreStatsMBean
-
getDownloadErrorCount
public long getDownloadErrorCount()
- Specified by:
getDownloadErrorCount
in interfaceBlobStoreStatsMBean
-
getAddRecordTotalSize
public long getAddRecordTotalSize()
- Specified by:
getAddRecordTotalSize
in interfaceBlobStoreStatsMBean
-
getAddRecordCount
public long getAddRecordCount()
- Specified by:
getAddRecordCount
in interfaceBlobStoreStatsMBean
-
getDeleteCount
public long getDeleteCount()
- Specified by:
getDeleteCount
in interfaceBlobStoreStatsMBean
-
getDeleteErrorCount
public long getDeleteErrorCount()
- Specified by:
getDeleteErrorCount
in interfaceBlobStoreStatsMBean
-
getDeleteByDateCount
public long getDeleteByDateCount()
- Specified by:
getDeleteByDateCount
in interfaceBlobStoreStatsMBean
-
getDeleteByDateErrorCount
public long getDeleteByDateErrorCount()
- Specified by:
getDeleteByDateErrorCount
in interfaceBlobStoreStatsMBean
-
getGetRecordCount
public long getGetRecordCount()
- Specified by:
getGetRecordCount
in interfaceBlobStoreStatsMBean
-
getGetRecordErrorCount
public long getGetRecordErrorCount()
- Specified by:
getGetRecordErrorCount
in interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredCount
public long getGetRecordIfStoredCount()
- Specified by:
getGetRecordIfStoredCount
in interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredErrorCount
public long getGetRecordIfStoredErrorCount()
- Specified by:
getGetRecordIfStoredErrorCount
in interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceCount
public long getGetRecordFromReferenceCount()
- Specified by:
getGetRecordFromReferenceCount
in interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceErrorCount
public long getGetRecordFromReferenceErrorCount()
- Specified by:
getGetRecordFromReferenceErrorCount
in interfaceBlobStoreStatsMBean
-
getGetRecordForIdCount
public long getGetRecordForIdCount()
- Specified by:
getGetRecordForIdCount
in interfaceBlobStoreStatsMBean
-
getGetRecordForIdErrorCount
public long getGetRecordForIdErrorCount()
- Specified by:
getGetRecordForIdErrorCount
in interfaceBlobStoreStatsMBean
-
getGetAllRecordsCount
public long getGetAllRecordsCount()
- Specified by:
getGetAllRecordsCount
in interfaceBlobStoreStatsMBean
-
getListIdsCount
public long getListIdsCount()
- Specified by:
getListIdsCount
in interfaceBlobStoreStatsMBean
-
getListIdsErrorCount
public long getListIdsErrorCount()
- Specified by:
getListIdsErrorCount
in interfaceBlobStoreStatsMBean
-
getAddMetadataRecordCount
public long getAddMetadataRecordCount()
- Specified by:
getAddMetadataRecordCount
in interfaceBlobStoreStatsMBean
-
getAddMetadataRecordErrorCount
public long getAddMetadataRecordErrorCount()
- Specified by:
getAddMetadataRecordErrorCount
in interfaceBlobStoreStatsMBean
-
getGetMetadataRecordCount
public long getGetMetadataRecordCount()
- Specified by:
getGetMetadataRecordCount
in interfaceBlobStoreStatsMBean
-
getGetMetadataRecordErrorCount
public long getGetMetadataRecordErrorCount()
- Specified by:
getGetMetadataRecordErrorCount
in interfaceBlobStoreStatsMBean
-
getGetAllMetadataRecordsCount
public long getGetAllMetadataRecordsCount()
- Specified by:
getGetAllMetadataRecordsCount
in interfaceBlobStoreStatsMBean
-
getGetAllMetadataRecordsErrorCount
public long getGetAllMetadataRecordsErrorCount()
- Specified by:
getGetAllMetadataRecordsErrorCount
in interfaceBlobStoreStatsMBean
-
getMetadataRecordExistsCount
public long getMetadataRecordExistsCount()
- Specified by:
getMetadataRecordExistsCount
in interfaceBlobStoreStatsMBean
-
getMetadataRecordExistsErrorCount
public long getMetadataRecordExistsErrorCount()
- Specified by:
getMetadataRecordExistsErrorCount
in interfaceBlobStoreStatsMBean
-
getDeleteMetadataRecordCount
public long getDeleteMetadataRecordCount()
- Specified by:
getDeleteMetadataRecordCount
in interfaceBlobStoreStatsMBean
-
getDeleteMetadataRecordErrorCount
public long getDeleteMetadataRecordErrorCount()
- Specified by:
getDeleteMetadataRecordErrorCount
in interfaceBlobStoreStatsMBean
-
getDeleteAllMetadataRecordsCount
public long getDeleteAllMetadataRecordsCount()
- Specified by:
getDeleteAllMetadataRecordsCount
in interfaceBlobStoreStatsMBean
-
getDeleteAllMetadataRecordsErrorCount
public long getDeleteAllMetadataRecordsErrorCount()
- Specified by:
getDeleteAllMetadataRecordsErrorCount
in interfaceBlobStoreStatsMBean
-
getInitBlobUploadCount
public long getInitBlobUploadCount()
- Specified by:
getInitBlobUploadCount
in interfaceBlobStoreStatsMBean
-
getInitBlobUploadErrorCount
public long getInitBlobUploadErrorCount()
- Specified by:
getInitBlobUploadErrorCount
in interfaceBlobStoreStatsMBean
-
getCompleteBlobUploadCount
public long getCompleteBlobUploadCount()
- Specified by:
getCompleteBlobUploadCount
in interfaceBlobStoreStatsMBean
-
getCompleteBlobUploadErrorCount
public long getCompleteBlobUploadErrorCount()
- Specified by:
getCompleteBlobUploadErrorCount
in interfaceBlobStoreStatsMBean
-
getGetBlobDownloadURICount
public long getGetBlobDownloadURICount()
- Specified by:
getGetBlobDownloadURICount
in interfaceBlobStoreStatsMBean
-
getGetBlobDownloadURIErrorCount
public long getGetBlobDownloadURIErrorCount()
- Specified by:
getGetBlobDownloadURIErrorCount
in interfaceBlobStoreStatsMBean
-
blobStoreInfoAsString
public java.lang.String blobStoreInfoAsString()
- Specified by:
blobStoreInfoAsString
in interfaceBlobStoreStatsMBean
-
getUploadSizeHistory
public javax.management.openmbean.CompositeData getUploadSizeHistory()
- Specified by:
getUploadSizeHistory
in interfaceBlobStoreStatsMBean
-
getUploadRateHistory
public javax.management.openmbean.CompositeData getUploadRateHistory()
- Specified by:
getUploadRateHistory
in interfaceBlobStoreStatsMBean
-
getUploadCountHistory
public javax.management.openmbean.CompositeData getUploadCountHistory()
- Specified by:
getUploadCountHistory
in interfaceBlobStoreStatsMBean
-
getUploadErrorCountHistory
public javax.management.openmbean.CompositeData getUploadErrorCountHistory()
- Specified by:
getUploadErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getDownloadSizeHistory
public javax.management.openmbean.CompositeData getDownloadSizeHistory()
- Specified by:
getDownloadSizeHistory
in interfaceBlobStoreStatsMBean
-
getDownloadRateHistory
public javax.management.openmbean.CompositeData getDownloadRateHistory()
- Specified by:
getDownloadRateHistory
in interfaceBlobStoreStatsMBean
-
getDownloadCountHistory
public javax.management.openmbean.CompositeData getDownloadCountHistory()
- Specified by:
getDownloadCountHistory
in interfaceBlobStoreStatsMBean
-
getDownloadErrorCountHistory
public javax.management.openmbean.CompositeData getDownloadErrorCountHistory()
- Specified by:
getDownloadErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getDeleteCountHistory
public javax.management.openmbean.CompositeData getDeleteCountHistory()
- Specified by:
getDeleteCountHistory
in interfaceBlobStoreStatsMBean
-
getDeleteTimeHistory
public javax.management.openmbean.CompositeData getDeleteTimeHistory()
- Specified by:
getDeleteTimeHistory
in interfaceBlobStoreStatsMBean
-
getDeleteErrorCountHistory
public javax.management.openmbean.CompositeData getDeleteErrorCountHistory()
- Specified by:
getDeleteErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getDeleteByDateCountHistory
public javax.management.openmbean.CompositeData getDeleteByDateCountHistory()
- Specified by:
getDeleteByDateCountHistory
in interfaceBlobStoreStatsMBean
-
getDeleteByDateTimeHistory
public javax.management.openmbean.CompositeData getDeleteByDateTimeHistory()
- Specified by:
getDeleteByDateTimeHistory
in interfaceBlobStoreStatsMBean
-
getDeleteByDateErrorCountHistory
public javax.management.openmbean.CompositeData getDeleteByDateErrorCountHistory()
- Specified by:
getDeleteByDateErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getAddRecordCountHistory
public javax.management.openmbean.CompositeData getAddRecordCountHistory()
- Specified by:
getAddRecordCountHistory
in interfaceBlobStoreStatsMBean
-
getAddRecordErrorCountHistory
public javax.management.openmbean.CompositeData getAddRecordErrorCountHistory()
- Specified by:
getAddRecordErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getAddRecordSizeHistory
public javax.management.openmbean.CompositeData getAddRecordSizeHistory()
- Specified by:
getAddRecordSizeHistory
in interfaceBlobStoreStatsMBean
-
getAddRecordRateHistory
public javax.management.openmbean.CompositeData getAddRecordRateHistory()
- Specified by:
getAddRecordRateHistory
in interfaceBlobStoreStatsMBean
-
getAddRecordErrorCount
public long getAddRecordErrorCount()
- Specified by:
getAddRecordErrorCount
in interfaceBlobStoreStatsMBean
-
getGetRecordCountHistory
public javax.management.openmbean.CompositeData getGetRecordCountHistory()
- Specified by:
getGetRecordCountHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordErrorCountHistory
public javax.management.openmbean.CompositeData getGetRecordErrorCountHistory()
- Specified by:
getGetRecordErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordTimeHistory
public javax.management.openmbean.CompositeData getGetRecordTimeHistory()
- Specified by:
getGetRecordTimeHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordSizeHistory
public javax.management.openmbean.CompositeData getGetRecordSizeHistory()
- Specified by:
getGetRecordSizeHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordRateHistory
public javax.management.openmbean.CompositeData getGetRecordRateHistory()
- Specified by:
getGetRecordRateHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredCountHistory
public javax.management.openmbean.CompositeData getGetRecordIfStoredCountHistory()
- Specified by:
getGetRecordIfStoredCountHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredErrorCountHistory
public javax.management.openmbean.CompositeData getGetRecordIfStoredErrorCountHistory()
- Specified by:
getGetRecordIfStoredErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredTimeHistory
public javax.management.openmbean.CompositeData getGetRecordIfStoredTimeHistory()
- Specified by:
getGetRecordIfStoredTimeHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredSizeHistory
public javax.management.openmbean.CompositeData getGetRecordIfStoredSizeHistory()
- Specified by:
getGetRecordIfStoredSizeHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordIfStoredRateHistory
public javax.management.openmbean.CompositeData getGetRecordIfStoredRateHistory()
- Specified by:
getGetRecordIfStoredRateHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceCountHistory
public javax.management.openmbean.CompositeData getGetRecordFromReferenceCountHistory()
- Specified by:
getGetRecordFromReferenceCountHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceErrorCountHistory
public javax.management.openmbean.CompositeData getGetRecordFromReferenceErrorCountHistory()
- Specified by:
getGetRecordFromReferenceErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceTimeHistory
public javax.management.openmbean.CompositeData getGetRecordFromReferenceTimeHistory()
- Specified by:
getGetRecordFromReferenceTimeHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceSizeHistory
public javax.management.openmbean.CompositeData getGetRecordFromReferenceSizeHistory()
- Specified by:
getGetRecordFromReferenceSizeHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordFromReferenceRateHistory
public javax.management.openmbean.CompositeData getGetRecordFromReferenceRateHistory()
- Specified by:
getGetRecordFromReferenceRateHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordForIdCountHistory
public javax.management.openmbean.CompositeData getGetRecordForIdCountHistory()
- Specified by:
getGetRecordForIdCountHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordForIdErrorCountHistory
public javax.management.openmbean.CompositeData getGetRecordForIdErrorCountHistory()
- Specified by:
getGetRecordForIdErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordForIdTimeHistory
public javax.management.openmbean.CompositeData getGetRecordForIdTimeHistory()
- Specified by:
getGetRecordForIdTimeHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordForIdSizeHistory
public javax.management.openmbean.CompositeData getGetRecordForIdSizeHistory()
- Specified by:
getGetRecordForIdSizeHistory
in interfaceBlobStoreStatsMBean
-
getGetRecordForIdRateHistory
public javax.management.openmbean.CompositeData getGetRecordForIdRateHistory()
- Specified by:
getGetRecordForIdRateHistory
in interfaceBlobStoreStatsMBean
-
getGetAllRecordsCountHistory
public javax.management.openmbean.CompositeData getGetAllRecordsCountHistory()
- Specified by:
getGetAllRecordsCountHistory
in interfaceBlobStoreStatsMBean
-
getGetAllRecordsTimeHistory
public javax.management.openmbean.CompositeData getGetAllRecordsTimeHistory()
- Specified by:
getGetAllRecordsTimeHistory
in interfaceBlobStoreStatsMBean
-
getListIdsCountHistory
public javax.management.openmbean.CompositeData getListIdsCountHistory()
- Specified by:
getListIdsCountHistory
in interfaceBlobStoreStatsMBean
-
getListIdsTimeHistory
public javax.management.openmbean.CompositeData getListIdsTimeHistory()
- Specified by:
getListIdsTimeHistory
in interfaceBlobStoreStatsMBean
-
getListIdsErrorCountHistory
public javax.management.openmbean.CompositeData getListIdsErrorCountHistory()
- Specified by:
getListIdsErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getAddMetadataRecordCountHistory
public javax.management.openmbean.CompositeData getAddMetadataRecordCountHistory()
- Specified by:
getAddMetadataRecordCountHistory
in interfaceBlobStoreStatsMBean
-
getAddMetadataRecordTimeHistory
public javax.management.openmbean.CompositeData getAddMetadataRecordTimeHistory()
- Specified by:
getAddMetadataRecordTimeHistory
in interfaceBlobStoreStatsMBean
-
getAddMetadataRecordErrorCountHistory
public javax.management.openmbean.CompositeData getAddMetadataRecordErrorCountHistory()
- Specified by:
getAddMetadataRecordErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getGetMetadataRecordCountHistory
public javax.management.openmbean.CompositeData getGetMetadataRecordCountHistory()
- Specified by:
getGetMetadataRecordCountHistory
in interfaceBlobStoreStatsMBean
-
getGetMetadataRecordTimeHistory
public javax.management.openmbean.CompositeData getGetMetadataRecordTimeHistory()
- Specified by:
getGetMetadataRecordTimeHistory
in interfaceBlobStoreStatsMBean
-
getGetMetadataRecordErrorCountHistory
public javax.management.openmbean.CompositeData getGetMetadataRecordErrorCountHistory()
- Specified by:
getGetMetadataRecordErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getGetAllMetadataRecordsCountHistory
public javax.management.openmbean.CompositeData getGetAllMetadataRecordsCountHistory()
- Specified by:
getGetAllMetadataRecordsCountHistory
in interfaceBlobStoreStatsMBean
-
getGetAllMetadataRecordsTimeHistory
public javax.management.openmbean.CompositeData getGetAllMetadataRecordsTimeHistory()
- Specified by:
getGetAllMetadataRecordsTimeHistory
in interfaceBlobStoreStatsMBean
-
getGetAllMetadataRecordsErrorCountHistory
public javax.management.openmbean.CompositeData getGetAllMetadataRecordsErrorCountHistory()
- Specified by:
getGetAllMetadataRecordsErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getMetadataRecordExistsCountHistory
public javax.management.openmbean.CompositeData getMetadataRecordExistsCountHistory()
- Specified by:
getMetadataRecordExistsCountHistory
in interfaceBlobStoreStatsMBean
-
getMetadataRecordExistsTimeHistory
public javax.management.openmbean.CompositeData getMetadataRecordExistsTimeHistory()
- Specified by:
getMetadataRecordExistsTimeHistory
in interfaceBlobStoreStatsMBean
-
getMetadataRecordExistsErrorCountHistory
public javax.management.openmbean.CompositeData getMetadataRecordExistsErrorCountHistory()
- Specified by:
getMetadataRecordExistsErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getDeleteMetadataRecordCountHistory
public javax.management.openmbean.CompositeData getDeleteMetadataRecordCountHistory()
- Specified by:
getDeleteMetadataRecordCountHistory
in interfaceBlobStoreStatsMBean
-
getDeleteMetadataRecordTimeHistory
public javax.management.openmbean.CompositeData getDeleteMetadataRecordTimeHistory()
- Specified by:
getDeleteMetadataRecordTimeHistory
in interfaceBlobStoreStatsMBean
-
getDeleteMetadataRecordErrorCountHistory
public javax.management.openmbean.CompositeData getDeleteMetadataRecordErrorCountHistory()
- Specified by:
getDeleteMetadataRecordErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getDeleteAllMetadataRecordsCountHistory
public javax.management.openmbean.CompositeData getDeleteAllMetadataRecordsCountHistory()
- Specified by:
getDeleteAllMetadataRecordsCountHistory
in interfaceBlobStoreStatsMBean
-
getDeleteAllMetadataRecordsTimeHistory
public javax.management.openmbean.CompositeData getDeleteAllMetadataRecordsTimeHistory()
- Specified by:
getDeleteAllMetadataRecordsTimeHistory
in interfaceBlobStoreStatsMBean
-
getDeleteAllMetadataRecordsErrorCountHistory
public javax.management.openmbean.CompositeData getDeleteAllMetadataRecordsErrorCountHistory()
- Specified by:
getDeleteAllMetadataRecordsErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getInitBlobUploadCountHistory
public javax.management.openmbean.CompositeData getInitBlobUploadCountHistory()
- Specified by:
getInitBlobUploadCountHistory
in interfaceBlobStoreStatsMBean
-
getInitBlobUploadTimeHistory
public javax.management.openmbean.CompositeData getInitBlobUploadTimeHistory()
- Specified by:
getInitBlobUploadTimeHistory
in interfaceBlobStoreStatsMBean
-
getInitBlobUploadErrorCountHistory
public javax.management.openmbean.CompositeData getInitBlobUploadErrorCountHistory()
- Specified by:
getInitBlobUploadErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getCompleteBlobUploadCountHistory
public javax.management.openmbean.CompositeData getCompleteBlobUploadCountHistory()
- Specified by:
getCompleteBlobUploadCountHistory
in interfaceBlobStoreStatsMBean
-
getCompleteBlobUploadTimeHistory
public javax.management.openmbean.CompositeData getCompleteBlobUploadTimeHistory()
- Specified by:
getCompleteBlobUploadTimeHistory
in interfaceBlobStoreStatsMBean
-
getCompleteBlobUploadErrorCountHistory
public javax.management.openmbean.CompositeData getCompleteBlobUploadErrorCountHistory()
- Specified by:
getCompleteBlobUploadErrorCountHistory
in interfaceBlobStoreStatsMBean
-
getGetBlobDownloadURICountHistory
public javax.management.openmbean.CompositeData getGetBlobDownloadURICountHistory()
- Specified by:
getGetBlobDownloadURICountHistory
in interfaceBlobStoreStatsMBean
-
getGetBlobDownloadURITimeHistory
public javax.management.openmbean.CompositeData getGetBlobDownloadURITimeHistory()
- Specified by:
getGetBlobDownloadURITimeHistory
in interfaceBlobStoreStatsMBean
-
getGetBlobDownloadURIErrorCountHistory
public javax.management.openmbean.CompositeData getGetBlobDownloadURIErrorCountHistory()
- Specified by:
getGetBlobDownloadURIErrorCountHistory
in interfaceBlobStoreStatsMBean
-
-