private static String table="[ClientTrace]";
private static final Log log = LogFactory
.getLog(ClientTraceHome.class);
private static ClientTrace createClientTrace(ResultSet rs) {
ClientTrace obj=null;
try {
obj = new ClientTrace(
rs.getTimestamp("Timestamp"),
rs.getDouble("local_hdfs_read"),
rs.getDouble("intra_rack_hdfs_read"),
rs.getDouble("inter_rack_hdfs_read"),
rs.getDouble("local_hdfs_write"),