} catch (Exception e1) { e1.printStackTrace(); }
}
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 {