Package org.terracotta.angela.common
Class TerracottaClusterTool
- java.lang.Object
-
- org.terracotta.angela.common.TerracottaClusterTool
-
public class TerracottaClusterTool extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TerracottaClusterToolclusterTool(String id)static TerracottaClusterToolclusterTool(String id, String hostName)StringgetHostName()StringgetId()
-
-
-
Method Detail
-
clusterTool
public static TerracottaClusterTool clusterTool(String id, String hostName)
-
clusterTool
public static TerracottaClusterTool clusterTool(String id)
-
getId
public String getId()
-
getHostName
public String getHostName()
-
-