| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | 
XCommand.instrumentation
 | 
protected  Instrumentation | 
Command.instrumentation
 | 
| Methods in org.apache.oozie.command that return Instrumentation | |
|---|---|
protected  Instrumentation | 
XCommand.getInstrumentation()
Return the Instrumentation instance in use. | 
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 | 
XLogService.instrument(Instrumentation instr)
Instruments the log service.  | 
 void | 
MemoryLocksService.instrument(Instrumentation instr)
Instruments the memory locks service.  | 
 void | 
JPAService.instrument(Instrumentation instr)
 | 
 void | 
DBLiteWorkflowStoreService.instrument(Instrumentation instr)
 | 
 void | 
ConfigurationService.instrument(Instrumentation instr)
Instruments the configuration service.  | 
 void | 
CallableQueueService.instrument(Instrumentation instr)
Instruments the callable queue service.  | 
| Uses of Instrumentation in org.apache.oozie.util | 
|---|
| Methods in org.apache.oozie.util with parameters of type Instrumentation | |
|---|---|
static void | 
InstrumentUtils.incrCommandCounter(String name,
                                     int count,
                                     Instrumentation instrumentation)
Used to increment command counters.  | 
static void | 
InstrumentUtils.incrCounter(String group,
                       String name,
                       int count,
                       Instrumentation instrumentation)
Convenience method to increment counters.  | 
static void | 
InstrumentUtils.incrJobCounter(String name,
                             int count,
                             Instrumentation instrumentation)
Used to increment job counters.  | 
 void | 
Instrumentable.instrument(Instrumentation instr)
Set the system instrumentation.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||