706707708709710711712713714715716
for (ODataLocal data : dataSegments) data.synch(); } catch (IOException e) { throw new OStorageException("Error on synch", e); } finally { lock.releaseExclusiveLock(); OProfiler.getInstance().stopChrono("storage." + name + ".synch", timer);