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) |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(JsonObject json)
Extracts the state from the given
json object and mutates the
state of this object. |
JsonObject |
toJson()
Serializes state represented by this object into a
JsonObject . |
public int eventThreadCount
public int eventQueueCapacity
public int eventQueueSize
public EventServiceDTO()
public EventServiceDTO(EventService es)
public JsonObject toJson()
JsonSerializable
JsonObject
.toJson
in interface JsonSerializable
public void fromJson(JsonObject json)
JsonSerializable
json
object and mutates the
state of this object.fromJson
in interface JsonSerializable
json
- the JSON object carrying state for this objectCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.