Package | Description |
---|---|
org.opennms.netmgt.dnsresolver.netty |
Modifier and Type | Class and Description |
---|---|
class |
CaffeineDnsCache
DNS cache implementation largely copied from Netty's
https://github.com/netty/netty/blob/netty-4.1.38.Final/resolver-dns/src/main/java/io/netty/resolver/dns/DefaultDnsCache.java
but adapted slightly to work with our
CaffeineCache . |
Constructor and Description |
---|
NettyResolverContext(NettyDnsResolver parent,
ExtendedDnsCache cache,
io.github.resilience4j.bulkhead.Bulkhead bulkhead,
int idx) |
Copyright © 2021. All rights reserved.