Uses of Interface
com.hazelcast.cluster.ClusterService

Packages that use ClusterService
com.hazelcast.client Contains classes/interfaces related to Client 
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.cluster.impl This package contains the implementation of the cluster functionality.
 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
 

Uses of ClusterService in com.hazelcast.client
 

Methods in com.hazelcast.client that return ClusterService
 ClusterService ClientEngine.getClusterService()
           
 

Uses of ClusterService in com.hazelcast.client.impl
 

Methods in com.hazelcast.client.impl that return ClusterService
 ClusterService ClientEngineImpl.getClusterService()
           
 

Uses of ClusterService in com.hazelcast.cluster.impl
 

Classes in com.hazelcast.cluster.impl that implement ClusterService
 class ClusterServiceImpl
           
 

Uses of ClusterService in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return ClusterService
 ClusterService NodeEngine.getClusterService()
           
 

Uses of ClusterService in com.hazelcast.spi.impl
 

Methods in com.hazelcast.spi.impl that return ClusterService
 ClusterService NodeEngineImpl.getClusterService()
           
 



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