public NoSharingDirectoryService(String idPath, SecretKey key, boolean isPNS) {
this.key = key;
this.pathId = idPath;
this.lastUpdate = new ExternalizableHashMap();
this.metadataBag = new ConcurrentHashMap<String, NodeMetadata>();
this.timer = new Timer();
}