Searched defs:store (Results 1 – 3 of 3) 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
36 private Map<String, MemoryByteCode> store; field in SpecialJavaFileManager