Interface RevisionGCStatsMBean
-
public interface RevisionGCStatsMBeanMBean exposing DocumentNodeStore revision garbage collection statistics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDeletedDocCount()CompositeDatagetDeletedDocHistory()longgetDeletedIntSplitDocCount()CompositeDatagetDeletedIntSplitDocHistory()longgetDeletedLeafDocCount()CompositeDatagetDeletedLeafDocHistory()longgetDeletedSplitDocCount()CompositeDatagetDeletedSplitDocHistory()longgetReadDocCount()CompositeDatagetReadDocHistory()longgetResetDeletedFlagCount()CompositeDatagetResetDeletedFlagHistory()
-
-
-
Field Detail
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
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()
-
-