| Package | Description |
|---|---|
| one.microstream.storage.types |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StorageManager
Central managing type of a native Java database's storage layer.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageConnection.Default |
| Modifier and Type | Method and Description |
|---|---|
static <C extends StorageConnection> |
Storage.consolidate(C storageConnection)
Calls
Storage.consolidate(StorageConnection, StorageEntityCacheEvaluator)
with null as additional parameters (causing live configuration to be used instead). |
static <C extends StorageConnection> |
Storage.consolidate(C storageConnection,
StorageEntityCacheEvaluator entityEvaluator)
Consolidates the storage system represented by the passed
StorageConnection by callingissueFullGarbageCollection()issueFullFileCheck()issueFullCacheCheck(StorageEntityCacheEvaluator)in that order. |
| Modifier and Type | Method and Description |
|---|---|
StorageConnection |
StorageManager.createConnection()
Creates a new
StorageConnection instance. |
static StorageConnection |
StorageConnection.New(one.microstream.persistence.types.PersistenceManager<Binary> persistenceManager,
StorageRequestAcceptor connectionRequestAcceptor) |
Copyright © 2022 MicroStream Software. All rights reserved.