Package org.xbill.DNS
Class ZoneTransferIn.Delta
java.lang.Object
org.xbill.DNS.ZoneTransferIn.Delta
- Enclosing class:
ZoneTransferIn
All changes between two versions of a zone in an IXFR response.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
start
public long startThe starting serial number of this delta. -
end
public long endThe ending serial number of this delta. -
adds
A list of records added between the start and end versions -
deletes
A list of records deleted between the start and end versions
-