Interface RevisionGCStatsMBean
public interface RevisionGCStatsMBean
MBean exposing DocumentNodeStore revision garbage collection statistics.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
long
long
-
Field Details
-
TYPE
- See Also:
-
-
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()
-