public class HttpMonitor extends Actor<HttpMonitor>
Actor.ActorReport| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
__cbQueue, __connections, __currentDispatcher, __mailbox, __mbCapacity, __remoteId, __scheduler, __self, __stopped, __throwExAtBlock, CONT, FIN, FINSILENT, sender| Constructor and Description |
|---|
HttpMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
$publish(String name,
Monitorable toPublish) |
static HttpMonitor |
getInstance() |
Future<String[]> |
getMonitorableKeys(String simpleClzName) |
protected Future<Object[]> |
getMonitorables(int depth,
Monitorable monitorable) |
void |
report(String name,
int depth,
Callback cb)
Flattens a monitorable hierarchy to a stream, as http remoting does not support remote refs
method name is without '$' as it gets part of url
|
__addDeadLetter, __addRemoteConnection, __addStopHandler, __enqueueCall, __getCachedMethod, __removeRemoteConnection, __stop, $close, $getReport, $getSubMonitorables, $stop, $sync, checkThread, delayed, exec, getActor, getActorRef, getCallbackSize, getFactory, getMailboxSize, getQSizes, getScheduler, getThrowExWhenBlocked, inThread, isCallbackQPressured, isCont, isError, isFinal, isMailboxPressured, isProxy, isRemote, isSilentFinal, isStopped, ordered, self, setThrowExWhenBlocked, stopSafeClose, yield, yield2Result, yieldListpublic static HttpMonitor getInstance()
public void report(String name, int depth, Callback cb)
protected Future<Object[]> getMonitorables(int depth, Monitorable monitorable)
public void $publish(String name, Monitorable toPublish)
Copyright © 2014. All rights reserved.