public class NetworkingServiceMBean extends HazelcastMBean<NetworkingService>
NetworkingService
attributeMap, managedObject, operationMap, updateIntervalSec
Constructor and Description |
---|
NetworkingServiceMBean(HazelcastInstance hazelcastInstance,
NetworkingService ns,
ManagementService service) |
Modifier and Type | Method and Description |
---|---|
int |
getActiveConnectionCount() |
int |
getConnectionCount() |
int |
getCurrentClientConnections() |
NetworkingService |
getNetworkingService() |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preDeregister, preRegister, register, setAttribute, setAttributes, setObjectName
public NetworkingServiceMBean(HazelcastInstance hazelcastInstance, NetworkingService ns, ManagementService service)
public NetworkingService getNetworkingService()
public int getCurrentClientConnections()
public int getActiveConnectionCount()
public int getConnectionCount()
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.