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

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

Uses of ClusterEndpoint in org.smallmind.cloud.cluster
 

Methods in org.smallmind.cloud.cluster with parameters of type ClusterEndpoint
 void ClusterManager.removeClusterMember(ClusterEndpoint clusterEndpoint)
           
 void ClusterManager.updateClusterStatus(ClusterEndpoint clusterEndpoint, int calibratedFreeCapacity)
           
 

Uses of ClusterEndpoint in org.smallmind.cloud.cluster.pivot
 

Methods in org.smallmind.cloud.cluster.pivot that return ClusterEndpoint
 ClusterEndpoint RandomWeightedClusterPivot.nextRequestAddress(Object[] parameters, ClusterEndpoint failedEndpoint)
           
 ClusterEndpoint ClusterPivot.nextRequestAddress(Object[] parameters, ClusterEndpoint failedEndpoint)
           
 

Methods in org.smallmind.cloud.cluster.pivot with parameters of type ClusterEndpoint
 ClusterEndpoint RandomWeightedClusterPivot.nextRequestAddress(Object[] parameters, ClusterEndpoint failedEndpoint)
           
 ClusterEndpoint ClusterPivot.nextRequestAddress(Object[] parameters, ClusterEndpoint failedEndpoint)
           
 void RandomWeightedClusterPivot.removeClusterMember(ClusterEndpoint clusterEndpoint)
           
 void ClusterPivot.removeClusterMember(ClusterEndpoint clusterEndpoint)
           
 void RandomWeightedClusterPivot.updateClusterStatus(ClusterEndpoint clusterEndpoint, int freeCapacity)
           
 void ClusterPivot.updateClusterStatus(ClusterEndpoint clusterEndpoint, int calibratedFreeCapacity)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.queue with parameters of type ClusterEndpoint
 void QueueClusterManager.removeClusterMember(ClusterEndpoint clusterEndpoint)
           
 void QueueClusterManager.updateClusterStatus(ClusterEndpoint clusterEndpoint, int calibratedFreeCapacity)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.remote with parameters of type ClusterEndpoint
 void RemoteClusterManager.removeClusterMember(ClusterEndpoint clusterEndpoint)
           
 void RemoteClusterManager.updateClusterStatus(ClusterEndpoint clusterEndpoint, int calibratedFreeCapacity)
           
 

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

Methods in org.smallmind.cloud.cluster.protocol.socket with parameters of type ClusterEndpoint
 void SocketClusterManager.removeClusterMember(ClusterEndpoint clusterEndpoint)
           
 void SocketClusterManager.updateClusterStatus(ClusterEndpoint clusterEndpoint, int calibratedFreeCapacity)
           
 



Copyright © 2011. All Rights Reserved.