Uses of Class
com.streamhub.client.FailoverAlgorithm

Uses of FailoverAlgorithm in com.streamhub.client
 

Methods in com.streamhub.client that return FailoverAlgorithm
 FailoverAlgorithm FailoverParameters.getAlgorithm()
          Gets the FailoverAlgorithm
static FailoverAlgorithm FailoverAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FailoverAlgorithm[] FailoverAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.streamhub.client with parameters of type FailoverAlgorithm
 void FailoverParameters.setAlgorithm(FailoverAlgorithm algorithm)
          Sets the FailoverAlgorithm
 



Copyright © 2009 StreamHub. Tutorials, news and guides can be found on the StreamHub Comet Blog.