Showing
3 changed files
with
3 additions
and
3 deletions
@@ -67,7 +67,7 @@ public class ClusterViewJob implements Callable { | @@ -67,7 +67,7 @@ public class ClusterViewJob implements Callable { | ||
67 | 67 | ||
68 | if (null != oneView) { | 68 | if (null != oneView) { |
69 | 69 | ||
70 | - influxComp.doWriteView(oneView,InterVar.DBNAME); | 70 | + /* influxComp.doWriteView(oneView,InterVar.DBNAME);*/ |
71 | 71 | ||
72 | InterVar.clusterViewMaps.put(moId, oneView); | 72 | InterVar.clusterViewMaps.put(moId, oneView); |
73 | } | 73 | } |
@@ -96,7 +96,7 @@ public class OverViewJob implements Callable { | @@ -96,7 +96,7 @@ public class OverViewJob implements Callable { | ||
96 | 96 | ||
97 | if (null != oneView) { | 97 | if (null != oneView) { |
98 | 98 | ||
99 | - influxComp.doWriteView(oneView,InterVar.DBNAME); | 99 | + /*influxComp.doWriteView(oneView,InterVar.DBNAME);*/ |
100 | 100 | ||
101 | InterVar.overViewMaps.put(moId, overViewModel); | 101 | InterVar.overViewMaps.put(moId, overViewModel); |
102 | } | 102 | } |
@@ -102,7 +102,7 @@ public class QueueViewJob implements Callable { | @@ -102,7 +102,7 @@ public class QueueViewJob implements Callable { | ||
102 | 102 | ||
103 | if (null != oneView) { | 103 | if (null != oneView) { |
104 | 104 | ||
105 | - influxComp.doWriteView(oneView, InterVar.DBNAME); | 105 | + /*influxComp.doWriteView(oneView, InterVar.DBNAME);*/ |
106 | 106 | ||
107 | InterVar.queueViewMaps.put(moId, oneView); | 107 | InterVar.queueViewMaps.put(moId, oneView); |
108 | } | 108 | } |
-
Please register or login to post a comment