| Constructor and Description |
|---|
RegionManager(RegionDatabase store,
com.google.common.base.Supplier<? extends ConcurrentRegionIndex> indexFactory)
Create a new index.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
UUIDMigration.migrate(RegionDatabase store) |
protected void |
DriverMigration.migrate(RegionDatabase store) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryRegionDatabase
A region database that saves the memory to an in-memory
HashSet. |
| Modifier and Type | Method and Description |
|---|---|
RegionDatabase |
RegionDriver.get(String name)
Get a region database for a world.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegionDatabase> |
RegionDriver.getAll()
Fetch all the region databases that have been stored using this driver.
|
| Modifier and Type | Class and Description |
|---|---|
class |
YamlRegionFile
A store that persists regions in a YAML-encoded file.
|
| Modifier and Type | Method and Description |
|---|---|
RegionDatabase |
DirectoryYamlDriver.get(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<RegionDatabase> |
DirectoryYamlDriver.getAll() |
| Modifier and Type | Method and Description |
|---|---|
RegionDatabase |
SQLDriver.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<RegionDatabase> |
SQLDriver.getAll() |
Copyright © 2015. All Rights Reserved.