Interface OStorageEngine
- All Known Implementing Classes:
OStorageEnginePaginatedLocal,OStorageEnginePaginatedLocalEngerprise
public interface OStorageEngine
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncreateForRestoreLocal(OrientDBInternal context, ODatabaseId id, String name, OContextConfiguration config) createForRestoreMemory(OrientDBInternal context, ODatabaseId id, String name, OContextConfiguration config) createLocal(OrientDBInternal context, ODatabaseId id, String name, OContextConfiguration config) createMemory(OrientDBInternal context, ODatabaseId id, String name, OContextConfiguration config) booleangetName()voidinit(Path basePath, OContextConfiguration configurations) openLocal(OrientDBInternal context, String name, OContextConfiguration config) registerLocal(OrientDBInternal orientDBEmbedded, String name, Path p, OContextConfiguration configurations) voidshutdown()
-
Method Details
-
createLocal
OStorage createLocal(OrientDBInternal context, ODatabaseId id, String name, OContextConfiguration config) -
createMemory
OStorage createMemory(OrientDBInternal context, ODatabaseId id, String name, OContextConfiguration config) -
openLocal
-
exists
-
createForRestoreLocal
OStorage createForRestoreLocal(OrientDBInternal context, ODatabaseId id, String name, OContextConfiguration config) -
createForRestoreMemory
OStorage createForRestoreMemory(OrientDBInternal context, ODatabaseId id, String name, OContextConfiguration config) -
init
-
getName
String getName() -
shutdown
void shutdown() -
registerLocal
OStorageEngine.RegisterResult registerLocal(OrientDBInternal orientDBEmbedded, String name, Path p, OContextConfiguration configurations)
-