Interface FileStoreStatsMBean
-
- All Known Implementing Classes:
FileStoreStats
public interface FileStoreStatsMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
fileStoreInfoAsString()
long
getApproximateSize()
CompositeData
getJournalWriteStatsAsCompositeData()
long
getJournalWriteStatsAsCount()
CompositeData
getRepositorySize()
int
getSegmentCount()
int
getTarFileCount()
CompositeData
getWriteStats()
-
-
-
Field Detail
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
-
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
CompositeData getWriteStats()
- Returns:
- time series of the writes to repository
-
getRepositorySize
CompositeData getRepositorySize()
- Returns:
- time series of the writes to repository
-
fileStoreInfoAsString
String fileStoreInfoAsString()
-
getJournalWriteStatsAsCount
long getJournalWriteStatsAsCount()
- Returns:
- count of the writes to journal
-
getJournalWriteStatsAsCompositeData
CompositeData getJournalWriteStatsAsCompositeData()
- Returns:
- time series of the writes to journal
-
-