|
@@ -153,7 +153,7 @@ public class GgitsEtlpService {
|
|
|
Elapsed totElapsed = new Elapsed();
|
|
|
log.info("TB_INT, SCS_T_CON_INTLC START.");
|
|
|
List<HashMap<String, Object>> etlpLists = new ArrayList<>();
|
|
|
- List<HashMap<String, Object>> lists = new ArrayList<>();
|
|
|
+ List<HashMap<String, Object>> lists;
|
|
|
|
|
|
for (String key : this.centerList) {
|
|
|
RegionCenter center = this.repo.getCenterMap().get(key);
|
|
@@ -244,7 +244,7 @@ public class GgitsEtlpService {
|
|
|
Elapsed totElapsed = new Elapsed();
|
|
|
log.info("TB_INT_FLOW, SCS_T_CON_INTFLOW START.");
|
|
|
List<HashMap<String, Object>> etlpLists = new ArrayList<>();
|
|
|
- List<HashMap<String, Object>> lists = new ArrayList<>();
|
|
|
+ List<HashMap<String, Object>> lists;
|
|
|
|
|
|
for (String key : this.centerList) {
|
|
|
RegionCenter center = this.repo.getCenterMap().get(key);
|
|
@@ -255,7 +255,7 @@ public class GgitsEtlpService {
|
|
|
elapsed.reset();
|
|
|
|
|
|
int writeCount = 0;
|
|
|
- int currWriteCount = 0;
|
|
|
+ int currWriteCount;
|
|
|
Elapsed job = new Elapsed();
|
|
|
EtlpInfo etlp = center.getEtlpFlow();
|
|
|
etlp.startEtlp();
|
|
@@ -329,7 +329,7 @@ public class GgitsEtlpService {
|
|
|
Elapsed totElapsed = new Elapsed();
|
|
|
log.info("TB_INT_OPER_PLAN, SCS_T_CON_INTDPLAN START.");
|
|
|
List<HashMap<String, Object>> etlpLists = new ArrayList<>();
|
|
|
- List<HashMap<String, Object>> lists = new ArrayList<>();
|
|
|
+ List<HashMap<String, Object>> lists;
|
|
|
|
|
|
for (String key : this.centerList) {
|
|
|
RegionCenter center = this.repo.getCenterMap().get(key);
|
|
@@ -340,7 +340,7 @@ public class GgitsEtlpService {
|
|
|
elapsed.reset();
|
|
|
|
|
|
int writeCount = 0;
|
|
|
- int currWriteCount = 0;
|
|
|
+ int currWriteCount;
|
|
|
Elapsed job = new Elapsed();
|
|
|
EtlpInfo etlp = center.getEtlpOperPlan();
|
|
|
etlp.startEtlp();
|
|
@@ -414,7 +414,7 @@ public class GgitsEtlpService {
|
|
|
Elapsed totElapsed = new Elapsed();
|
|
|
log.info("TB_INT_DY_PLAN, SCS_T_CON_INTWEEK START.");
|
|
|
List<HashMap<String, Object>> etlpLists = new ArrayList<>();
|
|
|
- List<HashMap<String, Object>> lists = new ArrayList<>();
|
|
|
+ List<HashMap<String, Object>> lists;
|
|
|
|
|
|
for (String key : this.centerList) {
|
|
|
RegionCenter center = this.repo.getCenterMap().get(key);
|
|
@@ -425,7 +425,7 @@ public class GgitsEtlpService {
|
|
|
elapsed.reset();
|
|
|
|
|
|
int writeCount = 0;
|
|
|
- int currWriteCount = 0;
|
|
|
+ int currWriteCount;
|
|
|
Elapsed job = new Elapsed();
|
|
|
EtlpInfo etlp = center.getEtlpDyPlan();
|
|
|
etlp.startEtlp();
|
|
@@ -499,7 +499,7 @@ public class GgitsEtlpService {
|
|
|
Elapsed totElapsed = new Elapsed();
|
|
|
log.info("TB_INT_RESRV_PLAN, SCS_T_CON_INTFPLAN START.");
|
|
|
List<HashMap<String, Object>> etlpLists = new ArrayList<>();
|
|
|
- List<HashMap<String, Object>> lists = new ArrayList<>();
|
|
|
+ List<HashMap<String, Object>> lists;
|
|
|
|
|
|
for (String key : this.centerList) {
|
|
|
RegionCenter center = this.repo.getCenterMap().get(key);
|
|
@@ -510,7 +510,7 @@ public class GgitsEtlpService {
|
|
|
elapsed.reset();
|
|
|
|
|
|
int writeCount = 0;
|
|
|
- int currWriteCount = 0;
|
|
|
+ int currWriteCount;
|
|
|
Elapsed job = new Elapsed();
|
|
|
EtlpInfo etlp = center.getEtlpResrvPlan();
|
|
|
etlp.startEtlp();
|
|
@@ -584,7 +584,7 @@ public class GgitsEtlpService {
|
|
|
Elapsed totElapsed = new Elapsed();
|
|
|
log.info("TB_INT_SIGNALMAP, SCS_T_CON_INTSIGMAP START.");
|
|
|
List<HashMap<String, Object>> etlpLists = new ArrayList<>();
|
|
|
- List<HashMap<String, Object>> lists = new ArrayList<>();
|
|
|
+ List<HashMap<String, Object>> lists;
|
|
|
|
|
|
for (String key : this.centerList) {
|
|
|
RegionCenter center = this.repo.getCenterMap().get(key);
|
|
@@ -595,7 +595,7 @@ public class GgitsEtlpService {
|
|
|
elapsed.reset();
|
|
|
|
|
|
int writeCount = 0;
|
|
|
- int currWriteCount = 0;
|
|
|
+ int currWriteCount;
|
|
|
Elapsed job = new Elapsed();
|
|
|
EtlpInfo etlp = center.getEtlpSigmap();
|
|
|
etlp.startEtlp();
|