Node

reactivemongo.jmx.Node
See theNode companion object
final class Node extends NotificationBroadcasterSupport with NodeMBean with NotificationSupport

Attributes

Companion:
object
Graph
Supertypes
trait NodeMBean
class NotificationBroadcasterSupport
trait NotificationEmitter
trait NotificationBroadcaster
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def getAliases(): String
def getConnection(): String
def getHost(): String
def getName(): String
override def getNotificationInfo(): Array[MBeanNotificationInfo]

Attributes

Definition Classes
NotificationBroadcasterSupport -> NotificationBroadcaster
def getPingInfo(): String
def getPort(): Int
def getProtocolMetadata(): String
def getStatus(): String
def getSupervisor(): String
def getTags(): String

Inherited methods

def addNotificationListener(x$0: NotificationListener, x$1: NotificationFilter, x$2: <FromJavaObject>): Unit

Attributes

Inherited from:
NotificationBroadcasterSupport
protected def attributeChanged[T : ClassTag](name: String, message: String, oldValue: T, newValue: T)(f: T => Unit): Unit

Attributes

Inherited from:
NotificationSupport
def removeNotificationListener(x$0: NotificationListener, x$1: NotificationFilter, x$2: <FromJavaObject>): Unit

Attributes

Inherited from:
NotificationBroadcasterSupport
def removeNotificationListener(x$0: NotificationListener): Unit

Attributes

Inherited from:
NotificationBroadcasterSupport
def sendNotification(x$0: Notification): Unit

Attributes

Inherited from:
NotificationBroadcasterSupport

Inherited fields

protected val changeSeq: AtomicLong

Attributes

Inherited from:
NotificationSupport