Interface CopyOnReadStatsMBean

All Known Implementing Classes:
IndexCopier

@ProviderType public interface CopyOnReadStatsMBean
Statistics for the copy-on-read mechanism.
  • Field Details

  • Method Details

    • getIndexPathMapping

      TabularData getIndexPathMapping()
    • isPrefetchEnabled

      boolean isPrefetchEnabled()
    • getReaderLocalReadCount

      int getReaderLocalReadCount()
    • getReaderRemoteReadCount

      int getReaderRemoteReadCount()
    • getWriterLocalReadCount

      int getWriterLocalReadCount()
    • getWriterRemoteReadCount

      int getWriterRemoteReadCount()
    • getScheduledForCopyCount

      int getScheduledForCopyCount()
    • getCopyInProgressCount

      int getCopyInProgressCount()
    • getMaxCopyInProgressCount

      int getMaxCopyInProgressCount()
    • getMaxScheduledForCopyCount

      int getMaxScheduledForCopyCount()
    • getCopyInProgressSize

      String getCopyInProgressSize()
    • getCopyInProgressDetails

      String[] getCopyInProgressDetails()
    • getDownloadSize

      String getDownloadSize()
    • getDownloadTime

      long getDownloadTime()
    • getDownloadCount

      int getDownloadCount()
    • getUploadSize

      String getUploadSize()
    • getUploadTime

      long getUploadTime()
    • getUploadCount

      int getUploadCount()
    • getLocalIndexSize

      String getLocalIndexSize()
    • getLocalIndexDirSize

      long getLocalIndexDirSize()
    • getGarbageDetails

      String[] getGarbageDetails()
    • getGarbageSize

      String getGarbageSize()
    • getDeletedFilesCount

      int getDeletedFilesCount()
    • getGarbageCollectedSize

      String getGarbageCollectedSize()
    • getSkippedFromUploadSize

      String getSkippedFromUploadSize()