Package org.xbill.DNS

Class ZoneTransferIn.Delta

java.lang.Object
org.xbill.DNS.ZoneTransferIn.Delta
Enclosing class:
ZoneTransferIn

public static class ZoneTransferIn.Delta extends Object
All changes between two versions of a zone in an IXFR response.
  • Field Details

    • start

      public long start
      The starting serial number of this delta.
    • end

      public long end
      The ending serial number of this delta.
    • adds

      public List<Record> adds
      A list of records added between the start and end versions
    • deletes

      public List<Record> deletes
      A list of records deleted between the start and end versions