public class Stripe extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addServer(TerracottaServer newServer) |
boolean |
equals(Object o) |
TerracottaServer |
getServer(int serverIndex) |
List<TerracottaServer> |
getServers() |
int |
hashCode() |
void |
removeServer(int serverIndex) |
static Stripe |
stripe(TerracottaServer... terracottaServers) |
String |
toString() |
public static Stripe stripe(TerracottaServer... terracottaServers)
public void addServer(TerracottaServer newServer)
public void removeServer(int serverIndex)
public TerracottaServer getServer(int serverIndex)
public List<TerracottaServer> getServers()
Copyright © 2020. All rights reserved.