Uses of Interface
org.wso2.diagnostics.actionexecutor.ActionExecutor
-
Packages that use ActionExecutor Package Description org.wso2.diagnostics.actionexecutor org.wso2.diagnostics.watchers.logwatcher -
-
Uses of ActionExecutor in org.wso2.diagnostics.actionexecutor
Classes in org.wso2.diagnostics.actionexecutor that implement ActionExecutor Modifier and Type Class Description classMemoryDumperMemoryDumper class is used to do Heap dump for given process.classMetricsSnapshotclassNetstatClass used to execute netstat command.classOpenFileFinderClass used to execute lsof command.classServerInfoclassThreadDumperClass used to take threadDumps at given time intervals.Methods in org.wso2.diagnostics.actionexecutor that return ActionExecutor Modifier and Type Method Description static ActionExecutorActionExecutorFactory. getActionExecutor(String executorType)This Method used to create Executor objects. -
Uses of ActionExecutor in org.wso2.diagnostics.watchers.logwatcher
Constructor parameters in org.wso2.diagnostics.watchers.logwatcher with type arguments of type ActionExecutor Constructor Description Interpreter(Map<String,ActionExecutor> actionExecutorMap, Map<String,String[]> regexMap, Map<String,Integer> regexPatternReloadTime)
-