Interface CopyOnReadStatsMBean
-
- All Known Implementing Classes:
IndexCopier
@ProviderType public interface CopyOnReadStatsMBean
Statistics for the copy-on-read mechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCopyInProgressCount()
String[]
getCopyInProgressDetails()
String
getCopyInProgressSize()
int
getDeletedFilesCount()
int
getDownloadCount()
String
getDownloadSize()
long
getDownloadTime()
String
getGarbageCollectedSize()
String[]
getGarbageDetails()
String
getGarbageSize()
TabularData
getIndexPathMapping()
long
getLocalIndexDirSize()
String
getLocalIndexSize()
int
getMaxCopyInProgressCount()
int
getMaxScheduledForCopyCount()
int
getReaderLocalReadCount()
int
getReaderRemoteReadCount()
int
getScheduledForCopyCount()
String
getSkippedFromUploadSize()
int
getUploadCount()
String
getUploadSize()
long
getUploadTime()
int
getWriterLocalReadCount()
int
getWriterRemoteReadCount()
boolean
isPrefetchEnabled()
-
-
-
Field Detail
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getIndexPathMapping
TabularData getIndexPathMapping()
-
isPrefetchEnabled
boolean isPrefetchEnabled()
-
getReaderLocalReadCount
int getReaderLocalReadCount()
-
getReaderRemoteReadCount
int getReaderRemoteReadCount()
-
getWriterLocalReadCount
int getWriterLocalReadCount()
-
getWriterRemoteReadCount
int getWriterRemoteReadCount()
-
getScheduledForCopyCount
int getScheduledForCopyCount()
-
getCopyInProgressCount
int getCopyInProgressCount()
-
getMaxCopyInProgressCount
int getMaxCopyInProgressCount()
-
getMaxScheduledForCopyCount
int getMaxScheduledForCopyCount()
-
getCopyInProgressSize
String getCopyInProgressSize()
-
getCopyInProgressDetails
String[] getCopyInProgressDetails()
-
getDownloadSize
String getDownloadSize()
-
getDownloadTime
long getDownloadTime()
-
getDownloadCount
int getDownloadCount()
-
getUploadSize
String getUploadSize()
-
getUploadTime
long getUploadTime()
-
getUploadCount
int getUploadCount()
-
getLocalIndexSize
String getLocalIndexSize()
-
getLocalIndexDirSize
long getLocalIndexDirSize()
-
getGarbageDetails
String[] getGarbageDetails()
-
getGarbageSize
String getGarbageSize()
-
getDeletedFilesCount
int getDeletedFilesCount()
-
getGarbageCollectedSize
String getGarbageCollectedSize()
-
getSkippedFromUploadSize
String getSkippedFromUploadSize()
-
-