for (final Index oi: this.tables.values()) try {
keysort.put(oi.largestKey());
} catch (final RowSpaceExceededException e) {
Log.logException(e);
}
return keysort.largestKey();
}
private String newFilename() {
return this.prefix + "." + GenericFormatter.SHORT_MILSEC_FORMATTER.format() + ".table";
}