Uses of Class
org.smallmind.cloud.cluster.ClusterHub

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

Uses of ClusterHub in org.smallmind.cloud.cluster
 

Methods in org.smallmind.cloud.cluster with parameters of type ClusterHub
static ClusterHandle ClusterManagerFactory.getClusterHandle(ClusterHub clusterHub, ClusterInterface clusterInterface)
           
 ClusterManager<D> ClusterManagerBuilder.getClusterManager(ClusterHub clusterHub, ClusterInterface<D> clusterInterface)
           
 ClusterService<D> ClusterServiceBuilder.getClusterService(ClusterHub clusterHub, ClusterInstance<D> clusterInstance)
           
static ClusterService ClusterServiceFactory.getClusterService(ClusterHub clusterHub, ClusterInstance clusterInstance, ClusterMember clusterMember)
           
 

Constructors in org.smallmind.cloud.cluster with parameters of type ClusterHub
ClusterUpdateTimer(ClusterHub clusterHub, int updateInterval)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.queue with parameters of type ClusterHub
 QueueClusterManager QueueClusterManagerBuilder.getClusterManager(ClusterHub clusterHub, ClusterInterface<QueueClusterProtocolDetails> clusterInterface)
           
 QueueClusterService QueueClusterServiceBuilder.getClusterService(ClusterHub clusterHub, ClusterInstance<QueueClusterProtocolDetails> clusterInstance)
           
 

Constructors in org.smallmind.cloud.cluster.protocol.queue with parameters of type ClusterHub
QueueClusterManager(ClusterHub clusterHub, ClusterInterface<QueueClusterProtocolDetails> clusterInterface)
           
QueueClusterService(ClusterHub clusterHub, ClusterInstance<QueueClusterProtocolDetails> clusterInstance)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.remote with parameters of type ClusterHub
 RemoteClusterManager RemoteClusterManagerBuilder.getClusterManager(ClusterHub clusterHub, ClusterInterface<RemoteClusterProtocolDetails> clusterInterface)
           
 RemoteClusterServiceImpl RemoteClusterServiceBuilder.getClusterService(ClusterHub clusterHub, ClusterInstance<RemoteClusterProtocolDetails> clusterInstance)
           
 

Constructors in org.smallmind.cloud.cluster.protocol.remote with parameters of type ClusterHub
RemoteClusterServiceImpl(ClusterHub clusterHub, ClusterInstance<RemoteClusterProtocolDetails> clusterInstance)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.socket with parameters of type ClusterHub
 SocketClusterManager SocketClusterManagerBuilder.getClusterManager(ClusterHub clusterHub, ClusterInterface<SocketClusterProtocolDetails> clusterInterface)
           
 SocketClusterService SocketClusterServiceBuilder.getClusterService(ClusterHub clusterHub, ClusterInstance<SocketClusterProtocolDetails> clusterInstance)
           
 

Constructors in org.smallmind.cloud.cluster.protocol.socket with parameters of type ClusterHub
SocketClusterManager(ClusterHub clusterHub, ClusterInterface<SocketClusterProtocolDetails> clusterInterface)
           
SocketClusterService(ClusterHub clusterHub, ClusterInstance<SocketClusterProtocolDetails> clusterInstance)
           
 



Copyright © 2011. All Rights Reserved.