public class ProjectionData extends Object
| Constructor and Description |
|---|
ProjectionData() |
ProjectionData(Integer any) |
ProjectionData(Integer any,
Map<String,Integer> hosts,
Map<String,Integer> racks) |
ProjectionData(Integer any,
Map<String,Integer> hosts,
Map<String,Integer> racks,
String type,
Integer priority) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAny() |
Map<String,Integer> |
getHosts() |
Integer |
getPriority() |
Map<String,Integer> |
getRacks() |
String |
getType() |
void |
setAny(int any) |
void |
setHost(String host,
Integer count) |
void |
setHosts(Map<String,Integer> hosts) |
void |
setPriority(Integer priority) |
void |
setRack(String rack,
Integer count) |
void |
setRacks(Map<String,Integer> racks) |
void |
setType(String type) |
String |
toString() |
public ProjectionData()
public ProjectionData(Integer any)
public ProjectionData(Integer any, Map<String,Integer> hosts, Map<String,Integer> racks)