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