Uses of Class
com.hazelcast.internal.management.dto.ClientEndPointDTO

Packages that use ClientEndPointDTO
com.hazelcast.monitor Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc. 
com.hazelcast.monitor.impl Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. 
 

Uses of ClientEndPointDTO in com.hazelcast.monitor
 

Methods in com.hazelcast.monitor that return types with arguments of type ClientEndPointDTO
 Collection<ClientEndPointDTO> MemberState.getClients()
           
 

Uses of ClientEndPointDTO in com.hazelcast.monitor.impl
 

Methods in com.hazelcast.monitor.impl that return types with arguments of type ClientEndPointDTO
 Collection<ClientEndPointDTO> MemberStateImpl.getClients()
           
 

Method parameters in com.hazelcast.monitor.impl with type arguments of type ClientEndPointDTO
 void MemberStateImpl.setClients(Collection<ClientEndPointDTO> clients)
           
 



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