Package com.dianping.cat.consumer.state.model.entity

Examples of com.dianping.cat.consumer.state.model.entity.StateReport


    } catch (DalNotFoundException e) {
      //ignore
    } catch (Exception e) {
      Cat.logError(e);
    }
    return new StateReport(domain);
  }
View Full Code Here


    } catch (DalNotFoundException e) {
      //ignore
    } catch (Exception e) {
      Cat.logError(e);
    }
    return new StateReport(domain);
  }
View Full Code Here

      buildDependencyDashboard(model, payload, reportTime);
      break;
    case EXCEPTION_DASHBOARD:
      buildExceptionDashboard(model, payload, date);
     
      StateReport report = queryHourlyReport(payload);
      model.setMessage(buildCatInfoMessage(report));
      break;
    }
    m_jspViewer.view(ctx, model);
  }
View Full Code Here

TOP

Related Classes of com.dianping.cat.consumer.state.model.entity.StateReport

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.