Class Stripe
- java.lang.Object
-
- org.terracotta.angela.common.dynamic_cluster.Stripe
-
- All Implemented Interfaces:
Serializable
public class Stripe extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddServer(TerracottaServer newServer)booleanequals(Object o)TerracottaServergetServer(int serverIndex)List<TerracottaServer>getServers()inthashCode()voidremoveServer(int serverIndex)static Stripestripe(TerracottaServer... terracottaServers)StringtoString()
-
-
-
Method Detail
-
stripe
public static Stripe stripe(TerracottaServer... terracottaServers)
-
addServer
public void addServer(TerracottaServer newServer)
-
removeServer
public void removeServer(int serverIndex)
-
getServer
public TerracottaServer getServer(int serverIndex)
-
getServers
public List<TerracottaServer> getServers()
-
-