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

Packages that use ClusterInstance
org.smallmind.cloud.cluster   
org.smallmind.cloud.cluster.broadcast   
org.smallmind.cloud.cluster.event   
org.smallmind.cloud.cluster.protocol.queue   
org.smallmind.cloud.cluster.protocol.remote   
org.smallmind.cloud.cluster.protocol.socket   
 

Uses of ClusterInstance in org.smallmind.cloud.cluster
 

Methods in org.smallmind.cloud.cluster that return ClusterInstance
 ClusterInstance[] ClusterHub.getClientClusterInstances()
           
 ClusterInstance[] ClusterHub.getClientClusterInstances(ClusterInterface clusterInterface)
           
 ClusterInstance<D> ClusterService.getClusterInstance()
           
 ClusterInstance ClusterEndpoint.getClusterInstance()
           
 

Methods in org.smallmind.cloud.cluster with parameters of type ClusterInstance
protected  void ClusterHub.fireClusterNodeOffline(ClusterInstance clusterInstance)
           
protected  void ClusterHub.fireStatusUpdate(ClusterInstance[] clusterInstances)
           
 ClusterService<D> ClusterServiceBuilder.getClusterService(ClusterHub clusterHub, ClusterInstance<D> clusterInstance)
           
static ClusterService ClusterServiceFactory.getClusterService(ClusterHub clusterHub, ClusterInstance clusterInstance, ClusterMember clusterMember)
           
 void ClusterHub.removeClusterService(ClusterInstance clusterInstance)
           
 

Constructors in org.smallmind.cloud.cluster with parameters of type ClusterInstance
ClusterEndpoint(InetAddress inetAddress, ClusterInstance clusterInstance)
           
 

Uses of ClusterInstance in org.smallmind.cloud.cluster.broadcast
 

Methods in org.smallmind.cloud.cluster.broadcast that return ClusterInstance
 ClusterInstance SingleShotClusterBroadcast.getClusterInstance()
           
 ClusterInstance[] ScatterShotClusterBroadcast.getClusterInstances()
           
 

Constructors in org.smallmind.cloud.cluster.broadcast with parameters of type ClusterInstance
NodeOfflineClusterBroadcast(ClusterInstance clusterInstance)
           
ScatterShotClusterBroadcast(ClusterInstance[] clusterInstances)
           
SingleShotClusterBroadcast(ClusterInstance clusterInstance)
           
UpdateResponseClusterBroadcast(ClusterInstance[] clusterInstances, int calibratedFreeCapacity)
           
 

Uses of ClusterInstance in org.smallmind.cloud.cluster.event
 

Methods in org.smallmind.cloud.cluster.event that return ClusterInstance
 ClusterInstance GossipClusterEvent.getClusterInstance()
           
 

Constructors in org.smallmind.cloud.cluster.event with parameters of type ClusterInstance
GossipClusterEvent(ClusterInstance clusterInstance)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.queue that return ClusterInstance
 ClusterInstance<QueueClusterProtocolDetails> QueueClusterService.getClusterInstance()
           
 

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

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

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

Methods in org.smallmind.cloud.cluster.protocol.remote that return ClusterInstance
 ClusterInstance<RemoteClusterProtocolDetails> RemoteClusterServiceImpl.getClusterInstance()
           
 

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

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

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

Methods in org.smallmind.cloud.cluster.protocol.socket that return ClusterInstance
 ClusterInstance<SocketClusterProtocolDetails> SocketClusterService.getClusterInstance()
           
 

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

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



Copyright © 2011. All Rights Reserved.