| Package | Description |
|---|---|
| org.openbase.jul.storage.registry.version |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GlobalDBVersionConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDBVersionConverter |
class |
AbstractGlobalDBVersionConverter |
| Modifier and Type | Method and Description |
|---|---|
List<DBVersionConverter> |
DBVersionControl.getConverterPipeline() |
List<DBVersionConverter> |
DBVersionControl.getDBConverterPipeline(int currentVersion,
int targetVersion)
Method returns a db entry converter pipeline which supports the db entry version conversion from the current to the target version.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
DBVersionControl.upgradeDBEntry(com.google.gson.JsonObject entry,
DBVersionConverter converter,
Map<File,com.google.gson.JsonObject> dbSnapshot,
Map<String,Map<File,DatabaseEntryDescriptor>> globalDbSnapshots) |
Copyright © 2015–2018 openbase.org. All rights reserved.