mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
deleted imports and started ShardNameDTO
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
package com.sap.sailing.landscape.ui.shared;
|
||||
|
||||
public class ShardNameDTO {
|
||||
final static String TAG_KEY = "shardname";
|
||||
|
||||
String shardName;
|
||||
String replicaName;
|
||||
String tagValue;
|
||||
|
||||
public String getName(String replicaName, String Shardname) {
|
||||
return "";
|
||||
}
|
||||
|
||||
public static ShardNameDTO parse(String shardTargetName) {
|
||||
return new ShardNameDTO();
|
||||
}
|
||||
}
|
||||
-2
@@ -1,7 +1,6 @@
|
||||
package com.sap.sse.landscape.aws.orchestration;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.HashMap;
|
||||
import java.util.HashSet;
|
||||
@@ -14,7 +13,6 @@ import java.util.concurrent.Callable;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
import java.util.stream.IntStream;
|
||||
import java.util.stream.StreamSupport;
|
||||
import com.google.gwt.thirdparty.guava.common.collect.Iterables;
|
||||
|
||||
Reference in New Issue
Block a user