Home | History | Annotate | Download | only in data

Lines Matching refs:dump

16  * {@link SessionInfo} instances can be sorted by dump date through the
25 private final long dump;
35 * @param dump
38 public SessionInfo(final String id, final long start, final long dump) {
44 this.dump = dump;
66 return dump;
70 if (this.dump < other.dump) {
73 if (this.dump > other.dump) {