Package | Description |
---|---|
org.apache.oozie.command | |
org.apache.oozie.service | |
org.apache.oozie.util |
Modifier and Type | Field and Description |
---|---|
protected Instrumentation |
XCommand.instrumentation |
protected Instrumentation |
Command.instrumentation |
Modifier and Type | Method and Description |
---|---|
protected Instrumentation |
XCommand.getInstrumentation()
Return the
Instrumentation instance in use. |
protected Instrumentation |
Command.getInstrumentation()
Return the
Instrumentation instance in use. |
Modifier and Type | Method and Description |
---|---|
Instrumentation |
InstrumentationService.get()
Return the instrumentation instance used by the service.
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryLocksService.instrument(Instrumentation instr)
Instruments the memory locks service.
|
void |
JPAService.instrument(Instrumentation instr) |
void |
CallableQueueService.instrument(Instrumentation instr)
Instruments the callable queue service.
|
void |
XLogService.instrument(Instrumentation instr)
Instruments the log service.
|
void |
ConfigurationService.instrument(Instrumentation instr)
Instruments the configuration service.
|
void |
DBLiteWorkflowStoreService.instrument(Instrumentation instr) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015 Apache Software Foundation. All Rights Reserved.