|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.kernel.monitoring.Monitors
public class Monitors
| Nested Class Summary | |
|---|---|
static interface |
Monitors.Monitor
|
| Constructor Summary | |
|---|---|
Monitors()
|
|
| Method Summary | ||
|---|---|---|
void |
addMonitorListener(MonitorListenerInvocationHandler invocationHandler,
Predicate<Method> methodSpecification)
|
|
void |
addMonitorListener(Object monitorListener,
String... tags)
|
|
|
newMonitor(Class<T> monitorClass,
Class<?> owningClass,
String... tags)
|
|
|
newMonitor(Class<T> monitorClass,
String... tags)
|
|
void |
removeMonitorListener(MonitorListenerInvocationHandler invocationHandler)
|
|
void |
removeMonitorListener(Object monitorListener)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Monitors()
| Method Detail |
|---|
public <T> T newMonitor(Class<T> monitorClass,
Class<?> owningClass,
String... tags)
public <T> T newMonitor(Class<T> monitorClass,
String... tags)
public void addMonitorListener(Object monitorListener,
String... tags)
public void removeMonitorListener(Object monitorListener)
public void addMonitorListener(MonitorListenerInvocationHandler invocationHandler,
Predicate<Method> methodSpecification)
public void removeMonitorListener(MonitorListenerInvocationHandler invocationHandler)
|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||