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()
CouchbaseEventThe type of the event.
type in interface CouchbaseEventpublic Map<String,Object> toMap()
CouchbaseEventConverts the event into a map representation of simple types.
toMap in interface CouchbaseEventCopyright © 2016 Couchbase, Inc.. All rights reserved.