public class TooManyEnvironmentsEvent extends Object implements CouchbaseEvent
Constructor and Description |
---|
TooManyEnvironmentsEvent(int numEnvs) |
Modifier and Type | Method and Description |
---|---|
int |
numEnvs()
The number of open environments at the time of the event.
|
Map<String,Object> |
toMap()
Converts the event into a map representation of simple types.
|
String |
toString() |
EventType |
type()
The type of the event.
|
public EventType type()
CouchbaseEvent
type
in interface CouchbaseEvent
public int numEnvs()
public Map<String,Object> toMap()
CouchbaseEvent
toMap
in interface CouchbaseEvent
Copyright © 2021 Couchbase, Inc.. All rights reserved.