Project

General

Profile

« Previous | Next » 

Revision 55197

added new Cluster

View differences:

ClusterName.java
15 15
 */
16 16
public enum ClusterName {
17 17
	DM, // Data Management
18
	DHP, //Dnet Hadoop Cluster
18 19
	IIS; // Information Inference Service(s)
19 20

  
21

  
22

  
20 23
	public static List<String> asStringList() {
21 24
		return Lists.newArrayList(Iterables.transform(asList(), new Function<ClusterName, String>() {
22 25

  

Also available in: Unified diff