Class SnapshotKeyAndNumRecords
java.lang.Object
io.datarouter.filesystem.snapshot.group.dto.SnapshotKeyAndNumRecords
public class SnapshotKeyAndNumRecords
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.util.Comparator<SnapshotKeyAndNumRecords>BY_NUM_RECORDSSnapshotKeykeylongnumRecords -
Constructor Summary
Constructors Constructor Description SnapshotKeyAndNumRecords(SnapshotKeyAndRoot from)SnapshotKeyAndNumRecords(SnapshotKey key, long numRecords) -
Method Summary
Modifier and Type Method Description static longtotalRecords(java.util.List<SnapshotKeyAndNumRecords> inputs)
-
Field Details
-
BY_NUM_RECORDS
-
key
-
numRecords
public final long numRecords
-
-
Constructor Details
-
Method Details