Package one.microstream.storage.types
Interface EmbeddedStorageManager
-
- All Superinterfaces:
AutoCloseable
,ObjectSwizzling
,PersistenceStoring
,Persister
,StorageActivePart
,StorageConnection
,StorageController
,StorageManager
- All Known Implementing Classes:
EmbeddedStorageManager.Default
public interface EmbeddedStorageManager extends StorageManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EmbeddedStorageManager.Default
-
Method Summary
Modifier and Type Method Description static EmbeddedStorageManager.Default
New(StorageConfiguration configuration, EmbeddedStorageConnectionFoundation<?> connectionFoundation, PersistenceRootsProvider<?> rootsProvider)
EmbeddedStorageManager
start()
-
Methods inherited from interface one.microstream.storage.types.StorageActivePart
isActive
-
Methods inherited from interface one.microstream.storage.types.StorageConnection
createEagerStorer, createLazyStorer, createStorageStatistics, createStorer, exportChannels, exportChannels, exportTypes, exportTypes, getObject, importFiles, issueCacheCheck, issueCacheCheck, issueFileCheck, issueFileCheck, issueFullCacheCheck, issueFullCacheCheck, issueFullFileCheck, issueFullFileCheck, issueFullGarbageCollection, issueGarbageCollection, persistenceManager, store, storeAll, storeAll
-
Methods inherited from interface one.microstream.storage.types.StorageController
checkAcceptingTasks, close, initializationDuration, initializationTime, isAcceptingTasks, isRunning, isShutdown, isShuttingDown, isStartingUp, operationModeTime
-
Methods inherited from interface one.microstream.storage.types.StorageManager
configuration, createConnection, customRoot, defaultRoot, initialize, root, setRoot, shutdown, storeDefaultRoot, storeRoot, typeDictionary, viewRoots
-
-
-
-
Method Detail
-
start
EmbeddedStorageManager start()
- Specified by:
start
in interfaceStorageController
- Specified by:
start
in interfaceStorageManager
-
New
static EmbeddedStorageManager.Default New(StorageConfiguration configuration, EmbeddedStorageConnectionFoundation<?> connectionFoundation, PersistenceRootsProvider<?> rootsProvider)
-
-