Interface FileStoreStatsMBean

  • All Known Implementing Classes:
    FileStoreStats

    public interface FileStoreStatsMBean
    • Method Detail

      • getApproximateSize

        long getApproximateSize()
      • getTarFileCount

        int getTarFileCount()
        Returns:
        the number of tar files in the segment store
      • getSegmentCount

        int getSegmentCount()
        Returns:
        the number of segments in the segment store
      • getWriteStats

        javax.management.openmbean.CompositeData getWriteStats()
        Returns:
        time series of the writes to repository
      • getRepositorySize

        javax.management.openmbean.CompositeData getRepositorySize()
        Returns:
        time series of the writes to repository
      • fileStoreInfoAsString

        java.lang.String fileStoreInfoAsString()
      • getJournalWriteStatsAsCount

        long getJournalWriteStatsAsCount()
        Returns:
        count of the writes to journal
      • getJournalWriteStatsAsCompositeData

        javax.management.openmbean.CompositeData getJournalWriteStatsAsCompositeData()
        Returns:
        time series of the writes to journal