Interface CopyOnReadStatsMBean

  • All Known Implementing Classes:
    IndexCopier

    @ProviderType
    public interface CopyOnReadStatsMBean
    Statistics for the copy-on-read mechanism.
    • Method Detail

      • getIndexPathMapping

        javax.management.openmbean.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

        java.lang.String getCopyInProgressSize()
      • getCopyInProgressDetails

        java.lang.String[] getCopyInProgressDetails()
      • getDownloadSize

        java.lang.String getDownloadSize()
      • getDownloadTime

        long getDownloadTime()
      • getDownloadCount

        int getDownloadCount()
      • getUploadSize

        java.lang.String getUploadSize()
      • getUploadTime

        long getUploadTime()
      • getUploadCount

        int getUploadCount()
      • getLocalIndexSize

        java.lang.String getLocalIndexSize()
      • getLocalIndexDirSize

        long getLocalIndexDirSize()
      • getGarbageDetails

        java.lang.String[] getGarbageDetails()
      • getGarbageSize

        java.lang.String getGarbageSize()
      • getDeletedFilesCount

        int getDeletedFilesCount()
      • getGarbageCollectedSize

        java.lang.String getGarbageCollectedSize()
      • getSkippedFromUploadSize

        java.lang.String getSkippedFromUploadSize()