public static class ZoneTransferIn.Delta
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<Record> |
adds
A list of records added between the start and end versions
|
java.util.List<Record> |
deletes
A list of records deleted between the start and end versions
|
long |
end
The ending serial number of this delta.
|
long |
start
The starting serial number of this delta.
|
Modifier | Constructor and Description |
---|---|
private |
Delta() |
public long start
public long end
public java.util.List<Record> adds
public java.util.List<Record> deletes