Interface RevisionGCStatsMBean
-
public interface RevisionGCStatsMBean
MBean exposing DocumentNodeStore revision garbage collection statistics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDeletedDocCount()
CompositeData
getDeletedDocHistory()
long
getDeletedIntSplitDocCount()
CompositeData
getDeletedIntSplitDocHistory()
long
getDeletedLeafDocCount()
CompositeData
getDeletedLeafDocHistory()
long
getDeletedSplitDocCount()
CompositeData
getDeletedSplitDocHistory()
long
getReadDocCount()
CompositeData
getReadDocHistory()
long
getResetDeletedFlagCount()
CompositeData
getResetDeletedFlagHistory()
-
-
-
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()
-
-