Package com.orientechnologies.orient.core.storage.impl.local
package com.orientechnologies.orient.core.storage.impl.local
Contains all the class involved on the "local" implementation of the OStorage interface. The OStorageLocal store record into the disk
using OClusterLocal and ODataLocal classes. Physical clusters need separate files. Access is faster than the logical cluster but the database size is
higher and more files are requires. This matters in some OS where a single process has limitation for the number of files can open. Most accessed
entities should be stored inside a physical cluster.
-
ClassDescriptionInterface for storage components that support freeze/release operations.Listener which is called when it is detected that data page in file is broken.Handles the database configuration in one big record.Event Listener interface invoked during storage recovering.Allows listeners to be notified in case of recovering is started at storage open.