Class nw_report_resolution_source_t


  • public final class nw_report_resolution_source_t
    extends java.lang.Object
    [@typedef] nw_report_resolution_source_t The source of a resolution indicates if the set of endpoints was resolved locally using a cache, or sent a query over the network.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nw_report_resolution_source_query

        public static final int nw_report_resolution_source_query
        [@const] nw_report_resolution_source_query A query was sent over the network
        See Also:
        Constant Field Values
      • nw_report_resolution_source_cache

        public static final int nw_report_resolution_source_cache
        [@const] nw_report_resolution_source_cache The local cache was used
        See Also:
        Constant Field Values
      • nw_report_resolution_source_expired_cache

        public static final int nw_report_resolution_source_expired_cache
        [@const] nw_report_resolution_source_expired_cache An expired entry in the local cache was used
        See Also:
        Constant Field Values