public class RuntimeMetricsEvent extends Object implements CouchbaseEvent
This event contains collected system stats, like GC, Thread and Memory usage.
Constructor and Description |
---|
RuntimeMetricsEvent(Map<String,Object> info) |
public EventType type()
CouchbaseEvent
The type of the event.
type
in interface CouchbaseEvent
public Map<String,Object> toMap()
CouchbaseEvent
Converts the event into a map representation of simple types.
toMap
in interface CouchbaseEvent
Copyright © 2017 Couchbase, Inc.. All rights reserved.