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 intgetCopyInProgressCount()String[]getCopyInProgressDetails()StringgetCopyInProgressSize()intgetDeletedFilesCount()intgetDownloadCount()StringgetDownloadSize()longgetDownloadTime()StringgetGarbageCollectedSize()String[]getGarbageDetails()StringgetGarbageSize()TabularDatagetIndexPathMapping()longgetLocalIndexDirSize()StringgetLocalIndexSize()intgetMaxCopyInProgressCount()intgetMaxScheduledForCopyCount()intgetReaderLocalReadCount()intgetReaderRemoteReadCount()intgetScheduledForCopyCount()StringgetSkippedFromUploadSize()intgetUploadCount()StringgetUploadSize()longgetUploadTime()intgetWriterLocalReadCount()intgetWriterRemoteReadCount()booleanisPrefetchEnabled()
-
-
-
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()
-
-