nodeEntry.setLastUsed(saved);
}
String hostname =
SliderUtils.sequenceToString(nodeEntryRecord.getHost());
NodeInstance instance = history.getOrCreateNodeInstance(hostname);
instance.set(roleId, nodeEntry);
}
} catch (EOFException e) {
EOFException ex = new EOFException(
"End of file reached after " + records + " records");
ex.initCause(e);