long leaseTimeout = rs.getLong(8);
long localReadTimeout = rs.getLong(9);
long updateTime = rs.getLong(10);
long accessTime = Alarm.getExactTime();
HashKey cacheHashKey
= cacheHash != null ? new HashKey(cacheHash) : null;
HashKey valueHashKey
= valueHash != null ? new HashKey(valueHash) : null;
if (log.isLoggable(Level.FINER))
log.finer(this + " load " + id + " value=" + valueHashKey + " cache=" + cacheHashKey);
return new MnodeValue(valueHashKey, null, cacheHashKey,