public class EventServiceDTO extends Object implements JsonSerializable
EventServiceMBean.| Modifier and Type | Field and Description | 
|---|---|
| int | eventQueueCapacity | 
| int | eventQueueSize | 
| int | eventThreadCount | 
| Constructor and Description | 
|---|
| EventServiceDTO() | 
| EventServiceDTO(EventService es) | 
public int eventThreadCount
public int eventQueueCapacity
public int eventQueueSize
public EventServiceDTO()
public EventServiceDTO(EventService es)
public com.eclipsesource.json.JsonObject toJson()
toJson in interface JsonSerializablepublic void fromJson(com.eclipsesource.json.JsonObject json)
fromJson in interface JsonSerializableCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.