/*
* convert from a result set record to an object
*/
private static DfsFsNameSystem createDfsFsNameSystem(ResultSet rs) {
DfsFsNameSystem obj = null;
try {
obj = new DfsFsNameSystem(
rs.getTimestamp("timestamp"),
rs.getString("host"),
rs.getDouble("blocks_total"),
rs.getDouble("capacity_remaining_gb"),
rs.getDouble("capacity_total_gb"),