| Modifier and Type | Field and Description |
|---|---|
RegionDriver |
ConfigurationManager.selectedRegionStoreDriver
Region Storage Configuration method, and config values
|
| Modifier and Type | Field and Description |
|---|---|
Map<DriverType,RegionDriver> |
ConfigurationManager.regionStoreDriverMap |
| Modifier and Type | Method and Description |
|---|---|
RegionDriver |
RegionContainer.getDriver()
Get the region store driver.
|
| Modifier and Type | Method and Description |
|---|---|
RegionDriver |
RegionContainerImpl.getDriver()
Get the region store driver.
|
| Constructor and Description |
|---|
RegionContainerImpl(RegionDriver driver)
Create a new instance.
|
| Constructor and Description |
|---|
DriverMigration(RegionDriver driver,
RegionDriver target)
Create a new instance.
|
UUIDMigration(RegionDriver driver,
com.sk89q.squirrelid.resolver.ProfileService profileService)
Create a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryYamlDriver
Stores region data in a {root_dir}/{id}/{filename} pattern on disk
using
YamlRegionFile. |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLDriver
Stores regions using a JDBC connection with support for SQL.
|
Copyright © 2015. All Rights Reserved.