Package | Description |
---|---|
com.endeca.infront.assembler.perf | |
com.endeca.infront.event | |
com.endeca.infront.perf | |
com.endeca.infront.perf.stats |
Modifier and Type | Method and Description |
---|---|
static void |
AssemblerPerfUtils.startEvent(Event event)
Deprecated.
As of release 11.0.
FOR INTERNAL ORACLE USE ONLY |
static void |
AssemblerPerfUtils.stopEvent(Event event)
Deprecated.
As of release 11.0.
FOR INTERNAL ORACLE USE ONLY |
Modifier and Type | Method and Description |
---|---|
void |
EventHandler.failed(Event event,
Map<String,Object> properties)
Used to indicate to the handler that a particular event has
finished with an error.
|
void |
EventHandler.started(Event event,
Map<String,Object> properties)
Used to indicate to the handler that a particular event has started.
|
void |
EventHandler.succeeded(Event event,
Map<String,Object> properties)
Used to indicate to the handler that a particular event has
finished successfully.
|
Modifier and Type | Method and Description |
---|---|
static <T> Event |
PerfUtil.start(Class<T> clazz,
String name)
Calls
PerfUtil.start(Class, String, String) with an empty description. |
static <T> Event |
PerfUtil.start(Class<T> clazz,
String name,
String description)
Computes an event name by combining the name of the given class with
the given name (separated by an underscore), and then calls
PerfUtil.start(String, String) . |
static Event |
PerfUtil.start(String name)
Calls
PerfUtil.start(String, String) with an empty description. |
static Event |
PerfUtil.start(String topic,
String description)
Called to start and return a new event.
|
Modifier and Type | Method and Description |
---|---|
void |
EventCounter.failed(Event event,
Map<String,Object> properties)
Increments the count of events that have finished
|
void |
EventCounter.started(Event event,
Map<String,Object> properties)
Empty implementation of
started() |
void |
EventCounter.succeeded(Event event,
Map<String,Object> properties)
Increments the count of events that have finished
|
Modifier and Type | Method and Description |
---|---|
void |
StatsCollectionHandler.failed(Event event,
Map<String,Object> properties) |
void |
StatsCollectionHandler.started(Event event,
Map<String,Object> properties) |
void |
StatsCollectionHandler.succeeded(Event event,
Map<String,Object> properties) |
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.