public final class nw_report_resolution_source_t
extends java.lang.Object
The source of a resolution indicates if the set of endpoints was resolved locally using a cache, or sent a query over the network.
| Modifier and Type | Field and Description |
|---|---|
static int |
nw_report_resolution_source_cache
[@const] nw_report_resolution_source_cache The local cache was used
|
static int |
nw_report_resolution_source_expired_cache
[@const] nw_report_resolution_source_expired_cache An expired entry in the local cache was used
|
static int |
nw_report_resolution_source_query
[@const] nw_report_resolution_source_query A query was sent over the network
|
public static final int nw_report_resolution_source_query
public static final int nw_report_resolution_source_cache
public static final int nw_report_resolution_source_expired_cache