| Package | Description |
|---|---|
| com.endeca.infront.perf | |
| com.endeca.infront.perf.stats |
| Modifier and Type | Class and Description |
|---|---|
class |
EventCounter
Simple
EventHandler implementation which counts the number
of events that complete (successfully or not). |
| Modifier and Type | Method and Description |
|---|---|
static void |
PerfUtil.addHandler(String topicPattern,
EventHandler handler)
Registers the given handler to receive
Events
with topics that match the specified pattern. |
static void |
PerfUtil.removeHandler(EventHandler handler)
Un-registers the given handler from all topic patterns.
|
static void |
PerfUtil.removeHandler(String topicPattern,
EventHandler handler)
Un-registers the given handler from the given topic pattern.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatsCollectionHandler
EventHandler which collects performance statistics about the
Assembler and its components. |
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.