public class ClusterDataHolder extends Object implements Serializable
| Constructor and Description |
|---|
ClusterDataHolder(String serviceType,
String clusterId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterId() |
int |
getMaxInstances() |
int |
getMinInstances() |
String |
getServiceType() |
void |
setMaxInstances(int maxInstances) |
void |
setMinInstances(int minInstances) |
public String getServiceType()
public String getClusterId()
public int getMinInstances()
public void setMinInstances(int minInstances)
public int getMaxInstances()
public void setMaxInstances(int maxInstances)
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.