done time execution for queries, query by counter of job, total in column in query...
[proteocache.git] / datadb / compbio / cassandra / DataBase.java
index bdb1a8c..016a30a 100644 (file)
@@ -13,6 +13,7 @@ public class DataBase {
        private String jpred;
        private List<String> subProt;
        private List<Integer> timeRez;
+       private List<Integer> timeTotalExec;
 
        public DataBase() {
        }
@@ -85,5 +86,13 @@ public class DataBase {
        public List<Integer> getTimeRez() {
                return timeRez;
        }
+       
+       public void setTimeTotalExec(List<Integer> timeTotalExec) {
+               this.timeTotalExec = timeTotalExec;
+       }
+
+       public List<Integer> getTimeTotalExec() {
+               return timeTotalExec;
+       }
 
 }