Package | Description |
---|---|
org.apache.oozie.command | |
org.apache.oozie.service | |
org.apache.oozie.servlet | |
org.apache.oozie.util |
Modifier and Type | Field and Description |
---|---|
protected Instrumentation |
XCommand.instrumentation |
Modifier and Type | Method and Description |
---|---|
protected Instrumentation |
XCommand.getInstrumentation()
Return the
Instrumentation instance in use. |
Modifier and Type | Field and Description |
---|---|
protected static Instrumentation |
InstrumentationService.instrumentation |
Modifier and Type | Method and Description |
---|---|
Instrumentation |
InstrumentationService.get()
Return the instrumentation instance used by the service.
|
Modifier and Type | Method and Description |
---|---|
void |
ZKXLogStreamingService.instrument(Instrumentation instr)
Instruments the log streaming service.
|
void |
ZKLocksService.instrument(Instrumentation instr)
Instruments the zookeeper locks service.
|
void |
ZKJobsConcurrencyService.instrument(Instrumentation instr)
Instruments the zk jobs concurrency service.
|
void |
XLogStreamingService.instrument(Instrumentation instr)
Instruments the log streaming service.
|
void |
XLogService.instrument(Instrumentation instr)
Instruments the log service.
|
void |
ShareLibService.instrument(Instrumentation instr)
Instruments the log service.
|
void |
SchemaCheckerService.instrument(Instrumentation instr) |
void |
MemoryLocksService.instrument(Instrumentation instr)
Instruments the memory locks service.
|
void |
JPAService.instrument(Instrumentation instr) |
void |
JobsConcurrencyService.instrument(Instrumentation instr)
Instruments the jobs concurrency service.
|
void |
DBLiteWorkflowStoreService.instrument(Instrumentation instr) |
void |
ConfigurationService.instrument(Instrumentation instr)
Instruments the configuration service.
|
void |
CallableQueueService.instrument(Instrumentation instr)
Instruments the callable queue service.
|
void |
ActionService.instrument(Instrumentation instr) |
Modifier and Type | Method and Description |
---|---|
protected void |
V2AdminServlet.sendInstrumentationResponse(javax.servlet.http.HttpServletResponse response,
Instrumentation instr) |
protected void |
BaseAdminServlet.sendInstrumentationResponse(javax.servlet.http.HttpServletResponse response,
Instrumentation instr) |
Modifier and Type | Class and Description |
---|---|
class |
MetricsInstrumentation
Instrumentation framework that is mostly compatible with
Instrumentation but is backed by Codahale Metrics. |
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 © 2018 Apache Software Foundation. All rights reserved.