Interface CopyOnReadStatsMBean
-
- All Known Implementing Classes:
IndexCopier
@ProviderType public interface CopyOnReadStatsMBeanStatistics for the copy-on-read mechanism.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCopyInProgressCount()java.lang.String[]getCopyInProgressDetails()java.lang.StringgetCopyInProgressSize()intgetDeletedFilesCount()intgetDownloadCount()java.lang.StringgetDownloadSize()longgetDownloadTime()java.lang.StringgetGarbageCollectedSize()java.lang.String[]getGarbageDetails()java.lang.StringgetGarbageSize()javax.management.openmbean.TabularDatagetIndexPathMapping()longgetLocalIndexDirSize()java.lang.StringgetLocalIndexSize()intgetMaxCopyInProgressCount()intgetMaxScheduledForCopyCount()intgetReaderLocalReadCount()intgetReaderRemoteReadCount()intgetScheduledForCopyCount()java.lang.StringgetSkippedFromUploadSize()intgetUploadCount()java.lang.StringgetUploadSize()longgetUploadTime()intgetWriterLocalReadCount()intgetWriterRemoteReadCount()booleanisPrefetchEnabled()
-
-
-
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()
-
-