com.hazelcast.management
Class SerializableEventServiceBean
java.lang.Object
com.hazelcast.management.SerializableEventServiceBean
- All Implemented Interfaces:
- JsonSerializable
public class SerializableEventServiceBean
- extends Object
- implements JsonSerializable
A Serializable DTO for EventServiceMBean
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableEventServiceBean
public SerializableEventServiceBean()
SerializableEventServiceBean
public SerializableEventServiceBean(EventService es)
getEventThreadCount
public int getEventThreadCount()
setEventThreadCount
public void setEventThreadCount(int eventThreadCount)
getEventQueueCapacity
public int getEventQueueCapacity()
setEventQueueCapacity
public void setEventQueueCapacity(int eventQueueCapacity)
getEventQueueSize
public int getEventQueueSize()
setEventQueueSize
public void setEventQueueSize(int eventQueueSize)
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.