public class ConnectionManagerDTO extends Object implements JsonSerializable
ConnectionManagerMBean
.Modifier and Type | Field and Description |
---|---|
int |
activeConnectionCount |
int |
clientConnectionCount |
int |
connectionCount |
Constructor and Description |
---|
ConnectionManagerDTO() |
ConnectionManagerDTO(ConnectionManager cm) |
public int clientConnectionCount
public int activeConnectionCount
public int connectionCount
public ConnectionManagerDTO()
public ConnectionManagerDTO(ConnectionManager cm)
public com.eclipsesource.json.JsonObject toJson()
toJson
in interface JsonSerializable
public void fromJson(com.eclipsesource.json.JsonObject json)
fromJson
in interface JsonSerializable
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.