com.hazelcast.internal.management.dto
Class EventServiceDTO

java.lang.Object
  extended by com.hazelcast.internal.management.dto.EventServiceDTO
All Implemented Interfaces:
JsonSerializable

public class EventServiceDTO
extends Object
implements JsonSerializable

A Serializable DTO for EventServiceMBean.


Field Summary
 int eventQueueCapacity
           
 int eventQueueSize
           
 int eventThreadCount
           
 
Constructor Summary
EventServiceDTO()
           
EventServiceDTO(EventService es)
           
 
Method Summary
 void fromJson(com.eclipsesource.json.JsonObject json)
           
 com.eclipsesource.json.JsonObject toJson()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventThreadCount

public int eventThreadCount

eventQueueCapacity

public int eventQueueCapacity

eventQueueSize

public int eventQueueSize
Constructor Detail

EventServiceDTO

public EventServiceDTO()

EventServiceDTO

public EventServiceDTO(EventService es)
Method Detail

toJson

public com.eclipsesource.json.JsonObject toJson()
Specified by:
toJson in interface JsonSerializable

fromJson

public void fromJson(com.eclipsesource.json.JsonObject json)
Specified by:
fromJson in interface JsonSerializable


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.