Searched refs:cachedInfo (Results 1 – 1 of 1) sorted by relevance
761 …ServiceInfoImpl cachedInfo = (ServiceInfoImpl) ((DNSRecord) pointerEntry).getServiceInfo(persisten… in getServiceInfoFromCache() local762 if (cachedInfo != null) { in getServiceInfoFromCache()765 Map<Fields, String> map = cachedInfo.getQualifiedNameMap(); in getServiceInfoFromCache()772 …cachedInfo = new ServiceInfoImpl(map, cachedServiceEntryInfo.getPort(), cachedServiceEntryInfo.get… in getServiceInfoFromCache()782 cachedInfo.addAddress(address); in getServiceInfoFromCache()784 cachedInfo._setText(cachedAddressInfo.getTextBytes()); in getServiceInfoFromCache()792 cachedInfo.addAddress(address); in getServiceInfoFromCache()794 cachedInfo._setText(cachedAddressInfo.getTextBytes()); in getServiceInfoFromCache()797 …DNSEntry textEntry = this.getCache().getDNSEntry(cachedInfo.getQualifiedName(), DNSRecordType.TYPE… in getServiceInfoFromCache()801 cachedInfo._setText(cachedTextInfo.getTextBytes()); in getServiceInfoFromCache()[all …]