Class OMemoryAndLocalPaginatedEnginesInitializer
java.lang.Object
com.orientechnologies.orient.core.engine.OMemoryAndLocalPaginatedEnginesInitializer
Manages common initialization logic for memory and plocal engines. These engines are tight
together through dependency to
OByteBufferPool,
which is hard to reconfigure if initialization logic is separate.- Author:
- Sergey Sitnikov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OMemoryAndLocalPaginatedEnginesInitializerShared initializer instance. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes common parts of memory and plocal engines if not initialized yet.
-
Field Details
-
INSTANCE
Shared initializer instance.
-
-
Constructor Details
-
OMemoryAndLocalPaginatedEnginesInitializer
public OMemoryAndLocalPaginatedEnginesInitializer()
-
-
Method Details
-
initialize
public void initialize()Initializes common parts of memory and plocal engines if not initialized yet. Does nothing if engines already initialized.
-