namespace = new NoSharingDirectoryService(namespaceStats.getIdPath(), namespaceStats.getKey(), true);
}
DirectoryService redirect = new DirectoryServiceRedirect(clientId, directoryService, namespace);
this.lockService = new LockService(accessor, clientId);
this.daS = new StorageService(clientId, config.getIsOptimizedCache(), config.getIsNomBlockCloud(), 4, 0, redirect, lockService);
if(config.isNonSharing()){
try {
((NoSharingDirectoryService)directoryService).setStorageService(daS);
} catch (IOException e) {