Uses of Interface
org.smallmind.cloud.cluster.ClusterManager

Packages that use ClusterManager
org.smallmind.cloud.cluster   
org.smallmind.cloud.cluster.protocol.queue   
org.smallmind.cloud.cluster.protocol.remote   
org.smallmind.cloud.cluster.protocol.socket   
 

Uses of ClusterManager in org.smallmind.cloud.cluster
 

Methods in org.smallmind.cloud.cluster that return ClusterManager
 ClusterManager<D> ClusterManagerBuilder.getClusterManager(ClusterHub clusterHub, ClusterInterface<D> clusterInterface)
           
 ClusterManager ClusterHub.getClusterManager(ClusterInterface clusterInterface)
           
 

Methods in org.smallmind.cloud.cluster with parameters of type ClusterManager
 void ClusterHub.addClusterManager(ClusterManager clusterManager)
           
 

Uses of ClusterManager in org.smallmind.cloud.cluster.protocol.queue
 

Classes in org.smallmind.cloud.cluster.protocol.queue that implement ClusterManager
 class QueueClusterManager
           
 

Uses of ClusterManager in org.smallmind.cloud.cluster.protocol.remote
 

Classes in org.smallmind.cloud.cluster.protocol.remote that implement ClusterManager
 class RemoteClusterManager
           
 

Uses of ClusterManager in org.smallmind.cloud.cluster.protocol.socket
 

Classes in org.smallmind.cloud.cluster.protocol.socket that implement ClusterManager
 class SocketClusterManager
           
 



Copyright © 2011. All Rights Reserved.