Uses of Class
org.apache.oozie.util.Instrumentation

Packages that use Instrumentation
org.apache.oozie.command   
org.apache.oozie.service   
org.apache.oozie.util   
 

Uses of Instrumentation in org.apache.oozie.command
 

Fields in org.apache.oozie.command declared as Instrumentation
protected  Instrumentation Command.instrumentation
           
 

Methods in org.apache.oozie.command that return Instrumentation
protected  Instrumentation Command.getInstrumentation()
          Return the Instrumentation instance in use.
 

Uses of Instrumentation in org.apache.oozie.service
 

Methods in org.apache.oozie.service that return Instrumentation
 Instrumentation InstrumentationService.get()
          Return the instrumentation instance used by the service.
 

Methods in org.apache.oozie.service with parameters of type Instrumentation
 void DBLiteWorkflowStoreService.instrument(Instrumentation instr)
           
 void XLogService.instrument(Instrumentation instr)
          Instruments the log service.
 void CallableQueueService.instrument(Instrumentation instr)
          Instruments the callable queue service.
 void ConfigurationService.instrument(Instrumentation instr)
          Instruments the configuration service.
 void MemoryLocksService.instrument(Instrumentation instr)
          Instruments the memory locks service.
 

Uses of Instrumentation in org.apache.oozie.util
 

Methods in org.apache.oozie.util with parameters of type Instrumentation
 void Instrumentable.instrument(Instrumentation instr)
          Set the system instrumentation.
 



Copyright © 2013 Yahoo. All Rights Reserved.