Searched defs:store (Results 1 – 2 of 2) sorted by relevance
81 protected abstract void collectDeviceInfo(HostInfoStore store) throws Exception; in collectDeviceInfo()88 try (HostInfoStore store = new HostInfoStore(jsonFile)) { in collectDeviceInfo()
36 private ReportLogHostInfoStore store; field in MetricsReportLog