| Package | Description | 
|---|---|
| org.apache.reef.util.logging | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LoggingScopeImpl
Log time and duration for a scope 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LoggingScope | 
LoggingScopeFactory.activeContextReceived(String contextId)
This is to measure the time in calling activeContext handler 
 | 
LoggingScope | 
LoggingScopeFactory.closedContext(String contextId)
This is to measure the time in calling closedContext handler 
 | 
LoggingScope | 
LoggingScopeFactory.contextMessageReceived(String msg)
This is to measure the time in calling contextMessageReceivedHandler 
 | 
LoggingScope | 
LoggingScopeFactory.driverRestart(StartTime startTime)
This is to measure the time in calling driverRestartHandler 
 | 
LoggingScope | 
LoggingScopeFactory.driverRestartActiveContextReceived(String contextId)
This is to measure the time in calling driverRestartActiveContextReceivedHandler 
 | 
LoggingScope | 
LoggingScopeFactory.driverRestartCompleted(long timeStamp)
This is to measure the time in calling driverRestartCompletedHandler 
 | 
LoggingScope | 
LoggingScopeFactory.driverRestartRunningTask(String taskId)
This is to measure the time in calling driverRestartRunningTaskHandler 
 | 
LoggingScope | 
LoggingScopeFactory.driverStart(StartTime startTime)
The method is to measure the time used to start the driver. 
 | 
LoggingScope | 
LoggingScopeFactory.driverStop(long timeStamp)
The method is to measure the time used to stop the driver. 
 | 
LoggingScope | 
LoggingScopeFactory.driverSubmit(Boolean submitDriver)
This is to measure the time to submit a driver 
 | 
LoggingScope | 
LoggingScopeFactory.evaluatorAllocated(String evaluatorId)
This is to measure the time on evaluatorAllocated handler 
 | 
LoggingScope | 
LoggingScopeFactory.evaluatorCompleted(String evaluatorId)
This is to measure the time in calling evaluatorCompleted handler 
 | 
LoggingScope | 
LoggingScopeFactory.evaluatorFailed(String evaluatorId)
This is to measure the time in calling evaluatorFailed handler 
 | 
LoggingScope | 
LoggingScopeFactory.evaluatorLaunch(String evaluatorId)
This is to measure the time to launch an evaluator 
 | 
LoggingScope | 
LoggingScopeFactory.evaluatorRequestorPassToCs()
The method is to measure the time used to pass EvaluatorRequestor from Java to .Net. 
 | 
LoggingScope | 
LoggingScopeFactory.evaluatorRequestSubmitToJavaDriver(int evaluatorsNumber)
The method is to measure the time used to submit Evaluator request from CLR to Java driver. 
 | 
LoggingScope | 
LoggingScopeFactory.evaluatorSubmit(int evaluatorNumber)
The method is to measure the time used to submit a Evaluator request at java side 
 | 
static LoggingScope | 
LoggingScopeFactory.getNewLoggingScope(Level logLevel,
                                    String msg)
Get a new instance of LoggingScope with specified log level 
 | 
LoggingScope | 
LoggingScopeFactory.getNewLoggingScope(String msg)
Get a new instance of LoggingScope with injected LoggingScopeFactory instance 
 | 
LoggingScope | 
LoggingScopeFactory.getNewLoggingScope(String msg,
                                    Object[] params)
Get a new instance of LoggingScope with msg and params through new 
 | 
LoggingScope | 
LoggingScopeFactory.httpRequest(String uri)
This is to measure the time in handling a http request 
 | 
LoggingScope | 
LoggingScopeFactory.httpServer()
This is to measure the time used to create HttpServer 
 | 
LoggingScope | 
LoggingScopeFactory.localJobSubmission()
This is to measure the time for a job submission 
 | 
LoggingScope | 
LoggingScopeFactory.reefSubmit()
This is to measure the time to call Reef.Submit 
 | 
LoggingScope | 
LoggingScopeFactory.setupBridge()
The method is to measure the time used to set up Java CRL bridge. 
 | 
LoggingScope | 
LoggingScopeFactory.taskCompleted(String taskId)
This is to measure the time in calling taskCompletedHandler 
 | 
LoggingScope | 
LoggingScopeFactory.taskMessageReceived(String msg)
This is to measure the time in calling taskMessageReceivedHandler 
 | 
LoggingScope | 
LoggingScopeFactory.taskRunning(String taskId)
This is to measure the time in calling runningTaskHandler 
 | 
LoggingScope | 
LoggingScopeFactory.taskSuspended(String taskId)
This is to measure the time in calling taskSuspendedHandler 
 | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.