Interface RevisionGCStatsMBean


public interface RevisionGCStatsMBean
MBean exposing DocumentNodeStore revision garbage collection statistics.
  • Field Details

  • Method Details

    • getReadDocCount

      long getReadDocCount()
    • getDeletedDocCount

      long getDeletedDocCount()
    • getDeletedLeafDocCount

      long getDeletedLeafDocCount()
    • getDeletedSplitDocCount

      long getDeletedSplitDocCount()
    • getDeletedIntSplitDocCount

      long getDeletedIntSplitDocCount()
    • getResetDeletedFlagCount

      long getResetDeletedFlagCount()
    • getReadDocHistory

      CompositeData getReadDocHistory()
    • getDeletedDocHistory

      CompositeData getDeletedDocHistory()
    • getDeletedLeafDocHistory

      CompositeData getDeletedLeafDocHistory()
    • getDeletedSplitDocHistory

      CompositeData getDeletedSplitDocHistory()
    • getDeletedIntSplitDocHistory

      CompositeData getDeletedIntSplitDocHistory()
    • getResetDeletedFlagHistory

      CompositeData getResetDeletedFlagHistory()