|
||||||||||
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 |
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 |
ConfigurationService.instrument(Instrumentation instr)
Instruments the configuration service. |
void |
CallableQueueService.instrument(Instrumentation instr)
Instruments the callable queue service. |
void |
XLogService.instrument(Instrumentation instr)
Instruments the log service. |
void |
MemoryLocksService.instrument(Instrumentation instr)
Instruments the memory locks service. |
void |
DBLiteWorkflowStoreService.instrument(Instrumentation instr)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |