Class ExceptionMeterNames
java.lang.Object
org.apache.storm.daemon.logviewer.utils.ExceptionMeterNames
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidregisterMeters(StormMetricsRegistry registry) It may be helpful to register these meters up front, so they are output even if their values are zero.
- 
Field Details- 
NUM_FILE_OPEN_EXCEPTIONS- See Also:
 
- 
NUM_FILE_READ_EXCEPTIONS- See Also:
 
- 
NUM_FILE_REMOVAL_EXCEPTIONS- See Also:
 
- 
NUM_FILE_DOWNLOAD_EXCEPTIONS- See Also:
 
- 
NUM_SET_PERMISSION_EXCEPTIONS- See Also:
 
- 
NUM_CLEANUP_EXCEPTIONS- See Also:
 
- 
NUM_READ_LOG_EXCEPTIONS- See Also:
 
- 
NUM_READ_DAEMON_LOG_EXCEPTIONS- See Also:
 
- 
NUM_LIST_LOG_EXCEPTIONS- See Also:
 
- 
NUM_LIST_DUMP_EXCEPTIONS- See Also:
 
- 
NUM_DOWNLOAD_DUMP_EXCEPTIONS- See Also:
 
- 
NUM_DOWNLOAD_LOG_EXCEPTIONS- See Also:
 
- 
NUM_DOWNLOAD_DAEMON_LOG_EXCEPTIONS- See Also:
 
- 
NUM_SEARCH_EXCEPTIONS- See Also:
 
 
- 
- 
Constructor Details- 
ExceptionMeterNamespublic ExceptionMeterNames()
 
- 
- 
Method Details- 
registerMetersIt may be helpful to register these meters up front, so they are output even if their values are zero.- Parameters:
- registry- The metrics registry.
 
 
-